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

Path Parameters

id
string
required

Response

200 - application/json

ok

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