Skip to main content
GET
/
library
/
v1beta1
/
{libId}
/
customuiactions
cURL
curl --request GET \
  --url https://aodocs.altirnao.com/api/library/v1beta1/{libId}/customuiactions \
  --header 'Authorization: Bearer <token>'
{
  "customUIActions": [
    {
      "displayedOn": {
        "classIds": [
          {
            "documents": true,
            "id": "<string>",
            "kind": "<string>",
            "views": true
          }
        ],
        "viewIds": [
          {
            "id": "<string>",
            "kind": "<string>"
          }
        ]
      },
      "icon": "<string>",
      "id": "<string>",
      "kind": "<string>",
      "libraryId": "<string>",
      "role": "NONE",
      "selection": "ANY",
      "title": "<string>",
      "url": "<string>",
      "windowName": "<string>"
    }
  ],
  "kind": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

libId
string
required

The ID of the library

Query Parameters

domain
string

The G Suite domain

securityCode
string

The security code

Response

200 - application/json

A ApiCustomUIActionList response

customUIActions
object[]
kind
string