Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 545 Bytes

GetProcess.md

File metadata and controls

24 lines (13 loc) · 545 Bytes

SibApiV3Sdk.GetProcess

Properties

Name Type Description Notes
id Number Id of the process
status String 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

  • queued (value: "queued")

  • inProcess (value: "in_process")

  • completed (value: "completed")