Operations with API resources

Resource

URL

Methods

List of available resources

/resources

GET

List of available objects for a resource

/{resource-id}

GET

PATCH

POST

Object hosted by the resource

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

GET

PATCH

DELETE

List of objects linked to the specified object

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

GET

DELETE

List of objects (with parameters) linked to the specified object

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

GET

Action with the object

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

POST