Skip to main content
POST
Create play

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request body schema.

name
string
required

Play name.

modelUuid
string<uuid>
required

Model identifier.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$
changeKinds
enum<string>[]
required

Change kinds to include.

Available options:
added,
updated,
removed,
unchanged
runCreationRule
enum<string>
required

Run creation rule.

Available options:
always,
once,
noConcurrency
description
string

Play description.

filter
Filter · object

Segment filter criteria.

sort
Sort · object[]

Sort criteria.

limit
number

Maximum number of records.

trackingColumnSlugs
string[]

Tracking column identifiers.

schedule
Schedule · object

Play schedule configuration.

folderUuid
string<uuid>

Folder identifier.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$

Response

Successful response

play
Play · object
required

Created play details.