Segment

Segments categorize products based on the size and type of organizations for which they are most suitable.

This classification helps users identify solutions that align with their company's scale, complexity, and resource capabilities. Common segments include Small Business, Mid-Market, Enterprise, and Startups. By providing information about these segments, we assist users in finding software that not only meets their functional needs but also fits their organizational context. This ensures that the selected solutions have appropriate feature sets, pricing models, and scalability.

This object contains the following attributes:

Field Name
Data Type
Description

id

string

The identifier for the segment.

Example: SEG-1671-3887

externalId

string

The identifier in an external system.

Example: arK9uX45

name

string

A user-friendly name for the industry.

Example: Development

description

string

A short description of the segment.

Example: Software development tools

status

string

The status of the segment. Allowed values: draft, published, unpublished, or deleted.

audit

object

A reference to the audit object.

revision

integer

The entity's revision number.

Example: 4

Example response

{
  "id": "SEG-1671-3887",
  "externalId": "arK9uX45",
  "name": "Enterprise",
  "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?