Operations with API resources

Resource

URL

Methods

List of available resources

/resources

GET

List of available resource objects

/{resource-id}

GET

PATCH

POST

Resource object

/{resource-id}/{object-id}

GET

PATCH

DELETE

List of objects related to the specified object

/{resource-id1}/{object-id}/relationships/{resource-id2}

GET

DELETE

A list of objects (with parameters) related to the specified object

/{resource-id1}/{object-id}/{resource-id2}

GET

Action with the object

/{resource-id}/{object-id}/action/{action-name}

POST