MarketSegment

Get a market segment.

Get a market segment by id.<br>You must have at least one of these scopes: 'setup.read, setup.manage'.

get/settings/v1/market-segments/{id}

Path parameters

idstring required

The id of the market segment.

Response

Return market segment.

idstring required

The id of the market segment

codestring required

The code of the market segment

namestring required

The name of the market segment

descriptionstring nullable

The description of the market segment

propertyIdsstring[] nullable

The list of property ids this market segment belongs to

Example response

{
  "id": "BUSR",
  "code": "BUSR",
  "name": "Business Groups",
  "description": "Social groups (Weddings etc.)",
  "propertyIds": [
    "MUC",
    "BER"
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.