# GET Surveys by id

## Survey by id

<mark style="color:blue;">`GET`</mark> `https://api.feedbackly.com/v5.0.2/surveys/:id`

Gets question by id

#### Path Parameters

| Name | Type   | Description      |
| ---- | ------ | ---------------- |
| id   | string | Id of the survey |

#### Query Parameters

| Name              | Type   | Description                              |
| ----------------- | ------ | ---------------------------------------- |
| preferredLanguage | string | Preferred language to show the titles in |

#### Headers

| Name          | Type   | Description                                                                                |
| ------------- | ------ | ------------------------------------------------------------------------------------------ |
| Authorization | string | Authentication token to access the API eg: 'Authorization': 'ey0iuefg.834xcunerun348efnsd' |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}

### Request return type <a href="#request-return-type" id="request-return-type"></a>

Returns ​[Survey data object](https://docs.feedbackly.com/v.5.0.2/api/surveys/..#survey-data-object)
