Ad Space Location Details Input
Submit product, location, and field filters to retrieve paginated ad space location details for list view.
- JSON example
-
1{ 2 "products": ["01txx0000000AbcAAE"], 3 "locations": [ 4 { 5 "distanceUnit": "miles", 6 "locationName": "San Francisco Downtown", 7 "locationRecordId": "0LOxx0000001AbcGAE", 8 "radiusValue": 25 9 } 10 ], 11 "advanceFilters": [ 12 { 13 "entityName": "AdSpaceSpecification", 14 "fieldApiName": "MediaType__c", 15 "fieldType": "String", 16 "value": "Digital" 17 } 18 ], 19 "fields": [ 20 { 21 "entityName": "Location", 22 "fieldApiName": "Name" 23 } 24 ], 25 "groupLocation": false, 26 "pageSize": 25 27} - Properties
-
Name Type Description Required or Optional Available Version advanceFilters Ad Space Location Advance Filter Input[] Additional field-level filter criteria. Optional 68.0 cursor String Opaque pagination cursor returned as nextCursor from a previous response page. Optional 68.0 fields Ad Space Location Field Input[] List-view column fields to return in each result row. Optional 68.0 groupLocation Boolean When true, groups results by physical location. Optional 68.0 locations Ad Space Location Filter Input[] Center-point location filters and radius values. Optional 68.0 pageSize Integer Maximum number of records per page (up to 100). Optional 68.0 products String[] Product IDs used to filter ad space locations. Optional 68.0