DESCRIPTION
This endpoint fetches all the details of family members of the specified case.
URL STRUCTURE
https://[hostname]/matter/get-family-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": "62",
"subscriberId": null,
"name": null,
"abstract": "",
"members": [
{
"id": "300",
"oldCode": null,
"oldId": null,
"country": "GB",
"countryName": null,
"status": {
"id": "0",
"name": ""
},
"matterCode": "000028GB",
"shortTitle": "Solar Laser",
"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": []
}
],
"memebers": [
{
"id": "300",
"oldCode": null,
"oldId": null,
"country": "GB",
"countryName": null,
"status": {
"id": "0",
"name": ""
},
"matterCode": "000028GB",
"shortTitle": " Solar Laser",
"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": []
}
]
}
]