Get Dynamic Content Profile
GET /api/v1/workspaces/{workspace_id}/dynamic_content_profiles/{id}
Retrieves a DynamicContentProfile.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Workspace ID
DynamicContentProfile ID
Responses
Section titled “ Responses ”Successful
object
Example
uuid TODOExample
Mailchimp ProfileExample
2023-08-23T10:30:00.000ZExample
2023-08-23T10:30:00.000ZExample
12345Optional. Stable key identifying the template engine preset applied to this profile’s conditional syntax.
Example
liquidCapability manifest describing the joiners, operators, and branch options allowed by this profile’s template engine preset. Null when no preset is set.
object
Supported joiner strings between conditions within a branch (e.g. “and”, “or”). Empty disallows compound conditions.
Example
[ "and", "or"]Map of value type (“string”, “number”, “boolean”) to the operators allowed for that type. Each operator declares whether it takes a value, so the UI picker knows whether to render a value input.
object
object
Wire identifier for the operator (e.g. “equals”, “is_empty”).
Whether this operator takes a value. When false, the UI picker hides the value input and the wire payload omits value.
Example
{ "string": [ { "key": "equals", "requires_value": true }, { "key": "is_empty", "requires_value": false } ], "boolean": [ { "key": "equals", "requires_value": true } ]}