Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 564 Bytes

GetProcess.md

File metadata and controls

22 lines (15 loc) · 564 Bytes

GetProcess

Properties

Name Type Description Notes
id Long Id of the process
status StatusEnum Status of the process
name String Process name
exportUrl String URL on which send export the of contacts once the process is completed [optional]

Enum: StatusEnum

Name Value
QUEUED "queued"
IN_PROCESS "in_process"
COMPLETED "completed"