{ "operationId": "SpecificationsTreeByCategoryId", "method": "GET", "path": "/api/catalog_system/pub/specification/field/listTreeByCategoryId/{categoryId}", "summary": "VTex Get specifications tree by category ID", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": [ { "Name": "Specification A", "CategoryId": 1, "FieldId": 33, "IsActive": true, "IsStockKeepingUnit": false }, { "Name": "Specification B", "CategoryId": 1, "FieldId": 34, "IsActive": true, "IsStockKeepingUnit": false }, { "Name": "Specification C", "CategoryId": 1, "FieldId": 35, "IsActive": false, "IsStockKeepingUnit": false } ] } ] }