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