Skip to content

List Conditionals

GET
/api/v1/workspaces/{workspace_id}/conditionals

Retrieves the conditionals.

workspace_id
required
integer

Workspace ID

per
integer
default: 10

Number of records per page

page
integer
default: 1

Page number

Successful

object
results
required
Array<object>
object
id
required
integer
Example
12345
label
required
string
Example
Over age 30s
default_syntax
required
object
closing
required
string
branch_values
required

Key-value pairs where the key is the branch key and the value is the branch syntax

object
key
additional properties
string
branches
required
Array<object>
object
key
required
string
Example
key
label
required
string
Example
label
can_be_used_in_subject_and_preheader
required
boolean
created_at
required
string format: date-time
Example
2023-08-23T10:30:00.000Z
updated_at
required
string format: date-time
Example
2023-08-23T10:30:00.000Z
organization_id
required
integer
Example
12345
dynamic_content_profile_syntaxes
required
object
key
additional properties
object
closing
required
string
branch_values
required

Key-value pairs where the key is the branch key and the value is the branch syntax

object
key
additional properties
string
pagination
required
object
per
required
integer
Example
10
page
required
integer
Example
1
total
required
integer
Example
100