Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node interacts with the Dendreo API to perform a search operation on participants. It allows users to search for participants by a search term and optionally limit the number of results, include associations, and set a request delay. This is useful for workflows that need to find participant records based on partial or full text matches, such as retrieving participant details for reporting or further processing.

Use Case Examples

  1. Search participants by name or other attributes using a search term to retrieve matching participant records.
  2. Limit the number of participant results returned to optimize performance or meet specific workflow requirements.

Properties

Name Meaning
Search Term The term to search for among participants, used to filter the search results.
Additional Fields Optional parameters to refine the search, including limit on number of results, associations to include, and request delay between API calls.

Output

JSON

  • json - The JSON array of participant records matching the search criteria, each containing participant details returned by the Dendreo API.

Dependencies

  • Dendreo API with an API key credential

Troubleshooting

  • Authentication failures due to invalid or missing API key credentials. Verify and update the API key in the node credentials.
  • Empty or no results returned if the search term does not match any participants. Try broadening the search term or checking spelling.
  • Permission denied errors if the API key lacks required permissions for participant data access. Ensure the API key has appropriate scopes.
  • Invalid JSON data errors if input data for create or update operations is malformed. Validate JSON format before submission.

Discussion