Skip to content

Request a theft case's details

GET
/theft-case/{id}

Allow an external party to request a theft case’s details. Validations:

  1. Validate if the client has permission to request the theft case details.
id
required
string

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