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>"
}Lists all custom ui actions.
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>"
}The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the library