External DocumentationTo learn more, visit the AuditBoard documentation.
Parameters
Example Output
Workflow Library Example
Get Issue Categories with Auditboard and Send Results Via EmailPreview this Workflow on desktop
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?