Get Case Status
Retrieve the current status of a specific case file.
Path Parameters
projectId string required
metaId string required
caseId string required
Responses
- 200
- 401
- 403
- 404
- 500
OK
application/json
Schema
Example (from schema)
Schema
status string nullable
statusCode int32 nullable
{
"status": "string",
"statusCode": 0
}
Unauthorized
Forbidden
Not Found
Internal Server Error
Loading...