Skip to content

Read Display Conditions

Tool name: list-email-editor-display-conditions

Lists the display conditions of one email with their segments, and for each the uuids of the rows it governs. The binding is a marker inside the row and shows up in no other projection, so this is the only way to see that a row is shown to part of the audience -- and which part. A condition with no bound row governs nothing and is dropped by the editor's next save. Carries the contentRevision the two write tools take. Reads only.

Input schema

editorUrlstring, [ 12 .. 500 ] charactersrequired

Editor URL of the email, as a read returned it

accountIdnull or integer, >= 1

User ID of the account; omit for the account the access token works in

Default:null
Input example
{ "editorUrl": "stringstring", "accountId": null }

Output schema

accountIdintegerrequired
editorUrlstringrequired
contentRevisionstringrequired
countintegerrequired
decisionsArray of objectsrequired
Output example
{ "accountId": 0, "editorUrl": "string", "contentRevision": "string", "count": 0, "decisions": [ { "decisionId": "string", "name": "string", "description": "string", "segments": [ {} ], "boundRows": [ "string" ] } ] }