List Daily Files
GET
/download/{client_id}
Use this endpoint to get a list of available daily files in JSON format. This endpoint should generally be used before downloading a file in order to check the file size and determine whether byte serving is necessary.
Response Fields
| Field | Required | Type |
|---|---|---|
checksum A checksum of the file which can be used to ensure the downloaded file contains what was expected. | Optional | String |
event_type This will be one of | Optional | String |
file_size The size of the file in bytes. | Optional | Integer |
guid The unique identifier for the daily file. Defined by MX. | Optional | String |
name The file name. | Optional | String |
number_of_records The number of records in the daily file. | Optional | Integer |
resource_type The resource whose change records are contained in the file, for example, | Optional | String |
Request sample
Language:shell
Response sample
Language:json