Use count#
Get Custom Field use count by id.
Query#
GET /api/customField/{id}/use
with:
id
: id or name of the custom field.
Response#
Status codes#
200
: if query is run successfully401
: Authentication error403
: Authorization error
ResponseBody Example#
{
"case": 12,
"alert": 1,
"case_artifact": 9,
"total": 22
}
{
"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