You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Desvelao
changed the title
[newPlatform] [browserSide] Adapt reporting to the new backend endpoints
[newPlatform] [browserSide] [Migration with AngularJS] Adapt reporting to the new backend endpoints
Jan 5, 2021
Description
The frontend needs to be adapted to the new backend endpoints to create reports.
Endpoints
The
POST /reports
endpoints has been split into 4, one for each type of report:POST /reports/modules/{moduleID}
: Create reports for the modulesPOST /reports/groups/{groupID}
: Create reports for the groupsPOST /reports/agents/{agentID}
: Create reports for the agentsPOST /reports/agents/{agentID}/inventory
: Create reports for the agent inventoryIssue: [newPlatform] Migration of Routers - Reports endpoints #2686
Tasks
The text was updated successfully, but these errors were encountered: