If events corresponding to the value of Resource-ID do not exist (i.e., Riprap doesn't now about that resource), the REST interface will return 200 and an empty list in the response body. Therefore, clients must not only check for a 200 response code, they must check to see if there are any events in the body.
If events corresponding to the value of
Resource-ID
do not exist (i.e., Riprap doesn't now about that resource), the REST interface will return200
and an empty list in the response body. Therefore, clients must not only check for a200
response code, they must check to see if there are any events in the body.