List Attributes

Beta
GET/v1/catalog/properties/{property_id}/attributes

This endpoint is idempotent. Learn more

Returns a paginated list of attributes for a property.

property_idstring

Property ID.

cursoroptional string

Query parameter: cursor for List Attributes

limitoptional integer

Query parameter: limit for List Attributes

qoptional string

Query parameter: q for List Attributes

objectstringenumValues:list

Object type for Attribute list

page_infoobject

Pagination metadata for Attribute list

next_cursorstringnullable

Cursor to fetch the next page, null if no more pages.

prev_cursorstringnullable

Cursor to fetch the previous page, null if on the first page.

has_next_pageboolean

Whether more results exist after this page.

has_prev_pageboolean

Whether results exist before this page.

dataarray of object

Array of Attribute resources in this page

idstring

Attribute ID.

objectstringenumValues:attribute

Resource type identifier.

valuestring

Attribute value.

colorstringenumValues:bluebrowndefault

Color code.

sort_orderinteger

Display order.

created_atstring (date-time)

Creation timestamp.

updated_atstring (date-time)

Last update timestamp.

Responses

200

Successful response for List Attributes