Scoro icon

Scoro

Interact with the Scoro API

Overview

This node interacts with the Scoro API to manage and retrieve data related to various resources, including Time Entries. Specifically, the "Get" operation for the "Time Entry" resource fetches details of a single time entry by its ID or from a selectable list. This is useful in scenarios where you want to retrieve detailed information about a specific time tracking record, such as for reporting, auditing, or further processing within an automation workflow.

Practical examples:

  • Fetching a particular time entry to verify hours logged on a project.
  • Retrieving time entry details to generate invoices or timesheets.
  • Using the time entry data to trigger notifications or updates elsewhere.

Properties

Name Meaning
Time Entry Select a time entry either from a searchable list of existing entries or by entering its numeric ID manually.

The "Time Entry" property supports two modes:

  • From List: Choose from a searchable dropdown of available time entries.
  • By ID: Enter the numeric ID of the time entry directly (must be numeric).

Output

The node outputs JSON data representing the requested time entry's details as returned by the Scoro API. The structure typically includes fields such as the time entry's ID, associated user, project, task, duration, date, description, and other metadata relevant to the time tracking record.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the Scoro API.
  • Needs configuration of the base URL and company account ID as part of the credentials.
  • Uses internal methods to search and retrieve time entries via the Scoro API endpoints.

Troubleshooting

  • Error: Operation not supported β€” This occurs if an unsupported operation-resource combination is selected. Ensure that "Get" is chosen for the "Time Entry" resource.
  • Invalid Time Entry ID β€” If the entered ID is not numeric, validation will fail. Make sure to enter only numeric IDs.
  • Authentication errors β€” Verify that the API key and other credential details are correctly configured.
  • Empty results when selecting from list β€” Confirm that there are existing time entries accessible with the provided credentials and permissions.

Links and References

Discussion