Beta
List registry actions
List actions from the registry that can be executed as one-off tasks in the workspace
Query Parameters
- Type: integertakegreater than:0min:-9007199254740991max:500
Integer numbers.
- Type: integerskipmin:-9007199254740991max:9007199254740991
Integer numbers.
- filters[application
Instance Id][in] - Type: integermin:-9007199254740991max:9007199254740991
Integer numbers.
- filters[application
Instance Id][not In] - Type: integermin:-9007199254740991max:9007199254740991
Integer numbers.
- Type: string · enumvalues
- account
_creation - account
_revocation
- Type: string · enumvalues
- account
_creation - account
_revocation
Responses
- Type: object200
OK
- Type: array ·itemsrequired
- Type: object ·paginationrequired
application/json
get/registry-actions
{
"pagination": {
"take": 1,
"skip": 1,
"total": 1
},
"items": [
{
"identifier": "string",
"label": "string",
"tag": "account_creation",
"payloadSchema": {},
"type": "internal",
"available": true
}
]
}