# Get list of adunits Endpoint: GET /api/external/v1/adunit Version: v1.9 Security: oauth2 ## Query parameters: - `account` (string, required) - `search` (string) - `appendPlacementIds` (boolean) - `active` (boolean) - `adunitType` (string) Enum: "banner", "interstitial", "rewarded", "DISPLAY", "VIDEO", "NATIVE" - `inventoryType` (string) Enum: "inapp", "website" - `page` (integer) - `size` (integer) - `sortField` (string) Enum: "name", "active", "inventory_type" - `sortDirection` (string) Enum: "ASC", "DESC" ## Response 200 fields (application/json; charset=UTF-8): - `content` (array) - `content.accountId` (string) - `content.active` (boolean) - `content.adunitId` (string) - `content.adunitNetworkLinks` (array) - `content.adunitNetworkLinks.networkConfiguration` (object) - `content.adunitNetworkLinks.networkId` (string) - `content.adunitNetworkLinks.priority` (integer) - `content.adunitNetworkLinks.updatedAt` (integer) - `content.bidSettings` (object) - `content.bidSettings.biddingType` (string) Enum: "normal", "waterfall" - `content.bidSettings.defaultFloorPrice` (number) - `content.bidSettings.frequencyCapping` (object) - `content.bidSettings.frequencyCapping.duration` (integer) - `content.bidSettings.frequencyCapping.enabled` (boolean) - `content.bidSettings.frequencyCapping.impressions` (integer) - `content.bidSettings.frequencyCapping.timeUnit` (string) Enum: "minute", "hour", "day" - `content.bidSettings.pricingType` (string) Enum: "kai", "manual" - `content.code` (integer) - `content.createdAt` (integer) - `content.deleted` (boolean) - `content.excludedBrands` (array) - `content.excludedBrands.name` (string) - `content.excludedBrands.url` (string) - `content.id` (string) - `content.includedBrands` (array) - `content.inventoryType` (string) Enum: "inapp", "website" - `content.maxVideoDuration` (integer) - `content.minVideoDuration` (integer) - `content.placementIds` (array) - `content.placementInfo` (array) - `content.placementInfo.description` (string) - `content.placementInfo.placementId` (string) - `content.placementInfo.siteId` (string) - `content.placementInfo.supportedAdFormats` (array) Enum: "banner", "interstitial", "rewarded", "DISPLAY", "VIDEO", "NATIVE" - `content.placementInfo.supportedSizes` (array) - `content.placementInfo.supportedSizes.height` (integer) - `content.placementInfo.supportedSizes.width` (integer) - `content.previouslyActive` (boolean) - `content.priceConfigurations` (array) - `content.priceConfigurations.condition` (string) Enum: "time", "location" - `content.priceConfigurations.endTime` (integer) - `content.priceConfigurations.price` (number) - `content.priceConfigurations.startTime` (integer) - `content.size` (object) - `content.type` (string) Enum: "banner", "interstitial", "rewarded", "DISPLAY", "VIDEO", "NATIVE" - `empty` (boolean) - `first` (boolean) - `last` (boolean) - `number` (integer) - `numberOfElements` (integer) - `pageable` (object) - `pageable.offset` (integer) - `pageable.pageNumber` (integer) - `pageable.pageSize` (integer) - `pageable.paged` (boolean) - `pageable.sort` (object) - `pageable.sort.sorted` (boolean) - `pageable.sort.unsorted` (boolean) - `pageable.unpaged` (boolean) - `totalElements` (integer) - `totalPages` (integer)