List#
List Custom Fields.
Query#
GET /api/customField
Response#
Status codes#
200
: if query is run successfully401
: Authentication error403
: Authorization error
ResponseBody Example#
[
{
"id": "~28672",
"name": "Number of Accounts",
"reference": "Number of Accounts",
"description": "Number of accounts leaked",
"type": "integer",
"options": [],
"mandatory": true
},
{
"id": "~53440",
"name": "Nb of emails delivered",
"reference": "Nb of emails delivered",
"description": "Nb of emails delivered",
"type": "integer",
"options": [],
"mandatory": true
}
]
{
"type": "AuthenticationError",
"message": "Authentication failure"
}
{
"type": "AuthorizationError",
"message": "Your are not authorized to create custom field, you haven't the permission manageCustomField"
}
Last update:
October 13, 2023 07:01:35