Public
Documentation Settings

Node Response

Endpoints for the Node Response Module.

These endpoints are for testing that the response module is working as expected

GETtest200

{{url}}/test200

GET test route 200

Example Request
curl
curl --location -g '{{url}}/test200'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETtest201

{{url}}/test201

GET test route 201

Example Request
curl
curl --location -g '{{url}}/test201'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETtest204

{{url}}/test204

GET test route 204

Example Request
curl
curl --location -g '{{url}}/test204'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETtest400

{{url}}/test400

GET test 400

Example Request
curl
curl --location -g '{{url}}/test400'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETtest400ParamValidator

{{url}}/test400ParamValidator/56ec505562a5cc463a8cce77

GET test 400 ParamValidator

Example Request
curl
curl --location -g '{{url}}/test400ParamValidator/56ec505562a5cc463a8cce77'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers