Returns a set of data items of type daguidelinearticles.
GET /api/news/daguidelinearticles
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 | |
| daguidelinearticletypes | System.Guid | Read only: False | |
| daguidelinetopics | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| SFDOI | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-12-09T23:03:10.1311893Z",
"PublicationDate": "2025-12-09T23:03:10.1311893Z",
"DateCreated": "2025-12-09T23:03:10.1311893Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"daguidelinearticletypes": "7e10eff7-f2cc-40ce-be1c-3cdfc021d2cb",
"daguidelinetopics": "f7c31d6f-6846-4915-bbff-eac617efb670",
"Overview": "sample string 10",
"Title": "sample string 11",
"SFDOI": "sample string 12",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:03:10.1311893+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-09T23:03:10.1311893Z",
"PublicationDate": "2025-12-09T23:03:10.1311893Z",
"DateCreated": "2025-12-09T23:03:10.1311893Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"daguidelinearticletypes": "7e10eff7-f2cc-40ce-be1c-3cdfc021d2cb",
"daguidelinetopics": "f7c31d6f-6846-4915-bbff-eac617efb670",
"Overview": "sample string 10",
"Title": "sample string 11",
"SFDOI": "sample string 12",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:03:10.1311893+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets daguidelinearticles item by id.
GET /api/news/daguidelinearticles({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 | |
| daguidelinearticletypes | System.Guid | Read only: False | |
| daguidelinetopics | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| SFDOI | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-12-09T23:03:10.1311893Z",
"PublicationDate": "2025-12-09T23:03:10.1311893Z",
"DateCreated": "2025-12-09T23:03:10.1311893Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"daguidelinearticletypes": "417c5a86-fdfa-4156-a7ba-656fac55c9c5",
"daguidelinetopics": "58850e83-c19e-4824-a91a-f2b63c7e0fff",
"Overview": "sample string 10",
"Title": "sample string 11",
"SFDOI": "sample string 12",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:03:10.1311893+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from daguidelinearticles item.
GET /api/news/daguidelinearticles({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": "e6ad70d9-9da7-4f69-beb5-f38852d52233"
}Creates a daguidelinearticles item.
POST /api/news/daguidelinearticles
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 | |
| daguidelinearticletypes | System.Guid | Read only: False | |
| daguidelinetopics | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| SFDOI | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-12-09T23:03:10.1311893Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"daguidelinearticletypes": "8c293780-09b1-493d-b6b5-17103385dee3",
"daguidelinetopics": "fa43d3ed-8285-472d-ab3f-36b3ef13dfff",
"Overview": "sample string 7",
"Title": "sample string 8",
"SFDOI": "sample string 9"
}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 | |
| daguidelinearticletypes | System.Guid | Read only: False | |
| daguidelinetopics | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| SFDOI | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-12-09T23:03:10.1311893Z",
"PublicationDate": "2025-12-09T23:03:10.1311893Z",
"DateCreated": "2025-12-09T23:03:10.1311893Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"daguidelinearticletypes": "d952a039-3ac4-40e7-bda6-4d9dbc287d18",
"daguidelinetopics": "fb302df9-6ebd-4ffe-b7af-124677d35e0e",
"Overview": "sample string 10",
"Title": "sample string 11",
"SFDOI": "sample string 12",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:03:10.1311893+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for daguidelinearticles item.
PATCH /api/news/daguidelinearticles({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 | |
| daguidelinearticletypes | System.Guid | Read only: False | |
| daguidelinetopics | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| SFDOI | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-12-09T23:03:10.1311893Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"daguidelinearticletypes": "c8216cb5-c8db-4e02-9aaf-8041cd735cda",
"daguidelinetopics": "ad573380-08a0-4668-a59a-89a2c275f7b6",
"Overview": "sample string 7",
"Title": "sample string 8",
"SFDOI": "sample string 9"
}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 daguidelinearticles item.
PUT /api/news/daguidelinearticles({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 | |
| daguidelinearticletypes | System.Guid | Read only: False | |
| daguidelinetopics | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| SFDOI | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-12-09T23:03:10.1311893Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"daguidelinearticletypes": "3cc9a930-1847-4391-9eb2-ee3bfff14605",
"daguidelinetopics": "ba71697f-9173-4476-8dcb-447e1c86e3f8",
"Overview": "sample string 7",
"Title": "sample string 8",
"SFDOI": "sample string 9"
}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 daguidelinearticles item by Id.
DELETE /api/news/daguidelinearticles({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.