v1
latestOpenAPI 3.0.12026-07-245303882.5 MBEndpoint responsável por listar agendamentos
get/scheduler/listByAccount/{account}
Path parameters
accountstring required
Query parameters
DateFromstring date
DateTostring date
Pagestring
LimitPerPagestring
ClientCodestring
SchedulerIdstring
Productstring
Statusstring
Response
200
Example response
{
"status": "string",
"version": "string",
"body": {
"dateFrom": "2025-02-19T13:55:27.448Z",
"dateTo": "2025-02-19T13:55:27.448Z",
"body": {
"account": "string",
"scheduledList": [
{
"clientCode": "string",
"initiationType": "string",
"transactionType": "string",
"paymentType": "string",
"urgency": "string",
"debitParty": {
"account": "string",
"taxId": "string",
"name": "string",
"branch": "string",
"accountType": "string",
"bank": "string"
},
"creditParty": {
"bank": "string",
"account": "string",
"branch": "string",
"taxId": "string",
"name": "string",
"accountType": "string"
},
"createAt": "2025-02-19T13:55:27.448Z",
"updateAt": "2025-02-19T13:55:27.448Z",
"scheduler": {
"schedulerDate": "string",
"source": "string"
},
"status": "string"
}
]
}
}
}