cURL
curl --request GET \ --url https://your-sift-api-url.com/api/v1/remote-files/{remoteFileId} \ --header 'Authorization: Bearer <token>'
{ "remoteFile": { "remoteFileId": "<string>", "organizationId": "<string>", "entityId": "<string>", "entityType": "ENTITY_TYPE_UNSPECIFIED", "fileName": "<string>", "fileMimeType": "<string>", "fileContentEncoding": "<string>", "storageKey": "<string>", "fileSize": "<string>", "createdByUserId": "<string>", "modifiedByUserId": "<string>", "createdDate": "2023-11-07T05:31:56Z", "modifiedDate": "2023-11-07T05:31:56Z", "description": "<string>", "videoMetadata": { "height": 123, "width": 123, "durationSeconds": 123, "timestamp": "2023-11-07T05:31:56Z" }, "imageMetadata": { "height": 123, "width": 123 }, "audioMetadata": { "durationSeconds": 123, "timestamp": "2023-11-07T05:31:56Z" } } }
Retrieve a remote file.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A successful response.
The response of a call to RemoteFileService_GetRemoteFile.
RemoteFileService_GetRemoteFile
Show child attributes
Was this page helpful?