GET api/Backup/Clientes/Ignorados
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Backup_Arquivos_IgnoradosName | 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": "2024-11-06T21:31:58.3536274-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": "2024-11-06T21:31:58.3536274-06:00", "ServidorMAC": "sample string 6", "ResolvidoSN": true } ]