Categories provide grouping for resources.
| Http Verb | Operation | ||
|---|---|---|---|
| GET | Method: Get, URL: ReferenceData/ResourceCategories/{id}?maintenanceMode={maintenanceMode} | Test | |
|
Get the details of a Resource Category by id. To get the resource in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP). |
|||
| GET | Method: GetAll, URL: ReferenceData/ResourceCategories?maintenanceMode={maintenanceMode} | Test | |
|
Get details of all Resource Categories. To get them in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP). |
|||
| GET | Method: GetSummaries, URL: ReferenceData/ResourceCategories/Summary | Test | |
|
Get a summary representation of all Resource Categories. |
|||
| POST | Method: Create, URL: ReferenceData/ResourceCategories | Test | |
|
Create a new Resource Category. |
|||
| PUT | Method: Update, URL: ReferenceData/ResourceCategories/{id} | Test | |
|
Update an existing Resource Category. |
|||
| DELETE | Method: Delete, URL: ReferenceData/ResourceCategories/{id} | Test | |
|
Delete an existing Resource Category. |
|||