Skip to main content
Celoxis API v2
LiveUpdated 2 Sep 2026

API guide

Celoxis API v2

Use the REST API to retrieve, create, update and delete Celoxis data and perform supported entity actions.

Base URL

All endpoints are relative to your Celoxis installation:

text
Example
https://<your-celoxis-host>/psa/api/v2

The examples use https://app.celoxis.com/psa/api/v2.

Supported entities

An entity is a type of Celoxis record, such as a project. Entities also have associations with other entities. For example, a task is associated with its project and with another task that is its parent.

Use the entity key in API URLs. In the paths below, replace {entity} with a key from this table.

NameEntity keyAssociations
Projectsprojectsmanager, clients
Taskstasksproject, parent, predecessors, assignments
Task UpdatestaskUpdates
App UpdatesappUpdates
Time EntriestimeEntriesuser, workItem
Workflow App Recordsapps
Usersusers
Expensesexpenses

Properties

This guide documents the stable API contract: URLs, methods, request behaviour, responses and examples.