Documentation Index

Fetch the complete documentation index at: https://docs.mapp.com/llms.txt

Use this file to discover all available pages before exploring further.

Publish a selection plan

Prev Next
Post
/segmentation/publish

Publishes a selection plan by ID, making it the live published version and assigning a selection term id. There is no request body - publishing acts on the plan already saved by create/update. The plan is fully validated on publish (drafts may save with invalid criteria, but publish rejects them). Returns the published plan's metadata (without node detail).

Query parameters
id
stringRequired

ID of the plan to publish (GUID).

isBeta
boolean

Use the beta calculation path. Defaults to false.

fastCountMode
string

Fast-count mode. Defaults to 'off'.

Responses
200

The published plan's metadata (without node detail).

Expand All
object
id
string
name
string
status
string
timeZone
object (TimeZoneReference)
id
string
selectionTermId
integer (int64)
labels
Array of string
string
createdBy
object (UserReference)
id
string
name
string
firstName
string
lastName
string
email
string
createdOn
string
publishedBy
object (UserReference)
id
string
name
string
firstName
string
lastName
string
email
string
publishedOn
string
updatedBy
object (UserReference)
id
string
name
string
firstName
string
lastName
string
email
string
updatedOn
string
400

bad request