Transactions
Service Id: platform6.transactions
1. Get List Of File Paths Associated With A File Submission Session
Header key |
Description |
Value |
platform6.request.action |
The action to perform (required) |
session.files.path |
token |
Message submission session token (required) |
|
A valid response will be:
Header key |
Description |
platform6.response.status |
OK |
platform6.response.value |
Comma separated list of file paths |
2. Update Transaction Flags Given View Id and Transaction PK
Header key |
Description |
Value |
platform6.request.action |
The action to perform (required) |
updateFlags |
viewId |
Views Service item id (required) |
|
pk |
JSON: Transaction PK (required) |
|
A valid response will be:
Header key |
Description |
platform6.response.status |
OK |
platform6.response.value |
JSON Flags |
3. Generate Item Links Given View Id and Transaction PK
Header key |
Description |
Value |
platform6.request.action |
The action to perform (required) |
itemLinks |
viewId |
Views Service item id (required) |
|
pk |
JSON: Transaction PK (required) |
|
A valid response will be:
Header key |
Description |
platform6.response.status |
OK |
platform6.response.value |
JSON List: Item Links |