Daily Files
List Daily Files
This endpoint returns a list of daily files.
GET
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.
Path Parameters
Your client ID.
Response Fields
| Field | Type | Description |
|---|---|---|
checksum | string | A checksum of the file which can be used to ensure the downloaded file contains what was expected. |
event_type | string | This will be one of CREATED, UPDATED, or DELETED. |
file_size | integer | The size of the file in bytes. |
guid | string | The unique identifier for the daily file. Defined by MX. |
name | string | The file name. |
number_of_records | integer | The number of records in the daily file. |
resource_type | string | The resource whose change records are contained in the file, for example, ACCOUNTS, USERS, TRANSACTIONS, etc. |

