v1
latestOpenAPI 3.0.02026-07-132849114.2 KBOperations
Retrieve the operations accessible to a a given user.
Retrieve the operations accessible to the authenticated user. Filter the results by resource owner if the resourceOwnerId query parameter is specified.
get/v4/operations/all
Query parameters
resourceOwnerIdstring
Optional comma-separated list of resource owner unique identifiers by which to filter results.
Response
Returns the requested operations.
Example response
{
"results": [
{
"id": "00000000-0000-0000-0000-000000000000",
"name": "Back Forty",
"resourceOwnerId": "00000000-0000-0000-0000-000000000000"
}
]
}