crmObjectSyncStateHistories
Reads a set of CrmObjectSyncStateHistory.
crmObjectSyncStateHistories(
first: Int
offset: Int
orderBy: [CrmObjectSyncStateHistoriesOrderBy!]
condition: CrmObjectSyncStateHistoryCondition
filter: CrmObjectSyncStateHistoryFilter
): [CrmObjectSyncStateHistory!]
Arguments
crmObjectSyncStateHistories.first ● Int scalar
Only read the first n values of the set.
crmObjectSyncStateHistories.offset ● Int scalar
Skip the first n values.
crmObjectSyncStateHistories.orderBy ● [CrmObjectSyncStateHistoriesOrderBy!] list enum
The method to use when ordering CrmObjectSyncStateHistory.
crmObjectSyncStateHistories.condition ● CrmObjectSyncStateHistoryCondition input
A condition to be used in determining which values should be returned by the collection.
crmObjectSyncStateHistories.filter ● CrmObjectSyncStateHistoryFilter input
A filter to be used in determining which values should be returned by the collection.