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

Authorizations

Authorization
string
header
required

Query Parameters

page
string
pageLimit
string

Response

200 - application/json

ok

data
object[]
meta
object