Starfish (CampingCare/HotelCare) icon

Starfish (CampingCare/HotelCare)

Interact with the Starfish API for CampingCare and HotelCare

Overview

This node interacts with the Starfish API specifically for the Accommodations resource to retrieve detailed information about a single accommodation by its unique identifier. It supports options to include additional meta information, media, and translations related to the accommodation. This node is useful for scenarios where detailed accommodation data is needed, such as in travel booking systems, property management, or hospitality services.

Use Case Examples

  1. Retrieve detailed information about a specific accommodation by its ID.
  2. Fetch accommodation data including media files like images or videos.
  3. Get accommodation details along with meta information and translations for multi-language support.

Properties

Name Meaning
Accommodation ID Unique identifier of the accommodation to retrieve.
Get Meta Whether to include meta information in the response.
Get Media Whether to include media information such as images or videos.
Translations Whether to include translations for the accommodation data.
Request Options Additional request settings such as batching, SSL certificate validation, proxy, and timeout settings.

Output

JSON

  • id - Unique identifier of the accommodation.
  • name - Name of the accommodation.
  • meta - Meta information about the accommodation, included if requested.
  • media - Media information such as images or videos related to the accommodation, included if requested.
  • translations - Translations of the accommodation data, included if requested.

Dependencies

  • Requires an API key credential for authentication with the Starfish API.

Troubleshooting

  • Ensure the Accommodation ID is valid and exists in the system to avoid 'not found' errors.
  • If the API key is invalid or missing, authentication errors will occur; verify the API key credential is correctly configured.
  • Network issues or incorrect proxy settings can cause request failures; check proxy configuration and network connectivity.
  • If SSL certificate validation fails and 'Ignore SSL Issues' is not enabled, requests may be blocked; enable this option only if you trust the source.

Links

Discussion