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-12-10T00:11:05.3684056Z",
"PublicationDate": "2025-12-10T00:11:05.3684056Z",
"DateCreated": "2025-12-10T00:11:05.3684056Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"daguidelinetopics": "2483bec6-3555-4154-b992-099891989d76",
"Introduction": "sample string 9",
"Title": "sample string 10",
"LinkedResources": "sample string 11",
"SFDOI": "sample string 12",
"dafunctionalareas": "5d58ca46-2199-47a5-a40c-0f51477fa1fa",
"Summary": "sample string 14",
"Definitions": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T00:11:05.3684056+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-10T00:11:05.3684056Z",
"PublicationDate": "2025-12-10T00:11:05.3684056Z",
"DateCreated": "2025-12-10T00:11:05.3684056Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"daguidelinetopics": "2483bec6-3555-4154-b992-099891989d76",
"Introduction": "sample string 9",
"Title": "sample string 10",
"LinkedResources": "sample string 11",
"SFDOI": "sample string 12",
"dafunctionalareas": "5d58ca46-2199-47a5-a40c-0f51477fa1fa",
"Summary": "sample string 14",
"Definitions": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T00:11:05.3684056+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-12-10T00:11:05.3684056Z",
"PublicationDate": "2025-12-10T00:11:05.3684056Z",
"DateCreated": "2025-12-10T00:11:05.3684056Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"daguidelinetopics": "fa27d8ae-e304-4c9d-94b6-1d5a26ac6299",
"Introduction": "sample string 9",
"Title": "sample string 10",
"LinkedResources": "sample string 11",
"SFDOI": "sample string 12",
"dafunctionalareas": "53e63574-e184-4ebf-8349-1c2802eaf181",
"Summary": "sample string 14",
"Definitions": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T00:11:05.3684056+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": "fc9de63f-16f7-4cf6-b6b3-e5d964341ece"
}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-12-10T00:11:05.3684056Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"daguidelinetopics": "f4348f66-23b8-4d07-943b-3ab42317ae95",
"Introduction": "sample string 6",
"Title": "sample string 7",
"LinkedResources": "sample string 8",
"SFDOI": "sample string 9",
"dafunctionalareas": "d5d2d40b-d72e-404e-8375-ad9ebd976e84",
"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-12-10T00:11:05.3684056Z",
"PublicationDate": "2025-12-10T00:11:05.3684056Z",
"DateCreated": "2025-12-10T00:11:05.3684056Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"daguidelinetopics": "070b12ef-9050-4fc0-bc80-dacb019206f1",
"Introduction": "sample string 9",
"Title": "sample string 10",
"LinkedResources": "sample string 11",
"SFDOI": "sample string 12",
"dafunctionalareas": "2e7af1ed-0ca9-43e0-8584-177042132e77",
"Summary": "sample string 14",
"Definitions": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T00:11:05.3684056+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-12-10T00:11:05.3684056Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"daguidelinetopics": "bd44ae88-f087-4c83-861f-19a9a3a8bd5a",
"Introduction": "sample string 6",
"Title": "sample string 7",
"LinkedResources": "sample string 8",
"SFDOI": "sample string 9",
"dafunctionalareas": "5f232aa8-30f0-4ca8-807e-e1d79875a4b6",
"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-12-10T00:11:05.3684056Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"daguidelinetopics": "8c8c61c7-d5e8-430d-a09a-07ad88bc24c5",
"Introduction": "sample string 6",
"Title": "sample string 7",
"LinkedResources": "sample string 8",
"SFDOI": "sample string 9",
"dafunctionalareas": "653c8c32-db2e-49e0-aac9-b68af6d14b5c",
"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-12-10T00:11:05.3684056Z",
"PublicationDate": "2025-12-10T00:11:05.3684056Z",
"DateCreated": "2025-12-10T00:11:05.3684056Z",
"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": "8ab248e3-e595-4d98-8234-44e1272c25aa",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T00:11:05.3684056+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-10T00:11:05.3684056Z",
"PublicationDate": "2025-12-10T00:11:05.3684056Z",
"DateCreated": "2025-12-10T00:11:05.3684056Z",
"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": "8ab248e3-e595-4d98-8234-44e1272c25aa",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T00:11:05.3684056+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-12-10T00:11:05.3840344Z",
"PublicationDate": "2025-12-10T00:11:05.3840344Z",
"DateCreated": "2025-12-10T00:11:05.3840344Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"daguidelinearticletypes": "c70f4644-4b03-47a7-9add-fe110ecdef28",
"daguidelinetopics": "7b6efefc-6d3b-4b69-a97a-69a5aa36793f",
"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-10T00:11:05.3840344+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-10T00:11:05.3840344Z",
"PublicationDate": "2025-12-10T00:11:05.3840344Z",
"DateCreated": "2025-12-10T00:11:05.3840344Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"daguidelinearticletypes": "c70f4644-4b03-47a7-9add-fe110ecdef28",
"daguidelinetopics": "7b6efefc-6d3b-4b69-a97a-69a5aa36793f",
"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-10T00:11:05.3840344+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.