Request parameters for getContentDocument operation in AplusContentApi.

AplusContentApiGetContentDocumentRequest

interface AplusContentApiGetContentDocumentRequest {
    contentReferenceKey: string;
    includedDataSet: Set<GetContentDocumentIncludedDataSetEnum>;
    marketplaceId: string;
}

Properties

contentReferenceKey: string

The unique reference key for the A+ Content document. A content reference key cannot form a permalink and may change in the future. A content reference key is not guaranteed to match any A+ Content identifier.

AplusContentApiGetContentDocument

The set of A+ Content data types to include in the response.

AplusContentApiGetContentDocument

marketplaceId: string

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

AplusContentApiGetContentDocument