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-18T14:54:41.1038447Z",
"PublicationDate": "2025-11-18T14:54:41.1038447Z",
"DateCreated": "2025-11-18T14:54:41.1038447Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"LinkedContact": "sample string 8",
"Statement": "sample string 9",
"dafunctionalareas": "ae3db2ae-fda7-475c-91c1-b702d60a2153",
"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-18T14:54:41.1038447+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-18T14:54:41.1038447Z",
"PublicationDate": "2025-11-18T14:54:41.1038447Z",
"DateCreated": "2025-11-18T14:54:41.1038447Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"LinkedContact": "sample string 8",
"Statement": "sample string 9",
"dafunctionalareas": "ae3db2ae-fda7-475c-91c1-b702d60a2153",
"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-18T14:54:41.1038447+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-18T14:54:41.1038447Z",
"PublicationDate": "2025-11-18T14:54:41.1038447Z",
"DateCreated": "2025-11-18T14:54:41.1038447Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"LinkedContact": "sample string 8",
"Statement": "sample string 9",
"dafunctionalareas": "714d2992-e4a8-4b21-8208-52f6dbaae5b5",
"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-18T14:54:41.1038447+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": "4cb6dfdd-ccd8-43bf-b8f6-ea05f11d219c"
}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-18T14:54:41.1038447Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"LinkedContact": "sample string 5",
"Statement": "sample string 6",
"dafunctionalareas": "69cbee91-0ec6-40ac-9794-5ca9dd66b52b",
"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-18T14:54:41.1038447Z",
"PublicationDate": "2025-11-18T14:54:41.1038447Z",
"DateCreated": "2025-11-18T14:54:41.1038447Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"LinkedContact": "sample string 8",
"Statement": "sample string 9",
"dafunctionalareas": "b6c89002-dd72-48e0-99f1-cdd72db038cb",
"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-18T14:54:41.1038447+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-18T14:54:41.1038447Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"LinkedContact": "sample string 5",
"Statement": "sample string 6",
"dafunctionalareas": "31723dbc-75fc-48aa-9d3d-bc930348b0de",
"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-18T14:54:41.1038447Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"LinkedContact": "sample string 5",
"Statement": "sample string 6",
"dafunctionalareas": "0adf3cf6-7b18-455e-836a-0a946c3dade6",
"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.