GET api/users/{guid}/matches/{id}
Get a single match
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| guid | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Get a single match
ObitMatchDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Score |
The score (precision) of this match, where 100 is most precise and 1 is least |
decimal number |
None. |
| Id |
The ID for the match |
integer |
None. |
| DeceasedFirstName |
The first name of the deceased |
string |
None. |
| DeceasedLastName |
The last name of the deceased |
string |
None. |
| DeceasedWebsite |
The URL at which the deceased's obituary can be viewed |
string |
None. |
| NoteSentDate |
The date the notification was sent out to the user |
date |
None. |
| NoteRead |
Whether the note has been read yet |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"score": 85.0,
"id": 0,
"deceasedFirstName": "Mary",
"deceasedLastName": "Jesso",
"deceasedWebsite": "https://www.inmemoriam.ca/view-announcement-471685-mary-sylvia-jesso.html",
"noteSentDate": "2025-12-14",
"noteRead": false
}
Error responses
- not_found - Requested resource was not found