Skip to main content
GET
/
v1
/
legal-contracts
/
{id}
Get legal contract
curl --request GET \
  --url https://api.example.com/v1/legal-contracts/{id} \
  --header 'Authorization: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "type": "<string>",
  "files": [
    "<string>"
  ],
  "color": "<string>",
  "startDate": "<string>",
  "endDate": "<string>",
  "legalParts": "<string>",
  "createdAt": "<string>",
  "updatedAt": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Response

200 - application/json

ok

id
string
required
name
string
required
type
string
required
files
string[]
color
string
startDate
string
endDate
string
createdAt
string
updatedAt
string