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": "2026-01-14T12:44:46.0496749Z",
"PublicationDate": "2026-01-14T12:44:46.0496749Z",
"DateCreated": "2026-01-14T12:44:46.0496749Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"daguidelinearticletypes": "6eee8957-360c-4f28-81ce-9892d293cf09",
"daguidelinetopics": "afa47c1a-268a-48fc-9a33-9664fe1b9fd7",
"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": "2026-01-14T12:44:46.0496749+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-14T12:44:46.0496749Z",
"PublicationDate": "2026-01-14T12:44:46.0496749Z",
"DateCreated": "2026-01-14T12:44:46.0496749Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"daguidelinearticletypes": "6eee8957-360c-4f28-81ce-9892d293cf09",
"daguidelinetopics": "afa47c1a-268a-48fc-9a33-9664fe1b9fd7",
"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": "2026-01-14T12:44:46.0496749+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": "2026-01-14T12:44:46.0496749Z",
"PublicationDate": "2026-01-14T12:44:46.0496749Z",
"DateCreated": "2026-01-14T12:44:46.0496749Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"daguidelinearticletypes": "1deff767-b723-4ba6-a5c0-9696ab65f5bf",
"daguidelinetopics": "4923da56-c2d3-4846-833d-bb2a91c6ca69",
"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": "2026-01-14T12:44:46.0496749+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": "1d5f4bb7-0f4f-48e3-9a27-40b9d3716497"
}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": "2026-01-14T12:44:46.0496749Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"daguidelinearticletypes": "5be41234-8ce2-4825-9176-a9e0112f220f",
"daguidelinetopics": "6ef42f26-ac70-4eac-bd23-2e3063fb241d",
"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": "2026-01-14T12:44:46.0496749Z",
"PublicationDate": "2026-01-14T12:44:46.0496749Z",
"DateCreated": "2026-01-14T12:44:46.0496749Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"daguidelinearticletypes": "68386726-6b56-4c62-8272-5be625523107",
"daguidelinetopics": "f4a06037-25a5-4289-865a-419d60d23e78",
"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": "2026-01-14T12:44:46.0496749+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": "2026-01-14T12:44:46.0496749Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"daguidelinearticletypes": "89f34dbd-b380-4bce-afaf-0fcbcaa42741",
"daguidelinetopics": "9c37f2cf-3d67-4ef2-8ed2-9087e1050d07",
"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": "2026-01-14T12:44:46.0496749Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"daguidelinearticletypes": "9499983d-f999-41ae-892a-f875e7b84e4b",
"daguidelinetopics": "d6f3fe65-894d-445d-8949-ee147d36268f",
"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.