GetUpdateActions
Get a list of actions for update
Description
Get a list of item update actions
available to the logged-in user.
Method
GET
Request URL Format
/api/v0/datastores/:datastore-id/update-action
URL Params
datastore-id : Datastore ID
Request Sample
GET https://api.xxx.com/api/v0/datastores/59bf42550e2479186a6c6c70/update-action
Response Sample
{
"actions": [
{
"action_id": "6121fcce170986e3a7cfcb96",
"name": "内容を更新する",
"display_id": "UpdateItem",
"display_order": 0,
"description": "",
"crud_type": "2"
}
]
}
Errors
- When an error occurs, an error is returned as follows.
- Please refer here for error codes.
No corresponding Action found
- If the corresponding data store is not found or there is no ActionID available, an error will occur.
HTTP 404 (Not Found)
{
"code": 101,
"error_code": "INVALID_PARAMS",
"message": "new action is not found for 5f38a11baa395581685afdb"
}