Request parameters for searchContentDocuments operation in AplusContentApi.

Export

AplusContentApiSearchContentDocumentsRequest

interface AplusContentApiSearchContentDocumentsRequest {
    marketplaceId: string;
    pageToken?: string;
}

Properties

marketplaceId: string

The identifier for the marketplace where the A+ Content is published.

Memberof

AplusContentApiSearchContentDocuments

pageToken?: string

A page token from the nextPageToken response element returned by your previous call to this operation. nextPageToken is returned when the results of a call exceed the page size. To get the next page of results, call the operation and include pageToken as the only parameter. Specifying pageToken with any other parameter will cause the request to fail. When no nextPageToken value is returned there are no more pages to return. A pageToken value is not usable across different operations.

Memberof

AplusContentApiSearchContentDocuments