Skip to main content
GET
/
lawsuits
/
{cnj_code}
/
{instance}
/
attachments
/
{attachment_id}
Download lawsuit attachment
curl --request GET \
  --url https://lawsuits.production.judit.io/lawsuits/{cnj_code}/{instance}/attachments/{attachment_id} \
  --header 'api-key: <api-key>'
cnj_code
string
required
Lawsuit CNJ code.
instance
integer
required
The lawsuit instance.
attachment_id
string
required
The attachment ID, taken from the attachments list returned by the lawsuit query.

Authorizations

api-key
string
header
required

Path Parameters

cnj_code
string
required

Lawsuit CNJ code.

instance
integer
required

The lawsuit instance.

attachment_id
string
required

The attachment ID, taken from the attachments list returned by the lawsuit query.