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": "2026-01-05T18:49:00.8534167Z",
"PublicationDate": "2026-01-05T18:49:00.8534167Z",
"DateCreated": "2026-01-05T18:49:00.8534167Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"daguidelinetopics": "0606cf62-ad74-44c3-a36c-25ec57e77824",
"Introduction": "sample string 9",
"Title": "sample string 10",
"LinkedResources": "sample string 11",
"SFDOI": "sample string 12",
"dafunctionalareas": "e75b1eb2-27df-4828-9996-0abbea4ff2d4",
"Summary": "sample string 14",
"Definitions": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-05T18:49:00.8534167+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-05T18:49:00.8534167Z",
"PublicationDate": "2026-01-05T18:49:00.8534167Z",
"DateCreated": "2026-01-05T18:49:00.8534167Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"daguidelinetopics": "0606cf62-ad74-44c3-a36c-25ec57e77824",
"Introduction": "sample string 9",
"Title": "sample string 10",
"LinkedResources": "sample string 11",
"SFDOI": "sample string 12",
"dafunctionalareas": "e75b1eb2-27df-4828-9996-0abbea4ff2d4",
"Summary": "sample string 14",
"Definitions": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-05T18:49:00.8534167+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": "2026-01-05T18:49:00.8690446Z",
"PublicationDate": "2026-01-05T18:49:00.8690446Z",
"DateCreated": "2026-01-05T18:49:00.8690446Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"daguidelinetopics": "f4017851-0b77-4fe2-9b29-9478b672387d",
"Introduction": "sample string 9",
"Title": "sample string 10",
"LinkedResources": "sample string 11",
"SFDOI": "sample string 12",
"dafunctionalareas": "d3215fce-8a30-4c7f-bfbf-5921de6fa638",
"Summary": "sample string 14",
"Definitions": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-05T18:49:00.8690446+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": "e80687bb-f8ad-4e3c-a805-ef7b1f232131"
}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": "2026-01-05T18:49:00.8690446Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"daguidelinetopics": "f6f0cfff-33f6-4ed5-b4ca-2d0589f294e5",
"Introduction": "sample string 6",
"Title": "sample string 7",
"LinkedResources": "sample string 8",
"SFDOI": "sample string 9",
"dafunctionalareas": "66e9facd-2298-4087-9f55-effdd859a46d",
"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": "2026-01-05T18:49:00.8690446Z",
"PublicationDate": "2026-01-05T18:49:00.8690446Z",
"DateCreated": "2026-01-05T18:49:00.8690446Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"daguidelinetopics": "b37fe53d-b3a3-49b9-b27d-0442ce6e0d95",
"Introduction": "sample string 9",
"Title": "sample string 10",
"LinkedResources": "sample string 11",
"SFDOI": "sample string 12",
"dafunctionalareas": "850141a1-eac4-4618-a868-4f58718e0ea6",
"Summary": "sample string 14",
"Definitions": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-05T18:49:00.8690446+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": "2026-01-05T18:49:00.8690446Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"daguidelinetopics": "8b452026-3de7-4270-9013-0dc3adfc789e",
"Introduction": "sample string 6",
"Title": "sample string 7",
"LinkedResources": "sample string 8",
"SFDOI": "sample string 9",
"dafunctionalareas": "56cee2a5-8436-4971-b58a-d82d6b1d148c",
"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": "2026-01-05T18:49:00.8690446Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"daguidelinetopics": "5a8e8a70-8d99-442a-a5f0-a88cf54a28c8",
"Introduction": "sample string 6",
"Title": "sample string 7",
"LinkedResources": "sample string 8",
"SFDOI": "sample string 9",
"dafunctionalareas": "ca6c5e2a-d8f0-4bae-a047-b2639845948d",
"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": "2026-01-05T18:49:00.8690446Z",
"PublicationDate": "2026-01-05T18:49:00.8690446Z",
"DateCreated": "2026-01-05T18:49:00.8690446Z",
"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": "93f89558-5ad2-4936-8d75-9602906af13f",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-05T18:49:00.8690446+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-05T18:49:00.8690446Z",
"PublicationDate": "2026-01-05T18:49:00.8690446Z",
"DateCreated": "2026-01-05T18:49:00.8690446Z",
"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": "93f89558-5ad2-4936-8d75-9602906af13f",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-05T18:49:00.8690446+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": "2026-01-05T18:49:00.8690446Z",
"PublicationDate": "2026-01-05T18:49:00.8690446Z",
"DateCreated": "2026-01-05T18:49:00.8690446Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"daguidelinearticletypes": "7342f7d0-f2f5-473a-a192-ca35d57d8a6f",
"daguidelinetopics": "fd5d320f-d91b-4ec4-bf54-b271dca11d89",
"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-05T18:49:00.8690446+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-05T18:49:00.8690446Z",
"PublicationDate": "2026-01-05T18:49:00.8690446Z",
"DateCreated": "2026-01-05T18:49:00.8690446Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"daguidelinearticletypes": "7342f7d0-f2f5-473a-a192-ca35d57d8a6f",
"daguidelinetopics": "fd5d320f-d91b-4ec4-bf54-b271dca11d89",
"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-05T18:49:00.8690446+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.