GET api/Village/{village}/Journal/Wellness
Gets the latest wellness check
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
village | string |
None. |
Body Parameters
None.
Response Information
Resource Description
JournalEntryModelName | Description | Type | Additional information |
---|---|---|---|
JournalId |
The unique ID of this journal entry |
globally unique identifier |
None. |
VillageId |
The Village's ID |
globally unique identifier |
None. |
PerformedById |
The ID of the user who created the entry |
globally unique identifier |
None. |
PerformedBy |
Name of the user who created the entry |
string |
None. |
Wellness |
The care recipient's Wellness indicator as of this update |
Wellness |
None. |
MoodFamilyId |
The care recipient's mood (high level mood family) |
globally unique identifier |
None. |
MoodIds |
The care recipient's detailed mood |
Collection of globally unique identifier |
None. |
SymptomIds |
The care recipient's symptoms as if this update |
Collection of globally unique identifier |
None. |
Comment |
A user-supplied journal text, if any |
string |
None. |
DateTime |
The date/time this journal entry was created |
date |
None. |
JournalType |
Type of journal entry - obsolete |
JournalType |
None. |
UpdatedById |
ID of the user who performed the update |
globally unique identifier |
None. |
UpdatedBy |
Name of the user who updated |
string |
None. |
Updated |
When the entry was updated |
date |
None. |
HasPhoto |
Whether or not the journal entry has a photo (legacy) |
boolean |
None. |
Comments |
Comments made on the journal entry |
Collection of JournalEntryCommentModel |
None. |
Attachments | Collection of AttachmentModel |
None. |
|
Likes | Collection of globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "JournalId": "97d793c4-bf85-437e-9dfc-7055456426d4", "VillageId": "fd35c856-5bca-472a-8826-8b3ea7ccdabe", "PerformedById": "ff51f464-329c-4f53-88a3-1a1a3c753fb1", "PerformedBy": "sample string 6", "Wellness": 0, "MoodFamilyId": "85b7a558-638c-4ae7-b3f3-e7e7c66bdf31", "MoodIds": [ "ec5af88a-a952-4a44-9495-aacf722b5dff", "c2ab09db-2905-4e1d-a08c-8000e8d59c84" ], "SymptomIds": [ "dc67563b-85dc-43d2-a8a4-0175e8d063bf", "96cc1977-545e-4255-a28c-3d6ddb1e1330" ], "Comment": "sample string 7", "DateTime": "2025-06-03T05:10:07.929+00:00", "JournalType": 0, "UpdatedById": "a048f4fd-8e50-4cb9-b87f-0442118ec371", "UpdatedBy": "sample string 12", "Updated": "2025-06-03T05:10:07.929+00:00", "HasPhoto": true, "Comments": [ { "CommentId": "103d67f3-5b98-4cf3-9394-df349eabd4e1", "JournalId": "69e51cd6-d667-4e0e-8512-cf4105f9a668", "VillageId": "e472d0fd-9893-4848-996a-71ba1850d50b", "Comment": "sample string 4", "CreatedBy": "sample string 7", "CreatedById": "cb41ee81-2696-4767-8c7a-08f8b5594875", "Created": "2025-06-03T05:10:07.929+00:00", "Updated": "2025-06-03T05:10:07.929+00:00", "UpdatedById": "53f62178-25ca-436b-b25d-c65c36ea66a0", "UpdatedBy": "sample string 14", "Likes": [ "4f291f8a-0733-4c63-b324-3dba5f7b092c", "3950f3cc-4e5c-4319-88a5-862df654098a" ], "ParentCommentId": "ece0b8bd-f85e-4d76-9a96-288a2d53f1d8", "Deleted": true }, { "CommentId": "103d67f3-5b98-4cf3-9394-df349eabd4e1", "JournalId": "69e51cd6-d667-4e0e-8512-cf4105f9a668", "VillageId": "e472d0fd-9893-4848-996a-71ba1850d50b", "Comment": "sample string 4", "CreatedBy": "sample string 7", "CreatedById": "cb41ee81-2696-4767-8c7a-08f8b5594875", "Created": "2025-06-03T05:10:07.929+00:00", "Updated": "2025-06-03T05:10:07.929+00:00", "UpdatedById": "53f62178-25ca-436b-b25d-c65c36ea66a0", "UpdatedBy": "sample string 14", "Likes": [ "4f291f8a-0733-4c63-b324-3dba5f7b092c", "3950f3cc-4e5c-4319-88a5-862df654098a" ], "ParentCommentId": "ece0b8bd-f85e-4d76-9a96-288a2d53f1d8", "Deleted": true } ], "Attachments": [ { "Id": "b1dd5323-d0bd-4ba5-910e-74cee8d8a334", "Size": 2, "FileName": "sample string 3", "ContentType": "sample string 4", "UploadedBy": "sample string 5" }, { "Id": "b1dd5323-d0bd-4ba5-910e-74cee8d8a334", "Size": 2, "FileName": "sample string 3", "ContentType": "sample string 4", "UploadedBy": "sample string 5" } ], "Likes": [ "38a6b99e-0935-48ff-8b4a-49cd3289ee19", "f95c0370-bbc6-48d3-8636-179e6451c37e" ] }
application/xml, text/xml
Sample:
<JournalEntryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CaringVillage.Shared.Implementation.Models"> <Attachments> <AttachmentModel> <ContentType>sample string 4</ContentType> <FileName>sample string 3</FileName> <Id>b1dd5323-d0bd-4ba5-910e-74cee8d8a334</Id> <Size>2</Size> <UploadedBy>sample string 5</UploadedBy> </AttachmentModel> <AttachmentModel> <ContentType>sample string 4</ContentType> <FileName>sample string 3</FileName> <Id>b1dd5323-d0bd-4ba5-910e-74cee8d8a334</Id> <Size>2</Size> <UploadedBy>sample string 5</UploadedBy> </AttachmentModel> </Attachments> <Comment>sample string 7</Comment> <Comments> <JournalEntryCommentModel> <Comment>sample string 4</Comment> <CommentId>103d67f3-5b98-4cf3-9394-df349eabd4e1</CommentId> <Created>2025-06-03T05:10:07.929564+00:00</Created> <CreatedBy>sample string 7</CreatedBy> <CreatedByFirstName>sample string 5</CreatedByFirstName> <CreatedById>cb41ee81-2696-4767-8c7a-08f8b5594875</CreatedById> <CreatedByLastName>sample string 6</CreatedByLastName> <Deleted>true</Deleted> <JournalId>69e51cd6-d667-4e0e-8512-cf4105f9a668</JournalId> <Likes xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:guid>4f291f8a-0733-4c63-b324-3dba5f7b092c</d4p1:guid> <d4p1:guid>3950f3cc-4e5c-4319-88a5-862df654098a</d4p1:guid> </Likes> <ParentCommentId>ece0b8bd-f85e-4d76-9a96-288a2d53f1d8</ParentCommentId> <Updated>2025-06-03T05:10:07.929564+00:00</Updated> <UpdatedBy>sample string 14</UpdatedBy> <UpdatedByFirstName>sample string 12</UpdatedByFirstName> <UpdatedById>53f62178-25ca-436b-b25d-c65c36ea66a0</UpdatedById> <UpdatedByLastName>sample string 13</UpdatedByLastName> <VillageId>e472d0fd-9893-4848-996a-71ba1850d50b</VillageId> </JournalEntryCommentModel> <JournalEntryCommentModel> <Comment>sample string 4</Comment> <CommentId>103d67f3-5b98-4cf3-9394-df349eabd4e1</CommentId> <Created>2025-06-03T05:10:07.929564+00:00</Created> <CreatedBy>sample string 7</CreatedBy> <CreatedByFirstName>sample string 5</CreatedByFirstName> <CreatedById>cb41ee81-2696-4767-8c7a-08f8b5594875</CreatedById> <CreatedByLastName>sample string 6</CreatedByLastName> <Deleted>true</Deleted> <JournalId>69e51cd6-d667-4e0e-8512-cf4105f9a668</JournalId> <Likes xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:guid>4f291f8a-0733-4c63-b324-3dba5f7b092c</d4p1:guid> <d4p1:guid>3950f3cc-4e5c-4319-88a5-862df654098a</d4p1:guid> </Likes> <ParentCommentId>ece0b8bd-f85e-4d76-9a96-288a2d53f1d8</ParentCommentId> <Updated>2025-06-03T05:10:07.929564+00:00</Updated> <UpdatedBy>sample string 14</UpdatedBy> <UpdatedByFirstName>sample string 12</UpdatedByFirstName> <UpdatedById>53f62178-25ca-436b-b25d-c65c36ea66a0</UpdatedById> <UpdatedByLastName>sample string 13</UpdatedByLastName> <VillageId>e472d0fd-9893-4848-996a-71ba1850d50b</VillageId> </JournalEntryCommentModel> </Comments> <DateTime>2025-06-03T05:10:07.929564+00:00</DateTime> <JournalId>97d793c4-bf85-437e-9dfc-7055456426d4</JournalId> <JournalType>Default</JournalType> <Likes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>38a6b99e-0935-48ff-8b4a-49cd3289ee19</d2p1:guid> <d2p1:guid>f95c0370-bbc6-48d3-8636-179e6451c37e</d2p1:guid> </Likes> <MoodFamilyId>85b7a558-638c-4ae7-b3f3-e7e7c66bdf31</MoodFamilyId> <MoodIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>ec5af88a-a952-4a44-9495-aacf722b5dff</d2p1:guid> <d2p1:guid>c2ab09db-2905-4e1d-a08c-8000e8d59c84</d2p1:guid> </MoodIds> <PerformedBy>sample string 6</PerformedBy> <PerformedByFirstName>sample string 4</PerformedByFirstName> <PerformedById>ff51f464-329c-4f53-88a3-1a1a3c753fb1</PerformedById> <PerformedByLastName>sample string 5</PerformedByLastName> <SymptomIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>dc67563b-85dc-43d2-a8a4-0175e8d063bf</d2p1:guid> <d2p1:guid>96cc1977-545e-4255-a28c-3d6ddb1e1330</d2p1:guid> </SymptomIds> <Updated>2025-06-03T05:10:07.929564+00:00</Updated> <UpdatedBy>sample string 12</UpdatedBy> <UpdatedByFirstName>sample string 10</UpdatedByFirstName> <UpdatedById>a048f4fd-8e50-4cb9-b87f-0442118ec371</UpdatedById> <UpdatedByLastName>sample string 11</UpdatedByLastName> <VillageId>fd35c856-5bca-472a-8826-8b3ea7ccdabe</VillageId> <Wellness>Good</Wellness> </JournalEntryModel>