e-Sign REST Web Service
PostGetTasks
e-Sign REST Web Service > All Operations Resource Group : GetTasks (Post)

Resource Path: /api/v5/tasks

Description
Get Task.
Request Headers
NameDescription
 
 
 
 
Request

The request body is of type TaskDetailsRequestModel.

Overview

TaskDetailsRequestModel
IDs : Array[integer]
ProntoID : string
TransactionIDs : Array[integer]
DocumentIDs : Array[integer]
ParticipantIDs : Array[integer]
StatusType : string
SearchDateType : string
SearchDateFrom : string
SearchDateTo : string
IncludeWorkflowActions : boolean
IncludeFileAttachments : boolean
IncludeTests : boolean
IncludeSignatureBlock : boolean
IncludeFileAttachmentsInfoOnly : boolean
EnableLogging : boolean
ResultsCountLimit : integer
ResultsCountStart : integer
AccessToken : string
TimeZoneID : string
Response

The response body is of type TaskDetailsServiceReturnModel.

OK

Overview

TaskDetailsServiceReturnModel
IsSuccessful : boolean
Message : string
Tasks : Array[object]
ProcessingTime : string
TimeZoneUtcOffset : number
See Also
All Operations Resource Groupe-Sign REST Web Service