Get record by ID
Retrieve detailed information about a specific record.
Overview:
Returns complete record metadata including name, type, indexing status, storage information, and version history.
File conversion:
Use the optional convertTo parameter to request file format conversion (e.g., PDF to text). Supported conversions include PPT to PDF and PPTX to PDF.
Path parameters
Record ID
Query parameters
Optional format to convert the file to (e.g., PDF to text). Supported conversions include PPT to PDF and PPTX to PDF.
Response
Successful operation
Example response
{
"record": {
"connectorName": "DRIVE",
"recordType": "FILE"
}
}Changes
Changed in 3 of the 15 revisions of this API.1825
- ▲
the response property
record/fileRecord/mimeTypebecame nullable for the status200response-property-became-nullable
- ▲
the response property
record/fileRecord/sizeInBytesbecame nullable for the status200response-property-became-nullable
- ▲
the response property
record/fileRecord/webUrlbecame nullable for the status200response-property-became-nullable
- ▲
the response property
record/isDirtybecame nullable for the status200response-property-became-nullable
- ▲
the response property
record/isLatestVersionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
record/isVLMOcrProcessedbecame nullable for the status200response-property-became-nullable
- ▲
the response property
record/lastSyncTimestampbecame nullable for the status200response-property-became-nullable
- ▲
the response property
record/md5Checksumbecame nullable for the status200response-property-became-nullable
- ▲
the response property
record/mimeTypebecame nullable for the status200response-property-became-nullable
- ▲
the response property
record/sizeInBytesbecame nullable for the status200response-property-became-nullable
- ▲
the response property
record/virtualRecordIdbecame nullable for the status200response-property-became-nullable
- ▲
the response property
record/webUrlbecame nullable for the status200response-property-became-nullable
- ▲
the response property
record/fileRecord/mimeTypebecame optional for the status200response-property-became-optional
- ▲
the response property
record/fileRecord/sizeInBytesbecame optional for the status200response-property-became-optional
- ▲
the response property
record/fileRecord/webUrlbecame optional for the status200response-property-became-optional
- ▲
the response property
record/isDirtybecame optional for the status200response-property-became-optional
- ▲
the response property
record/isLatestVersionbecame optional for the status200response-property-became-optional
- ▲
the response property
record/lastSyncTimestampbecame optional for the status200response-property-became-optional
- ○
added the optional property
record/deletedByUserIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
record/externalParentIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
record/externalRevisionIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
record/fileRecord/crc32Hashto the response with the200statusresponse-optional-property-added
- ○
added the optional property
record/fileRecord/ctagto the response with the200statusresponse-optional-property-added
- ○
added the optional property
record/fileRecord/etagto the response with the200statusresponse-optional-property-added
- ○
added the optional property
record/fileRecord/md5Checksumto the response with the200statusresponse-optional-property-added
- ○
added the optional property
record/fileRecord/quickXorHashto the response with the200statusresponse-optional-property-added
- ○
added the optional property
record/fileRecord/sha1Hashto the response with the200statusresponse-optional-property-added
- ○
added the optional property
record/fileRecord/sha256Hashto the response with the200statusresponse-optional-property-added
- ○
added the optional property
record/hideWeburlto the response with the200statusresponse-optional-property-added
- ○
added the optional property
record/isDependentNodeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
record/isInternalto the response with the200statusresponse-optional-property-added
- ○
added the optional property
record/isPlaceholderto the response with the200statusresponse-optional-property-added
- ○
added the optional property
record/isSharedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
record/parentNodeIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
record/parsingStatusto the response with the200statusresponse-optional-property-added
- ○
added the optional property
record/previewRenderableto the response with the200statusresponse-optional-property-added
- ○
added the optional property
record/processingStartedAtto the response with the200statusresponse-optional-property-added
- ○
added the optional property
record/reasonto the response with the200statusresponse-optional-property-added
- ○
added the optional property
record/recordGroupIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
record/storageDocumentIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
record/summaryDocumentIdto the response with the200statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
- ○
endpoint added
endpoint-added
- ○