# get templates by botid whatsapp fallback

**GET** `/api/v1/templates/whatsapp-fallback/{{nhea_botId}}`

Product: [RCS](https://devdocs.pinnacle.in/docs/rcs.md)  
Version: [1.0](https://devdocs.pinnacle.in/docs/rcs/1-0.md)

## Request

URL: `https://api.example.com/rcs/api/v1/templates/whatsapp-fallback/{{nhea_botId}}`

Authentication location: `none`

Authentication name: `none`

### Request schema


```json
{
  "type": "object",
  "required": [
    "{nhea_botId"
  ],
  "properties": {
    "{nhea_botId": {
      "type": "string",
      "description": "Path value for {nhea_botId."
    },
    "templateType": {
      "type": "string",
      "x-parameter-in": "query"
    },
    "variableLength": {
      "type": "string",
      "x-parameter-in": "query"
    }
  }
}
```

### Request example


```json
{
  "templateType": "rich_card",
  "variableLength": "2"
}
```

## Response schema


```json
{}
```

## Response examples


```json
{}
```

## Status codes


```json
[
  {
    "code": 200,
    "description": "Successful response"
  }
]
```
