# Read a product category by ID **GET /productcategories/{id}** Read details of a specific product category identified by its unique ID. ## Servers - https://rest.api.24sevenoffice.com/v1: https://rest.api.24sevenoffice.com/v1 () ## Authentication methods - Tfso ## Parameters ### Headers - **Authorization** (string) Authorization header ### Path parameters - **id** (integer(int32)) A unique identifier for the product category within Finago Office ERP modules. ## Responses ### 200 Success #### Headers - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) #### Body: application/json (object) - **id** (integer) A unique identifier for the product category within Finago Office ERP modules. - **alternativeReference** (string) An alternative user-defined reference for the category. - **name** (string) The name of the category. - **parentId** (number) A reference to the ID of the parent category. - **modifiedAt** (string) A timestamp for when one of the properties of a record was last modified, in ISO 8601 format. [Powered by Bump.sh](https://bump.sh)