Advbox icon

Advbox

Consume Advbox API - Clean Version 1.0.0

Actions5

Overview

This node integrates with the Advbox API to retrieve information about lawsuits. Specifically, the "Get" operation for the "Lawsuit" resource fetches detailed data about a single lawsuit by its unique ID. This is useful in scenarios where you need to access specific legal case details stored in the Advbox system, such as retrieving case status, involved parties, or other metadata.

Practical examples include:

  • Automating retrieval of lawsuit details for reporting or monitoring.
  • Integrating lawsuit data into CRM or legal management systems.
  • Triggering workflows based on lawsuit information updates.

Properties

Name Meaning
Lawsuit ID The unique identifier of the lawsuit to retrieve. This is a required string input.

Output

The node outputs JSON data representing the lawsuit details returned from the Advbox API. The structure corresponds directly to the API response for a single lawsuit, typically including fields such as lawsuit identifiers, status, dates, involved parties, and other relevant metadata.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for authenticating with the Advbox API.
  • The node expects the Advbox API URL and token to be configured in the credentials.
  • Network connectivity to the Advbox API endpoint is necessary.

Troubleshooting

  • Missing or invalid API token: The node throws an error if the API token is not provided or invalid. Ensure that the API key credential is correctly set up.
  • Invalid Lawsuit ID: If the provided lawsuit ID does not exist or is malformed, the API may return an error or empty response.
  • Network issues: Connectivity problems can cause request failures; verify network access to the Advbox API.
  • API errors: The node logs HTTP status codes and response bodies on errors to help diagnose issues.

Links and References

Discussion