Returns a set of data items of type dapolicies.
GET /api/news/dapolicies
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 | |
| LinkedContact | System.String | Read only: False | |
| Statement | System.String | Read only: False | |
| dafunctionalareas | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| SFDOI | System.String | Read only: False | |
| Objectives | System.String | Read only: False | |
| Introduction | System.String | Read only: False | |
| Title | 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-09T22:52:55.1787188Z",
"PublicationDate": "2025-12-09T22:52:55.1787188Z",
"DateCreated": "2025-12-09T22:52:55.1787188Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"LinkedContact": "sample string 8",
"Statement": "sample string 9",
"dafunctionalareas": "9a2105e6-ecfd-4a4f-9145-b1adb5a779c3",
"Summary": "sample string 11",
"SFDOI": "sample string 12",
"Objectives": "sample string 13",
"Introduction": "sample string 14",
"Title": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T22:52:55.1787188+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-09T22:52:55.1787188Z",
"PublicationDate": "2025-12-09T22:52:55.1787188Z",
"DateCreated": "2025-12-09T22:52:55.1787188Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"LinkedContact": "sample string 8",
"Statement": "sample string 9",
"dafunctionalareas": "9a2105e6-ecfd-4a4f-9145-b1adb5a779c3",
"Summary": "sample string 11",
"SFDOI": "sample string 12",
"Objectives": "sample string 13",
"Introduction": "sample string 14",
"Title": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T22:52:55.1787188+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets dapolicies item by id.
GET /api/news/dapolicies({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 | |
| LinkedContact | System.String | Read only: False | |
| Statement | System.String | Read only: False | |
| dafunctionalareas | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| SFDOI | System.String | Read only: False | |
| Objectives | System.String | Read only: False | |
| Introduction | System.String | Read only: False | |
| Title | 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-09T22:52:55.1787188Z",
"PublicationDate": "2025-12-09T22:52:55.1787188Z",
"DateCreated": "2025-12-09T22:52:55.1787188Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"LinkedContact": "sample string 8",
"Statement": "sample string 9",
"dafunctionalareas": "9b13541d-75d4-4091-a5b0-ade06365c980",
"Summary": "sample string 11",
"SFDOI": "sample string 12",
"Objectives": "sample string 13",
"Introduction": "sample string 14",
"Title": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T22:52:55.1787188+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from dapolicies item.
GET /api/news/dapolicies({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": "8b7d1a5e-2568-4346-a24a-d1ab502e8949"
}Creates a dapolicies item.
POST /api/news/dapolicies
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 | |
| LinkedContact | System.String | Read only: False | |
| Statement | System.String | Read only: False | |
| dafunctionalareas | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| SFDOI | System.String | Read only: False | |
| Objectives | System.String | Read only: False | |
| Introduction | System.String | Read only: False | |
| Title | 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-09T22:52:55.1787188Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"LinkedContact": "sample string 5",
"Statement": "sample string 6",
"dafunctionalareas": "904e8678-7476-46c3-8a41-ac054ed2e012",
"Summary": "sample string 8",
"SFDOI": "sample string 9",
"Objectives": "sample string 10",
"Introduction": "sample string 11",
"Title": "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 | |
| LinkedContact | System.String | Read only: False | |
| Statement | System.String | Read only: False | |
| dafunctionalareas | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| SFDOI | System.String | Read only: False | |
| Objectives | System.String | Read only: False | |
| Introduction | System.String | Read only: False | |
| Title | 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-09T22:52:55.1787188Z",
"PublicationDate": "2025-12-09T22:52:55.1787188Z",
"DateCreated": "2025-12-09T22:52:55.1787188Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"LinkedContact": "sample string 8",
"Statement": "sample string 9",
"dafunctionalareas": "a7375255-90ed-4c3c-a536-a8b486b837fe",
"Summary": "sample string 11",
"SFDOI": "sample string 12",
"Objectives": "sample string 13",
"Introduction": "sample string 14",
"Title": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T22:52:55.1787188+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for dapolicies item.
PATCH /api/news/dapolicies({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 | |
| LinkedContact | System.String | Read only: False | |
| Statement | System.String | Read only: False | |
| dafunctionalareas | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| SFDOI | System.String | Read only: False | |
| Objectives | System.String | Read only: False | |
| Introduction | System.String | Read only: False | |
| Title | 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-09T22:52:55.1787188Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"LinkedContact": "sample string 5",
"Statement": "sample string 6",
"dafunctionalareas": "7f0584cd-b091-43cc-aad4-3c69de3692ec",
"Summary": "sample string 8",
"SFDOI": "sample string 9",
"Objectives": "sample string 10",
"Introduction": "sample string 11",
"Title": "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 dapolicies item.
PUT /api/news/dapolicies({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 | |
| LinkedContact | System.String | Read only: False | |
| Statement | System.String | Read only: False | |
| dafunctionalareas | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| SFDOI | System.String | Read only: False | |
| Objectives | System.String | Read only: False | |
| Introduction | System.String | Read only: False | |
| Title | 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-09T22:52:55.1787188Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"LinkedContact": "sample string 5",
"Statement": "sample string 6",
"dafunctionalareas": "7b5859bb-d9e2-411e-84c2-1cd1c0ed5ae3",
"Summary": "sample string 8",
"SFDOI": "sample string 9",
"Objectives": "sample string 10",
"Introduction": "sample string 11",
"Title": "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 dapolicies item by Id.
DELETE /api/news/dapolicies({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.