Court Decision
The CourtDecision data type is an event where the company went to court, usually for litigious reasons.
The Court Decision's history is regardless of the month history current setting.
| Field | Type | Description |
|---|---|---|
| id | uuid | Unique identifier (UUID) |
| title | string | A short phrase naming the court judgement |
| date | date | Date of the judgment |
| tribunal | string | Name of the tribunal where the judgement occurred |
| filing_number | string | Code number of the judgement |
| plaintiff | string | Name of the plaintiff party/parties. |
| defendant | string | Name of the defendant party/parties. |
| summary | string | A short excerpt from the text of the decision |
| keywords | string[] | Keywords about the subject of the decision |
| entities | string[] | List of actors of the decision |
| text | string | Text of the decision |
| file_id | string | See Download |
Endpoints
GET
/api/v6/users/{userId}/court-decisionsReturns the list of court decisions for the user's company.
info
The number of court decision provided is limited to 20 per user.
For having more decisions please send an email to support@qardapi.com with the user_id.