analytics

Paginated and filterable operator trend by month

Paginates unique experts, then returns every monthly row for each selected expert plus one baseline month. Experts are ordered by net transitions into dropout during the visible period, descending. Admin: all. Supervisor: only supervised operators. Coordinator: only operators under assigned supervisors.

get/api/analytics/operators/trend

Query parameters

searchstring nullable

Case-insensitive search on operator name.

Case-insensitive search on operator name.

role'psychologist' | 'nutritionist' nullable
supervisor_idstring uuid nullable

Admin-only supervisor filter.

Admin-only supervisor filter.

status'active' | 'inactive' | 'new' | 'reported' | 'warned' nullable
ticket_status'open' | 'closed' nullable

Used only when status is reported or warned.

Used only when status is reported or warned.

months_backinteger

Visible months; one earlier baseline month is also returned.

Visible months; one earlier baseline month is also returned.

per_pageinteger

Unique experts per page.

Unique experts per page.

pageinteger

Page number (1-based).

Page number (1-based).

Response

Successful Response

totalinteger required

Unique operators matching filters before pagination

per_pageinteger required

Number of unique operators per page

pageinteger required

Page number (1-based)

Changes

No recorded changes to this endpoint across all 1 revision of this API.