Retrieve taxability categoriesget https://example.com/tax-config-api/config/v2/taxability-categories/{id}/hierarchyReturns a list of the requested taxability category, and all its descendants, using pre-order tree traversal.Path Paramsidstringrequiredtaxability category idQuery Params$skipinteger≥ 0Defaults to 0OData pagination number of records to skip. See http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionskip$topinteger1 to 500Defaults to 20OData pagination number of items to return. See http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptiontopResponses 200successful operation 400Bad Request. The request was invalid (did not have a required parameter) or 1 or more parameters on the request was invalid. 401Authentication failure. There was no credential attached to the request, or the credential was invalid. 403Authorization failure. The user or identity requesting the operation did not have the requisite role to perform the operation. 404The entity you were querying or updating does not exist. 503Service UnavailableUpdated over 1 year ago