Event query capability: GET response

The elements of an HTTP GET response to the event resource query capability URI.

Table 1. Event query capability: GET response
Element Description
Response headers
Server
The name of the HTTPd engine.
Date
The date or time of the response.
Connection
The state of the connection. Possible states are Close or Keep-Alive.
Content-type application/rdf+xml
Normal HTTP response codes
  • 200 (OK): The response body contains the RDF/XML event resource query response
Error HTTP response codes
  • 400 (Bad Request): The resource shape request does not use the type and create query parameters correctly. One or both of these parameters are missing from the request, or the values of the parameters are invalid.
  • 500 (Internal Server Error): The server failed to complete the request due to an unexpected internal problem. The response body contains the RDF/XML error and more information.

Other common HTTP error response codes are 401 (Unauthorised), 403 (Forbidden), and 406 (Not acceptable).