Returns a set of data items of type daguidelines.
GET /api/news/daguidelines
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 | |
daguidelinetopics | System.Guid | Read only: False | |
Introduction | System.String | Read only: False | |
Title | System.String | Read only: False | |
LinkedResources | System.String | Read only: False | |
SFDOI | System.String | Read only: False | |
dafunctionalareas | System.Guid | Read only: False | |
Summary | System.String | Read only: False | |
Definitions | 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",
"daguidelinetopics": "6a3970b6-4d77-41ea-85c2-01c0b33271cb",
"Introduction": "sample string 9",
"Title": "sample string 10",
"LinkedResources": "sample string 11",
"SFDOI": "sample string 12",
"dafunctionalareas": "9e87477c-7a82-40ab-bb16-39b3a9419f74",
"Summary": "sample string 14",
"Definitions": "sample string 15",
"Provider": "sample string 16",
"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",
"daguidelinetopics": "6a3970b6-4d77-41ea-85c2-01c0b33271cb",
"Introduction": "sample string 9",
"Title": "sample string 10",
"LinkedResources": "sample string 11",
"SFDOI": "sample string 12",
"dafunctionalareas": "9e87477c-7a82-40ab-bb16-39b3a9419f74",
"Summary": "sample string 14",
"Definitions": "sample string 15",
"Provider": "sample string 16",
"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 daguidelines item by id.
GET /api/news/daguidelines({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 | |
daguidelinetopics | System.Guid | Read only: False | |
Introduction | System.String | Read only: False | |
Title | System.String | Read only: False | |
LinkedResources | System.String | Read only: False | |
SFDOI | System.String | Read only: False | |
dafunctionalareas | System.Guid | Read only: False | |
Summary | System.String | Read only: False | |
Definitions | 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",
"daguidelinetopics": "20ab3b33-1aae-4a7c-8b00-1222af57ba4e",
"Introduction": "sample string 9",
"Title": "sample string 10",
"LinkedResources": "sample string 11",
"SFDOI": "sample string 12",
"dafunctionalareas": "b479a86e-f048-4ae4-899c-eaccacb3bada",
"Summary": "sample string 14",
"Definitions": "sample string 15",
"Provider": "sample string 16",
"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 daguidelines item.
GET /api/news/daguidelines({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": "1f5b473e-c191-45ed-bb77-50f142463730"
}
Creates a daguidelines item.
POST /api/news/daguidelines
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 | |
daguidelinetopics | System.Guid | Read only: False | |
Introduction | System.String | Read only: False | |
Title | System.String | Read only: False | |
LinkedResources | System.String | Read only: False | |
SFDOI | System.String | Read only: False | |
dafunctionalareas | System.Guid | Read only: False | |
Summary | System.String | Read only: False | |
Definitions | 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",
"daguidelinetopics": "172e81b1-5198-4bf5-843c-2eff98e60393",
"Introduction": "sample string 6",
"Title": "sample string 7",
"LinkedResources": "sample string 8",
"SFDOI": "sample string 9",
"dafunctionalareas": "f44665c5-62fa-4984-a12c-8d0f94307e2b",
"Summary": "sample string 11",
"Definitions": "sample string 12"
}
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 | |
daguidelinetopics | System.Guid | Read only: False | |
Introduction | System.String | Read only: False | |
Title | System.String | Read only: False | |
LinkedResources | System.String | Read only: False | |
SFDOI | System.String | Read only: False | |
dafunctionalareas | System.Guid | Read only: False | |
Summary | System.String | Read only: False | |
Definitions | 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",
"daguidelinetopics": "86e8ce4d-6fb8-4782-a833-e1683dfc25ad",
"Introduction": "sample string 9",
"Title": "sample string 10",
"LinkedResources": "sample string 11",
"SFDOI": "sample string 12",
"dafunctionalareas": "32ac8f90-0a40-4516-9ee8-42ce9b2f350d",
"Summary": "sample string 14",
"Definitions": "sample string 15",
"Provider": "sample string 16",
"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 daguidelines item.
PATCH /api/news/daguidelines({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 | |
daguidelinetopics | System.Guid | Read only: False | |
Introduction | System.String | Read only: False | |
Title | System.String | Read only: False | |
LinkedResources | System.String | Read only: False | |
SFDOI | System.String | Read only: False | |
dafunctionalareas | System.Guid | Read only: False | |
Summary | System.String | Read only: False | |
Definitions | 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",
"daguidelinetopics": "7be687e9-3e99-4d10-8572-a9b484f5ac04",
"Introduction": "sample string 6",
"Title": "sample string 7",
"LinkedResources": "sample string 8",
"SFDOI": "sample string 9",
"dafunctionalareas": "cbe1cc93-815b-4a8f-bb65-33f7706be66a",
"Summary": "sample string 11",
"Definitions": "sample string 12"
}
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 daguidelines item.
PUT /api/news/daguidelines({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 | |
daguidelinetopics | System.Guid | Read only: False | |
Introduction | System.String | Read only: False | |
Title | System.String | Read only: False | |
LinkedResources | System.String | Read only: False | |
SFDOI | System.String | Read only: False | |
dafunctionalareas | System.Guid | Read only: False | |
Summary | System.String | Read only: False | |
Definitions | 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",
"daguidelinetopics": "9c0570c5-1542-4b54-8e20-039866b61251",
"Introduction": "sample string 6",
"Title": "sample string 7",
"LinkedResources": "sample string 8",
"SFDOI": "sample string 9",
"dafunctionalareas": "03eb09b6-0d43-49c1-ac50-a8e4ad59ce16",
"Summary": "sample string 11",
"Definitions": "sample string 12"
}
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 daguidelines item by Id.
DELETE /api/news/daguidelines({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 RelatedQAs from daguidelines item.
GET /api/news/daguidelines({key})/RelatedQAs
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 | |
Question | System.String | Read only: False | |
OrderField | System.Decimal | Read only: False | |
Answer | 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-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",
"Question": "sample string 8",
"OrderField": 9.0,
"Answer": "sample string 10",
"ParentId": "c1b3bf45-5724-4419-a910-56abffaf7cdf",
"Provider": "sample string 12",
"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",
"Question": "sample string 8",
"OrderField": 9.0,
"Answer": "sample string 10",
"ParentId": "c1b3bf45-5724-4419-a910-56abffaf7cdf",
"Provider": "sample string 12",
"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"
}
}
]
Add RelatedQAs relation to daguidelines item.
POST /api/news/daguidelines({key})/RelatedQAs/$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 RelatedQAs from daguidelines item.
DELETE /api/news/daguidelines({key})/RelatedQAs/$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.
Returns a set of related items of type RelatedGuidelineArticles from daguidelines item.
GET /api/news/daguidelines({key})/RelatedGuidelineArticles
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": "a5a8fca9-c13f-4851-9e9a-b88b26324d29",
"daguidelinetopics": "317dcf19-fae3-40d5-95a7-147de6a62b33",
"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": "a5a8fca9-c13f-4851-9e9a-b88b26324d29",
"daguidelinetopics": "317dcf19-fae3-40d5-95a7-147de6a62b33",
"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"
}
}
]
Add RelatedGuidelineArticles relation to daguidelines item.
POST /api/news/daguidelines({key})/RelatedGuidelineArticles/$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 RelatedGuidelineArticles from daguidelines item.
DELETE /api/news/daguidelines({key})/RelatedGuidelineArticles/$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.