Paginated Query for Funds
Attention
This resource is only available for integrations that exercise the role of Distributor.
Request
ENDPOINT
/quota_distributor/fund_classesMETHOD
GETSTATUS
200Query Params
| Parameter | Description |
|---|---|
document_number | Fund document |
fund_class_key | Unique fund identification key |
Attention
During the integration process, a means of authentication for the sent hash will be required.
Case 01: Return with only one fund
{
"data": [
{
"name":"SAMPLE FUND CLASS NAME",
"fund_class_key":"UUID",
"document_number":"00.000.000/0000-00",
"administrator":{
"name":"SAMPLE ADMINISTRATOR NAME",
"administrator_key":"UUID",
"document_number":"00.000.000/0000-00"
}
}
],
"limit": 50,
"page": 0,
"is_last_page": true
}
Fund Class
| Field | Type | Description |
|---|---|---|
fund_class_key | string | Unique fund identification key |
document_number | string | Fund CNPJ |
name | string | Fund name |
administrator | JSON | Administrator object with administrator information |
Administrator
| Field | Type | Description |
|---|---|---|
administrator_key | string | Unique administrator identification key |
name | string | Administrator name |
document_number | string | Administrator CNPJ |