Programs

The following operations are available for this resource.

Http Verb Operation
Get ReferenceData/Programs/{id}?filter={filter}&maintenanceMode={maintenanceMode} Get the details of a program by id. To get the resource only if the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode(ignore 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/Programs/{id}?filter={filter}&maintenanceMode={maintenanceMode} Test

Get the details of a program by id. To get the resource only if the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode(ignore Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).

GetAll ReferenceData/Programs?filter={filter}&maintenanceMode={maintenanceMode} Get all programs. To get only the resoures for which the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode(ignore Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP). For filtering on specific property value, pass the property name with value as query parameter. If the property is another non primitive object, pass PropertyName.Id and its value as query parameter.
GET Method: GetAll, URL: ReferenceData/Programs?filter={filter}&maintenanceMode={maintenanceMode} Test

Get all programs. To get only the resoures for which the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode(ignore Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP). For filtering on specific property value, pass the property name with value as query parameter. If the property is another non primitive object, pass PropertyName.Id and its value as query parameter.

GetSummaries ReferenceData/Programs/Summary Get a summary representation of all programs.
GET Method: GetSummaries, URL: ReferenceData/Programs/Summary Test

Get a summary representation of all programs.

Create ReferenceData/Programs Create a new program.
POST Method: Create, URL: ReferenceData/Programs Test

Create a new program.

Update ReferenceData/Programs/{id} Update an existing program.
PUT Method: Update, URL: ReferenceData/Programs/{id} Test

Update an existing program.

Delete ReferenceData/Programs/{id} Delete an existing program.
DELETE Method: Delete, URL: ReferenceData/Programs/{id} Test

Delete an existing program.