Skip to content

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 successfully
  • 401: Authentication error
  • 403: 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: September 6, 2021 05:39:12