Documill Leap
Breadcrumbs

Retrieving Signing Process Data

Purpose

This endpoint retrieves the complete data of a signing process. Integrators can use this data to:

  • Display general information about the signing process.

  • List all signers and indicate whether each signer has completed their signature.

  • Provide users with access to the signing status interface.

  • Provide users with access to the Sign Task.

Request

Method

GET

API endpoint path

https://api.leap.documill.com/api/v1/external/projects/info-for-sign-only-integrator/{projectId}

Accept

header

application/json

Authorization

header

Your External API Key

Parameters

projectId

The ID of the signing process.
Should be available when starting a signing process (see Starting a Signing Process).

Response

Code

Notes

200

OK

A successful call returns the full signing process data.

The signing process data follows the same structure as Leap Project data, which means it also includes the workflow structure of the process.

Read more about signing process data here:
Understanding Signing Process Data

404

NOT_FOUND

Please check if the projectId is valid. Alternatively, the signing process might have been previously deleted.