Skip to main content
GET
/
view
/
v1
/
crossLibrary
cURL
curl --request GET \
  --url https://aodocs.altirnao.com/api/view/v1/crossLibrary \
  --header 'Authorization: Bearer <token>'
{
  "fields": [
    "<string>"
  ],
  "kind": "<string>",
  "missingFields": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

securityCode
string

The security code

domain
string

The domain

Response

200 - application/json

A ApiCrossLibraryView response

fields
string[]
required
kind
string
missingFields
string[]