Description | : A collection id may optionally be specified. Only entries in the specified (or default) collection will be returned. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "ListLedgerEntries", "$parameters": { "@added_4971a4fcb1354b79b124a1d9aa15cb1b": { "#name": "tag", "Description": "Single tag.", "Required": false, "Type": "string" } } }
⚼ Request
GET:
/app/transactions
{
api-version:
string
,
collectionId:
string
,
fromTransactionId:
string
,
toTransactionId:
string
,
tag:
string
,
}
⚐ Response (200)
{
state:
enum
,
nextLink:
string
,
entries:
}
[
]
,
{
,
contents:
string
,
collectionId:
string
,
transactionId:
string
,
preHooks:
[
]
,
{
,
functionId:
string
,
properties:
}
{
,
arguments:
[
,
string
,
]
exportedFunctionName:
string
,
runtimeOptions:
}
{
,
log_exception_details:
boolean
,
max_cached_interpreters:
integer
,
max_execution_time_ms:
integer
,
max_heap_bytes:
integer
,
max_stack_bytes:
integer
,
return_exception_details:
boolean
,
}
postHooks:
}
[
]
,
{
,
functionId:
string
,
properties:
}
{
,
arguments:
[
,
string
,
]
exportedFunctionName:
string
,
runtimeOptions:
}
{
,
log_exception_details:
boolean
,
max_cached_interpreters:
integer
,
max_execution_time_ms:
integer
,
max_heap_bytes:
integer
,
max_stack_bytes:
integer
,
return_exception_details:
boolean
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
}