Skip to main content

Get document workflow

GET 

/documents/:documentId/workflows/:workflowId

Gets a document workflow; available as an Add-On Module

Request

Path Parameters

    documentId stringrequired

    Document Identifier

    workflowId stringrequired

    Workflow Identifier

Query Parameters

    siteId string

    Site Identifier

Responses

200 CREATED

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    workflow

    object

    workflowId string

    Workflow identifier

    name string

    Workflow name

    description string

    Workflow description

    currentStepId string

    The current step workflow is on

    status DocumentWorkflowStatus (string)

    Status of the Workflow Document

    Possible values: [COMPLETE, IN_PROGRESS, FAILED]

    insertedDate string

    Inserted Timestamp

Loading...