Objects

Endpoints to retrieve the objects in the system, either globally accessible or as the result of evaluating an expressions (pinned objects).

MethodPathDescriptionParametersPayload

GET

Retrieve pinned objects

-

-

GET

Retrieve the pinned object with a given ID

-

-

DELETE

Unpin the object with a given ID

-

-

GET

/objects/{id}/*

Retrieve the object reached thru the given URI

-

-

POST

Pin the object reached thru the given URI

-

object URI

DELETE

Unpin all pinned objects

-

-

Last updated