Action Item Reposition

Reposition an action item within the account's manual sort order. Specify the dragged item's new neighbors using the place-relative convention: 'before_id' is the action the dragged item should land BEFORE (i.e. immediately above it in the final list), and 'after_id' is the action it should land AFTER (i.e. immediately below it in the final list). Omit 'before_id' when dropping at the end of the list and omit 'after_id' when dropping at the start. At least one of the two must be supplied.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params

Request body identifying the neighboring action items used to place an action item in manual sort order.

string | null

Identifier of the action item that the dragged item should be placed
BEFORE in the manual sort order — i.e. the neighbor that ends up
immediately below (after) the dragged item once the reorder lands.
Omit when dropping at the end of the list (no neighbor follows the
dragged item).

string | null

Identifier of the action item that the dragged item should be placed
AFTER in the manual sort order — i.e. the neighbor that ends up
immediately above (before) the dragged item once the reorder lands.
Omit when dropping at the start of the list (no neighbor precedes the
dragged item).

Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses
201

Created

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json