Resource | Description |
POST /rest/objects | Create object using the object interface |
POST /rest/namespace/path | Create object |
DELETE /rest/objects/objectID | Delete object |
GET /rest/namespace/path | Get object with the namespace interface |
GET /rest/objects/objectID | Get object with the object interface |
PUT /rest/objects/objectID | Update object |
HEAD /rest/objects/objectID | Identical to GET but does not return a message body |