new
For admins
Technical Enhancement
Professional Plan
🔌 New Survey Endpoint Added to Teamflect External APIs
We’ve added a new getSurveys endpoint to Teamflect’s External API, making it easier to retrieve survey data programmatically.
New endpoint: GET /survey/getSurveys
With this endpoint, you can return surveys based on filters such as:
- Respondent UPN
- Start date
- End date
- Survey cycle
- Survey template
- Limit
- Skip
This gives teams more flexibility to pull survey data into external systems, reporting workflows, and custom integrations.
The
API documentation
has also been updated.