Get a contract item by ID
Get a contract item by ID
The request address contains the code of the workspace that the contract belongs to ({namespace}
), the code of the contract ({code}
),
and the item’s ID ( {id}
).
Request
GET /pub/v1/contracts/{namespace}/{code}/{id}/get
Path parameters
Parameter name | Value | Description | Additional |
---|---|---|---|
namespace | string | Workspace code |
Required |
code | string | Contract code |
Required |
id | uuid | Contract item ID |
Required |
Authorization
This request requires the use of one of following authorisation methods:
API key
Response
The following HTTP status codes may be returned:
Status code | Description | Resource |
---|---|---|
200 | OK Response model for requesting an contract item |
Response model for requesting an contract item (Get a contract item by ID) |
404 | Not Found Item with this ID not found |