Pulse Talent icon

Pulse Talent

Talent resource from Pulse API

Overview

This node interacts with the "Talent Quizz Sessions" resource of the Pulse API, specifically supporting the operation to list quiz sessions. It allows users to retrieve a paginated and optionally filtered list of quiz sessions related to talent management processes.

Common scenarios where this node is beneficial include:

  • Fetching all quiz sessions for reporting or analytics.
  • Filtering quiz sessions by specific criteria such as organization or date.
  • Paginating through large sets of quiz session data.
  • Including related resources like quizzes in the response for richer context.

For example, an HR team could use this node to get a list of all quiz sessions assigned to candidates during recruitment, filter them by status or date, and analyze performance trends.

Properties

Name Meaning
Include Resources to include in the response. Currently supports including "Quizzes" related to the quiz sessions.
Additional Fields A collection of optional parameters to refine the query:
- Sort: Specify sort order (e.g., -relevance).
- Page Number: The page number for pagination (requires page size).
- Page Size: Number of items per page.
- Filters: Multiple filters can be applied by specifying key-value pairs (comma-separated values).
- Fields: Specify which fields to return for certain field groups, using comma-separated field names.

Output

The node outputs JSON data representing the list of quiz sessions retrieved from the Pulse API. Each item in the output array corresponds to a quiz session object, potentially enriched with included resources such as quizzes if requested.

The structure typically includes details about each quiz session, such as identifiers, status, associated quizzes, timestamps, and other metadata depending on the fields requested.

No binary data output is produced by this node.

Dependencies

  • Requires an API key credential for authenticating with the Pulse API.
  • The node depends on the Pulse API service being accessible and properly configured.
  • Pagination and filtering depend on the API's support for these features.

Troubleshooting

  • Common Issues:

    • Incorrect or missing API credentials will cause authentication failures.
    • Providing invalid filter keys or values may result in empty responses or errors.
    • Requesting pages beyond the available range will return empty results.
    • Using unsupported include options will have no effect or cause errors.
  • Error Messages:

    • "The operation "getQuizzSessionsList" is not supported for resource "quizzSessions"!" — This indicates a mismatch between selected resource and operation; ensure correct operation is chosen.
    • API errors related to authentication or rate limits should be resolved by verifying credentials and API usage policies.
    • Validation errors on input properties usually indicate malformed filters or pagination parameters; double-check input formats.

Links and References

Discussion