commit point
List the commit points of a store.
get/{storeName}/commits
Path parameters
storeNamestring required
The name of the store whose commit point information is to be retrieved.
Query parameters
skipinteger
Specifies the starting offset of the list when paging results.
takeinteger
Specifies the number of items to return when paging results.
timestampstring date-time
Return the single commit point that was the current commit point at the specified date/time
earlieststring date-time
Return only commit points that were created on or after the specified date/time
lateststring date-time
Return only commit points that were created on or before the specified date/time
Response
Successful response