- Healthcheck
- App Settings
- OS
- Finances
- Support
- Customer
- Auth
- Phones
- Popup Notifications
- Quick Invoice
- Contract Details
- Connection Status Has Notices
- List Contracts
- Connection Status
- Generate Login
- Password Update
- Password Recovery
- Referral (Indique um amigo)
- Enable Collect Calls
- Tax Notes
- Phone Details
- Due Date Availables
- Change Due date
- Request Address Change
- Service Protocol
- User Verify
- File Upload
- Paid Invoices
- Contract Term
- Interface
- Messages
- Resources
- SVAs
- Wi-FI
- Sales Onboarding
- Push Notifications
- Crypto
- Admin
- Proxy Integration
- OS
- Financials
- [OK][CD] Billing Dispute (Contestation)GET
- [OK][CD] Calls ExtractGET
- [OK][CD] Check Trust EligibilityGET
- [OK][CD] Extract PDF CallsGET
- [OK][CD] Fast Access InvoiceGET
- [OK][CD] Paid InvoiceGET
- [OK][CD] List RecordsGET
- [OK][CD] Negotiation ParcelsGET
- [OK][CD] Generate Payment LinkPOST
- [OK][CD] Negotiation Check EligibilityGET
- [OK][CD] Confim NegotiationPOST
- [OK][CD] Tax NotesGET
- Contacts
- Contracts
- [OK][CD] List Products (SVAs)
- [OK][CD] Get Activation Link Product (SVA)
- [OK][CD] List Contracts
- [OK][CD] Contracts Details
- [OK][CD] Call History
- [OK][CD] Enable Collect Calls
- [OK][CD] List Protocols
- [OK][CD] Phone Details
- [OK][CD] Contract Unlock
- [OK][CD] Contract Term
- [OK][CD] Connection Status
- [OK][CD] Due Date Availables
- [OK][CD] Change Due date
- [OK][CD] Contract Plan
- [OK][CD] List Devices Wifi
- [OK][CD] Update Wifi
- [OK][CD] File Upload Payment
- Product Subscribe
- Messages
- Menus
- Customers
- Addresses
- Bookings
- FAQ
- Login
- Equipaments
- Config
- Cards
- Sales
- Massive Warnings
- Parameter
- Password Update
- Banners
- Products
[OK][CD] Calls Extract
Developing
HML
HML
GET
https://hml-backend-app.vipbrtelecom.com.br/api/app/v1/financials/calls
Request
Query Params
contractId
string
optional
Example:
751329
Header Params
Authorization
string
optional
Example:
{{Authorization}}
apiKey
string
optional
Example:
{{apiKey}}
Responses
🟢200Success
application/json
Body
extract
array [object {6}]
required
id
integer
required
value
integer
required
contract_number
integer
required
date_initial
string
required
date_final
string
required
exist_call_extract
boolean
required
Example
{
"extract": [
{
"id": 13949100,
"value": 0,
"contract_number": 751329,
"date_initial": "2025-01-27",
"date_final": "2025-02-26",
"exist_call_extract": true
},
{
"id": 13949301,
"value": 0,
"contract_number": 751329,
"date_initial": "2024-12-27",
"date_final": "2025-01-26",
"exist_call_extract": true
}
]
}
Modified at about 2 months ago