-
Notifications
You must be signed in to change notification settings - Fork 0
API Reference
David Park edited this page Nov 27, 2023
·
4 revisions
All files related to frontend API are in frontend/src/api
.
- Fetch the genericItemType in category genericType in JSON format.
- Update (PUT) the advanced search result specified by genericType and genericItemType with body.
- Fetch all indicators linked to organization given by organizationUri in JSON format.
- Fetch an indicator specified by uri in JSON format.
- Fetch all indicator interfaces linked to organization given by organizationUri in JSON format.
- Create (POST) an indicator populated with params.
- Update (PUT) an indicator given by uri with params.
- Fetch all outcomes linked to the organization given by organizationUri in JSON format.
- Fetch all outcomes linked to the theme given by themeUri in JSON format.
- Fetch the interface of the outcome of given organization in JSON format.
- Create (POST) an outcome populated with params.
- Update (PUT) an outcome given by uri with params.
© 2023 University of Toronto, CSSE