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