Performance Endpoint Inventory
Summary
Complete family-level inventory of mapped Performance HTTP operations.
Audience
API consumers, engineers, architects, QA, support, security reviewers, implementation partners, and product owners.
Overview
The service maps 23 native Performance operations and four compatibility operations. This inventory lists route families without example identifiers or sensitive response content.
Endpoint family
| Family | Route | Methods | Contract or purpose |
|---|---|---|---|
| Diagnostics | /performance/health-data | GET | Tenant-scoped service summary |
| Review cycles | /performance/cycles | GET, POST | List and create |
| Cycle actions | /performance/cycles/{id}/open and close | POST | Lifecycle actions |
| Appraisals | /performance/appraisals | GET, POST | List and create |
| Appraisal detail | /performance/appraisals/{id} | GET | Read one |
| Goal action | /performance/appraisals/{id}/goals | POST | Add goal |
| Review actions | /performance/appraisals/{id}/{action} | POST | Self, manager, HR, approve, reopen |
| Workflow | /performance/workflow/callback | POST | Terminal decision |
| Reports | /performance/reports/cycles/{cycleId}/{report} | GET | Five cycle reports |
| History | /performance/audit and timeline | GET | Recent projections |
| Delivery diagnostics | /performance/outbox | GET | Recent delivery records |
| Compatibility | /api/hr-operations/performance | GET, POST, DELETE | Flat resource |
| Workspace | /api/hr-operations/workspace | GET | Legacy workspace |
- No standalone rating, feedback, file, competency, objective, or export resource family exists.
Classification
Implemented inventory; compatibility families are Transitional.
Authentication and authorization
Bearer authentication and tenant context are registered. No Performance endpoint in this family declares an authorization requirement unless explicitly stated above.
Requires confirmation
Which routes are approved for direct external consumption requires confirmation.
Related Articles
See Also
Keywords
- Performance API
- Endpoint Inventory
- Draft API documentation
Source References
microservices/src/performance-service/Api/PerformanceEndpoints.csmicroservices/src/performance-service/Api/PerformanceCompatEndpoints.csmicroservices/src/performance-service/Program.cs
Revision Information
- Status: Draft
- Last reviewed: 2026-07-16
- Review cycle: Quarterly