Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.31 KB

File metadata and controls

54 lines (36 loc) · 1.31 KB

NotificationsApi

All URIs are relative to https://api.frame.io

Method HTTP request Description
getGroupedNotifications GET /v2/notifications Get Grouped Notifications

getGroupedNotifications

GetGroupedNotifications200Response getGroupedNotifications()

Get Grouped Notifications

Example

// 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()
}

Parameters

This endpoint does not need any parameter.

Return type

GetGroupedNotifications200Response

Authorization

Configure JWT: ApiClient.accessToken = ""

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json