Buttons
Service Id: platform6.buttons
| 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 | 
| 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) | 
| 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) |