Upgrade Categories

Upgrade script categories for use in T_UPGRADE_SCRIPT_LOG.

Http Verb Operation
Get ReferenceData/UpgradeCategories/{id}?maintenanceMode={maintenanceMode} Get the details of an Upgrade 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/UpgradeCategories/{id}?maintenanceMode={maintenanceMode} Test

Get the details of an Upgrade 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/UpgradeCategories?maintenanceMode={maintenanceMode} Get details of all Upgrade 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/UpgradeCategories?maintenanceMode={maintenanceMode} Test

Get details of all Upgrade 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/UpgradeCategories/Summary Get a summary representation of all Upgrade Categories.
GET Method: GetSummaries, URL: ReferenceData/UpgradeCategories/Summary Test

Get a summary representation of all Upgrade Categories.

Create ReferenceData/UpgradeCategories Create a new Upgrade Category.
POST Method: Create, URL: ReferenceData/UpgradeCategories Test

Create a new Upgrade Category.

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

Update an existing Upgrade Category.

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

Delete an existing Upgrade Category.