App Screen Texts

Holds custom values for field texts on the UI.

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

Get the details of an App Screen Text 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/AppScreenTexts?maintenanceMode={maintenanceMode} Get details of all App Screen Texts. 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/AppScreenTexts?maintenanceMode={maintenanceMode} Test

Get details of all App Screen Texts. 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/AppScreenTexts/Summary Get a summary representation of all App Screen Texts.
GET Method: GetSummaries, URL: ReferenceData/AppScreenTexts/Summary Test

Get a summary representation of all App Screen Texts.

CreateOrUpdate ReferenceData/AppScreenTexts Create or update a new App Screen Text.
PUT Method: CreateOrUpdate, URL: ReferenceData/AppScreenTexts Test

Create or update a new App Screen Text.

Delete ReferenceData/AppScreenTexts/{name} Delete an existing App Screen Text.
DELETE Method: Delete, URL: ReferenceData/AppScreenTexts/{name} Test

Delete an existing App Screen Text.