Skip to content

Document

Document

Description: Contains information about a document, including name, url, and file id.

Referenced By (1): - Option Grant Documents

Example:

{
  "fileId": "cfa1313f-3607-4a52-9f9b-908dc94af6ee"
}

Properties:

Property Type Description Required
fileId STRING The file identifier of the document. Files must be uploaded first through the Upload File endpoint before their file identifiers can be referenced here.
Constraints: Max length: 50
-
name STRING The name of the document. This is an output-only field and values provided by clients will be ignored when creating.
Constraints: Min length: 1, Max length: 256
-
url STRING The URL of the document. This is an output-only field and values provided by clients will be ignored when creating.
Constraints: Max length: 2048
-