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-11-16T12:03:31.7512707Z",
"PublicationDate": "2025-11-16T12:03:31.7512707Z",
"DateCreated": "2025-11-16T12:03:31.7512707Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"LinkedContact": "sample string 8",
"Statement": "sample string 9",
"dafunctionalareas": "0dc6e88d-31e0-44ce-a958-fe4c4dc7741a",
"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-11-16T12:03:31.7512707+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-16T12:03:31.7512707Z",
"PublicationDate": "2025-11-16T12:03:31.7512707Z",
"DateCreated": "2025-11-16T12:03:31.7512707Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"LinkedContact": "sample string 8",
"Statement": "sample string 9",
"dafunctionalareas": "0dc6e88d-31e0-44ce-a958-fe4c4dc7741a",
"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-11-16T12:03:31.7512707+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-11-16T12:03:31.7512707Z",
"PublicationDate": "2025-11-16T12:03:31.7512707Z",
"DateCreated": "2025-11-16T12:03:31.7512707Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"LinkedContact": "sample string 8",
"Statement": "sample string 9",
"dafunctionalareas": "0820114d-79c1-4233-92ed-610da6f28967",
"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-11-16T12:03:31.7512707+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": "ad64d22e-8373-45bc-9f48-05cf679bf4ba"
}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-11-16T12:03:31.7512707Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"LinkedContact": "sample string 5",
"Statement": "sample string 6",
"dafunctionalareas": "a4683f45-6bfe-4bbc-9300-a2085aeccf40",
"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-11-16T12:03:31.7512707Z",
"PublicationDate": "2025-11-16T12:03:31.7512707Z",
"DateCreated": "2025-11-16T12:03:31.7512707Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"LinkedContact": "sample string 8",
"Statement": "sample string 9",
"dafunctionalareas": "3601d9ab-527d-4f74-91a0-807991d8f9c8",
"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-11-16T12:03:31.7512707+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-11-16T12:03:31.7512707Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"LinkedContact": "sample string 5",
"Statement": "sample string 6",
"dafunctionalareas": "78a8523a-3001-4b58-988b-c885bafb80ac",
"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-11-16T12:03:31.7512707Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"LinkedContact": "sample string 5",
"Statement": "sample string 6",
"dafunctionalareas": "72f44a7b-e3d0-442d-bcaf-66dffcc55b6a",
"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.