# GET

![GET Node](https://app.does.qa/screenshots/node/integration_api_get.png)

## Basic Configuration

| Field                 | Configuration                                   |
| --------------------- | ----------------------------------------------- |
| URL                   | Text &/or [Values](https://docs.does.qa/values) |
| Response Storage Name | Text                                            |

***

## Advanced Configuration

| Field                          | Configuration                                                                                                                                                                                                                                            |
| ------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Headers                        | JSON                                                                                                                                                                                                                                                     |
| Expected Response Status Codes | `1xx (100-199)`, `2xx (200-299)`, `3xx (300-399)`, `4xx (400-499)`, `200 (ok)`, `201 (created)`, `202 (accepted)`, `400 (bad request)`, `401 (unauthorized)`, `402 (payment required)`, `403 (forbidden)`, `404 (not found)`, `405 (method not allowed)` |
| Response Object                | `Body` (default), `Headers`, `Complete`                                                                                                                                                                                                                  |

***

## Related Nodes

* [GET](https://docs.does.qa/test-steps/integration/get)
* [PUT](https://docs.does.qa/test-steps/integration/put)
* [POST](https://docs.does.qa/test-steps/integration/post)
* [PATCH](https://docs.does.qa/test-steps/integration/patch)
* [DELETE](https://docs.does.qa/test-steps/integration/delete)

***

**Tags:** `integration`, `api`, `get`, `rest`
