Get a list of contract items
The address consists of the code of the workspace the contract is located in ({namespace}) and the code of the contract ({code}).
The request body consists of the query parameter that includes the description of parameters of the requested list serialized as JSON. This parameter set filtering and sorting.

Request

GET /pub/v1/contracts/{namespace}/{code}/list

Path parameters

Parameter name Value Description Additional
namespace string

Workspace code

Required
code string

Contract code

Required

Query parameters

Parameter name Value Description Additional
query string (json)

Query parameters of item list

Parameter format
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

Model of a list of contract items

Model of a list of contract items (Get a list of contract items)