Retrieve MMY level by depth and id
Retrieves a MMY Level resource.
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 |
| depth | string |
| title | string |
| description | string |
| parent_level_id | integer or null |
| logo_url | string |
| banner_urls | Array of strings |
| id | integer or null>= 1 |
401Unauthorized
Response schema:
Unauthorized | type | stringExample: "https://tools.ietf.org/html/rfc2616#section-10" |
| title | stringExample: "An error occurred" |
| detail | string or nullExample: "Cannot find entity" |
| instance | string or null |
404Resource not found
Response schema:
Resource not found | type | stringExample: "https://tools.ietf.org/html/rfc2616#section-10" |
| title | stringExample: "An error occurred" |
| detail | string or nullExample: "Cannot find entity" |
| instance | string or null |
500Internal error
Response schema:
Internal error | type | stringExample: "https://tools.ietf.org/html/rfc2616#section-10" |
| title | stringExample: "An error occurred" |
| detail | string or nullExample: "Cannot find entity" |
| instance | string or null |