post https://api.assetpanda.com/v3/entity_objects/action_objects//return_object
Performs a closed action
This will allow you to perform a selected closed action that is available for a specific record. You will be able to perform only one action at a time.
See Parameters and Form Data, and Authentication below.
Parameters and Form Data
Path Parameters | Required/Optional | Description | Type |
---|---|---|---|
action_id | required | ID of the action you want to perform. | string |
Form Data | Required/Optional | Description | Type |
---|---|---|---|
object_id | required | ID of the record on which you want to perform the action. | string |
action_object_id | optional | ID of the action object you want to return. If this ID is not provided, the latest action object will be returned by default. | string |
action_fields | required | A key-value pair of the keys of the fields present in an action and their desired values. | object |
Authentication
Key | Description |
---|---|
Authorization | Your Bearer token. |