Returns a set of data items of type productprofiles.
GET /api/hubs/productprofiles
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 | |
| Indication | System.String | Read only: False | |
| Comments | System.String | Read only: False | |
| WHO | System.Boolean | Read only: False | |
| Efficacy | System.String | Read only: False | |
| UseSetting | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| ContactEmail | System.String | Read only: False | |
| DocumentTitle | System.String | Read only: False | |
| diseases | System.Guid | Read only: False | |
| SampleTypeAndVolume | System.String | Read only: False | |
| Published | System.DateTimeOffset | Read only: False | |
| TargetPopulation | System.String | Read only: False | |
| IntendedUse | System.String | Read only: False | |
| IRISID | System.String | Read only: False | |
| Safety | System.String | Read only: False | |
| Performance | System.String | Read only: False | |
| URL | System.String | Read only: False | |
| statuses | System.Guid | Read only: False | |
| producttypes | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| authors | System.Guid | Read only: False | |
| OrganizationalTitle | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| FormattedDate | System.String | Read only: True | |
| tppproducttypes | System.String | Read only: True | |
| tppstatuses | System.String | Read only: True | |
| tpphealthtopics | System.String | Read only: True | |
| tpppublishingoffices | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| DownloadUrl | System.String | Read only: True | |
| IrisThumbnailUrl | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-10-28T13:52:28.758107Z",
"PublicationDate": "2025-10-28T13:52:28.758107Z",
"DateCreated": "2025-10-28T13:52:28.758107Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Indication": "sample string 8",
"Comments": "sample string 9",
"WHO": true,
"Efficacy": "sample string 11",
"UseSetting": "sample string 12",
"healthtopics": "901682bb-2c85-488c-b566-e15f44df9c22",
"ContactEmail": "sample string 14",
"DocumentTitle": "sample string 15",
"diseases": "adf03d76-2241-4eb4-8fec-33dea4ef23e6",
"SampleTypeAndVolume": "sample string 17",
"Published": "2025-10-28T13:52:28.758107Z",
"TargetPopulation": "sample string 19",
"IntendedUse": "sample string 20",
"IRISID": "sample string 21",
"Safety": "sample string 22",
"Performance": "sample string 23",
"URL": "sample string 24",
"statuses": "a41dc81f-b908-4e32-a9a5-851c0dab1009",
"producttypes": "3aa2ddee-70cd-4cac-b005-bf5eb8ed0f55",
"publishingoffices": "b4843b11-96cb-4439-87d7-57c4ccf50652",
"authors": "d3b404e2-fcd8-40c4-9ffe-7bb967c6491f",
"OrganizationalTitle": "sample string 29",
"Provider": "sample string 30",
"FormattedDate": "sample string 31",
"tppproducttypes": "sample string 32",
"tppstatuses": "sample string 33",
"tpphealthtopics": "sample string 34",
"tpppublishingoffices": "sample string 35",
"ThumbnailUrl": "sample string 36",
"DownloadUrl": "sample string 37",
"IrisThumbnailUrl": "sample string 38"
},
{
"LastModified": "2025-10-28T13:52:28.758107Z",
"PublicationDate": "2025-10-28T13:52:28.758107Z",
"DateCreated": "2025-10-28T13:52:28.758107Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Indication": "sample string 8",
"Comments": "sample string 9",
"WHO": true,
"Efficacy": "sample string 11",
"UseSetting": "sample string 12",
"healthtopics": "901682bb-2c85-488c-b566-e15f44df9c22",
"ContactEmail": "sample string 14",
"DocumentTitle": "sample string 15",
"diseases": "adf03d76-2241-4eb4-8fec-33dea4ef23e6",
"SampleTypeAndVolume": "sample string 17",
"Published": "2025-10-28T13:52:28.758107Z",
"TargetPopulation": "sample string 19",
"IntendedUse": "sample string 20",
"IRISID": "sample string 21",
"Safety": "sample string 22",
"Performance": "sample string 23",
"URL": "sample string 24",
"statuses": "a41dc81f-b908-4e32-a9a5-851c0dab1009",
"producttypes": "3aa2ddee-70cd-4cac-b005-bf5eb8ed0f55",
"publishingoffices": "b4843b11-96cb-4439-87d7-57c4ccf50652",
"authors": "d3b404e2-fcd8-40c4-9ffe-7bb967c6491f",
"OrganizationalTitle": "sample string 29",
"Provider": "sample string 30",
"FormattedDate": "sample string 31",
"tppproducttypes": "sample string 32",
"tppstatuses": "sample string 33",
"tpphealthtopics": "sample string 34",
"tpppublishingoffices": "sample string 35",
"ThumbnailUrl": "sample string 36",
"DownloadUrl": "sample string 37",
"IrisThumbnailUrl": "sample string 38"
}
]Gets productprofiles item by id.
GET /api/hubs/productprofiles({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 | |
| Indication | System.String | Read only: False | |
| Comments | System.String | Read only: False | |
| WHO | System.Boolean | Read only: False | |
| Efficacy | System.String | Read only: False | |
| UseSetting | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| ContactEmail | System.String | Read only: False | |
| DocumentTitle | System.String | Read only: False | |
| diseases | System.Guid | Read only: False | |
| SampleTypeAndVolume | System.String | Read only: False | |
| Published | System.DateTimeOffset | Read only: False | |
| TargetPopulation | System.String | Read only: False | |
| IntendedUse | System.String | Read only: False | |
| IRISID | System.String | Read only: False | |
| Safety | System.String | Read only: False | |
| Performance | System.String | Read only: False | |
| URL | System.String | Read only: False | |
| statuses | System.Guid | Read only: False | |
| producttypes | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| authors | System.Guid | Read only: False | |
| OrganizationalTitle | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| FormattedDate | System.String | Read only: True | |
| tppproducttypes | System.String | Read only: True | |
| tppstatuses | System.String | Read only: True | |
| tpphealthtopics | System.String | Read only: True | |
| tpppublishingoffices | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| DownloadUrl | System.String | Read only: True | |
| IrisThumbnailUrl | System.String | Read only: True |
application/json
{
"LastModified": "2025-10-28T13:52:28.758107Z",
"PublicationDate": "2025-10-28T13:52:28.758107Z",
"DateCreated": "2025-10-28T13:52:28.758107Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Indication": "sample string 8",
"Comments": "sample string 9",
"WHO": true,
"Efficacy": "sample string 11",
"UseSetting": "sample string 12",
"healthtopics": "451532d6-99c9-4630-baf0-76372adee469",
"ContactEmail": "sample string 14",
"DocumentTitle": "sample string 15",
"diseases": "1a3abf75-cb31-46c4-9d10-ec823b3a9a53",
"SampleTypeAndVolume": "sample string 17",
"Published": "2025-10-28T13:52:28.758107Z",
"TargetPopulation": "sample string 19",
"IntendedUse": "sample string 20",
"IRISID": "sample string 21",
"Safety": "sample string 22",
"Performance": "sample string 23",
"URL": "sample string 24",
"statuses": "da2e139c-0598-440f-9fb4-8fc08f1e32f8",
"producttypes": "5933bcfb-0646-4616-877b-a67f4ae0369f",
"publishingoffices": "ff6dd181-5490-497c-b2c3-1577ed6a1e85",
"authors": "6680529a-f268-41e7-855a-0b61f40a86af",
"OrganizationalTitle": "sample string 29",
"Provider": "sample string 30",
"FormattedDate": "sample string 31",
"tppproducttypes": "sample string 32",
"tppstatuses": "sample string 33",
"tpphealthtopics": "sample string 34",
"tpppublishingoffices": "sample string 35",
"ThumbnailUrl": "sample string 36",
"DownloadUrl": "sample string 37",
"IrisThumbnailUrl": "sample string 38"
}Gets Id property from productprofiles item.
GET /api/hubs/productprofiles({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": "c3fd58e0-6a6f-4b92-9e39-062f7945915f"
}Creates a productprofiles item.
POST /api/hubs/productprofiles
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 | |
| Indication | System.String | Read only: False | |
| Comments | System.String | Read only: False | |
| WHO | System.Boolean | Read only: False | |
| Efficacy | System.String | Read only: False | |
| UseSetting | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| ContactEmail | System.String | Read only: False | |
| DocumentTitle | System.String | Read only: False | |
| diseases | System.Guid | Read only: False | |
| SampleTypeAndVolume | System.String | Read only: False | |
| Published | System.DateTimeOffset | Read only: False | |
| TargetPopulation | System.String | Read only: False | |
| IntendedUse | System.String | Read only: False | |
| IRISID | System.String | Read only: False | |
| Safety | System.String | Read only: False | |
| Performance | System.String | Read only: False | |
| URL | System.String | Read only: False | |
| statuses | System.Guid | Read only: False | |
| producttypes | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| authors | System.Guid | Read only: False | |
| OrganizationalTitle | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| FormattedDate | System.String | Read only: True | |
| tppproducttypes | System.String | Read only: True | |
| tppstatuses | System.String | Read only: True | |
| tpphealthtopics | System.String | Read only: True | |
| tpppublishingoffices | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| DownloadUrl | System.String | Read only: True | |
| IrisThumbnailUrl | System.String | Read only: True |
application/json
{
"PublicationDate": "2025-10-28T13:52:28.758107Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Indication": "sample string 5",
"Comments": "sample string 6",
"WHO": true,
"Efficacy": "sample string 8",
"UseSetting": "sample string 9",
"healthtopics": "3eedc922-fa63-4475-bc36-302c41f78258",
"ContactEmail": "sample string 11",
"DocumentTitle": "sample string 12",
"diseases": "d44ad975-16c4-47ad-a01d-c073357bb7fa",
"SampleTypeAndVolume": "sample string 14",
"Published": "2025-10-28T13:52:28.758107Z",
"TargetPopulation": "sample string 16",
"IntendedUse": "sample string 17",
"IRISID": "sample string 18",
"Safety": "sample string 19",
"Performance": "sample string 20",
"URL": "sample string 21",
"statuses": "62d546a4-02b7-4c9e-99ea-91f1c1d44364",
"producttypes": "b71e2cfb-de06-409b-ae27-1a3716f3e973",
"publishingoffices": "d1a69107-a254-46ae-9a68-7cda48e84d84",
"authors": "84b53c94-8d32-4a81-ae83-c96d6e8057bc",
"OrganizationalTitle": "sample string 26"
}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 | |
| Indication | System.String | Read only: False | |
| Comments | System.String | Read only: False | |
| WHO | System.Boolean | Read only: False | |
| Efficacy | System.String | Read only: False | |
| UseSetting | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| ContactEmail | System.String | Read only: False | |
| DocumentTitle | System.String | Read only: False | |
| diseases | System.Guid | Read only: False | |
| SampleTypeAndVolume | System.String | Read only: False | |
| Published | System.DateTimeOffset | Read only: False | |
| TargetPopulation | System.String | Read only: False | |
| IntendedUse | System.String | Read only: False | |
| IRISID | System.String | Read only: False | |
| Safety | System.String | Read only: False | |
| Performance | System.String | Read only: False | |
| URL | System.String | Read only: False | |
| statuses | System.Guid | Read only: False | |
| producttypes | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| authors | System.Guid | Read only: False | |
| OrganizationalTitle | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| FormattedDate | System.String | Read only: True | |
| tppproducttypes | System.String | Read only: True | |
| tppstatuses | System.String | Read only: True | |
| tpphealthtopics | System.String | Read only: True | |
| tpppublishingoffices | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| DownloadUrl | System.String | Read only: True | |
| IrisThumbnailUrl | System.String | Read only: True |
application/json
{
"LastModified": "2025-10-28T13:52:28.758107Z",
"PublicationDate": "2025-10-28T13:52:28.758107Z",
"DateCreated": "2025-10-28T13:52:28.758107Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Indication": "sample string 8",
"Comments": "sample string 9",
"WHO": true,
"Efficacy": "sample string 11",
"UseSetting": "sample string 12",
"healthtopics": "b67c01ff-1414-437c-898f-02bcaec4b6b5",
"ContactEmail": "sample string 14",
"DocumentTitle": "sample string 15",
"diseases": "e13bda97-e632-4736-9c82-73db6a6d0dc0",
"SampleTypeAndVolume": "sample string 17",
"Published": "2025-10-28T13:52:28.758107Z",
"TargetPopulation": "sample string 19",
"IntendedUse": "sample string 20",
"IRISID": "sample string 21",
"Safety": "sample string 22",
"Performance": "sample string 23",
"URL": "sample string 24",
"statuses": "a270891c-fc6d-44c5-909a-de1f561a84fd",
"producttypes": "21effd66-6918-4915-b148-65107038fa55",
"publishingoffices": "a0450d2e-3fd3-487e-a096-98775d1fbaec",
"authors": "2c1efb0c-347b-4bb6-bed6-83a869900ab4",
"OrganizationalTitle": "sample string 29",
"Provider": "sample string 30",
"FormattedDate": "sample string 31",
"tppproducttypes": "sample string 32",
"tppstatuses": "sample string 33",
"tpphealthtopics": "sample string 34",
"tpppublishingoffices": "sample string 35",
"ThumbnailUrl": "sample string 36",
"DownloadUrl": "sample string 37",
"IrisThumbnailUrl": "sample string 38"
}Partial update for productprofiles item.
PATCH /api/hubs/productprofiles({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 | |
| Indication | System.String | Read only: False | |
| Comments | System.String | Read only: False | |
| WHO | System.Boolean | Read only: False | |
| Efficacy | System.String | Read only: False | |
| UseSetting | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| ContactEmail | System.String | Read only: False | |
| DocumentTitle | System.String | Read only: False | |
| diseases | System.Guid | Read only: False | |
| SampleTypeAndVolume | System.String | Read only: False | |
| Published | System.DateTimeOffset | Read only: False | |
| TargetPopulation | System.String | Read only: False | |
| IntendedUse | System.String | Read only: False | |
| IRISID | System.String | Read only: False | |
| Safety | System.String | Read only: False | |
| Performance | System.String | Read only: False | |
| URL | System.String | Read only: False | |
| statuses | System.Guid | Read only: False | |
| producttypes | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| authors | System.Guid | Read only: False | |
| OrganizationalTitle | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| FormattedDate | System.String | Read only: True | |
| tppproducttypes | System.String | Read only: True | |
| tppstatuses | System.String | Read only: True | |
| tpphealthtopics | System.String | Read only: True | |
| tpppublishingoffices | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| DownloadUrl | System.String | Read only: True | |
| IrisThumbnailUrl | System.String | Read only: True |
application/json
{
"PublicationDate": "2025-10-28T13:52:28.758107Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Indication": "sample string 5",
"Comments": "sample string 6",
"WHO": true,
"Efficacy": "sample string 8",
"UseSetting": "sample string 9",
"healthtopics": "b7a25e94-2d85-4477-a318-6e2af8b20d95",
"ContactEmail": "sample string 11",
"DocumentTitle": "sample string 12",
"diseases": "4ebd66ca-984c-4bb4-a3be-ba665edffcb0",
"SampleTypeAndVolume": "sample string 14",
"Published": "2025-10-28T13:52:28.758107Z",
"TargetPopulation": "sample string 16",
"IntendedUse": "sample string 17",
"IRISID": "sample string 18",
"Safety": "sample string 19",
"Performance": "sample string 20",
"URL": "sample string 21",
"statuses": "c899a9cf-db17-46dd-9974-7f4f553a3cba",
"producttypes": "bffa1b0e-d228-4246-a7b4-f9e9cdd8ae70",
"publishingoffices": "f8b1b767-6d59-4777-96ed-bedbdd0be6a8",
"authors": "5ec25c9a-b7d9-4db8-a02f-d1a84e3f5543",
"OrganizationalTitle": "sample string 26"
}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 productprofiles item.
PUT /api/hubs/productprofiles({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 | |
| Indication | System.String | Read only: False | |
| Comments | System.String | Read only: False | |
| WHO | System.Boolean | Read only: False | |
| Efficacy | System.String | Read only: False | |
| UseSetting | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| ContactEmail | System.String | Read only: False | |
| DocumentTitle | System.String | Read only: False | |
| diseases | System.Guid | Read only: False | |
| SampleTypeAndVolume | System.String | Read only: False | |
| Published | System.DateTimeOffset | Read only: False | |
| TargetPopulation | System.String | Read only: False | |
| IntendedUse | System.String | Read only: False | |
| IRISID | System.String | Read only: False | |
| Safety | System.String | Read only: False | |
| Performance | System.String | Read only: False | |
| URL | System.String | Read only: False | |
| statuses | System.Guid | Read only: False | |
| producttypes | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| authors | System.Guid | Read only: False | |
| OrganizationalTitle | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| FormattedDate | System.String | Read only: True | |
| tppproducttypes | System.String | Read only: True | |
| tppstatuses | System.String | Read only: True | |
| tpphealthtopics | System.String | Read only: True | |
| tpppublishingoffices | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| DownloadUrl | System.String | Read only: True | |
| IrisThumbnailUrl | System.String | Read only: True |
application/json
{
"PublicationDate": "2025-10-28T13:52:28.758107Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Indication": "sample string 5",
"Comments": "sample string 6",
"WHO": true,
"Efficacy": "sample string 8",
"UseSetting": "sample string 9",
"healthtopics": "1778b19a-ba93-4aa4-8c71-58e3ba14be30",
"ContactEmail": "sample string 11",
"DocumentTitle": "sample string 12",
"diseases": "39dc8900-1112-44e2-ab34-f88af5db4b32",
"SampleTypeAndVolume": "sample string 14",
"Published": "2025-10-28T13:52:28.758107Z",
"TargetPopulation": "sample string 16",
"IntendedUse": "sample string 17",
"IRISID": "sample string 18",
"Safety": "sample string 19",
"Performance": "sample string 20",
"URL": "sample string 21",
"statuses": "00a0bdb7-51a5-459c-86a0-2f581bf1410b",
"producttypes": "c3211474-b1e4-4884-8ce8-fa6e351dff1f",
"publishingoffices": "bd79a0fc-c2b0-474f-9ef6-fe8c5685d479",
"authors": "37821d7d-e676-436c-b9f2-03a23096c454",
"OrganizationalTitle": "sample string 26"
}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 productprofiles item by Id.
DELETE /api/hubs/productprofiles({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 TppAuthors from productprofiles item.
GET /api/hubs/productprofiles({key})/TppAuthors
| 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 | |
| SortOrder | System.Decimal | 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-10-28T13:52:28.758107Z",
"PublicationDate": "2025-10-28T13:52:28.758107Z",
"DateCreated": "2025-10-28T13:52:28.758107Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"SortOrder": 8.0,
"Title": "sample string 9",
"Provider": "sample string 10",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T13:52:28.758107+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-28T13:52:28.758107Z",
"PublicationDate": "2025-10-28T13:52:28.758107Z",
"DateCreated": "2025-10-28T13:52:28.758107Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"SortOrder": 8.0,
"Title": "sample string 9",
"Provider": "sample string 10",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T13:52:28.758107+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add TppAuthors relation to productprofiles item.
POST /api/hubs/productprofiles({key})/TppAuthors/$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 TppAuthors from productprofiles item.
DELETE /api/hubs/productprofiles({key})/TppAuthors/$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.
Returns a set of related items of type TppDiseases from productprofiles item.
GET /api/hubs/productprofiles({key})/TppDiseases
| 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 | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-10-28T13:52:28.758107Z",
"PublicationDate": "2025-10-28T13:52:28.758107Z",
"DateCreated": "2025-10-28T13:52:28.758107Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Provider": "sample string 9",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T13:52:28.758107+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-28T13:52:28.758107Z",
"PublicationDate": "2025-10-28T13:52:28.758107Z",
"DateCreated": "2025-10-28T13:52:28.758107Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Provider": "sample string 9",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T13:52:28.758107+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add TppDiseases relation to productprofiles item.
POST /api/hubs/productprofiles({key})/TppDiseases/$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 TppDiseases from productprofiles item.
DELETE /api/hubs/productprofiles({key})/TppDiseases/$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.