v1
latestOpenAPI 3.1.02026-08-04103211436.0 KBAttributes
List attributes
Returns all attributes configured for a company, including their values when the attribute is of type list.
get/attributes/{companyId}
Path parameters
companyIdstring required
Response
Successful Response
Example response
{
"data": [
{
"customId": "cost-center",
"name": "Cost Center",
"values": [
{
"customId": "madrid",
"name": "Madrid",
"parentCustomId": "spain"
}
]
}
]
}