Upgrade script categories for use in T_UPGRADE_SCRIPT_LOG.
Http Verb | Operation | ||
---|---|---|---|
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). |
|||
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). |
|||
GET | Method: GetSummaries, URL: ReferenceData/UpgradeCategories/Summary | Test | |
Get a summary representation of all Upgrade Categories. |
|||
POST | Method: Create, URL: ReferenceData/UpgradeCategories | Test | |
Create a new Upgrade Category. |
|||
PUT | Method: Update, URL: ReferenceData/UpgradeCategories/{id} | Test | |
Update an existing Upgrade Category. |
|||
DELETE | Method: Delete, URL: ReferenceData/UpgradeCategories/{id} | Test | |
Delete an existing Upgrade Category. |