... | ... | @@ -19,7 +19,7 @@ |
|
|
| -------- | ---------------------- | ------------------------- |
|
|
|
|`POST` | `/resources` | create resource, properties in json payload|
|
|
|
|`GET` | `/resources` | get resource collection|
|
|
|
|`GET` | `/resources?parameter ={value}` | get filtered resource collection|
|
|
|
|`GET` | `/resources?parameter={value}` | get filtered resource collection|
|
|
|
|`GET` | `/resources/{id}` | get single resource|
|
|
|
|`GET` | `/resources/{id}:(extra-property1)` | get single resource, requesting extra property (The extra property can be a sub resource like `users:(addresses)` or an extra property not included in the standard user entity like `users:(change_password)`. Allowed extra properties must be documented in API docs.)|
|
|
|
|`DELETE` | `/resources/{id}` | delete single resource|
|
... | ... | |