Table 1.
URL structure | Get | Post | Delete |
---|---|---|---|
/namespace/object_type/ | List objects, apply filters | Create new object or make bulk update | Bulk delete |
/namespace/object_type/id/ | Access single object | Update single object | Delete single object |
/namespace/object_type/id/acl/ | Get object permissions | Update object permissions | 405 Not Supported |
Left column contains structure of the REST URL. Table cells define an action for each URL structure and HTTP request type.