Industry

Industries refer to specific business sectors or markets that products are designed to serve.

This classification helps users identify solutions that are tailored to the unique challenges and requirements of their particular field. Examples of industries include healthcare, finance, education, retail, manufacturing, and technology. By categorizing products by industry, we enable users to quickly find software that understands and addresses their sector-specific needs, compliance requirements, and best practices.

This object contains the following attributes:

Field Name
Data Type
Description

id

string

An identifier for the industry.

Example: IND-1671-3887

externalId

string

The identifier in the external system.

Example: arK9uX45

name

string

A user-friendly name for the industry.

Example: Development

description

string

A short description of the industry.

Example: Software development tools

status

string

The status of the industry.

Example: Draft

audit

object

A reference to the audit object.

revision

integer

The entity's revision number.

Example: 3

Example response

{
  "id": "IND-1671-3887",
  "externalId": "arK9uX45",
  "name": "Education",
  "description": "Software development tools",
  "status": "Draft",
  "revision": 2,
  "audit": {
    "created": {
      "at": "2024-04-08T06:30:05.807Z",
      "by": {
        "id": "USR-2172-2499",
        "revision": 1,
        "name": "John User"
      }
    },
    "updated": {
      "at": "2024-05-16T09:17:36.406Z",
      "by": {
        "id": "TKN-3836-7769",
        "revision": 2,
        "name": "My token"
      },
    "deleted": {
      "at": "2024-05-17T09:17:36.406Z",
      "by": {
        "id": "TKN-3836-7769",
        "revision": 3,
        "name": "My token"
      }
    }
  }
}

Last updated

Was this helpful?