The Actions API is used for listing, creating, deleting and updating Actions.
Actions can be created as User Actions, Actions that are associated to a user, or Action associated to a Fluid Entity such as an action on a Board.
UPDATE REST API Calls REST API update calls to an Action must POST all fields in the body of the payload. Update calls are not DELTA changes. Fluid highly recommends you make a GET call, take the JSON response object, make the relevant update changes you want only on the properties required and POST back as part of the REST API UPDATE payload.
Operations
Get | Gets Action(s) by id, guid | |
Create | Create a single Action | Examples |
Create Bulk | Create a list of Actions | Examples |
Update | Update a single Action | Examples |
Update Bulk | Update a list of Actions | Examples |
Delete | Delete an Action | Examples |
Delete Bulk | Delete a list of Actions | Examples |
Find | Find Actions by matching against a query string |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article