action gsa_list_naics_get { label: "This endpoint lists all of the NAICS codes that are relevant to the OASIS family of vehicles" description: "
This endpoint lists all of the NAICS codes that are relevant to the OASIS family of vehicles. It takes no parameters.
" provider: gsa method: GET path: "/api/naics/" encoding: json output: { type: "object" additionalProperties: true } }