GET api/Backup/Clientes/Erro
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Backup_ErroName | Description | Type | Additional information |
---|---|---|---|
Id_Tarefa | integer |
None. |
|
Desc_TipoTarefa | string |
None. |
|
Id_Cliente | integer |
None. |
|
DataErro | date |
None. |
|
Descricao | string |
None. |
|
ServidorMAC | string |
None. |
|
ResolvidoSN | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id_Tarefa": 1, "Desc_TipoTarefa": "sample string 2", "Id_Cliente": 1, "DataErro": "2024-11-06T21:33:10.5369809-06:00", "Descricao": "sample string 4", "ServidorMAC": "sample string 5", "ResolvidoSN": true }, { "Id_Tarefa": 1, "Desc_TipoTarefa": "sample string 2", "Id_Cliente": 1, "DataErro": "2024-11-06T21:33:10.5369809-06:00", "Descricao": "sample string 4", "ServidorMAC": "sample string 5", "ResolvidoSN": true } ]