Hi Team,
For my Freshworks app, I’m getting the following warnings, but I can’t figure out what’s actually triggering them-but I’m not using any v1 endpoints .
app\scripts\app.js::28: possible deprecated API usage detected
app\scripts\dashboard.js::142: possible deprecated API usage detected
app\scripts\dashboard.js::213: possible deprecated API usage detected
app\scripts\dashboard.js::329: possible deprecated API usage detected
app\scripts\dashboard.js::496: possible deprecated API usage detected
app\scripts\dashboard.js::571: possible deprecated API usage detected
Your app might be using one or more API endpoints that will be deprecated soon. Please go through the deprecation notice ( Freshservice REST API v1 deprecation notice - Update! ) to find alternate resources.
list of API Used in our App:
- GET
/api/v2/ticket_form_fields - GET
/api/v2/agents - GET
/api/v2/workspaces POST /api/v2/tickets/<ticketId>/notes- GET
/api/v2/agents/<id> - GET
/api/v2/tickets/<ticketId> - GET
/api/v2/roles/<roleId> - GET
/api/v2/roles - GET
/api/v2/groups?workspace_id=<id>