Returns a set of data items of type meshes.
GET /api/news/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-09-12T08:44:02.6088581Z",
"PublicationDate": "2025-09-12T08:44:02.6088581Z",
"DateCreated": "2025-09-12T08:44:02.6088581Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UniqueId": "sample string 8",
"NlmClassification": "sample string 9",
"healthtopics": "5e076d3f-bb94-4a6a-9695-94cb17f3da64",
"DateEstablished": "2025-09-12T08:44:02.6088581Z",
"ScopeNote": "sample string 12",
"Title": "sample string 13",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T08:44:02.6088581+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T08:44:02.6088581Z",
"PublicationDate": "2025-09-12T08:44:02.6088581Z",
"DateCreated": "2025-09-12T08:44:02.6088581Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UniqueId": "sample string 8",
"NlmClassification": "sample string 9",
"healthtopics": "5e076d3f-bb94-4a6a-9695-94cb17f3da64",
"DateEstablished": "2025-09-12T08:44:02.6088581Z",
"ScopeNote": "sample string 12",
"Title": "sample string 13",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T08:44:02.6088581+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Gets meshes item by id.
GET /api/news/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-09-12T08:44:02.6088581Z",
"PublicationDate": "2025-09-12T08:44:02.6088581Z",
"DateCreated": "2025-09-12T08:44:02.6088581Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UniqueId": "sample string 8",
"NlmClassification": "sample string 9",
"healthtopics": "db47e836-cc71-47c9-96f3-113889eed630",
"DateEstablished": "2025-09-12T08:44:02.6088581Z",
"ScopeNote": "sample string 12",
"Title": "sample string 13",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T08:44:02.6088581+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Gets Id property from meshes item.
GET /api/news/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": "a1d61d5a-92ce-46b9-8ccc-06299efc8b71"
}
Creates a meshes item.
POST /api/news/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-09-12T08:44:02.6088581Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"UniqueId": "sample string 5",
"NlmClassification": "sample string 6",
"healthtopics": "fbd87c85-0a1f-483e-89bf-b874bbfc65de",
"DateEstablished": "2025-09-12T08:44:02.6088581Z",
"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-09-12T08:44:02.6088581Z",
"PublicationDate": "2025-09-12T08:44:02.6088581Z",
"DateCreated": "2025-09-12T08:44:02.6088581Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"UniqueId": "sample string 8",
"NlmClassification": "sample string 9",
"healthtopics": "6d060f89-10d1-4272-9362-fcabda863b7f",
"DateEstablished": "2025-09-12T08:44:02.6088581Z",
"ScopeNote": "sample string 12",
"Title": "sample string 13",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T08:44:02.6088581+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Partial update for meshes item.
PATCH /api/news/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-09-12T08:44:02.6088581Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"UniqueId": "sample string 5",
"NlmClassification": "sample string 6",
"healthtopics": "2aa23a57-8494-4d4d-9e6d-d5b3b95df559",
"DateEstablished": "2025-09-12T08:44:02.6088581Z",
"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/news/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-09-12T08:44:02.6088581Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"UniqueId": "sample string 5",
"NlmClassification": "sample string 6",
"healthtopics": "14bcb214-723d-4c0b-8280-4a4e17ee8fd0",
"DateEstablished": "2025-09-12T08:44:02.6088581Z",
"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/news/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.