View An Electronic Signature
view_an_electronic_signatureRetrieve full details of an electronic signature by its ID. Use this read-only endpoint to view the complete field set for a known signature, resolving the ID via the list tool first.
Instructions
The endpoint gives the ability to view an Electronic Signature. Use this when you already know which electronic signature you want and need its full field set. electronic_signature_id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the electronic signature. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: electronic_signature_id. Procore API: Construction Financials > Contracts. Endpoint: GET /rest/v1.0/electronic_signatures/{electronic_signature_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Query string parameter — specifies how much information to show for the electronic signature. The minimal view returns only electronic signature information currently available. Specifying anything else defaults to all inf... | |
| company_id | No | Query string parameter — company_id (either company_id or project_id is required) | |
| project_id | No | Query string parameter — project_id (either project_id or company_id is required) | |
| electronic_signature_id | Yes | URL path parameter — iD of the Electronic Signature to view. |