Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.28 KB

ElementsResponse.md

File metadata and controls

18 lines (13 loc) · 1.28 KB

ElementsResponse

Entity holding list of sorted & filtered label elements, related primary label of attribute owning requested label and paging.

Properties

Name Type Description Notes
elements [Element] List of returned elements.
paging Paging
primary_label RestApiIdentifier
cache_id str The client can use this in subsequent requests (like paging or search) to get results from the same point in time as the previous request. This is useful when the underlying data source has caches disabled and the client wants to avoid seeing inconsistent results and to also avoid excessive queries to the database itself. [optional]
format AttributeFormat [optional]
granularity str Granularity of requested label in case of date attribute [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]