Name | Type | Read-only | Mandatory | Comment |
|---|---|---|---|---|
| id | integer | yes | no | |
| userRoleGroupId | integer | no | yes | UserRoleGroup.id |
| locationId | integer | no | no | Location.id |
| groupId | integer | no | no | Group.id |
| categoryId | integer | no | no | Category.id |
| categoryOptionId | integer | no | no | CategoryOption.id |
Uri | Method | Request Data | Request Parameters | Success Response Code | Description |
|---|---|---|---|---|---|
| /api/assignments | GET | 200 | Returns an Array of all Assignments | ||
| /api/assignments/{id} | GET | 200 | Returns one Assignment | ||
| /api/assignments | POST | Assignment | 201 | Create new Assignment | |
| /api/assignments/{id} | PUT | Assignment | 204 | Update an existing Assignment | |
| /api/assignments/{id} | DELETE | 200 | Delete an Assignment | ||
| /api/assignments/filtered | GET | locationId groupId categoryId categoryOptionId | 200 | Returns an array of Assigments |