Release notes

2022r1

Addition of trailer API

In this version, the trailer API has been added to expose the trailer management functionality to external systems.

It contains the following calls:

Trailers:

  • POST /trailer to create or update a trailer,

  • GET /trailers to search for trailers,

  • PUT /trailers to update a trailer,

  • GET /trailers to retrieve the details of a trailer,

  • DELETE /trailers

Trailer campaigns:

  • POST /trailerCampaigns to create or update a campaign,

  • PUT /trailerCampaigns to update a campaign,

  • GET /trailerCampaigns to retrieve the details of a campaign,

  • DELETE /trailerCampaigns

Drop-downs:

  • trailer types

  • version types

  • departments

  • categories

  • content target groups

  • content values

  • statuses of trailer type

  • priorities

  • target groups

  • custom attribute drop-downs

General:

  • API call to retrieve the YAML file

  • Login call

The calls support custom attributes.

If a user is logged in, they need trailer management permissions to execute the trailer calls.