Returns a set of data items of type gapfpriorityproducts.
GET /api/news/gapfpriorityproducts
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 | |
ProductDevelopment | System.String | Read only: False | |
Links | System.String | Read only: False | |
PadoUri | System.String | Read only: False | |
Monitoring | System.String | Read only: False | |
ClinicalTrialsLink | System.String | Read only: False | |
SortOrder | System.Decimal | Read only: False | |
Title | System.String | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-10-06T16:57:25.5956122Z",
"PublicationDate": "2025-10-06T16:57:25.5956122Z",
"DateCreated": "2025-10-06T16:57:25.5956122Z",
"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": "6a906d4d-0ff8-4b6b-912e-ce27793107ec",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:25.5956122+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-06T16:57:25.5956122Z",
"PublicationDate": "2025-10-06T16:57:25.5956122Z",
"DateCreated": "2025-10-06T16:57:25.5956122Z",
"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": "6a906d4d-0ff8-4b6b-912e-ce27793107ec",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:25.5956122+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Gets gapfpriorityproducts item by id.
GET /api/news/gapfpriorityproducts({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 | |
ProductDevelopment | System.String | Read only: False | |
Links | System.String | Read only: False | |
PadoUri | System.String | Read only: False | |
Monitoring | System.String | Read only: False | |
ClinicalTrialsLink | System.String | Read only: False | |
SortOrder | System.Decimal | Read only: False | |
Title | System.String | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-10-06T16:57:25.6112407Z",
"PublicationDate": "2025-10-06T16:57:25.6112407Z",
"DateCreated": "2025-10-06T16:57:25.6112407Z",
"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": "a288df28-cc15-4470-a6ed-50d6a5858d0f",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:25.6112407+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Gets Id property from gapfpriorityproducts item.
GET /api/news/gapfpriorityproducts({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": "2f3be8ff-cbbd-41f2-9433-d0791284f7ea"
}
Creates a gapfpriorityproducts item.
POST /api/news/gapfpriorityproducts
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 | |
ProductDevelopment | System.String | Read only: False | |
Links | System.String | Read only: False | |
PadoUri | System.String | Read only: False | |
Monitoring | System.String | Read only: False | |
ClinicalTrialsLink | System.String | Read only: False | |
SortOrder | System.Decimal | Read only: False | |
Title | System.String | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-10-06T16:57:25.6112407Z",
"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": "7e48496c-fa67-43ce-8403-cee2f774066d"
}
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 | |
ProductDevelopment | System.String | Read only: False | |
Links | System.String | Read only: False | |
PadoUri | System.String | Read only: False | |
Monitoring | System.String | Read only: False | |
ClinicalTrialsLink | System.String | Read only: False | |
SortOrder | System.Decimal | Read only: False | |
Title | System.String | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-10-06T16:57:25.6112407Z",
"PublicationDate": "2025-10-06T16:57:25.6112407Z",
"DateCreated": "2025-10-06T16:57:25.6112407Z",
"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": "d8abd816-0f45-49dd-9134-ee94434ea41c",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:25.6112407+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Partial update for gapfpriorityproducts item.
PATCH /api/news/gapfpriorityproducts({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 | |
ProductDevelopment | System.String | Read only: False | |
Links | System.String | Read only: False | |
PadoUri | System.String | Read only: False | |
Monitoring | System.String | Read only: False | |
ClinicalTrialsLink | System.String | Read only: False | |
SortOrder | System.Decimal | Read only: False | |
Title | System.String | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-10-06T16:57:25.6112407Z",
"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": "6e9b2faa-49f0-4da7-b402-550f233d1428"
}
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 gapfpriorityproducts item.
PUT /api/news/gapfpriorityproducts({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 | |
ProductDevelopment | System.String | Read only: False | |
Links | System.String | Read only: False | |
PadoUri | System.String | Read only: False | |
Monitoring | System.String | Read only: False | |
ClinicalTrialsLink | System.String | Read only: False | |
SortOrder | System.Decimal | Read only: False | |
Title | System.String | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-10-06T16:57:25.6112407Z",
"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": "af33767a-87dd-4b68-9682-fc501475b1ac"
}
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 gapfpriorityproducts item by Id.
DELETE /api/news/gapfpriorityproducts({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.
Returns a set of related items of type Parent from gapfpriorityproducts item.
GET /api/news/gapfpriorityproducts({key})/Parent
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 | |
Title | System.String | Read only: False | |
SortOrder | System.Decimal | Read only: False | |
Links | System.String | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-10-06T16:57:25.6112407Z",
"PublicationDate": "2025-10-06T16:57:25.6112407Z",
"DateCreated": "2025-10-06T16:57:25.6112407Z",
"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-10-06T16:57:25.6112407+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-06T16:57:25.6112407Z",
"PublicationDate": "2025-10-06T16:57:25.6112407Z",
"DateCreated": "2025-10-06T16:57:25.6112407Z",
"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-10-06T16:57:25.6112407+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add Parent relation to gapfpriorityproducts item.
POST /api/news/gapfpriorityproducts({key})/Parent/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type Parent from gapfpriorityproducts item.
DELETE /api/news/gapfpriorityproducts({key})/Parent/$ref
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.