cURL
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 data type of the 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
OK
data type of the property
Available options:
boolean, date, link, multi_select, number, single_select, string, text Example:
"string"
Example:
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"username": "johndoe",
"name": "John Doe",
"gravatar_uid": "205e460b479e2e5b48aec07710c08d50"
}