Establishing OAuth2 and serialization testing strategy for upcoming ML-API
Java
GET
Request Single By ID
URI: /waveforms/{id}
Http Verb: GET
Body: (empty))
Response Codes
200 OK principal authorized and record retrieved
403 UNAUTHORIZED principal unauthenticated or unauthorized
404 NOT FOUND principal authenticated and authorized but not owner of record
404 NOT FOUND principal authenticated and authorized but record not found
204 NO CONTENT recrod updated
403 UNAUTHORIZED principal unauthenticated or unauthorized
404 NOT FOUND principal authenticated and authorized but record not found
204 NO CONTENT princiapl authorized and record record exists and successfully deleted
404 NOT FOUND princiapl authorized but record does not exist (non-existant ID sent)
404 NOT FOUND record exists but principal not owner