curl --request GET \
--url https://api.smokeball.com/matters \
--header 'Authorization: <api-key>' \
--header 'x-api-key: <api-key>'{
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET",
"self": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"value": [
{
"href": "<string>",
"relation": "<string>",
"method": "GET",
"self": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"id": "b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2",
"externalSystemId": "EXT01",
"versionId": "637771038395217729",
"number": "FUS-124",
"title": "AM-0323-0005 - Smith - Sale - Jones",
"matterType": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"clients": [
{
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
}
],
"otherSides": [
{
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
}
],
"description": "This is a brief description for the matter",
"status": "Open",
"personResponsible": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"personAssisting": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"personAssistingStaffs": [
{
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
}
],
"originatingStaff": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"originatingStaffs": [
{
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
}
],
"splitOriginatingStaffSettings": {
"isEnabled": true,
"splitMatterStaffs": [
{
"matterStaffId": "<string>",
"matterStaffRatio": 123
}
],
"splitMethod": "<string>",
"remainderStaffId": "<string>"
},
"supervisor": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"clientCode": "Client A",
"openedDate": "2022-04-23T14:00:00Z",
"closedDate": "2022-04-23T14:00:00Z",
"leadOpenedDate": "2022-04-23T14:00:00Z",
"leadClosedDate": "2022-04-23T14:00:00Z",
"leadClosedReason": "No longer interested",
"isLead": false,
"branch": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"branchProviderId": "Smokeball",
"referralType": "<string>",
"referrer": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"referralAgreementFeeType": "<string>",
"referralAgreementFee": 123,
"referralAgreementFeeComment": "<string>",
"items": {},
"tags": [
{
"href": "<string>",
"relation": "<string>",
"method": "GET",
"self": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"id": "a15086f5-4da7-4271-8fea-b24d479ced2b",
"type": "Staff",
"name": "",
"color": "Light Blue",
"staff": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
}
}
]
}
],
"offset": 123,
"limit": 123,
"size": 123,
"first": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"previous": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"next": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"last": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
}
}Returns a list of matters. To return leads, set the isLead search option to true.
curl --request GET \
--url https://api.smokeball.com/matters \
--header 'Authorization: <api-key>' \
--header 'x-api-key: <api-key>'{
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET",
"self": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"value": [
{
"href": "<string>",
"relation": "<string>",
"method": "GET",
"self": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"id": "b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2",
"externalSystemId": "EXT01",
"versionId": "637771038395217729",
"number": "FUS-124",
"title": "AM-0323-0005 - Smith - Sale - Jones",
"matterType": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"clients": [
{
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
}
],
"otherSides": [
{
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
}
],
"description": "This is a brief description for the matter",
"status": "Open",
"personResponsible": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"personAssisting": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"personAssistingStaffs": [
{
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
}
],
"originatingStaff": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"originatingStaffs": [
{
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
}
],
"splitOriginatingStaffSettings": {
"isEnabled": true,
"splitMatterStaffs": [
{
"matterStaffId": "<string>",
"matterStaffRatio": 123
}
],
"splitMethod": "<string>",
"remainderStaffId": "<string>"
},
"supervisor": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"clientCode": "Client A",
"openedDate": "2022-04-23T14:00:00Z",
"closedDate": "2022-04-23T14:00:00Z",
"leadOpenedDate": "2022-04-23T14:00:00Z",
"leadClosedDate": "2022-04-23T14:00:00Z",
"leadClosedReason": "No longer interested",
"isLead": false,
"branch": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"branchProviderId": "Smokeball",
"referralType": "<string>",
"referrer": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"referralAgreementFeeType": "<string>",
"referralAgreementFee": 123,
"referralAgreementFeeComment": "<string>",
"items": {},
"tags": [
{
"href": "<string>",
"relation": "<string>",
"method": "GET",
"self": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"id": "a15086f5-4da7-4271-8fea-b24d479ced2b",
"type": "Staff",
"name": "",
"color": "Light Blue",
"staff": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
}
}
]
}
],
"offset": 123,
"limit": 123,
"size": 123,
"first": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"previous": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"next": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"last": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
}
}0 <= x <= 21474836471 <= x <= 500Filter matters by specified search term. This field is wide reaching, it is used to search by clients, othersides, description and matter numbers.
"Bob"
Filter by matter type identifier.
"009f778f-83df-454a-b344-768a862a7e55"
Filter by the contact identifier.
"7fdbdd5b-0f5e-4095-af9e-ae5b055325c7"
Filter by current status of the matter.
Possible values: Open, Pending, Closed, Deleted or Cancelled.
Boolean flag to return 'Leads'. This is false by default.
A Lead is a potential matter that has not yet been converted to a full matter. The data structure of a lead is similar to a matter, but with some small variances.
true
Filter by matters updated since a specified time (.net ticks representation of the UTC datetime). Cannot be used in conjunction with LastUpdated.
This field will not be supported in future, please use LastUpdated instead.
637873555398585000
Filter by last updated date of matter. Cannot be used in conjunction with UpdatedSince.
"2022-04-23T14:00:00Z"
Available fields: status, lastUpdated
Available fields: items, tags
When request is successful. Returns a paged collection of 'Matter' objects.
Show child attributes
Unique identifier of the matter.
"b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2"
External system id for the matter.
"EXT01"
Version id of the record. This can be used in the UpdatedSince query parameter.
"637771038395217729"
Human-friendly number assigned to matter.
"FUS-124"
Title of the matter.
"AM-0323-0005 - Smith - Sale - Jones"
Brief description of the matter.
"This is a brief description for the matter"
Current status of the matter.
Possible values: Open, Pending, Closed, Deleted or Cancelled.
"Open"
List of hypermedia links of additional person assisting staff members associated with the matter.
List of hypermedia links of additional originating (if in US) or introducer (if in AU) staff members associated with the matter.
Settings for splitting originating staff members on a matter.
Show child attributes
Indicates whether the split matter staff settings are enabled or not.
List of staff members involved in the split matter settings.
Method used to split the matter staff.
Possible values: Unknown, SplitEvenly, UseRatio.
The unique identifier for the staff member who will handle the remainder of the matter after the split.
Associates an external client code to this matter.
Only supported in AU and UK.
"Client A"
Date the matter was opened.
"2022-04-23T14:00:00Z"
Date the matter was closed.
"2022-04-23T14:00:00Z"
Date the lead was opened.
Only applies if isLead is true.
"2022-04-23T14:00:00Z"
Date the lead was closed.
Only applies if isLead is true.
"2022-04-23T14:00:00Z"
Reason the lead was closed.
Only applies if isLead is true.
"No longer interested"
Boolean flag indicating if the matter is a lead.
false
Unique identifier of the associated branch provider.
"Smokeball"
The referral type of the matter.
The referral agreement fee type.
The referral agreement fee value.
The referral agreement fee comment.
Items associated with the matter.
Show child attributes
Show child attributes
Type of the matter item.
"role or layout"
Unique identifier of the matter item.
"009f778f-83df-454a-b344-768a862a7e55"
Name of the matter item as it appears on the matter.
"Vendor"
Tags associated with the matter.
Show child attributes
Unique identifier of the tag.
"a15086f5-4da7-4271-8fea-b24d479ced2b"
Tag type.
"Staff"
Name of the tag.
""
Color associated with the tag.
"Light Blue"