Boards Catalog
The boards endpoint provides access to meal plan (board) catalog data.
Endpoint
POST /content/hotels/v1/boards
Board Types
| Code | Name | Description |
|---|---|---|
| RO | Room Only | No meals included |
| BB | Bed & Breakfast | Breakfast included |
| HB | Half Board | Breakfast + dinner included |
| FB | Full Board | All meals included |
| AI | All Inclusive | All meals + drinks included |
Use Cases
Get All Boards
{
"query": {}
}
Filter by Connection
{
"query": {
"connectionCode": "CONN_1"
}
}
Response Structure
{
"boards": {
"boards": [
{
"code": "BB",
"boardData": {
"code": "BB",
"boardCode": "BB"
}
}
],
"count": 1,
"token": null
}
}
Using Boards in Search
Use board codes in search filters:
{
"filters": {
"boardTypes": ["BB", "HB"]
}
}
Next Steps
- Content API Reference - Complete endpoint documentation
- Content Overview - Learn about Content API
- Search Hotels - Use boards in search