# Get Signature associated to a request Endpoint: GET /request/{id}/signatures Version: 2.0.0 Security: ApiKeyAuth ## Path parameters: - `id` (string, required) ## Query parameters: - `actor` (string) The id of the actor. According to the endpoint it may be required if multiple actors are defined for the requestType. - `includeUrlValidBefore` (string) ## Response 200 fields (application/json): - `content` (array) - `content.id` (string) - `content.signedAt` (string) - `content.method` (string) - `content.pageMode` (string) - `content.signatureType` (string) - `content.plainResource` (object) - `content.plainResource.filename` (string) Example: "audit_log.pdf" - `content.plainResource.mimeType` (string) - `content.plainResource.name` (string) Example: "Audit Log" - `content.plainResource.type` (string) Values may be added overtime. List of values: - 'BIOMETRY_VIDEO' - 'BIOMETRY_IMAGE' - 'DOCUMENT_VIDEO' - 'DOCUMENT_IMAGE' - 'CONTRACT_DOCUMENT' - 'DOCUMENT' - 'IDENTITY_DOCUMENT' - 'SIGN_AUDIT_LOG' - 'IDP_ASSERTION' - 'AUDIT_TRAIL' Example: "BIOMETRY_VIDEO" - `content.plainResource.family` (string) Values may be added overtime. List of values: - 'IDENTIFICATION_ASSET' - 'SIGNED_DOCUMENT' - 'ATTACHMENT' - 'PROOF' - 'DOCUMENT_TO_SIGN' Example: "IDENTIFICATION_ASSET" - `content.plainResource.subType` (string) Values may be added overtime. List of values: - 'BEST_SELFIE' - 'PROCESSED_FRONT_SIDE' - 'PROCESSED_BACK_SIDE' - 'SELFIE' - 'FRONT_SIDE' - 'BACK_SIDE' - 'ID_PHOTO' - 'PROOF_RAW' - 'PROOF_RENDERED' - 'DOCUMENT_FILLED' - 'DOCUMENT_FLATTENED' - 'APPLICATION_FORM' Example: "FRONT_SIDE" - `content.plainResource.metadata` (object) - `content.plainResource.metadata.additionalProp0` (string) - `content.plainResource.resourceUrl` (string) Example: "https://storage.onboarding.example/res/121323?ts=12386ddd" - `content.plainResource.urlValidBefore` (object) Example: "2024-10-22T12:19:12.269594Z" - `content.plainResource.urlValidBefore.dummySeeComment` (string) - `content.plainResource.status` (string) Values may be added overtime. List of values: - AVAILABLE -> Can be downloaded - IN_TRANSFER -> The resource is still incomplete - ABORTED -> The resource was not completed - DELETED -> The resource was deleted Example: "AVAILABLE" - `content.plainResource.resourceVersionId` (string) - `content.plainResource.sizeBytes` (integer) - `content.plainResource.checksum` (string) - `content.signedResource` (object) - `content.status` (string) Values may be added overtime. List of values: - 'COMPLETED' - 'REJECTED' - 'FAILED' Example: "COMPLETED" - `content.actorId` (string) Example: "customer"