Get Property
BetaGET
/v1/catalog/properties/{id}This endpoint is idempotent. Learn more
Returns a property by ID.
idstringProperty ID.
include[]optional arrayenumValues:attributesSub-objects to expand in the response. When omitted, sub-objects are returned as null.
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
200
Successful response for Get Property