Skip to main content

Get Signature Requests Status

GET 

/v4/applications/:appId/envs/:appEnv/signature-requests/status

This endpoint retrieves the status of multiple signature requests.

Request

Path Parameters

    appId stringrequired

    The application identifier which is used to identify the application used.

    Example: appId_XXXX-XXXX-XXXX-XXXX-XXXX
    appEnv stringrequired

    Possible values: [DEVELOPMENT, STAGING, PRODUCTION]

    The execution environment of the application where request are executed.

Body

    signatureRequestIds string[]

Responses

Signature requests status.

Schema

    signatureRequests

    object[]

    required

  • Array [

  • signatureRequestId stringrequired
    status IGNISIGN_SIGNATURE_REQUEST_STATUS (string)required

    Possible values: [DRAFT, WAITING_DOCUMENTS_GENERATION, READY, IN_PROGRESS, COMPLETED, EXPIRED, FAILED, CANCELLED, PROCESSING, CHILDREN_GENERATED]

    Represents the current status of a signature request in the Ignisign application.

  • ]

Loading...