---
title: "Order the slices"
method: GET
path: "/series/{id}/ordered-slices"
tags: ["Series"]
deprecated: true
---

# Order the slices

`GET /series/{id}/ordered-slices`

> **Deprecated.**

Sort the instances and frames (slices) of the DICOM series whose Orthanc identifier is provided in the URL. This URI is essentially used by the Orthanc Web viewer and by the Osimis Web viewer.

## Path parameters

- `id` string, required

## Response `200`

- object
  - `Dicom` string[] — Ordered list of paths to DICOM instances
  - `Slices` string[] — Ordered list of paths to frames. It is recommended to use this field, as it is also valid in the case of multiframe images.
  - `SlicesShort` object[] — Same information as the `Slices` field, but in a compact form
  - `Type` string — Can be `Volume` (for 3D volumes) or `Sequence` (notably for cine images)

---

[API](https://skmtc.net/orthancserver/apis/orthanc-server.md) · [All operations](https://skmtc.net/orthancserver/apis/orthanc-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orthancserver/orthanc-server/versions/af646f6f871b/schema)
