Skip to content

Document Type

Resource representing the available types of documents that can be uploaded

The Document Type resource represents a type of document that can be uploaded to the platform and linked to a job. They're heavily employed by the Info Gathering Checklist.

The API supports querying the list of supported Document Types.

Endpoints

MethodUrl
GET/v1.0/document-types

Document Type Properties

id

The Document Type's ID

Name

The Document Type's name

Copied
1{
2 "id": "ID",
3 "name": "Identification"
4}
Last updated on October 11, 2023