Project engagement tracking with comprehensive workflow management
This endpoint delivers complete project engagement management including:
- Client engagement tracking with date-based filtering
- Multi-level staff assignment management (partner and manager roles)
- Project status workflow tracking and reporting
- Template-driven engagement naming and standardization
- Date range analysis for project timeline management
Project Management Capabilities:
- Start and end date tracking for project lifecycles
- Status-based workflow management (ACTIVE, COMPLETED, ON_HOLD, EXECUTED, etc.)
- Staff assignment tracking at partner and manager levels
- Client relationship management for engagement context
Workflow Features:
- Template-based engagement creation for consistency
- Status progression tracking for project milestones
- Staff allocation and responsibility assignment
- Client-specific engagement history and analysis
Business Intelligence:
- Engagement duration analysis and reporting
- Staff utilization and assignment tracking
- Client engagement patterns and history
- Project status distribution and workflow analysis
Filtering and Analysis:
- Client-specific engagement retrieval
- Status-based workflow filtering
- Date range queries for period analysis
- Staff assignment reporting and allocation
Real Example:
curl --location 'https://{{host}}/v1/engagements' \
--header 'Authorization: bearer {{token}} \
--header 'Content-Type: application/json' \
--data '{
"pageSize": 25,
"page": 0
}'Security
BearerAuth
Filter by engagement status
Enum:"ACTIVE""COMPLETED""ON_HOLD""EXECUTED""CANCELLED""PLANNED"
Example:"EXECUTED"
- Mock serverhttps://api.doc.aiwyn.ai/_mock/bundle/gql/v1/engagements
- Sandboxhttps://demo.api.aiwyn.ai/gql/v1/engagements
- Staginghttps://staging.api.aiwyn.app/gql/v1/engagements
curl -i -X POST \
https://api.doc.aiwyn.ai/_mock/bundle/gql/v1/engagements \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"pageSize": 25,
"page": 0
}'Response
- Engagement records with staff and client details
- Single engagement from real API response
- No engagements found
{ "deid_engagement": [ { … }, { … } ], "deid_engagement_aggregate": { "aggregate": { … } } }