Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

Dev GuideAPI ReferenceChangelog
Dev GuideAPI ReferenceChangelogUser GuideDev CommunityOptimizely AcademySubmit a ticketLog In
Changelog
  • Added the workflow_id field to the response body of the GET /tasks/{id} endpoint, indicating the workflow to which the task is associated.
  • Added the roles field to each user object in the response body of the GET /userlist endpoint, which contains a list of objects with the property name, indicating the names of the roles assigned to each respective user.

Added the asset_ids_without_field_inheritance body parameter for the POST /work-requests/{id}/tasks endpoint, which you can use to disable field inheritance for specific assets when creating a task from a work request.

Introduced the GET /tasks/{task_id}/steps/{step_id}/sub-steps/{sub_step_id}/fields endpoint, which lets you fetch the fields of a task substep.

Introduced the POST campaigns/{id}/fields end point, which lets you add a field to a campaign.