RESTful API
news

DA Policies

Get dapolicies

Returns a set of data items of type dapolicies.

Copy GET /api/news/dapolicies
Request Informaion

URI Parameters

None

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

LinkedContact

System.String

Read only: False
Selected by default: True

Statement

System.String

Read only: False
Selected by default: True

dafunctionalareas

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

SFDOI

System.String

Read only: False
Selected by default: True

Objectives

System.String

Read only: False
Selected by default: True

Introduction

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-12T03:43:39.3745349Z",
    "PublicationDate": "2025-09-12T03:43:39.3745349Z",
    "DateCreated": "2025-09-12T03:43:39.3745349Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "LinkedContact": "sample string 8",
    "Statement": "sample string 9",
    "dafunctionalareas": "06cdc9ae-50a9-4cef-a3e5-20caba468213",
    "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-09-12T03:43:39.3745349+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-12T03:43:39.3745349Z",
    "PublicationDate": "2025-09-12T03:43:39.3745349Z",
    "DateCreated": "2025-09-12T03:43:39.3745349Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "LinkedContact": "sample string 8",
    "Statement": "sample string 9",
    "dafunctionalareas": "06cdc9ae-50a9-4cef-a3e5-20caba468213",
    "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-09-12T03:43:39.3745349+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get dapolicies by key

Gets dapolicies item by id.

Copy GET /api/news/dapolicies({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

LinkedContact

System.String

Read only: False
Selected by default: True

Statement

System.String

Read only: False
Selected by default: True

dafunctionalareas

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

SFDOI

System.String

Read only: False
Selected by default: True

Objectives

System.String

Read only: False
Selected by default: True

Introduction

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-12T03:43:39.3745349Z",
  "PublicationDate": "2025-09-12T03:43:39.3745349Z",
  "DateCreated": "2025-09-12T03:43:39.3745349Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "LinkedContact": "sample string 8",
  "Statement": "sample string 9",
  "dafunctionalareas": "7a6e0c2f-838f-41e1-bc01-e70e542b7763",
  "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-09-12T03:43:39.3745349+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from dapolicies item.

Copy GET /api/news/dapolicies({key})/property
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

property

System.String

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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

Resource Format

Response Formats
Copy
application/json
{
  "Id": "73c499cc-3053-42b1-918c-5a1007cc81d0"
}

Post dapolicies

Creates a dapolicies item.

Copy POST /api/news/dapolicies
Request Informaion

URI Parameters

None

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

LinkedContact

System.String

Read only: False
Selected by default: True

Statement

System.String

Read only: False
Selected by default: True

dafunctionalareas

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

SFDOI

System.String

Read only: False
Selected by default: True

Objectives

System.String

Read only: False
Selected by default: True

Introduction

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-12T03:43:39.3745349Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "LinkedContact": "sample string 5",
  "Statement": "sample string 6",
  "dafunctionalareas": "3a0470d0-7d0d-4512-8ce7-93425daeb25f",
  "Summary": "sample string 8",
  "SFDOI": "sample string 9",
  "Objectives": "sample string 10",
  "Introduction": "sample string 11",
  "Title": "sample string 12"
}
Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

LinkedContact

System.String

Read only: False
Selected by default: True

Statement

System.String

Read only: False
Selected by default: True

dafunctionalareas

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

SFDOI

System.String

Read only: False
Selected by default: True

Objectives

System.String

Read only: False
Selected by default: True

Introduction

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-12T03:43:39.3745349Z",
  "PublicationDate": "2025-09-12T03:43:39.3745349Z",
  "DateCreated": "2025-09-12T03:43:39.3745349Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "LinkedContact": "sample string 8",
  "Statement": "sample string 9",
  "dafunctionalareas": "99297b1c-bd0b-41a6-b875-ea0f9d56a4cc",
  "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-09-12T03:43:39.3745349+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch dapolicies by key

Partial update for dapolicies item.

Copy PATCH /api/news/dapolicies({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

LinkedContact

System.String

Read only: False
Selected by default: True

Statement

System.String

Read only: False
Selected by default: True

dafunctionalareas

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

SFDOI

System.String

Read only: False
Selected by default: True

Objectives

System.String

Read only: False
Selected by default: True

Introduction

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-12T03:43:39.3745349Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "LinkedContact": "sample string 5",
  "Statement": "sample string 6",
  "dafunctionalareas": "de2618eb-3fa9-4702-a274-9ef21bca9618",
  "Summary": "sample string 8",
  "SFDOI": "sample string 9",
  "Objectives": "sample string 10",
  "Introduction": "sample string 11",
  "Title": "sample string 12"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Put dapolicies by key

Full update for dapolicies item.

Copy PUT /api/news/dapolicies({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

LinkedContact

System.String

Read only: False
Selected by default: True

Statement

System.String

Read only: False
Selected by default: True

dafunctionalareas

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

SFDOI

System.String

Read only: False
Selected by default: True

Objectives

System.String

Read only: False
Selected by default: True

Introduction

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-12T03:43:39.3745349Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "LinkedContact": "sample string 5",
  "Statement": "sample string 6",
  "dafunctionalareas": "6520820f-cf12-44b4-a095-459d6213e9a1",
  "Summary": "sample string 8",
  "SFDOI": "sample string 9",
  "Objectives": "sample string 10",
  "Introduction": "sample string 11",
  "Title": "sample string 12"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete dapolicies by key

Deletes a dapolicies item by Id.

Copy DELETE /api/news/dapolicies({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.