Resource Categories

Categories provide grouping for resources.

Http Verb Operation
Get ReferenceData/ResourceCategories/{id}?maintenanceMode={maintenanceMode} 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: 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).

GetAll ReferenceData/ResourceCategories?maintenanceMode={maintenanceMode} 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: 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).

GetSummaries ReferenceData/ResourceCategories/Summary Get a summary representation of all Resource Categories.
GET Method: GetSummaries, URL: ReferenceData/ResourceCategories/Summary Test

Get a summary representation of all Resource Categories.

Create ReferenceData/ResourceCategories Create a new Resource Category.
POST Method: Create, URL: ReferenceData/ResourceCategories Test

Create a new Resource Category.

Update ReferenceData/ResourceCategories/{id} Update an existing Resource Category.
PUT Method: Update, URL: ReferenceData/ResourceCategories/{id} Test

Update an existing Resource Category.

Delete ReferenceData/ResourceCategories/{id} Delete an existing Resource Category.
DELETE Method: Delete, URL: ReferenceData/ResourceCategories/{id} Test

Delete an existing Resource Category.