DESCRIPTION
This endpoint fetches all matters that have been linked with a specific matter.
URL STRUCTURE
https://[hostname]/matter/get-linked-matters/{matterId:[0-9]+}
METHOD
GET
HEADERS
**Authorization:**
string Base64 [email]:[key]
ARGUMENTS
Name | Type | Description |
---|---|---|
matterId | int | Equinox internal reference for the matter |
RETURNS
Sample response
[
{
"id": "65",
"oldCode": null,
"oldId": null,
"country": "GB",
"countryName": null,
"status": {
"id": "8",
"name": ""
},
"matterCode": "000014GB",
"shortTitle": "Back scratcher",
"longTitle": null,
"formalTitle": null,
"clientRef": null,
"parentage": null,
"designatedCountries": null,
"application": null,
"publication": null,
"natRegEntry": null,
"natRegPublication": null,
"grant": null,
"priority": null,
"applicants": [],
"inventors": [],
"licensees": [],
"associates": [],
"otherSideClients": [],
"otherSideSolicitors": [],
"clientKeyContactId": null,
"category": {
"id": 9,
"definition": "patent",
"name": "Patent"
},
"subCategory": null,
"imageId": null,
"typeOfMark": null,
"businessUnit": null,
"expiryDate": null,
"client": null,
"clientId": null,
"billingAddress": null,
"billingAddressId": null,
"user": null,
"user2": null,
"user3": null,
"user4": null,
"family": null,
"office": null,
"notes": null,
"familyId": null,
"businessGroup": null,
"internationalRegistrationId": null,
"classes": null,
"goods": null,
"openDate": null,
"designatedStates": null,
"parentMatterId": null,
"typeId": null,
"correspondenceNotes": null,
"renewalClient": null,
"renewalClientId": null,
"renewalBillingAddress": null,
"renewalBillingAddressId": null,
"entityType": "matter",
"legalEntity": null,
"allHistoryDates": null,
"goodsAndClasses": null,
"associatesLoaded": null,
"budgets": null,
"customFields": []
}
]