v1

latestOpenAPI 3.0.12026-07-267912192.3 MB
Attachment Files

Gets one Attachment Files object from the cache.

Represents files that have been cached in the Vista App. The keys on this endpoint match the keys on the dm/2/data/attachments endpoint.

Vista views: HQAT, HQAF

get/direct/subscribers/{subscriber_code}/vista/dm/2/data/attachment_files/cache/{ryvitId_value}

Path parameters

subscriber_codestring required

The code of the subscriber that you are making this request for.

ryvitId_valuestring required

The code of the data object you want to get.

Headers

X-Application-Keystring required

Used to authorize access to the Direct API.

Response

Success

__ryvitKeysstring[]

Array of key paths that can be used to retrieve this object.

__modifiedUTCstring

UTC timestamp of when this object was last modified in the cache.

AttachmentIDinteger required
UniqueAttchIDstring nullable
KeyIDinteger required
__MD5_file_byte_hashstring

Hexadecimal formatted string of the 128bit md5 hash of the file bytes.

__file_idstring required

ID value to interact with the appnetwork/files API.

Example response

{
  "__modifiedUTC": "2020-01-01T13:01:01.1234567Z"
}