v2

latestOpenAPI 3.0.02026-08-08112115411.4 KB
Industries

Get a single industry by its ID

get/industries/{id}

Path parameters

idstring required

The ID of the industry

Response

An industry

idstring

The API ID of this entity, formatted {integer}-{entityType}

namestring

The type of industry.

modifiedTimeinteger

Example response

{
  "id": "3-contacts",
  "name": "Software"
}