Personyze Personyze developer docs
Open Personyze
Account configuration

REST Conditions object

Personyze developer documentation Questions: support@personyze.com

For information about how REST API works, see rest main page.

Read-only list of the campaigns (targeting conditions) in your account. Use it to turn the campaign_id values returned by campaign summaries into names.

The endpoint URL is:

app.personyze.com/rest/conditions

GET only. Campaigns are authored in the panel, not through this API.

Columns

Column Description
id The campaign id, as referenced elsewhere in the API.
name The campaign's name in the panel.

Only live campaign types are listed — those that evaluate against site visitors or against offline user data. Internal condition types are not returned.

Select example

The whole list — campaigns are few, so reading them all is allowed:

curl 'https://api:FD09908F25BECB09D78EBEA1DADFB618651F612D@app.personyze.com/rest/conditions'

By name:

curl 'https://api:FD09908F25BECB09D78EBEA1DADFB618651F612D@app.personyze.com/rest/conditions/where/name=Spring sale'

Related

actions — the content a campaign shows.