List Properties
Beta/v1/catalog/propertiesThis endpoint is idempotent. Learn more
Returns a paginated list of properties for the target account.
cursoroptional stringQuery parameter: cursor for List Properties
limitoptional integerQuery parameter: limit for List Properties
qoptional stringQuery parameter: q for List Properties
include[]optional arrayenumValues:attributesSub-objects to expand in the response. When omitted, sub-objects are returned as null.
objectstringenumValues:listObject type for Property list
page_infoobjectPagination metadata for Property list
next_cursorstringnullableCursor to fetch the next page, null if no more pages.
prev_cursorstringnullableCursor to fetch the previous page, null if on the first page.
has_next_pagebooleanWhether more results exist after this page.
has_prev_pagebooleanWhether results exist before this page.
dataarray of objectArray of Property resources in this page
idstringProperty ID.
objectstringenumValues:propertyResource type identifier.
namestringName.
attributesobjectExpandablenullableAttributes belonging to this property.
objectstringenumValues:listObject type for Attribute list
page_infoobjectPagination metadata for Attribute list
next_cursorstringnullableCursor to fetch the next page, null if no more pages.
prev_cursorstringnullableCursor to fetch the previous page, null if on the first page.
has_next_pagebooleanWhether more results exist after this page.
has_prev_pagebooleanWhether results exist before this page.
dataarray of objectArray of Attribute resources in this page
idstringAttribute ID.
objectstringenumValues:attributeResource type identifier.
valuestringAttribute value.
colorstringenumValues:bluebrowndefaultColor code.
sort_orderintegerDisplay order.
created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last update timestamp.
created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last update timestamp.
Responses
Successful response for List Properties