Holds custom values for field texts on the UI.
Http Verb | Operation | ||
---|---|---|---|
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). |
|||
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). |
|||
GET | Method: GetSummaries, URL: ReferenceData/AppScreenTexts/Summary | Test | |
Get a summary representation of all App Screen Texts. |
|||
PUT | Method: CreateOrUpdate, URL: ReferenceData/AppScreenTexts | Test | |
Create or update a new App Screen Text. |
|||
DELETE | Method: Delete, URL: ReferenceData/AppScreenTexts/{name} | Test | |
Delete an existing App Screen Text. |