The response of all our endpoint return the same structure. This structure provide extra valuable information related with the request. In the case of errors, the structure also help to understand what are the errors.
| Property | Type | Description |
|---|
| applicationEvents | Array of ApplicationEvent Object | See the table below for more info. |
| payload | Object | Array of Object | The payload or information of the endpoint request. |
| hasErrors | Bool | The flag to notify if there is an error. |
| Property | Type | Description |
|---|
| type | string | The type of the event, it could be "Info" or "Error". |
| code | string | The code identifier of the error. |
| message | string | Some extra information of the event. |
| parameter | string | Some parameters related with the event. |