Get Gets information about Category. Request GET https://ttv.microworkers.com/api/v2/basic-categories/{id} Parameters Path Parameter Name Type Description id string The ID of Category. Response Response HTTP Codes Http Code Response Type Description 200 BasicCategoryItemResponse OK 401 Unauthorized 404 Not found Response Body { "id": string, "title": string } BasicCategoryItemResponse Property Type Description id string The ID of Category. title string The title of Category.