POST api/HA/GetReviewContentIndex
Request Information
URI Parameters
None.
Body Parameters
ReviewContentIndexRequestType| Name | Description | Type | Additional information |
|---|---|---|---|
| advertiserId | string |
None. |
|
| listingExternalId | string |
None. |
|
| startDate | date |
None. |
|
| endDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"advertiserId": "sample string 1",
"listingExternalId": "sample string 2",
"startDate": "2025-12-10T06:00:54.8110852+00:00",
"endDate": "2025-12-10T06:00:54.8110852+00:00"
}
application/xml, text/xml
Sample:
<reviewContentIndexRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <advertiserId>sample string 1</advertiserId> <listingExternalId>sample string 2</listingExternalId> <startDate>2025-12-10T06:00:54.8110852+00:00</startDate> <endDate>2025-12-10T06:00:54.8110852+00:00</endDate> <pageSize>sample string 6</pageSize> <page>sample string 7</page> <entryIndexStart>sample string 8</entryIndexStart> <entryIndexEnd>sample string 9</entryIndexEnd> </reviewContentIndexRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
reviewContentIndex| Name | Description | Type | Additional information |
|---|---|---|---|
| documentVersion | reviewContentIndexDocumentVersion |
None. |
|
| advertiser | reviewContentIndexAdvertiser |
None. |
Response Formats
application/json, text/json
Sample:
{
"documentVersionField": 0,
"advertiserField": {
"advertiserIdField": "sample string 1",
"reviewContentIndexEntryField": [
{
"externalIdField": {},
"lastUpdatedDateField": "2025-12-10T06:00:54.8267018+00:00",
"listingExternalIdField": {},
"reviewUrlField": {},
"unitExternalIdField": {}
},
{
"externalIdField": {},
"lastUpdatedDateField": "2025-12-10T06:00:54.8267018+00:00",
"listingExternalIdField": {},
"reviewUrlField": {},
"unitExternalIdField": {}
}
]
}
}
application/xml, text/xml
Sample:
<reviewContentIndex xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<documentVersion>1.1</documentVersion>
<advertiser>
<advertiserId>sample string 1</advertiserId>
<reviewContentIndexEntry>
<externalId />
<lastUpdatedDate>2025-12-10T06:00:54.8267018+00:00</lastUpdatedDate>
<listingExternalId />
<reviewUrl />
<unitExternalId />
</reviewContentIndexEntry>
<reviewContentIndexEntry>
<externalId />
<lastUpdatedDate>2025-12-10T06:00:54.8267018+00:00</lastUpdatedDate>
<listingExternalId />
<reviewUrl />
<unitExternalId />
</reviewContentIndexEntry>
</advertiser>
</reviewContentIndex>