Get custom fields
Retrieve custom fields based on the provided query parameters.
get/metadata/custom-fields
Query parameters
group_idstring required
Example:group-123
Response
Custom fields retrieved successfully
Example response
[
{
"id": "field-123",
"name": "Field Name",
"type": "text",
"options": [
{
"id": "option-123",
"name": "Option Name"
}
]
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.