# List SIC US 1987 List all SIC US 1987 Endpoint: GET /data-api/v1/catalog/sicus1987 Security: authorization ## Response 200 fields (application/json): - `count` (integer) Record count Example: 1 - `data` (array) Example: [{"code":"33636","codeStandard":"5912","id":"3FCEDF144BE9F3DFF1145DB6C515FB34","name":"Foo Bar","parentId":"264DD858DB942CAD06F24FF25DF56716"}] - `data.code` (string, required) SIC US 1987 code Example: "33636" - `data.codeStandard` (string, required) SIC US 1987 code standard Example: "5912" - `data.id` (any, required) A unique hexadecimal identifier for the desired field. Example: "1698C53EBC888758570396E0334965C1" - `data.name` (string, required) SIC US 1987 name Example: "Foo Bar" - `data.parentId` (string, required) Parent SIC US 1987 ID Example: "264DD858DB942CAD06F24FF25DF56716" ## Response 401 fields (application/json): - `errors` (array) - `errors.detail` (string, required) Example: "The token provided is not valid" - `errors.source` (object) - `errors.title` (string, required) Example: "Unauthorized" ## Response 422 fields (application/json): - `errors` (array, required) - `errors.detail` (string, required) Example: "null value where string expected" - `errors.source` (object, required) - `errors.source.pointer` (string, required) Example: "/data/attributes/petName" - `errors.title` (string, required) Example: "Invalid value"