post https://sandbox.treeforttech.com/api/casefile/events
This endpoint is used to receive events associated with a file.
Response Schema
Attribute | Type | Description |
---|---|---|
statusCode | Integer | Standard HTTP response code. Status codes are outlined in the Errors section of this API reference. |
message | String | A human-readable message providing more details about the status code. Messages are outlined in the Errors section of this API reference. |
data | Array of Objects | An array of file events that are associated with the requesterReferenceId. The individual attributes associated with each object are outlined below for the first array element. |
data[0].message | String | The file event message. Possible values: "Case File has been created" - indicates that a new file (i.e. requesterReferenceId) has been successfully created. |
data[0].timeStamp | String | The date and time of the event (e.g. 2021-03-12T17:22:25) |
errors | Array of Strings | An array of human-readable error messages, if available (null otherwise). Unique errors associated with this endpoint, if applicable, are shown in the example response in the right column with the corresponding HTTP status code. |