shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/collection/products/checksum
HTTP/1.1 OK
content-type: application/json; charset=utf-8
location: /_api/collection/products/checksum
x-content-type-options: nosniff
{
"error" : false,
"code" : 200,
"globallyUniqueId" : "h5331ECB73D56/103181",
"isSystem" : false,
"revision" : "_XsBrY5S--_",
"type" : 2,
"checksum" : "3770033869563474322",
"id" : "103181",
"name" : "products",
"status" : 3
}