Custom Metadata
List properties
List all custom metadata properties for an account.
This endpoint is only available to accounts with advanced plans or above.
GET
cURL
Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Path Parameters
Account ID
Query Parameters
Data Type of Custom Metadata Property
Available options:
boolean
, date
, link
, multi_select
, number
, single_select
, string
, text
Example:
"string"
id of project that the properties belong to
Page number
Limit on the number of objects to be returned, between 1 and 100. 25 by default
query to find a property by name
Sort criteria. Can be one of: name, data_type, created_at.
Order direction. Can be one of: asc, desc.
Response
200
application/json
OK
The response is of type custom_metadata_property · object[]
.
cURL