All URIs are relative to https://api.frame.io
| Method | HTTP request | Description |
|---|---|---|
| getGroupedNotifications | GET /v2/notifications | Get Grouped Notifications |
GetGroupedNotifications200Response getGroupedNotifications()
Get Grouped Notifications
// Import classes:
//import dev.androidbroadcast.framesdk.infrastructure.*
//import dev.androidbroadcast.framesdk.models.*
val apiInstance = NotificationsApi()
try {
val result : GetGroupedNotifications200Response = apiInstance.getGroupedNotifications()
println(result)
} catch (e: ClientException) {
println("4xx response calling NotificationsApi#getGroupedNotifications")
e.printStackTrace()
} catch (e: ServerException) {
println("5xx response calling NotificationsApi#getGroupedNotifications")
e.printStackTrace()
}This endpoint does not need any parameter.
GetGroupedNotifications200Response
Configure JWT: ApiClient.accessToken = ""
- Content-Type: Not defined
- Accept: application/json