1
0
Fork 0
arangodb/Documentation/DocuBlocks/Rest/Administration/JSF_get_admin_echo.md

470 B

@startDocuBlock JSF_get_admin_echo @brief Send back what was sent in, headers, post body etc.

@RESTHEADER{GET /_admin/echo, Return current request}

@RESTDESCRIPTION

The call returns an object with the following attributes:

  • headers: object with HTTP headers received

  • requestType: the HTTP request method (e.g. GET)

  • parameters: object with query parameters received

@RESTRETURNCODES

@RESTRETURNCODE{200} Echo was returned successfully. @endDocuBlock