{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"short_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"summary": "<string>",
"status": "unknown",
"priority": "unknown",
"severity": "unknown",
"description": "<string>",
"fields": [
{
"id": "<string>",
"type": "TEXT",
"description": "<string>",
"nullable": true,
"default": "<string>",
"reserved": true,
"value": "<any>"
}
]
}
Get a specific case.
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"short_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"summary": "<string>",
"status": "unknown",
"priority": "unknown",
"severity": "unknown",
"description": "<string>",
"fields": [
{
"id": "<string>",
"type": "TEXT",
"description": "<string>",
"nullable": true,
"default": "<string>",
"reserved": true,
"value": "<any>"
}
]
}
Successful Response
The response is of type object
.
Was this page helpful?