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": "2026-03-26T15:21:50.5023116Z",
"PublicationDate": "2026-03-26T15:21:50.5023116Z",
"DateCreated": "2026-03-26T15:21:50.5023116Z",
"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": "c3c0159f-267e-46e6-955b-852d796185a3",
"ContactEmail": "sample string 14",
"DocumentTitle": "sample string 15",
"diseases": "326e66b5-8f48-4552-86dd-665cb5cfef21",
"SampleTypeAndVolume": "sample string 17",
"Published": "2026-03-26T15:21:50.5023116Z",
"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": "c008b63b-e7cb-4ad7-b537-01725b5dc0b2",
"producttypes": "e39001f0-936f-428d-8301-b9ac373a1732",
"publishingoffices": "96690047-73e2-4baa-bc1f-462ef6327084",
"authors": "3854e684-208c-44b1-ba9a-2b9fedd70cef",
"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": "2026-03-26T15:21:50.5023116Z",
"PublicationDate": "2026-03-26T15:21:50.5023116Z",
"DateCreated": "2026-03-26T15:21:50.5023116Z",
"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": "c3c0159f-267e-46e6-955b-852d796185a3",
"ContactEmail": "sample string 14",
"DocumentTitle": "sample string 15",
"diseases": "326e66b5-8f48-4552-86dd-665cb5cfef21",
"SampleTypeAndVolume": "sample string 17",
"Published": "2026-03-26T15:21:50.5023116Z",
"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": "c008b63b-e7cb-4ad7-b537-01725b5dc0b2",
"producttypes": "e39001f0-936f-428d-8301-b9ac373a1732",
"publishingoffices": "96690047-73e2-4baa-bc1f-462ef6327084",
"authors": "3854e684-208c-44b1-ba9a-2b9fedd70cef",
"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": "2026-03-26T15:21:50.5023116Z",
"PublicationDate": "2026-03-26T15:21:50.5023116Z",
"DateCreated": "2026-03-26T15:21:50.5023116Z",
"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": "ea1e4825-6d3c-4385-8e80-92de9b79aa13",
"ContactEmail": "sample string 14",
"DocumentTitle": "sample string 15",
"diseases": "05eeda05-5797-4761-9353-e6a0255ea7d3",
"SampleTypeAndVolume": "sample string 17",
"Published": "2026-03-26T15:21:50.5023116Z",
"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": "a55d991b-abd8-4add-975d-19914aac451d",
"producttypes": "b5db5ee9-5f8a-45e3-8a9b-1f87c69e8812",
"publishingoffices": "96fff8b1-cd3d-4e33-9348-6c334ad55304",
"authors": "392647d8-1c19-4ac6-b094-0a290c958c24",
"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": "9eeb5154-b30f-4cea-97ff-a96657ad59ee"
}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": "2026-03-26T15:21:50.5023116Z",
"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": "a11659b6-a5df-41d9-bcb6-10fc8be90ffd",
"ContactEmail": "sample string 11",
"DocumentTitle": "sample string 12",
"diseases": "62363283-ecbf-4abf-be02-4c2bcc401ee6",
"SampleTypeAndVolume": "sample string 14",
"Published": "2026-03-26T15:21:50.5023116Z",
"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": "0e2204a5-deb2-4607-8ce3-b78cc551051e",
"producttypes": "0e92ad99-47ad-4a6e-9cbc-3b7bec14df7b",
"publishingoffices": "c5fe1d43-42a3-4051-9e44-5b63069cfdb4",
"authors": "58cf8fd2-13b6-4ecd-8fbb-6cd0ac65b1d8",
"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": "2026-03-26T15:21:50.5023116Z",
"PublicationDate": "2026-03-26T15:21:50.5023116Z",
"DateCreated": "2026-03-26T15:21:50.5023116Z",
"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": "ba9515d0-4742-4bb2-a83e-e4f50f4f0a9f",
"ContactEmail": "sample string 14",
"DocumentTitle": "sample string 15",
"diseases": "9e44c09e-b6a9-464a-82a6-c0cdd408a724",
"SampleTypeAndVolume": "sample string 17",
"Published": "2026-03-26T15:21:50.5023116Z",
"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": "3991fd19-0d28-43ce-a323-db70f8908391",
"producttypes": "ee966d07-46ef-48d6-a90a-8e695cc20485",
"publishingoffices": "de524c73-dbe4-4ea9-a016-8f265f9117a9",
"authors": "12b10cbe-64dd-41c3-99ef-03c5857adfec",
"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": "2026-03-26T15:21:50.5023116Z",
"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": "a556c852-08fc-4e9c-b782-23d96aed75f3",
"ContactEmail": "sample string 11",
"DocumentTitle": "sample string 12",
"diseases": "37db5f79-12a0-4d67-afab-6bfca283be4f",
"SampleTypeAndVolume": "sample string 14",
"Published": "2026-03-26T15:21:50.5023116Z",
"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": "34cb6d7f-bdfa-48d1-8c8f-a4950958a316",
"producttypes": "d1c2db93-6235-462b-9443-fb1aba3036e3",
"publishingoffices": "100989bc-9f4a-4116-94ae-336fb34dd5d7",
"authors": "5775a18e-6cd6-45b3-8c10-00ec92f8621d",
"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": "2026-03-26T15:21:50.5023116Z",
"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": "18e4e93a-6dcd-494d-a71c-eb8b137ccab8",
"ContactEmail": "sample string 11",
"DocumentTitle": "sample string 12",
"diseases": "e4268131-e4eb-4c62-8dc7-69bccf96f820",
"SampleTypeAndVolume": "sample string 14",
"Published": "2026-03-26T15:21:50.5023116Z",
"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": "27fc6848-0c6e-4bfe-87b7-6b4c21dc1106",
"producttypes": "2c0f82f9-68d5-4ee0-b363-14ecbc2d8bbb",
"publishingoffices": "5ff4c076-39f9-42b5-a092-4ae105fe8fff",
"authors": "bc488a83-04c9-414a-904e-43929551ea8b",
"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": "2026-03-26T15:21:50.5023116Z",
"PublicationDate": "2026-03-26T15:21:50.5023116Z",
"DateCreated": "2026-03-26T15:21:50.5023116Z",
"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": "2026-03-26T15:21:50.5023116+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-26T15:21:50.5023116Z",
"PublicationDate": "2026-03-26T15:21:50.5023116Z",
"DateCreated": "2026-03-26T15:21:50.5023116Z",
"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": "2026-03-26T15:21:50.5023116+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": "2026-03-26T15:21:50.5023116Z",
"PublicationDate": "2026-03-26T15:21:50.5023116Z",
"DateCreated": "2026-03-26T15:21:50.5023116Z",
"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": "2026-03-26T15:21:50.5023116+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-26T15:21:50.5023116Z",
"PublicationDate": "2026-03-26T15:21:50.5023116Z",
"DateCreated": "2026-03-26T15:21:50.5023116Z",
"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": "2026-03-26T15:21:50.5023116+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.