Skip to main content
Celoxis API v2
LiveUpdated 2 Sep 2026

Retrieving Records

Sorting

Pass a comma-separated list of property keys in sort. Sorting is ascending by default; append /desc for descending order.

For example, sort=project.name,plannedStart/desc sorts first by project name and then by planned start in descending order.