Codes are missing which we return in the search results. #344
Closed
ravindra-aditya
started this conversation in
General
Replies: 1 comment
-
Part of enums from this developer guide. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have 2 asks
For example:
"categories": [
{
"id": "0",
"descriptor": {"name": "Mutual Funds", "code": "MUTUAL_FUNDS"}
},
{
"id": "1",
"descriptor": {"name": "Open Ended", "code": "OPEN_ENDED"},
"parent_category_id": "0"
},
{
"id": "11",
"descriptor": {"name": "Equity", "code": "OPEN_ENDED_EQUITY"},
"parent_category_id": "1"
},
{
"id": "1101",
"descriptor": {"name": "Mid Cap Fund", "code": "OPEN_ENDED_EQUITY_MIDCAP"},
"parent_category_id": "11"
}
],
Let me know if you have any questions.
Beta Was this translation helpful? Give feedback.
All reactions