{ "operationId": "SpecificationsField", "method": "GET", "path": "/api/catalog_system/pub/specification/fieldGet/{fieldId}", "summary": "VTex Get specification field", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "Name": "Material", "CategoryId": 4, "FieldId": 88, "IsActive": true, "IsRequired": true, "FieldTypeId": 1, "FieldTypeName": "Texto", "FieldValueId": null, "Description": "Composition of the product.", "IsStockKeepingUnit": false, "IsFilter": true, "IsOnProductDetails": false, "Position": 1, "IsWizard": false, "IsTopMenuLinkActive": false, "IsSideMenuLinkActive": true, "DefaultValue": null, "FieldGroupId": 20, "FieldGroupName": "Clothes specifications" } } ] }