applications

Page controls for an application

Returns all page controls for an application

get/applications/{app_id}/pagecontrols

Path parameters

app_idstring required

Application id.

Query parameters

filterstring

An optional filter that can be provided. An empty string asks for every page control, including deleted controls.

attributesstring

A comma-separated list of attributes to be returned for page controls. Using a prefix of + or - respectively, will add or remove an attribute from the default set

Response

Success

namestring required

Short name describing the page control.

descriptionstring

Optional additional description of the page control.

mode'maintenance' | 'request' | 'response'

Set as 'maintenance' for maintenance mode page control.

enabledboolean

Enables or disables the page control.

hrefstring

A reference to this page control

versioninteger

The version of the page control. Versions are numbered, beginning with 1 and increase every time the page control is changed

createdstring

An iso8601 formatted timestamp

deletedstring

An iso8601 formatted timestamp

Changes

No recorded changes to this endpoint across all 1 revision of this API.