For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 help users find 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
Type
Description

id

string, core

(Read-only) The identifier for the segment.

externalId

string

The identifier in an external system.

name

string, core

A user-friendly name for the industry.

description

string

A short description of the segment.

status

string, core

The status of the segment. Allowed values are:

  • Draft

  • Published

  • Unpublished

  • Deleted

audit

object

(Read-only) Represents the audit object.

revision

integer, core

The entity's revision number.

Example

SEGMENT OBJECT
{
  "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?