v1
latestOpenAPI 3.0.12026-07-24501176.6 MBGet Custom Fields
get/org/customFields
Query parameters
scopestring
The entity for which the custom field will be applicable
Request body
Response
200
Example response
{
"entity": [
{
"orgId": 50399,
"id": 1928,
"name": "Email Footer Color",
"type": "text",
"dataType": "STRING",
"label": "Mail content",
"scope": "ORG_CUSTOM_FIELD",
"defaultValue": "#1234",
"phase": "1"
}
],
"success": true
}