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
Input: account, timestamp
Return: every field that’s been updated in the db by that account since the inputed timestamp
eg. GET /updates/:timestamp with your auth token
response will be json including intakes that have been updated between the input timestamp and the current date
Input: account, timestamp
Return: every field that’s been updated in the db by that account since the inputed timestamp
eg. GET /updates/:timestamp with your auth token
response will be json including intakes that have been updated between the input timestamp and the current date
database details can be found at https://github.com/GHImplementationTeam/API/blob/master/config/connections.js#L92
swagger doc detailing current api calls can be found at https://github.com/GHImplementationTeam/API/blob/master/assets/js/dependencies/swagger.json
The text was updated successfully, but these errors were encountered: