API Reference

Re-order Your Groups

On the web user interface, you can have an overview of all the groups you are currently in on the left-hand side navigation when you click on "Bases".
Perhaps you'd like to re-order these groups. Besides moving them manually with your mouse on the interface, you can also use this API request to do the same job.
Here's how it works: In the request form, give the group_id of the group you'd like to move and tell the system where to move it to: under which group ( anchor_group_id ). If you are just moving it to the bottom of the list, let to_last be true .

Body Params
string

The ID of the group you'd like to move.

string

The ID of the group where you'd like your group to be moved under.

boolean

Whether you'd like to move your group to the bottom of the list (true). false by default.

Response

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