Skip to main content

AOD Assets

To retrieve a list of AODs based on specific criteria, you can send a GET request to the following API:

GET /bv/cms/v1/aods

The available query parameters are:

FilterTypeDescription
current_pageintegerThe current page number of the pagination. The default value is 1.
filter.namestringThe value to filter AODs by name. The API returns only AODs that match the specified name.
items_per_pageintegerThe number of items to return per page. The default value is 10.

Here's an example of querying with the name "AOD_NAME", with 10 items per page:

/bv/cms/v1/aod?filter.name=AOD_NAME&items_per_page=10