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 |
4. List transactions based on the search criteria
Header key |
Description |
Value |
platform6.request.action |
The action to perform (required) |
transaction.list |
language |
language (required) |
EN or FR |
viewId |
Views Service item id (required) |
|
start |
start record (required) |
|
limit |
results limit (required) |
|
sortColumn |
column order (required) |
|
sortDirection |
sort direction (required) |
|
userEmail |
user email |
|
scopes |
scope string (required) |
|
criteria |
Criteria: Map |
|
A valid response will be:
Header key |
Description |
platform6.response.status |
true |
platform6.response.value |
JSONObject |