JobRoom icon

JobRoom

Interact with JobRoom API Switzerland

Actions5

Overview

This node interacts with the JobRoom API Switzerland to manage job advertisements. Specifically, the 'Get Many' operation retrieves multiple job advertisements, supporting pagination and limits on the number of results. It is useful for scenarios where users need to fetch a list of job advertisements, such as for displaying job listings or processing multiple job ads in bulk.

Use Case Examples

  1. Fetch all job advertisements without limit for comprehensive data processing.
  2. Retrieve a limited number of job advertisements (e.g., 25) for display on a job board with pagination control.

Properties

Name Meaning
Return All Whether to return all job advertisements or only up to a specified limit.
Limit Maximum number of job advertisements to return when 'Return All' is false. Must be between 1 and 100.
Additional Fields Additional optional parameters for the request, such as the page number for pagination.

Output

JSON

  • ``
    • id - Unique identifier of the job advertisement.
    • title - Title of the job advertisement.
    • description - Description of the job advertisement.
    • status - Current status of the job advertisement.
    • company - Information about the company posting the job advertisement.
    • location - Location details of the job advertisement.
    • publication - Publication details including start and end dates.

Dependencies

  • JobRoom API credentials including username, password, and a license key for authentication.

Troubleshooting

  • Invalid or missing API credentials will cause authentication failures. Ensure the license key and username/password are correct and valid.
  • Invalid JSON input in job data fields (for other operations) will cause errors; ensure JSON is well-formed.
  • API rate limits or pagination parameters may affect the number of results returned; adjust 'Return All' and 'Limit' accordingly.
  • Network or API endpoint issues may cause request failures; verify environment setting (production or test) and API URL.

Links

Discussion