Skip to main content
GET
/
library
/
v1beta1
/
{libraryId}
/
standardActions
cURL
curl --request GET \
  --url https://aodocs.altirnao.com/api/library/v1beta1/{libraryId}/standardActions \
  --header 'Authorization: Bearer <token>'
{
  "actions": [
    {
      "active": true,
      "async": true,
      "documentationUrl": "<string>",
      "executionContext": "RUN_AS_USER",
      "fullDescription": "<string>",
      "id": "<string>",
      "kind": "<string>",
      "name": "<string>",
      "pictureUrl": "<string>",
      "shortDescription": "<string>",
      "type": "RELATION_FILTER"
    }
  ],
  "kind": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

libraryId
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 ApiStandardActionList response

actions
object[]
kind
string