The Response for the GetCollectionFormHistoryResponse operation.

GetCollectionFormHistoryResponse

interface GetCollectionFormHistoryResponse {
    collectionFormsHistoryRecordList?: CollectionFormsHistoryRecord[];
    lastRefreshedDate?: string;
}

Properties

collectionFormsHistoryRecordList?: CollectionFormsHistoryRecord[]

A list of CollectionFormsHistoryRecord

GetCollectionFormHistoryResponse

lastRefreshedDate?: string

Last Refereshed Date of collection

GetCollectionFormHistoryResponse