Get actions

POST {{baseUrl}}/v2/nodes/actions

Gets the actions for the specified node IDs (unlimited items) that the current user is able to perform. The parameters can be packaged into a single body parameter. See the [IMPLEMENTATION NOTES] at the top for details.

Get the actions for delete and copy for the nodes with IDs 5348 and 5569
body : { ids:[5348,5569], actions:[delete,copy] }

Request Body

[{"name"=>"ids", "value"=>"ullamco quis irure", "datatype"=>"string"}, {"name"=>"ids", "value"=>"in commodo sed", "datatype"=>"string"}, {"name"=>"actions", "value"=>"fugiat velit", "datatype"=>"string"}, {"name"=>"actions", "value"=>"nostrud cillum", "datatype"=>"string"}, {"name"=>"reference_id", "value"=>"-43430092", "datatype"=>"number"}, {"name"=>"suppress_response_codes", "value"=>"non irure laborum eu id", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"results":[{"\u003cid\u003e":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]},{"\u003cid\u003e":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]}],"links":[{"self":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]},{"self":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]}]}