...
Return an appropriate error message to the client if the
accessCode
record is no longer valid (invalidatedAt
timestamp is notnil
) for any reasonReturn an appropriate error message to the client if the user has not consented to the HA’s terms of service
Return an appropriate status code if there is a valid access code associated with the case and but no points of concern associated with the case (user has not uploaded data yet)
Return all points of concern associated with the case if there are any
...