Endpoints to retrieve the objects in the system, either globally accessible or as the result of evaluating an expressions (pinned objects).
GET
/objects
Retrieve pinned objects
-
/objects/{id}
Retrieve the pinned object with a given ID
DELETE
Unpin the object with a given ID
/objects/{id}/*
Retrieve the object reached thru the given URI
POST
Pin the object reached thru the given URI
object URI
Unpin all pinned objects
Last updated 1 year ago