Get Applicants From Database For Platform icon

Get Applicants From Database For Platform

Get the applicants from the database of MONA platform.

Overview

This node retrieves applicants from the MONA platform's database by making a POST request to a specific API endpoint. It is useful for scenarios where you need to fetch applicant data stored on the MONA platform, such as for recruitment or data analysis purposes.

Use Case Examples

  1. Fetching all applicants from the MONA platform database to display in a dashboard.
  2. Integrating applicant data retrieval into an automated workflow for processing or reporting.

Output

JSON

  • applicants - The list or data of applicants retrieved from the MONA platform database

Dependencies

  • An API key credential named 'userIdApi' is required to authenticate the request to the MONA platform API.

Troubleshooting

Discussion