-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Create a new endpoint which will accept a url and id, provided from the post project submit which will hit the project submit HAWQS endpoint, but with a GET request.
- GET /hawqs/project/status/
- GET /hawqs/project/data/
Another parameter to the 2. GET request of the HMS endpoint will be 'process': [True/False] defaulting to False. Logic for True will be implemented in a separate task. When process is set to False the response is simply passed through to the response of the HMS endpoint. The response data should be returned in the form of a file specifed by the project input: reportData->formats.
Reactions are currently unavailable