GET api/Backup/Clientes/Ignorados
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Backup_Arquivos_Ignorados| Name | Description | Type | Additional information |
|---|---|---|---|
| id_Tarefa | integer |
None. |
|
| Desc_TipoTarefa | string |
None. |
|
| Id_Cliente | integer |
None. |
|
| Caminho | string |
None. |
|
| Motivo | string |
None. |
|
| DataErro | date |
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,
"Caminho": "sample string 3",
"Motivo": "sample string 4",
"DataErro": "2025-12-15T03:07:03.7658074-06:00",
"ServidorMAC": "sample string 6",
"ResolvidoSN": true
},
{
"id_Tarefa": 1,
"Desc_TipoTarefa": "sample string 2",
"Id_Cliente": 1,
"Caminho": "sample string 3",
"Motivo": "sample string 4",
"DataErro": "2025-12-15T03:07:03.7658074-06:00",
"ServidorMAC": "sample string 6",
"ResolvidoSN": true
}
]