The request URL includes the workpace code where the contract is located({namespace}), the contract code itself ({code}),
and the item 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 its identifier)
404 Not Found

Item with this ID not found