RESTful API
news

GAPF Priority Products

Get gapfpriorityproducts

Returns a set of data items of type gapfpriorityproducts.

Copy GET /api/news/gapfpriorityproducts
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

ProductDevelopment

System.String

Read only: False
Selected by default: True

Links

System.String

Read only: False
Selected by default: True

PadoUri

System.String

Read only: False
Selected by default: True

Monitoring

System.String

Read only: False
Selected by default: True

ClinicalTrialsLink

System.String

Read only: False
Selected by default: True

SortOrder

System.Decimal

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

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-11T03:13:15.3735072Z",
    "PublicationDate": "2025-09-11T03:13:15.3735072Z",
    "DateCreated": "2025-09-11T03:13:15.3735072Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "ProductDevelopment": "sample string 8",
    "Links": "sample string 9",
    "PadoUri": "sample string 10",
    "Monitoring": "sample string 11",
    "ClinicalTrialsLink": "sample string 12",
    "SortOrder": 13.0,
    "Title": "sample string 14",
    "ParentId": "4ee07268-1b6a-44dc-bc9d-206d0727917b",
    "Provider": "sample string 16",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:13:15.3735072+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T03:13:15.3735072Z",
    "PublicationDate": "2025-09-11T03:13:15.3735072Z",
    "DateCreated": "2025-09-11T03:13:15.3735072Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "ProductDevelopment": "sample string 8",
    "Links": "sample string 9",
    "PadoUri": "sample string 10",
    "Monitoring": "sample string 11",
    "ClinicalTrialsLink": "sample string 12",
    "SortOrder": 13.0,
    "Title": "sample string 14",
    "ParentId": "4ee07268-1b6a-44dc-bc9d-206d0727917b",
    "Provider": "sample string 16",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:13:15.3735072+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get gapfpriorityproducts by key

Gets gapfpriorityproducts item by id.

Copy GET /api/news/gapfpriorityproducts({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

ProductDevelopment

System.String

Read only: False
Selected by default: True

Links

System.String

Read only: False
Selected by default: True

PadoUri

System.String

Read only: False
Selected by default: True

Monitoring

System.String

Read only: False
Selected by default: True

ClinicalTrialsLink

System.String

Read only: False
Selected by default: True

SortOrder

System.Decimal

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

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-11T03:13:15.3735072Z",
  "PublicationDate": "2025-09-11T03:13:15.3735072Z",
  "DateCreated": "2025-09-11T03:13:15.3735072Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "ProductDevelopment": "sample string 8",
  "Links": "sample string 9",
  "PadoUri": "sample string 10",
  "Monitoring": "sample string 11",
  "ClinicalTrialsLink": "sample string 12",
  "SortOrder": 13.0,
  "Title": "sample string 14",
  "ParentId": "96469b8b-9c46-493e-9cf7-3c8a9b1a746b",
  "Provider": "sample string 16",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T03:13:15.3735072+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from gapfpriorityproducts item.

Copy GET /api/news/gapfpriorityproducts({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": "7e1a37ce-d432-4d5a-8568-65229a0ae55f"
}

Post gapfpriorityproducts

Creates a gapfpriorityproducts item.

Copy POST /api/news/gapfpriorityproducts
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

ProductDevelopment

System.String

Read only: False
Selected by default: True

Links

System.String

Read only: False
Selected by default: True

PadoUri

System.String

Read only: False
Selected by default: True

Monitoring

System.String

Read only: False
Selected by default: True

ClinicalTrialsLink

System.String

Read only: False
Selected by default: True

SortOrder

System.Decimal

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

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-11T03:13:15.3735072Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "ProductDevelopment": "sample string 5",
  "Links": "sample string 6",
  "PadoUri": "sample string 7",
  "Monitoring": "sample string 8",
  "ClinicalTrialsLink": "sample string 9",
  "SortOrder": 10.0,
  "Title": "sample string 11",
  "ParentId": "bc9953f1-d2fb-4437-a4e7-5adc74c7c586"
}
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

ProductDevelopment

System.String

Read only: False
Selected by default: True

Links

System.String

Read only: False
Selected by default: True

PadoUri

System.String

Read only: False
Selected by default: True

Monitoring

System.String

Read only: False
Selected by default: True

ClinicalTrialsLink

System.String

Read only: False
Selected by default: True

SortOrder

System.Decimal

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

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-11T03:13:15.3735072Z",
  "PublicationDate": "2025-09-11T03:13:15.3735072Z",
  "DateCreated": "2025-09-11T03:13:15.3735072Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "ProductDevelopment": "sample string 8",
  "Links": "sample string 9",
  "PadoUri": "sample string 10",
  "Monitoring": "sample string 11",
  "ClinicalTrialsLink": "sample string 12",
  "SortOrder": 13.0,
  "Title": "sample string 14",
  "ParentId": "15adc815-a00d-4146-9f90-c70f0a4aceaf",
  "Provider": "sample string 16",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T03:13:15.3735072+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch gapfpriorityproducts by key

Partial update for gapfpriorityproducts item.

Copy PATCH /api/news/gapfpriorityproducts({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

ProductDevelopment

System.String

Read only: False
Selected by default: True

Links

System.String

Read only: False
Selected by default: True

PadoUri

System.String

Read only: False
Selected by default: True

Monitoring

System.String

Read only: False
Selected by default: True

ClinicalTrialsLink

System.String

Read only: False
Selected by default: True

SortOrder

System.Decimal

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

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-11T03:13:15.3735072Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "ProductDevelopment": "sample string 5",
  "Links": "sample string 6",
  "PadoUri": "sample string 7",
  "Monitoring": "sample string 8",
  "ClinicalTrialsLink": "sample string 9",
  "SortOrder": 10.0,
  "Title": "sample string 11",
  "ParentId": "240a2bfc-affe-4984-a66a-01f8bad93dac"
}
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 gapfpriorityproducts by key

Full update for gapfpriorityproducts item.

Copy PUT /api/news/gapfpriorityproducts({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

ProductDevelopment

System.String

Read only: False
Selected by default: True

Links

System.String

Read only: False
Selected by default: True

PadoUri

System.String

Read only: False
Selected by default: True

Monitoring

System.String

Read only: False
Selected by default: True

ClinicalTrialsLink

System.String

Read only: False
Selected by default: True

SortOrder

System.Decimal

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

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-11T03:13:15.3735072Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "ProductDevelopment": "sample string 5",
  "Links": "sample string 6",
  "PadoUri": "sample string 7",
  "Monitoring": "sample string 8",
  "ClinicalTrialsLink": "sample string 9",
  "SortOrder": 10.0,
  "Title": "sample string 11",
  "ParentId": "bef54fb4-5e85-4af1-940a-71751fd9fa52"
}
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 gapfpriorityproducts by key

Deletes a gapfpriorityproducts item by Id.

Copy DELETE /api/news/gapfpriorityproducts({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.

Get Parent

Returns a set of related items of type Parent from gapfpriorityproducts item.

Copy GET /api/news/gapfpriorityproducts({key})/Parent
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

Title

System.String

Read only: False
Selected by default: True

SortOrder

System.Decimal

Read only: False
Selected by default: True

Links

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-11T03:13:15.3735072Z",
    "PublicationDate": "2025-09-11T03:13:15.3735072Z",
    "DateCreated": "2025-09-11T03:13:15.3735072Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Title": "sample string 8",
    "SortOrder": 9.0,
    "Links": "sample string 10",
    "Provider": "sample string 11",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:13:15.3735072+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T03:13:15.3735072Z",
    "PublicationDate": "2025-09-11T03:13:15.3735072Z",
    "DateCreated": "2025-09-11T03:13:15.3735072Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Title": "sample string 8",
    "SortOrder": 9.0,
    "Links": "sample string 10",
    "Provider": "sample string 11",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:13:15.3735072+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get Parent by relatedKey

Returns a related item of type Parent from gapfpriorityproducts item.

Copy GET /api/news/gapfpriorityproducts({key})/Parent({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

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

Title

System.String

Read only: False
Selected by default: True

SortOrder

System.Decimal

Read only: False
Selected by default: True

Links

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-11T03:13:15.3735072Z",
  "PublicationDate": "2025-09-11T03:13:15.3735072Z",
  "DateCreated": "2025-09-11T03:13:15.3735072Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Title": "sample string 8",
  "SortOrder": 9.0,
  "Links": "sample string 10",
  "Provider": "sample string 11",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T03:13:15.3735072+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post Parent

Add Parent relation to gapfpriorityproducts item.

Copy POST /api/news/gapfpriorityproducts({key})/Parent/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
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 Parent

Delete set of related items of type Parent from gapfpriorityproducts item.

Copy DELETE /api/news/gapfpriorityproducts({key})/Parent/$ref
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.

Delete Parent by relatedKey

Delete relation of type Parent from gapfpriorityproducts item.

Copy DELETE /api/news/gapfpriorityproducts({key})/Parent({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

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.