Returns a set of data items of type meshes.
GET /api/resultsreport/meshes
None
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| UniqueId | System.String | Read only: False | |
| NlmClassification | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| DateEstablished | System.DateTimeOffset | Read only: False | |
| ScopeNote | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-10-27T04:05:27.9366608Z",
"PublicationDate": "2025-10-27T04:05:27.9366608Z",
"DateCreated": "2025-10-27T04:05:27.9366608Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UniqueId": "sample string 8",
"NlmClassification": "sample string 9",
"healthtopics": "7ec100c3-700d-4272-bd4e-4257a96a6612",
"DateEstablished": "2025-10-27T04:05:27.9366608Z",
"ScopeNote": "sample string 12",
"Title": "sample string 13",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T04:05:27.9366608+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-27T04:05:27.9366608Z",
"PublicationDate": "2025-10-27T04:05:27.9366608Z",
"DateCreated": "2025-10-27T04:05:27.9366608Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UniqueId": "sample string 8",
"NlmClassification": "sample string 9",
"healthtopics": "7ec100c3-700d-4272-bd4e-4257a96a6612",
"DateEstablished": "2025-10-27T04:05:27.9366608Z",
"ScopeNote": "sample string 12",
"Title": "sample string 13",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T04:05:27.9366608+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets meshes item by id.
GET /api/resultsreport/meshes({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| UniqueId | System.String | Read only: False | |
| NlmClassification | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| DateEstablished | System.DateTimeOffset | Read only: False | |
| ScopeNote | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-10-27T04:05:27.9366608Z",
"PublicationDate": "2025-10-27T04:05:27.9366608Z",
"DateCreated": "2025-10-27T04:05:27.9366608Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UniqueId": "sample string 8",
"NlmClassification": "sample string 9",
"healthtopics": "1c243060-0f01-47e9-aa08-aa364ceab277",
"DateEstablished": "2025-10-27T04:05:27.9366608Z",
"ScopeNote": "sample string 12",
"Title": "sample string 13",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T04:05:27.9366608+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from meshes item.
GET /api/resultsreport/meshes({key})/property
| Name | Description | Type | Additional Information |
| key | System.Guid | Required | |
| property | System.String | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| Id | System.Guid | Read only: False |
application/json
{
"Id": "0d4872d0-1028-4811-b170-c4e90fd2874d"
}Creates a meshes item.
POST /api/resultsreport/meshes
None
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| UniqueId | System.String | Read only: False | |
| NlmClassification | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| DateEstablished | System.DateTimeOffset | Read only: False | |
| ScopeNote | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-10-27T04:05:27.9366608Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"UniqueId": "sample string 5",
"NlmClassification": "sample string 6",
"healthtopics": "c4b45cc3-2a42-40a8-a269-6b2e29e99e5b",
"DateEstablished": "2025-10-27T04:05:27.9366608Z",
"ScopeNote": "sample string 9",
"Title": "sample string 10"
}Method can return success code: Created - 201 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| UniqueId | System.String | Read only: False | |
| NlmClassification | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| DateEstablished | System.DateTimeOffset | Read only: False | |
| ScopeNote | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-10-27T04:05:27.9366608Z",
"PublicationDate": "2025-10-27T04:05:27.9366608Z",
"DateCreated": "2025-10-27T04:05:27.9366608Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UniqueId": "sample string 8",
"NlmClassification": "sample string 9",
"healthtopics": "88898c35-bc97-4f58-8c55-18f8bb5001f7",
"DateEstablished": "2025-10-27T04:05:27.9366608Z",
"ScopeNote": "sample string 12",
"Title": "sample string 13",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T04:05:27.9366608+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for meshes item.
PATCH /api/resultsreport/meshes({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| UniqueId | System.String | Read only: False | |
| NlmClassification | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| DateEstablished | System.DateTimeOffset | Read only: False | |
| ScopeNote | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-10-27T04:05:27.9366608Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"UniqueId": "sample string 5",
"NlmClassification": "sample string 6",
"healthtopics": "873652be-ae66-4c1d-b865-1b3e3c5e4f26",
"DateEstablished": "2025-10-27T04:05:27.9366608Z",
"ScopeNote": "sample string 9",
"Title": "sample string 10"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Full update for meshes item.
PUT /api/resultsreport/meshes({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| UniqueId | System.String | Read only: False | |
| NlmClassification | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| DateEstablished | System.DateTimeOffset | Read only: False | |
| ScopeNote | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-10-27T04:05:27.9366608Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"UniqueId": "sample string 5",
"NlmClassification": "sample string 6",
"healthtopics": "0ea82833-1f60-4554-9b3e-df781fd74313",
"DateEstablished": "2025-10-27T04:05:27.9366608Z",
"ScopeNote": "sample string 9",
"Title": "sample string 10"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Deletes a meshes item by Id.
DELETE /api/resultsreport/meshes({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.