Resource Path: /api/v5/transactions
Description
Request Headers
Name | Description |
ApiKey | |
ApiSecret | |
ApiUsername | |
ApiPassword | |
Request
The request body is of type TransactionDetailsRequestModel.
Overview
 |
TransactionDetailsRequestModel
 |
ProntoID : string
|
 |
IDs : Array[integer]
|
 |
DocumentIDs : Array[integer]
|
 |
ParticipantIDs : Array[integer]
|
 |
TaskIDs : Array[integer]
|
 |
MetaDataName : string
|
 |
MetaDataValue : string
|
 |
StatusType : string
|
 |
SearchDateType : string
|
 |
SearchDateFrom : string
|
 |
SearchDateTo : string
|
 |
 |
IncludeWorkflowActions : boolean
|
 |
IncludeMetaData : boolean
|
 |
IncludeParticipants : boolean
|
 |
 |
IncludeEmailNotifications : boolean
|
 |
IncludeWorkflowActions : boolean
|
 |
IncludeEmailTemplatePlaceholders : boolean
|
 |
IncludeTasks : boolean
|
 |
 |
IncludeWorkflowActions : boolean
|
 |
IncludeFileAttachments : boolean
|
 |
IncludeTests : boolean
|
 |
IncludeSignatureBlock : boolean
|
 |
IncludeFileAttachmentsInfoOnly : boolean
| |
 |
IncludeTests : boolean
|
 |
IncludeContentPlaceholders : boolean
| |
 |
IncludeDocuments : boolean
|
 |
 |
IncludeFile : boolean
|
 |
 |
IncludeNonWatermarkedVersion : boolean
|
 |
IncludePdfStampedWithCopyWatermark : boolean
|
 |
IncludeFileUnlocked : boolean
|
 |
IncludeOriginalSourceFile : boolean
|
 |
IncludeSpecificVersion : integer
| |
 |
IncludeMetaData : boolean
|
 |
IncludeWorkflowActions : boolean
|
 |
IncludeTasks : boolean
|
 |
 |
IncludeWorkflowActions : boolean
|
 |
IncludeFileAttachments : boolean
|
 |
IncludeTests : boolean
|
 |
IncludeSignatureBlock : boolean
|
 |
IncludeFileAttachmentsInfoOnly : boolean
| |
 |
IncludeTests : boolean
|
 |
IncludeVersions : boolean
| |
 |
IncludeTests : boolean
|
 |
IncludeThirdPartyNotifications : boolean
| |
 |
EnableLogging : boolean
|
 |
ResultsCountLimit : integer
|
 |
ResultsCountStart : integer
|
 |
SearchText : string
|
 |
CreatorUserID : integer
|
 |
TimeZoneID : string
| |
Response
The response body is of type TransactionDetailsServiceReturnModel.
OK
Overview
 |
TransactionDetailsServiceReturnModel
 |
IsSuccessful : boolean
|
 |
Message : string
|
 |
Transactions : Array[object]
|
 |
ProcessingTime : string
|
 |
TimeZoneUtcOffset : number
| |
See Also