List Intellisnap Enabled Clients
API to get all IntelliSnap enabled Clients
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
snapClients object[]
enableIntelliSnap booleanDefault value:
true
Whether IntelliSnap is enabled or not for the client
client object
id int32name string
{
"snapClients": [
{
"enableIntelliSnap": true,
"client": {
"id": 0,
"name": "string"
}
}
]
}
{
"snapClients": [
{
"enableIntelliSnap": true,
"client": {
"id": 2,
"name": "client_name"
}
}
]
}
Loading...