Dev GuideAPI ReferenceChangelog
Dev GuideAPI ReferenceChangelogUser GuideDev CommunityOptimizely AcademySubmit a ticketLog In
Changelog

API update

  • Added a new library_guid field to the GET /tasks/{id}/assets endpoint response. See the API Reference for more information.
    • library_guid returns the Library GUID for a task asset after it is published to the Library.

    • library_guid is null if the asset is not published to the Library.

  • Added GET /publishing-channels and POST /tasks/{task_id}/publishing-intents endpoints to support creating a publishing intent from a task. See the API reference for more information.
    • GET /publishing-channels – Returns a paginated list of the organization's publishing channels (offset or page_size). Each channel includes id, name (nullable), and disabled (nullable).
    • POST /tasks/{task_id}/publishing-intents – Creates a publishing intent linking the specified task to a channel. Takes a channel_id in the request body and returns the created publishing intent's id.