Stores
Get a collection of store group records
Get information about all store group records tied to the store.
get/stores/{store_id}/store-group-records
Path parameters
store_idstring required
The unique ID of the store in CareCloud.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"store_group_records": [
{
"store_group_record_id": "83d1d11ea3884a5d33253fe214",
"store_id": "8fd7316732d06899c4c015320",
"store_group_id": "83d1d11ea3884a5d33253fe214",
"last_change": "2019-02-08 15:35:09"
}
],
"total_items": 1
}
}