boolkyApiIntegrationsDesc
getGroupsDesc
getGroupsResponseFields
{
"result": {
"data": {
"groups": [
{
"id": 583,
"customerId": 7,
"name": "Group 1 Name",
"position": 1,
"notValid": 0,
"contacts": [
{
"id": 5817738,
"name": "East Dumpling",
"phone": "+12122192268"
},
{
"id": 5817739,
"name": "Pita Grill",
"phone": "+12127172005"
}
]
},
{
"id": 586,
"customerId": 7,
"name": "Invalid",
"position": 4,
"notValid": 1,
"contacts": [
{
"id": 5817761,
"name": "East Dumpling",
"phone": "+12122192268",
"mail": "[email protected]",
"gender": 1
},
{
"id": 5817763,
"name": "Pita Grill",
"phone": "+12127172005",
"mail": "[email protected]",
"gender": 1
}
]
}
],
"allContacts": [
{
"id": 5817738,
"name": "East Dumpling",
"phone": "+12122192268"
},
{
"id": 5817739,
"name": "Pita Grill",
"phone": "+12127172005"
}
]
}
}
}
errorResponseWrongApiKey
{
"error": {
"localizedMessage": "Session expired",
"messageKey": "sessionExpired"
}
}