/alertsتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | AlertsController.list |
| Module | alerts |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/alerts"
منابع کد
apps/core-backend/src/modules/alerts/alerts.controller.ts:37- AlertsController
/alertsتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | AlertsController.create |
| Module | alerts |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/alerts"
منابع کد
apps/core-backend/src/modules/alerts/alerts.controller.ts:46- AlertsController
/alerts/:alertId/ackتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | AlertsController.acknowledge |
| Module | alerts |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X PATCH "{BASE_URL}/alerts/:alertId/ack"
منابع کد
apps/core-backend/src/modules/alerts/alerts.controller.ts:54- AlertsController
/alerts/:alertId/resolveتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | AlertsController.resolve |
| Module | alerts |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X PATCH "{BASE_URL}/alerts/:alertId/resolve"
منابع کد
apps/core-backend/src/modules/alerts/alerts.controller.ts:63- AlertsController
/analytics/fleet-summaryتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | AnalyticsController.fleetSummary |
| Module | analytics |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/analytics/fleet-summary"
منابع کد
apps/core-backend/src/modules/analytics/analytics.controller.ts:11- AnalyticsController
/analytics/building-riskتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | AnalyticsController.buildingRisk |
| Module | analytics |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/analytics/building-risk"
منابع کد
apps/core-backend/src/modules/analytics/analytics.controller.ts:19- AnalyticsController
/analytics/elevator/:elevatorIdتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | AnalyticsController.elevatorInsights |
| Module | analytics |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/analytics/elevator/:elevatorId"
منابع کد
apps/core-backend/src/modules/analytics/analytics.controller.ts:27- AnalyticsController
/analytics/health-historyتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | AnalyticsController.healthHistory |
| Module | analytics |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/analytics/health-history"
منابع کد
apps/core-backend/src/modules/analytics/analytics.controller.ts:35- AnalyticsController
/auditتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | AuditController.list |
| Module | audit |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/audit"
منابع کد
apps/core-backend/src/modules/audit/audit.controller.ts:10- AuditController
/auth/loginتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | AuthController.login |
| Module | auth |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/auth/login"
منابع کد
apps/core-backend/src/modules/auth/auth.controller.ts:29- AuthController
/auth/refreshتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | AuthController.refresh |
| Module | auth |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/auth/refresh"
منابع کد
apps/core-backend/src/modules/auth/auth.controller.ts:35- AuthController
/auth/impersonate/elevator/:elevatorIdتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | AuthController.impersonateElevator |
| Module | auth |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/auth/impersonate/elevator/:elevatorId"
منابع کد
apps/core-backend/src/modules/auth/auth.controller.ts:41- AuthController
/buildingsتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | BuildingsController.list |
| Module | buildings |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/buildings"
منابع کد
apps/core-backend/src/modules/buildings/buildings.controller.ts:31- BuildingsController
/buildings/facetsتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | BuildingsController.facets |
| Module | buildings |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/buildings/facets"
منابع کد
apps/core-backend/src/modules/buildings/buildings.controller.ts:39- BuildingsController
/buildings/:buildingIdتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | BuildingsController.getById |
| Module | buildings |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/buildings/:buildingId"
منابع کد
apps/core-backend/src/modules/buildings/buildings.controller.ts:47- BuildingsController
/buildingsتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | BuildingsController.create |
| Module | buildings |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/buildings"
منابع کد
apps/core-backend/src/modules/buildings/buildings.controller.ts:56- BuildingsController
/catalogs/simulation-profilesتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | CatalogsController.simulationProfiles |
| Module | catalogs |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/catalogs/simulation-profiles"
منابع کد
apps/core-backend/src/modules/catalogs/catalogs.controller.ts:9- CatalogsController
/catalogs/faultsتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | CatalogsController.faultCatalog |
| Module | catalogs |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/catalogs/faults"
منابع کد
apps/core-backend/src/modules/catalogs/catalogs.controller.ts:14- CatalogsController
/catalogs/eventsتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | CatalogsController.eventCatalog |
| Module | catalogs |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/catalogs/events"
منابع کد
apps/core-backend/src/modules/catalogs/catalogs.controller.ts:19- CatalogsController
/elevatorsتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | ElevatorsController.list |
| Module | elevators |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/elevators"
منابع کد
apps/core-backend/src/modules/elevators/elevators.controller.ts:33- ElevatorsController
/elevators/facetsتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | ElevatorsController.facets |
| Module | elevators |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/elevators/facets"
منابع کد
apps/core-backend/src/modules/elevators/elevators.controller.ts:41- ElevatorsController
/elevators/:elevatorIdتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | ElevatorsController.getById |
| Module | elevators |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/elevators/:elevatorId"
منابع کد
apps/core-backend/src/modules/elevators/elevators.controller.ts:49- ElevatorsController
/elevatorsتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | ElevatorsController.create |
| Module | elevators |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/elevators"
منابع کد
apps/core-backend/src/modules/elevators/elevators.controller.ts:58- ElevatorsController
/eventsتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | EventsController.list |
| Module | events |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/events"
منابع کد
apps/core-backend/src/modules/events/events.controller.ts:11- EventsController
/faultsتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | FaultsController.list |
| Module | faults |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/faults"
منابع کد
apps/core-backend/src/modules/faults/faults.controller.ts:11- FaultsController
/healthتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | HealthController.getHealth |
| Module | health |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/health"
منابع کد
apps/core-backend/src/modules/health/health.controller.ts:11- HealthController
/localization/preferenceتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | LocalizationController.getPreference |
| Module | localization |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/localization/preference"
منابع کد
apps/core-backend/src/modules/localization/localization.controller.ts:22- LocalizationController
/localization/preferenceتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | LocalizationController.updatePreference |
| Module | localization |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X PATCH "{BASE_URL}/localization/preference"
منابع کد
apps/core-backend/src/modules/localization/localization.controller.ts:32- LocalizationController
/ml-insights/model-statusتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | MlInsightsController.modelStatus |
| Module | ml-insights |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/ml-insights/model-status"
منابع کد
apps/core-backend/src/modules/ml-insights/ml-insights.controller.ts:11- MlInsightsController
/ml-insights/anomaly/:elevatorIdتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | MlInsightsController.anomalyScore |
| Module | ml-insights |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/ml-insights/anomaly/:elevatorId"
منابع کد
apps/core-backend/src/modules/ml-insights/ml-insights.controller.ts:16- MlInsightsController
/ml-insights/fault-probability/:elevatorIdتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | MlInsightsController.faultProbability |
| Module | ml-insights |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/ml-insights/fault-probability/:elevatorId"
منابع کد
apps/core-backend/src/modules/ml-insights/ml-insights.controller.ts:24- MlInsightsController
/ml-insights/rul/:elevatorIdتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | MlInsightsController.rulEstimate |
| Module | ml-insights |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/ml-insights/rul/:elevatorId"
منابع کد
apps/core-backend/src/modules/ml-insights/ml-insights.controller.ts:34- MlInsightsController
/ml-insights/root-cause/:elevatorIdتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | MlInsightsController.rootCause |
| Module | ml-insights |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/ml-insights/root-cause/:elevatorId"
منابع کد
apps/core-backend/src/modules/ml-insights/ml-insights.controller.ts:42- MlInsightsController
/ml-insights/maintenance-priorityتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | MlInsightsController.maintenancePriority |
| Module | ml-insights |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/ml-insights/maintenance-priority"
منابع کد
apps/core-backend/src/modules/ml-insights/ml-insights.controller.ts:50- MlInsightsController
/ml-insights/fleet-kpiتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | MlInsightsController.fleetKpi |
| Module | ml-insights |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/ml-insights/fleet-kpi"
منابع کد
apps/core-backend/src/modules/ml-insights/ml-insights.controller.ts:59- MlInsightsController
/ml-insights/scenario-tuning/:elevatorIdتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | MlInsightsController.scenarioTuning |
| Module | ml-insights |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/ml-insights/scenario-tuning/:elevatorId"
منابع کد
apps/core-backend/src/modules/ml-insights/ml-insights.controller.ts:64- MlInsightsController
/ml-insights/scenario-tuningتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | MlInsightsController.scenarioTuningFleet |
| Module | ml-insights |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/ml-insights/scenario-tuning"
منابع کد
apps/core-backend/src/modules/ml-insights/ml-insights.controller.ts:72- MlInsightsController
/ml-insights/auto-ticket/:elevatorIdتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | MlInsightsController.autoTicketSuggestion |
| Module | ml-insights |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/ml-insights/auto-ticket/:elevatorId"
منابع کد
apps/core-backend/src/modules/ml-insights/ml-insights.controller.ts:81- MlInsightsController
/ml-insights/auto-ticket/:elevatorIdتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | MlInsightsController.createAutoTicket |
| Module | ml-insights |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/ml-insights/auto-ticket/:elevatorId"
منابع کد
apps/core-backend/src/modules/ml-insights/ml-insights.controller.ts:91- MlInsightsController
/reports/fleet-kpiتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | ReportsController.fleetKpi |
| Module | reports |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/reports/fleet-kpi"
منابع کد
apps/core-backend/src/modules/reports/reports.controller.ts:26- ReportsController
/reports/exportsتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | ReportsController.listExports |
| Module | reports |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/reports/exports"
منابع کد
apps/core-backend/src/modules/reports/reports.controller.ts:34- ReportsController
/reports/exportsتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | ReportsController.createExport |
| Module | reports |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/reports/exports"
منابع کد
apps/core-backend/src/modules/reports/reports.controller.ts:43- ReportsController
/reports/exports/:exportId/downloadتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | ReportsController.downloadExport |
| Module | reports |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/reports/exports/:exportId/download"
منابع کد
apps/core-backend/src/modules/reports/reports.controller.ts:51- ReportsController
/service-visitsتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | ServiceVisitsController.list |
| Module | service-visits |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/service-visits"
منابع کد
apps/core-backend/src/modules/service-visits/service-visits.controller.ts:41- ServiceVisitsController
/service-visitsتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | ServiceVisitsController.create |
| Module | service-visits |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/service-visits"
منابع کد
apps/core-backend/src/modules/service-visits/service-visits.controller.ts:50- ServiceVisitsController
/settingsتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | SettingsController.getSettings |
| Module | settings |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/settings"
منابع کد
apps/core-backend/src/modules/settings/settings.controller.ts:22- SettingsController
/settingsتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | SettingsController.updateSettings |
| Module | settings |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X PATCH "{BASE_URL}/settings"
منابع کد
apps/core-backend/src/modules/settings/settings.controller.ts:32- SettingsController
/simulation-control/stateتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | SimulationControlController.state |
| Module | simulation-control |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/simulation-control/state"
منابع کد
apps/core-backend/src/modules/simulation-control/simulation-control.controller.ts:84- SimulationControlController
/simulation-control/scenariosتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | SimulationControlController.scenarios |
| Module | simulation-control |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/simulation-control/scenarios"
منابع کد
apps/core-backend/src/modules/simulation-control/simulation-control.controller.ts:89- SimulationControlController
/simulation-control/overridesتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | SimulationControlController.overrides |
| Module | simulation-control |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/simulation-control/overrides"
منابع کد
apps/core-backend/src/modules/simulation-control/simulation-control.controller.ts:94- SimulationControlController
/simulation-control/logsتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | SimulationControlController.logs |
| Module | simulation-control |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/simulation-control/logs"
منابع کد
apps/core-backend/src/modules/simulation-control/simulation-control.controller.ts:99- SimulationControlController
/simulation-control/replayتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | SimulationControlController.replay |
| Module | simulation-control |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/simulation-control/replay"
منابع کد
apps/core-backend/src/modules/simulation-control/simulation-control.controller.ts:107- SimulationControlController
/simulation-control/stateتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | SimulationControlController.updateState |
| Module | simulation-control |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X PATCH "{BASE_URL}/simulation-control/state"
منابع کد
apps/core-backend/src/modules/simulation-control/simulation-control.controller.ts:116- SimulationControlController
/simulation-control/startتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | SimulationControlController.start |
| Module | simulation-control |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/simulation-control/start"
منابع کد
apps/core-backend/src/modules/simulation-control/simulation-control.controller.ts:122- SimulationControlController
/simulation-control/pauseتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | SimulationControlController.pause |
| Module | simulation-control |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/simulation-control/pause"
منابع کد
apps/core-backend/src/modules/simulation-control/simulation-control.controller.ts:128- SimulationControlController
/simulation-control/resumeتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | SimulationControlController.resume |
| Module | simulation-control |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/simulation-control/resume"
منابع کد
apps/core-backend/src/modules/simulation-control/simulation-control.controller.ts:134- SimulationControlController
/simulation-control/stopتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | SimulationControlController.stop |
| Module | simulation-control |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/simulation-control/stop"
منابع کد
apps/core-backend/src/modules/simulation-control/simulation-control.controller.ts:140- SimulationControlController
/simulation-control/activateتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | SimulationControlController.activate |
| Module | simulation-control |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/simulation-control/activate"
منابع کد
apps/core-backend/src/modules/simulation-control/simulation-control.controller.ts:146- SimulationControlController
/simulation-control/activate/buildingتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | SimulationControlController.activateBuilding |
| Module | simulation-control |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/simulation-control/activate/building"
منابع کد
apps/core-backend/src/modules/simulation-control/simulation-control.controller.ts:152- SimulationControlController
/simulation-control/activate/elevatorتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | SimulationControlController.activateElevator |
| Module | simulation-control |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/simulation-control/activate/elevator"
منابع کد
apps/core-backend/src/modules/simulation-control/simulation-control.controller.ts:163- SimulationControlController
/simulation-control/clear/buildingتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | SimulationControlController.clearBuilding |
| Module | simulation-control |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/simulation-control/clear/building"
منابع کد
apps/core-backend/src/modules/simulation-control/simulation-control.controller.ts:174- SimulationControlController
/simulation-control/clear/elevatorتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | SimulationControlController.clearElevator |
| Module | simulation-control |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/simulation-control/clear/elevator"
منابع کد
apps/core-backend/src/modules/simulation-control/simulation-control.controller.ts:180- SimulationControlController
/simulation-control/inject-faultتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | SimulationControlController.injectFault |
| Module | simulation-control |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/simulation-control/inject-fault"
منابع کد
apps/core-backend/src/modules/simulation-control/simulation-control.controller.ts:186- SimulationControlController
/techniciansتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | TechniciansController.list |
| Module | technicians |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/technicians"
منابع کد
apps/core-backend/src/modules/technicians/technicians.controller.ts:33- TechniciansController
/techniciansتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | TechniciansController.create |
| Module | technicians |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/technicians"
منابع کد
apps/core-backend/src/modules/technicians/technicians.controller.ts:42- TechniciansController
/telemetryتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | TelemetryController.list |
| Module | telemetry |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/telemetry"
منابع کد
apps/core-backend/src/modules/telemetry/telemetry.controller.ts:11- TelemetryController
/telemetry/latest/:elevatorIdتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | TelemetryController.latestByElevator |
| Module | telemetry |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/telemetry/latest/:elevatorId"
منابع کد
apps/core-backend/src/modules/telemetry/telemetry.controller.ts:19- TelemetryController
/tenantsتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | TenantsController.list |
| Module | tenants |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/tenants"
منابع کد
apps/core-backend/src/modules/tenants/tenants.controller.ts:30- TenantsController
/tenantsتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | TenantsController.create |
| Module | tenants |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/tenants"
منابع کد
apps/core-backend/src/modules/tenants/tenants.controller.ts:39- TenantsController
/ticketsتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | TicketsController.list |
| Module | tickets |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/tickets"
منابع کد
apps/core-backend/src/modules/tickets/tickets.controller.ts:48- TicketsController
/ticketsتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | TicketsController.create |
| Module | tickets |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/tickets"
منابع کد
apps/core-backend/src/modules/tickets/tickets.controller.ts:57- TicketsController
/tickets/:ticketId/assignتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | TicketsController.assign |
| Module | tickets |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X PATCH "{BASE_URL}/tickets/:ticketId/assign"
منابع کد
apps/core-backend/src/modules/tickets/tickets.controller.ts:65- TicketsController
/tickets/:ticketId/resolveتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | TicketsController.resolve |
| Module | tickets |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X PATCH "{BASE_URL}/tickets/:ticketId/resolve"
منابع کد
apps/core-backend/src/modules/tickets/tickets.controller.ts:75- TicketsController
/usersتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | UsersController.list |
| Module | users |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/users"
منابع کد
apps/core-backend/src/modules/users/users.controller.ts:14- UsersController
/users/meتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | NestJS |
|---|---|
| Controller / Handler | UsersController.me |
| Module | users |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/users/me"
منابع کد
apps/core-backend/src/modules/users/users.controller.ts:62- UsersController
/api/v1/scenariosتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | FastAPI |
|---|---|
| Controller / Handler | list_scenarios |
| Module | simulation-backend |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/api/v1/scenarios"
منابع کد
apps/simulation-backend/app/api/routes.py:43- list_scenarios
/api/v1/simulation/stateتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | FastAPI |
|---|---|
| Controller / Handler | simulation_state |
| Module | simulation-backend |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/api/v1/simulation/state"
منابع کد
apps/simulation-backend/app/api/routes.py:51- simulation_state
/api/v1/simulation/startتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | FastAPI |
|---|---|
| Controller / Handler | simulation_start |
| Module | simulation-backend |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/api/v1/simulation/start"
منابع کد
apps/simulation-backend/app/api/routes.py:57- simulation_start
/api/v1/simulation/stopتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | FastAPI |
|---|---|
| Controller / Handler | simulation_stop |
| Module | simulation-backend |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/api/v1/simulation/stop"
منابع کد
apps/simulation-backend/app/api/routes.py:63- simulation_stop
/api/v1/simulation/pauseتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | FastAPI |
|---|---|
| Controller / Handler | simulation_pause |
| Module | simulation-backend |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/api/v1/simulation/pause"
منابع کد
apps/simulation-backend/app/api/routes.py:69- simulation_pause
/api/v1/simulation/resumeتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | FastAPI |
|---|---|
| Controller / Handler | simulation_resume |
| Module | simulation-backend |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/api/v1/simulation/resume"
منابع کد
apps/simulation-backend/app/api/routes.py:75- simulation_resume
/api/v1/simulation/fleet/reloadتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | FastAPI |
|---|---|
| Controller / Handler | simulation_reload_fleet |
| Module | simulation-backend |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/api/v1/simulation/fleet/reload"
منابع کد
apps/simulation-backend/app/api/routes.py:81- simulation_reload_fleet
/api/v1/simulation/rateتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | FastAPI |
|---|---|
| Controller / Handler | simulation_rate |
| Module | simulation-backend |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X PATCH "{BASE_URL}/api/v1/simulation/rate"
منابع کد
apps/simulation-backend/app/api/routes.py:87- simulation_rate
/api/v1/simulation/scenario/activateتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | FastAPI |
|---|---|
| Controller / Handler | simulation_activate_scenario |
| Module | simulation-backend |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/api/v1/simulation/scenario/activate"
منابع کد
apps/simulation-backend/app/api/routes.py:93- simulation_activate_scenario
/api/v1/simulation/scenario/activate-buildingتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | FastAPI |
|---|---|
| Controller / Handler | simulation_activate_building_scenario |
| Module | simulation-backend |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/api/v1/simulation/scenario/activate-building"
منابع کد
apps/simulation-backend/app/api/routes.py:99- simulation_activate_building_scenario
/api/v1/simulation/scenario/activate-elevatorتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | FastAPI |
|---|---|
| Controller / Handler | simulation_activate_elevator_scenario |
| Module | simulation-backend |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/api/v1/simulation/scenario/activate-elevator"
منابع کد
apps/simulation-backend/app/api/routes.py:107- simulation_activate_elevator_scenario
/api/v1/simulation/scenario/clear-buildingتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | FastAPI |
|---|---|
| Controller / Handler | simulation_clear_building_scenario |
| Module | simulation-backend |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/api/v1/simulation/scenario/clear-building"
منابع کد
apps/simulation-backend/app/api/routes.py:115- simulation_clear_building_scenario
/api/v1/simulation/scenario/clear-elevatorتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | FastAPI |
|---|---|
| Controller / Handler | simulation_clear_elevator_scenario |
| Module | simulation-backend |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/api/v1/simulation/scenario/clear-elevator"
منابع کد
apps/simulation-backend/app/api/routes.py:123- simulation_clear_elevator_scenario
/api/v1/simulation/scenario/overridesتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | FastAPI |
|---|---|
| Controller / Handler | simulation_scenario_overrides |
| Module | simulation-backend |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/api/v1/simulation/scenario/overrides"
منابع کد
apps/simulation-backend/app/api/routes.py:131- simulation_scenario_overrides
/api/v1/simulation/fault/injectتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | FastAPI |
|---|---|
| Controller / Handler | simulation_inject_fault |
| Module | simulation-backend |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X POST "{BASE_URL}/api/v1/simulation/fault/inject"
منابع کد
apps/simulation-backend/app/api/routes.py:137- simulation_inject_fault
/api/v1/fleet/summaryتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | FastAPI |
|---|---|
| Controller / Handler | fleet_summary |
| Module | simulation-backend |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/api/v1/fleet/summary"
منابع کد
apps/simulation-backend/app/api/routes.py:143- fleet_summary
/healthتوضیح بیزینسی endpoint در کد مستقیم پیدا نشد. وضعیت: نیازمند بررسی انسانی.
| Framework | FastAPI |
|---|---|
| Controller / Handler | health |
| Module | simulation-backend |
| Auth | نیازمند بررسی انسانی |
| Request / Response | نیازمند بررسی DTO، serializer یا OpenAPI |
نمونه cURL
curl -X GET "{BASE_URL}/health"
منابع کد
apps/simulation-backend/app/main.py:32- health