Endpoints to retrieve the objects in the system, either globally accessible or as the result of evaluating an expressions (pinned objects).
Method | Path | Description | Parameters | Payload |
---|---|---|---|---|
GET | /objects | Retrieve pinned objects | - | - |
GET | /objects/{id} | Retrieve the pinned object with a given ID | - | - |
DELETE | /objects/{id} | Unpin the object with a given ID | - | - |
GET | /objects/{id}/* | Retrieve the object reached thru the given URI | - | - |
POST | /objects | Pin the object reached thru the given URI | - | object URI |
DELETE | /objects | Unpin all pinned objects | - | - |