Interface GetChangesRequest

interface GetChangesRequest {
    catalogs?: string[];
    changeType: ChangeType;
    country: string;
    cursor?: string;
    from?: number;
    includeUnknownDates?: boolean;
    itemType: ItemType;
    orderDirection?: OrderDirection;
    outputLanguage?: GetChangesOutputLanguageEnum;
    showType?: ShowType;
    to?: number;
}

Properties

catalogs?: string[]
changeType: ChangeType
country: string
cursor?: string
from?: number
includeUnknownDates?: boolean
itemType: ItemType
orderDirection?: OrderDirection
showType?: ShowType
to?: number