GET api/HistoricoChamado?codChamado={codChamado}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| codChamado | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of HistoricoChamado| Name | Description | Type | Additional information |
|---|---|---|---|
| codRegChamado | integer |
None. |
|
| atividade | string |
None. |
|
| nomeColab | string |
None. |
|
| data | date |
None. |
|
| inicio | date |
None. |
|
| fim | date |
None. |
|
| tempo | date |
None. |
|
| tempoMilesegundos | string |
None. |
|
| somaTempo | string |
None. |
|
| descricao | string |
None. |
|
| descricaoCliente | string |
None. |
|
| textoChat | string |
None. |
|
| tentativaContato | boolean |
None. |
|
| cancelado | boolean |
None. |
|
| codAnalise | integer |
None. |
|
| listLiberty | Collection of RegistroIdLiberty |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"codRegChamado": 1,
"atividade": "sample string 2",
"nomeColab": "sample string 3",
"data": "2025-12-08T09:45:11.5617006-03:00",
"inicio": "2025-12-08T09:45:11.5617006-03:00",
"fim": "2025-12-08T09:45:11.5617006-03:00",
"tempo": "2025-12-08T09:45:11.5617006-03:00",
"tempoMilesegundos": "sample string 8",
"somaTempo": "sample string 9",
"descricao": "sample string 10",
"descricaoCliente": "sample string 11",
"textoChat": "sample string 12",
"tentativaContato": true,
"cancelado": true,
"codAnalise": 15,
"listLiberty": [
{
"codRegChamado": 1,
"chave": 2,
"codChamado": 3
},
{
"codRegChamado": 1,
"chave": 2,
"codChamado": 3
}
]
},
{
"codRegChamado": 1,
"atividade": "sample string 2",
"nomeColab": "sample string 3",
"data": "2025-12-08T09:45:11.5617006-03:00",
"inicio": "2025-12-08T09:45:11.5617006-03:00",
"fim": "2025-12-08T09:45:11.5617006-03:00",
"tempo": "2025-12-08T09:45:11.5617006-03:00",
"tempoMilesegundos": "sample string 8",
"somaTempo": "sample string 9",
"descricao": "sample string 10",
"descricaoCliente": "sample string 11",
"textoChat": "sample string 12",
"tentativaContato": true,
"cancelado": true,
"codAnalise": 15,
"listLiberty": [
{
"codRegChamado": 1,
"chave": 2,
"codChamado": 3
},
{
"codRegChamado": 1,
"chave": 2,
"codChamado": 3
}
]
}
]