- EMIs
- Records
- Topups
- Accounts
- Payouts
- Loans
- Line Details
- Loan Data
- Fee
- Extra Data
- Topup Group
Get Fee Demands
preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
GET
/v1/lms/fees/{id}/demands/
Last modified:2024-12-27 06:34:00
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
id
stringÂ
required
Example:
22a349ea-ae34-4dc2-ab87-b95b3fa10b58
Query Params
expand
stringÂ
optional
Example:
settlements
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://preprod.api.crego.io/v1/lms/fees/22a349ea-ae34-4dc2-ab87-b95b3fa10b58/demands/?expand=settlements'
Responses
🟢200Success
application/json
Body
count
integerÂ
required
current_page
integerÂ
required
page_size
integerÂ
required
results
$ref(#/definitions/4074662)[]
required
#/definitions/4074662
optional
Example
[{"id":"878c5501-2d8d-4335-b5cc-59a52fde0bb6","created_at":1735208177.1375964,"updated_at":1735208177.138325,"date":1724753776.666969,"amount":453.85,"outstanding_amount":0.0,"remaining_amount":9328.55,"sent_to_gl":false,"due_amount":0.0,"dpd":0,"peak_dpd":0,"to_be_deleted":false,"account":"b9c9021a-5de3-4f4a-a84b-2519f862cd06","demand":"81b11c52-21fd-4afd-abf4-5b361e5f33d4","record":"4592e37f-cf37-4e07-845d-4d79064657e6"},{"id":"79dfa248-572c-4284-a852-670ed4c37a58","created_at":1735208177.1377847,"updated_at":1735208177.1986203,"date":1724753776.666969,"amount":453.85,"outstanding_amount":0.0,"remaining_amount":3884.1999999999994,"sent_to_gl":false,"due_amount":0.0,"dpd":0,"peak_dpd":0,"to_be_deleted":false,"account":"b9c9021a-5de3-4f4a-a84b-2519f862cd06","demand":"867aa8cb-03f5-4abd-bd9d-f26030028bc4","record":"4592e37f-cf37-4e07-845d-4d79064657e6"}]
🟢200List Response