Schedule type values for resource schedule entries.
Http Verb | Operation | ||
---|---|---|---|
GET | Method: Get, URL: ReferenceData/ScheduleTypes/{id}?maintenanceMode={maintenanceMode} | Test | |
Get the details of a Schedule Type 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/ScheduleTypes?maintenanceMode={maintenanceMode} | Test | |
Get details of all Schedule Types. 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/ScheduleTypes/Summary | Test | |
Get a summary representation of all Schedule Types. |
|||
POST | Method: Create, URL: ReferenceData/ScheduleTypes | Test | |
Create a new Schedule Type. |
|||
PUT | Method: Update, URL: ReferenceData/ScheduleTypes/{id} | Test | |
Update an existing Schedule Type. |
|||
DELETE | Method: Delete, URL: ReferenceData/ScheduleTypes/{id} | Test | |
Delete an existing Schedule Type. |