External DocumentationTo learn more, visit the AuditBoard documentation.
Actions
Get Issue Categories
Get a list of issue categories.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Include | Specify which optional data fields to include in the response. |
{
"issue_categories": [
{
"id": 0,
"name": "string",
"key": "string",
"sort_order": 0,
"form_template_id": 0,
"created_at": "string",
"updated_at": "string",
"deleted_at": "string",
"is_reportable": true,
"packaging_is_standard": false
}
]
}
Was this page helpful?