Retrieve MMY level by depth and id
Retrieve MMY level by depth and id.
Authorizations:Token, JWT
Query Parameters
| depth required | integerEnum: 1234Level depth (1, 2, 3 or 4) |
| id required | integer |
Responses
200MMY Level resource
Response schema:
MMY Level resource | name | string |
| title | string |
| description | string |
| parent_level_id | integer or null |
| logo_url | string |
| banner_urls | Array of strings |
| id | integer or null>= 0 |
401Unauthorized
Response schema:
Unauthorized | type | string |
| title | string |
| detail | string or null |
| instance | string or null |
404Resource not found
Response schema:
Resource not found | type | string |
| title | string |
| detail | string or null |
| instance | string or null |
500Internal error
Response schema:
Internal error | type | string |
| title | string |
| detail | string or null |
| instance | string or null |