FilingsPage¶
- class xbrl_filings_api.FilingsPage¶
Bases:
APIPageResponse page containing filings as primary resource.
Methods
__hash__()Return hash(self).
__repr__()Return repr with request_url, query_time, and len(filing_list).
__str__()Return str(self).
Attributes
Total count of filings of the query including the ones not on this page.
List of
Filingobjects on this page.List of
Entityobjects on this page.List of
ValidationMessageobjects on this page.api_self_urlURL to this
APIPage.api_prev_page_urlURL to previous
APIPagein the query.api_next_page_urlURL to next
APIPagein the query.api_first_page_urlURL to first
APIPagein the query.api_last_page_urlURL to last
APIPagein the query.jsonapi_versionVersion of the JSON-API protocol used on this
APIPage.query_timeTime when the query function was called for an
APIObject.request_urlHTTP request URL for an
APIObject.- query_filing_count¶
Total count of filings of the query including the ones not on this page.
- entity_list: list[Entity] | None¶
List of
Entityobjects on this page.Is
Noneifflagsparameter did not includeGET_ENTITY.
- validation_message_list: list[ValidationMessage] | None¶
List of
ValidationMessageobjects on this page.Is
Noneifflagsparameter did not includeGET_VALIDATION_MESSAGES.
- __repr__()¶
Return repr with request_url, query_time, and len(filing_list).
Attribute
request_urlis shown as repr,query_timeas unprefixed datetime() constructor, and len(filing_list) as integer.- Return type: