2.1.1 ClientApps object
Represents a list of client applications.
Example
{
"total": 1,
"clientApps": [{
"id": "874a16d4ac764ce4a545f0cca4584c63",
"name": "Acme LMS",
"icon": {
"type": "image/png",
"url": "https://www.drillster.com/bin/attachment/11d19f33700676e94e34b27534ea7d20c3143ae0"
}
}]
}
Fields
Field | Type | Description |
---|---|---|
total required |
Integer | The total number of registered client apps. |
clientApps required |
List of 2.1.1 ClientApp objects | The list of client apps. |
Last updated on