Back
v1.99.2: Candidate Document Type - Upload by Admin (2026-07-16)

What's New


POST /candidateDocumentTypes/{candidateDocumentTypeId}/upload

Upload a document file by admin

POST /templates/{id}/duplicate

Duplicate Template

What's Changed


POST /candidateDocumentTypes/{candidateDocumentTypeId}/process
Parameters:

Added: parse in query

Run the document parser during the auto check when the document type has one assigned.

Added: validate in query

Run the automatic validation during the auto check when the document type uses it.

GET /files
Return Type:

Changed response : 200 OK

Request was successful

  • Changed content type : application/json

    Changed items (object): > File included relations

    • Added property source (string)

      Owning application whose S3 bucket physically holds the file binary

      Enum values:

      • api
      • daas
POST /files
Return Type:

Changed response : 200 OK

Request was successful

  • Changed content type : application/json

    • Added property source (string)

      Owning application whose S3 bucket physically holds the file binary

GET /files/{id}
Return Type:

Changed response : 200 OK

Request was successful

  • Changed content type : application/json

    • Added property source (string)

      Owning application whose S3 bucket physically holds the file binary

GET /admin-user-signatures
Return Type:

Changed response : 200 OK

Request was successful

  • Changed content type : application/json

    Changed items (object): > Admin user signature included relations

    • Changed property original (object)

      File

      • Added property source (string)

        Owning application whose S3 bucket physically holds the file binary

GET /admin-user-signatures/{id}
Return Type:

Changed response : 200 OK

Request was successful

  • Changed content type : application/json

    • Changed property original (object)

      File

      • Added property source (string)

        Owning application whose S3 bucket physically holds the file binary

GET /candidate-selfies
Return Type:

Changed response : 200 OK

Request was successful

  • Changed content type : application/json

    Changed items (object): > Candidate selfie included relations

    • Changed property frontThumbnail (object)

      File

      • Added property source (string)

        Owning application whose S3 bucket physically holds the file binary

GET /candidate-selfies/{id}
Return Type:

Changed response : 200 OK

Request was successful

  • Changed content type : application/json

    • Changed property frontThumbnail (object)

      File

      • Added property source (string)

        Owning application whose S3 bucket physically holds the file binary

PATCH /candidateDocumentTypes/{candidateDocumentTypeId}/documents