Scoro icon

Scoro

Interact with the Scoro API

Overview

This node interacts with the Scoro API to perform operations related to various resources, including Time Entries. Specifically, the Get operation for the Time Entry resource retrieves detailed information about a single time entry by its ID or from a selectable list.

Typical use cases include:

  • Fetching details of a specific time entry to review logged hours.
  • Integrating time tracking data into other workflows such as invoicing or reporting.
  • Automating retrieval of time entries for project management or payroll processing.

For example, you might use this node to get the details of a particular time entry by entering its numeric ID or selecting it from a searchable list of existing time entries.

Properties

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

The "Time Entry" property supports two modes:

  • From List: Search and select a time entry from a list fetched dynamically.
  • By ID: Enter the numeric ID of the time entry directly (must be numeric).

Output

The node outputs JSON data representing the details of the requested time entry. This typically includes fields such as time entry ID, associated user, project, task, duration, date, description, and other metadata as provided by the Scoro API.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for authenticating with the Scoro API.
  • The node expects the base URL and company account ID to be configured in the credentials.
  • Network access to the Scoro API endpoint is necessary.

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 correct and have sufficient permissions.
  • Network issues — Check connectivity to the Scoro API base URL and ensure no firewall or proxy blocks the requests.

Links and References

Discussion