Request a theft case's details
GET /theft-case/{id}
GET
/theft-case/{id}
Allow an external party to request a theft case’s details. Validations:
- Validate if the client has permission to request the theft case details.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Responses
Section titled “ Responses ”OK
object
theft_case_id
string
theft_case_name
string
status
object
major
string
minor
string
resolved_at
string format: date-time
Unauthorized
Forbidden
Not Found