# GET Missing Comments

## GET Missing Comments

<mark style="color:blue;">`GET`</mark> `https://api.cakes.com/missing/comments`

This endpoint allows you to get free cakes.

#### Path Parameters

| Name | Type   | Description               |
| ---- | ------ | ------------------------- |
| id   | string | Missing id for the answer |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```
{    "data": {
       "Missing Answer List" : [{
          "answer_id": "answer_id",
          "user_id": "user_id",
          "text": "text",
          "image_url": "image url",
          "video_url": "video url",
          "created_at": "date of Missing post created",
          "updated_at": "date of Missing post updated"
       }]
             }
}
```

{% endtab %}

{% tab title="404 Could not find a cake matching this query." %}

```
{    "message": "Could not find a Missing Answer list."}
```

{% endtab %}
{% endtabs %}
