AOD Assets
To retrieve a list of AODs based on specific criteria, you can send a GET request to the following API:
The available query parameters are:
Filter | Type | Description |
---|---|---|
current_page | integer | The current page number of the pagination. The default value is 1. |
filter.name | string | The value to filter AODs by name. The API returns only AODs that match the specified name. |
items_per_page | integer | The 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