Returns a set of data items of type volumes.
GET /api/news/volumes
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 | |
| VolumeNumber | System.Decimal | Read only: False | |
| VolumeYear | System.Decimal | Read only: False | |
| Title | System.String | Read only: False | |
| DisplayTitle | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-11-16T08:02:14.4997536Z",
"PublicationDate": "2025-11-16T08:02:14.4997536Z",
"DateCreated": "2025-11-16T08:02:14.4997536Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"VolumeNumber": 8.0,
"VolumeYear": 9.0,
"Title": "sample string 10",
"DisplayTitle": "sample string 11",
"ParentId": "e1e9a011-9ea5-44a1-9318-6ef1bad519a4",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T08:02:14.4997536+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-16T08:02:14.4997536Z",
"PublicationDate": "2025-11-16T08:02:14.4997536Z",
"DateCreated": "2025-11-16T08:02:14.4997536Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"VolumeNumber": 8.0,
"VolumeYear": 9.0,
"Title": "sample string 10",
"DisplayTitle": "sample string 11",
"ParentId": "e1e9a011-9ea5-44a1-9318-6ef1bad519a4",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T08:02:14.4997536+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets volumes item by id.
GET /api/news/volumes({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 | |
| VolumeNumber | System.Decimal | Read only: False | |
| VolumeYear | System.Decimal | Read only: False | |
| Title | System.String | Read only: False | |
| DisplayTitle | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-11-16T08:02:14.4997536Z",
"PublicationDate": "2025-11-16T08:02:14.4997536Z",
"DateCreated": "2025-11-16T08:02:14.4997536Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"VolumeNumber": 8.0,
"VolumeYear": 9.0,
"Title": "sample string 10",
"DisplayTitle": "sample string 11",
"ParentId": "ecbd4c27-5505-42c2-8388-2fab85607e72",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T08:02:14.4997536+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from volumes item.
GET /api/news/volumes({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": "31668044-705a-4bab-aa5e-7c672ba60080"
}Creates a volumes item.
POST /api/news/volumes
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 | |
| VolumeNumber | System.Decimal | Read only: False | |
| VolumeYear | System.Decimal | Read only: False | |
| Title | System.String | Read only: False | |
| DisplayTitle | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-11-16T08:02:14.4997536Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"VolumeNumber": 5.0,
"VolumeYear": 6.0,
"Title": "sample string 7",
"DisplayTitle": "sample string 8",
"ParentId": "321bcc34-94e7-4d21-93d8-6f60fc4b8a2a"
}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 | |
| VolumeNumber | System.Decimal | Read only: False | |
| VolumeYear | System.Decimal | Read only: False | |
| Title | System.String | Read only: False | |
| DisplayTitle | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-11-16T08:02:14.4997536Z",
"PublicationDate": "2025-11-16T08:02:14.4997536Z",
"DateCreated": "2025-11-16T08:02:14.4997536Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"VolumeNumber": 8.0,
"VolumeYear": 9.0,
"Title": "sample string 10",
"DisplayTitle": "sample string 11",
"ParentId": "94b98993-64da-44d1-aee1-3347528a6047",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T08:02:14.4997536+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for volumes item.
PATCH /api/news/volumes({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 | |
| VolumeNumber | System.Decimal | Read only: False | |
| VolumeYear | System.Decimal | Read only: False | |
| Title | System.String | Read only: False | |
| DisplayTitle | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-11-16T08:02:14.4997536Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"VolumeNumber": 5.0,
"VolumeYear": 6.0,
"Title": "sample string 7",
"DisplayTitle": "sample string 8",
"ParentId": "bc984d26-21b4-4e97-b01f-2727a11ae522"
}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 volumes item.
PUT /api/news/volumes({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 | |
| VolumeNumber | System.Decimal | Read only: False | |
| VolumeYear | System.Decimal | Read only: False | |
| Title | System.String | Read only: False | |
| DisplayTitle | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-11-16T08:02:14.4997536Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"VolumeNumber": 5.0,
"VolumeYear": 6.0,
"Title": "sample string 7",
"DisplayTitle": "sample string 8",
"ParentId": "4929d2cb-45da-4a42-950b-0bc3c932faee"
}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 volumes item by Id.
DELETE /api/news/volumes({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.
Returns a set of related items of type Parent from volumes item.
GET /api/news/volumes({key})/Parent
| 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 | |
| publishingoffices | System.Guid | Read only: False | |
| IsWhoPublication | System.Boolean | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| ArticleSortingOrder | System.String | Read only: False | |
| IsActive | System.Boolean | Read only: False | |
| Title | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-11-16T08:02:14.4997536Z",
"PublicationDate": "2025-11-16T08:02:14.4997536Z",
"DateCreated": "2025-11-16T08:02:14.4997536Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "1a411656-a4f4-403d-a1ef-896684c13ed7",
"IsWhoPublication": true,
"regionscountries": "6ac8c59f-86f9-4df6-8af2-4e5068f8a0de",
"ArticleSortingOrder": "sample string 11",
"IsActive": true,
"Title": "sample string 13",
"healthtopics": "989776d7-3b6a-4b64-99e3-0d3aee31ddd9",
"Summary": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T08:02:14.4997536+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-16T08:02:14.4997536Z",
"PublicationDate": "2025-11-16T08:02:14.4997536Z",
"DateCreated": "2025-11-16T08:02:14.4997536Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "1a411656-a4f4-403d-a1ef-896684c13ed7",
"IsWhoPublication": true,
"regionscountries": "6ac8c59f-86f9-4df6-8af2-4e5068f8a0de",
"ArticleSortingOrder": "sample string 11",
"IsActive": true,
"Title": "sample string 13",
"healthtopics": "989776d7-3b6a-4b64-99e3-0d3aee31ddd9",
"Summary": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T08:02:14.4997536+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to volumes item.
POST /api/news/volumes({key})/Parent/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type Parent from volumes item.
DELETE /api/news/volumes({key})/Parent/$ref
| 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.