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-09-12T09:00:55.2012858Z",
"PublicationDate": "2025-09-12T09:00:55.2012858Z",
"DateCreated": "2025-09-12T09:00:55.2012858Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"daguidelinearticletypes": "4ac5e3f1-161c-4219-83d4-157221a04a03",
"daguidelinetopics": "49635e0d-c57d-4885-bec7-1d3d8ffffa01",
"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-09-12T09:00:55.2012858+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T09:00:55.2012858Z",
"PublicationDate": "2025-09-12T09:00:55.2012858Z",
"DateCreated": "2025-09-12T09:00:55.2012858Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"daguidelinearticletypes": "4ac5e3f1-161c-4219-83d4-157221a04a03",
"daguidelinetopics": "49635e0d-c57d-4885-bec7-1d3d8ffffa01",
"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-09-12T09:00:55.2012858+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-09-12T09:00:55.2012858Z",
"PublicationDate": "2025-09-12T09:00:55.2012858Z",
"DateCreated": "2025-09-12T09:00:55.2012858Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"daguidelinearticletypes": "17086815-bf9d-4996-b851-96f9354224c0",
"daguidelinetopics": "7325febd-7a6c-4cdb-abe9-21c58686404d",
"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-09-12T09:00:55.2012858+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": "64e83784-89a9-4c36-9579-d2430fba6fca"
}
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-09-12T09:00:55.2012858Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"daguidelinearticletypes": "c4d7c3cf-2bd2-499a-b03a-e7865d507e72",
"daguidelinetopics": "372dc6d0-8fdf-4ccd-ac8f-f41488fcf0be",
"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-09-12T09:00:55.2012858Z",
"PublicationDate": "2025-09-12T09:00:55.2012858Z",
"DateCreated": "2025-09-12T09:00:55.2012858Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"daguidelinearticletypes": "db42c412-3f64-45e6-aeea-ea46e673f8fd",
"daguidelinetopics": "9ec4f563-8fcf-4c5f-a177-dc82aa39c287",
"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-09-12T09:00:55.2012858+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-09-12T09:00:55.2012858Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"daguidelinearticletypes": "4bd64225-797a-47b5-8164-7ff29ac82149",
"daguidelinetopics": "0977f980-2a1f-4081-be17-e1348f022134",
"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-09-12T09:00:55.2012858Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"daguidelinearticletypes": "39d2edce-3404-4554-a215-f21d5e6169dc",
"daguidelinetopics": "aaddf304-90df-4957-9816-36f2094f247a",
"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.