---
title: "POST /api/applications/workspace/{workspace_id}/order/"
method: POST
path: "/api/applications/workspace/{workspace_id}/order/"
tags: ["Applications"]
---

# POST /api/applications/workspace/{workspace_id}/order/

`POST /api/applications/workspace/{workspace_id}/order/`

Changes the order of the provided application ids to the matching position that the id has in the list. If the authorized user does not belong to the workspace it will be ignored. The order of the not provided tables will be set to `0`.

## Path parameters

- `workspace_id` integer, required

## Headers

- `ClientSessionId` string, uuid
- `ClientUndoRedoActionGroupId` string, uuid

## Request body

- OrderApplications
  - `application_ids` integer[], required — Application ids in the desired order.

## Response `204`

No response body

## Other responses

- `400`
- `404`

---

[API](https://skmtc.dev/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.dev/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/revisions/f3396317d932/schema)
