Health
API | Description |
---|---|
GET healthz |
No documentation available. |
GET api/healthz |
No documentation available. |
ApiInfo
Contains action methods for parameter type.
API | Description |
---|---|
GET api/ApiInfo/Version |
Returns version information about MO API. |
GET api/ApiInfo/GetHelpUrl |
No documentation available. |
GET api/ApiInfo/ClearCache?cacheKey={cacheKey} |
No documentation available. |
POST api/ApiInfo/CheckJournalSignerAuth?lawname={lawname}&groupId={groupId} |
Check if the current user is allowed to sign other users notes |
BusinessIntelligence
Exposes methods for getting business intelligence, statistical metrics.
API | Description |
---|---|
GET api/BusinessIntelligence/GetAdmittedClients?from={from}&to={to} |
Get metrics for the amount of admitted clients. Data is grouped on a per-date and per-group basis. |
GET api/BusinessIntelligence/GetActiveEmployees?from={from}&to={to} |
Get metrics for the amount of active employees. Data is grouped on a per-date and per-group basis. |
GET api/BusinessIntelligence/GetActiveSearchwordHierarchy?date={date} |
Get metrics as a snapshot of active searchword hieararchy at the given date. Data is grouped on a per-date basis, although only one date will be returned. |
GET api/BusinessIntelligence/GetActiveGroups?from={from}&to={to} |
Get metrics as a snapshot of active groups at the given date. Data is grouped on a per-date basis. |
GET api/BusinessIntelligence/GetActiveTeams?from={from}&to={to} |
Get metrics as a snapshot of active teams at the given date. Data is grouped on a per-date basis. |
GET api/BusinessIntelligence/GetActiveProfessions?from={from}&to={to} |
Get metrics as a snapshot of active professions at the given date. Data is grouped on a per-date basis. |
GET api/BusinessIntelligence/GetActiveJournalTypes?from={from}&to={to} |
Get metrics as a snapshot of active journal types at the given date. Data is grouped on a per-date basis. |
GET api/BusinessIntelligence/GetActiveNoteTypes?from={from}&to={to} |
Get metrics as a snapshot of active note types at the given date. Data is grouped on a per-date basis. |
GET api/BusinessIntelligence/GetActivityMetrics?from={from}&to={to} |
Get metrics for activities. Data is grouped on a per-date and per-group basis. |
GET api/BusinessIntelligence/GetCurrentMonthAssistanceUtilization?from={from}&to={to} |
Get the assistance utilization for the current month. Data is grouped on a per client and per category basis. |
GET api/BusinessIntelligence/GetCurrentAidTime?from={from}&to={to} |
Get metrics for current aid time at the given date. Data is grouped on a per-date and per-category basis. |
GET api/BusinessIntelligence/GetCurrentAidTimeHomeGroup?from={from}&to={to} |
Get metrics for current aid time per home group, at the given date. Data is grouped by home group, date and category. |
GET api/BusinessIntelligence/GetScheduledMinutes?from={from}&to={to} |
Get metrics for the scheduled minutes at the given date. Data is grouped on a per-date and per-group basis. |
GET api/BusinessIntelligence/GetTaskMetrics?from={from}&to={to} |
Get metrics for tasks. Data is grouped on a per-date and per-group basis. |
GET api/BusinessIntelligence/GetTaskMetricsExtended?from={from}&to={to}&groupId={groupId} |
Get metrics for tasks with extended data including personal information Data is grouped on a per-date and per-group basis. |
GET api/BusinessIntelligence/GetScheduledMinutesExtended?from={from}&to={to}&groupId={groupId} |
Get metrics for the scheduled minutes at the given date with extended data including personal information Not actually minutes anymore but start/end information Data is grouped on a per-date and per-group basis. |
GET api/BusinessIntelligence/GetActivityMetricsExtended?from={from}&to={to}&groupId={groupId} |
Get metrics for extended activities. Data is grouped on a per-date and per-group basis. |
GET api/BusinessIntelligence/GetJournalNoteData?from={from}&to={to} |
Get journal note data. Used for initial load of the data. After initial fetch, the call GetUpdatedJournalNoteData should be used. |
GET api/BusinessIntelligence/GetUpdatedJournalNoteData?updatedSince={updatedSince} |
Get journal note data that has been created or updated since updatedSince. This might return notes already fetched if they have been updated. (Like being signed or crossed out). To match existing data with the updated one use: * NoteId * SearchwordId |
GET api/BusinessIntelligence/GetJournalPlanData?from={from}&to={to} |
Get journal plan data. Used for initial load of the data. After initial fetch, the call GetUpdatedJournalPlanData should be used. |
GET api/BusinessIntelligence/GetUpdatedJournalPlanData?updatedSince={updatedSince} |
Get journal plan data that has been created or updated since updatedSince. This might return plans already fetched if they have been updated. (Like being established or closed). To match existing data with the updated one use: * PlanId |
GET api/BusinessIntelligence/GetJournalOrderData?from={from}&to={to} |
Get journal order data that was created between from and to, including both active and archived orders. |
GET api/BusinessIntelligence/GetUpdatedJournalOrderData?updatedSince={updatedSince} |
Get journal order data that have been changed since updatedSince, including both active and archived orders. |
GET api/BusinessIntelligence/GetSearchwords?searchwordIds[0]={searchwordIds[0]}&searchwordIds[1]={searchwordIds[1]} |
No documentation available. |
GET api/BusinessIntelligence/GetGroupFormTypes |
Get the names/types of all existing group forms. |
GET api/BusinessIntelligence/GetGroupFormData?groupFormType={groupFormType}&from={from}&to={to} |
Get group form data for a specific group form type. |
POST api/BusinessIntelligence/CheckJournalSignerAuth?lawname={lawname}&groupId={groupId} |
Check if the current user is allowed to sign other users notes |