Skip to main content
GET
/
warrants
/
{cnj_code}
/
attachments
/
{attachment_id}
Download warrant attachment
curl --request GET \
  --url https://lawsuits.production.judit.io/warrants/{cnj_code}/attachments/{attachment_id} \
  --header 'api-key: <api-key>'
cnj_code
string
required
Lawsuit CNJ code.
attachment_id
string
required
The attachment ID, returned in the tribunal_id property of the arrest warrant.

Authorizations

api-key
string
header
required

Path Parameters

cnj_code
string
required

Lawsuit CNJ code.

attachment_id
string
required

The attachment ID, returned in the tribunal_id property of the arrest warrant.