Get list of categories by parent ID and level

GET {{baseUrl}}/categories/parent/:parent/level/:level

Service urls:
http://yourdomain.com/api/rest_admin/categories/parent/{parent}/level/{level}
OR
http://yourdomain.com/index.php?route=rest/category_admin/category&parent={parent}&level={level}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"success":"\u003cinteger\u003e","error":["\u003cstring\u003e","\u003cstring\u003e"],"data":"\u003cobject\u003e"}