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