GET api/Oficina/ObterAgendamentos?token={token}&CDEMPRESA={CDEMPRESA}&DTINICIO={DTINICIO}&DTFIM={DTFIM}
Retorna lista de agendamentos por data
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
|
| CDEMPRESA | integer |
Required |
|
| DTINICIO | string |
Required |
|
| DTFIM | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AgendamentoServico| Name | Description | Type | Additional information |
|---|---|---|---|
| CDAGENDAMENTOSERVICO | integer |
None. |
|
| NMCLIENTE | string |
None. |
|
| DTAGENDAMENTO | date |
None. |
|
| DSPLACA | string |
None. |
|
| DSMODELOVEICULO | string |
None. |
|
| CDMODELOVEICULO | integer |
None. |
|
| CDCONSULTOR | integer |
None. |
|
| CDCLIENTE | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CDAGENDAMENTOSERVICO": 1,
"NMCLIENTE": "sample string 2",
"DTAGENDAMENTO": "2025-12-14T16:36:39.9435368-03:00",
"DSPLACA": "sample string 4",
"DSMODELOVEICULO": "sample string 5",
"CDMODELOVEICULO": 1,
"CDCONSULTOR": 1,
"CDCLIENTE": 1
},
{
"CDAGENDAMENTOSERVICO": 1,
"NMCLIENTE": "sample string 2",
"DTAGENDAMENTO": "2025-12-14T16:36:39.9435368-03:00",
"DSPLACA": "sample string 4",
"DSMODELOVEICULO": "sample string 5",
"CDMODELOVEICULO": 1,
"CDCONSULTOR": 1,
"CDCLIENTE": 1
}
]