REST API

Dashboard API

Generated from the Celerp 2.4.0 OpenAPI schema, 16 September 2026.

GET /dashboard/activity

Get Activity

Parameters

NameInRequiredTypeDescription
limitquery--integer--

Responses

StatusDescriptionBody
200Successful Responseobject
422Validation ErrorHTTPValidationError

Example

curl -X GET http://localhost:8000/dashboard/activity \
  -H "Authorization: Bearer $TOKEN"

GET /dashboard/kpis

Get Kpis

Responses

StatusDescriptionBody
200Successful Responseobject

Example

curl -X GET http://localhost:8000/dashboard/kpis \
  -H "Authorization: Bearer $TOKEN"