cURL
curl --request GET \ --url https://aodocs.altirnao.com/api/domain/v1beta1/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>" }
Gets the list of available standard actions for the current domain (Coming soon! This method isn’t yet available. It will be made available in a future release).
The access token received from the authorization server in the OAuth 2.0 flow.
A ApiStandardActionList response
Show child attributes