curl --request GET \
--url https://api.example.com/registry/actions \
--cookie fastapiusersauth=[
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"namespace": "<string>",
"type": "udf",
"origin": "<string>",
"action": "<string>",
"default_title": "<string>",
"display_group": "<string>"
}
]List all actions in a registry.
curl --request GET \
--url https://api.example.com/registry/actions \
--cookie fastapiusersauth=[
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"namespace": "<string>",
"type": "udf",
"origin": "<string>",
"action": "<string>",
"default_title": "<string>",
"display_group": "<string>"
}
]Successful Response
The registry action id
The name of the action
The description of the action
The namespace of the action
The type of the action
udf, template The origin of the action as a url
The full action identifier.
The default title of the action
The presentation group of the action
Was this page helpful?