Skip to content

Buttons

Service Id: platform6.buttons

1. Get JSON List of Button Service Items

Header key Description Value
platform6.request.action The action to perform (required) list

A valid response will be:

Header key Description
platform6.response.status OK
platform6.response.value JSON List

2. Get Config Item (UIButton) as JSON

Header key Description Value
platform6.request.action The action to perform (required) get
id Service item id (required)

A valid response will be:

Header key Description
platform6.response.status OK
platform6.response.value JSON Item (UIButton)

3. Get Buttons Using Transaction Item Ids

Header key Description Value
platform6.request.action The action to perform (required) getButtons
id Service item id
locale Locale to use
viewName View name
dataType Transaction data type
dataPartitian Transaction data partition
itemIds JSON List ids

A valid response will be:

Header key Description
platform6.response.status OK
[button key].button JSON Item (UIButton)