Clears the cache for change-stores api requests.
Get change store by Id.
getChangeStore( "507f1f77bcf86cd799439011") Copy
getChangeStore( "507f1f77bcf86cd799439011")
The id of the change store.
GetChangeStoreHttpError
Retrieve changes for the specified change store.
getChangeStoreChanges( "507f1f77bcf86cd799439011", { page: "1a2b3c", limit: 100, sort: "+createdAt" }) Copy
getChangeStoreChanges( "507f1f77bcf86cd799439011", { page: "1a2b3c", limit: 100, sort: "+createdAt" })
an object with query parameters
GetChangeStoreChangesHttpError
Retrieve changes in tabular view.
getChangeStoreChangesTabularViews( "507f1f77bcf86cd799439011", { page: "1a2b3c", limit: 100 }) Copy
getChangeStoreChangesTabularViews( "507f1f77bcf86cd799439011", { page: "1a2b3c", limit: 100 })
GetChangeStoreChangesTabularViewsHttpError
Get a list of change-stores.
getChangeStores( { page: "1a2b3c", limit: 100, sort: "+storeName", spaceId: "personal" }) Copy
getChangeStores( { page: "1a2b3c", limit: 100, sort: "+storeName", spaceId: "personal" })
GetChangeStoresHttpError
Clears the cache for change-stores api requests.