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-03T15:20:11.1645185Z",
"PublicationDate": "2026-03-03T15:20:11.1645185Z",
"DateCreated": "2026-03-03T15:20:11.1645185Z",
"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": "d01fdc99-35ca-44a0-85f9-30fd3ab97599",
"ContactEmail": "sample string 14",
"DocumentTitle": "sample string 15",
"diseases": "18fbe049-3239-4e87-bb39-00ae80d6d492",
"SampleTypeAndVolume": "sample string 17",
"Published": "2026-03-03T15:20:11.1645185Z",
"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": "635cf725-43da-4d80-85f5-b66cc786427c",
"producttypes": "1067b87f-e3af-4ef9-baca-9fb85122d2d8",
"publishingoffices": "296f2239-95c8-497d-b15b-b96762377311",
"authors": "b2e40043-5d7c-40fd-af71-aa6d0162dde4",
"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-03T15:20:11.1645185Z",
"PublicationDate": "2026-03-03T15:20:11.1645185Z",
"DateCreated": "2026-03-03T15:20:11.1645185Z",
"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": "d01fdc99-35ca-44a0-85f9-30fd3ab97599",
"ContactEmail": "sample string 14",
"DocumentTitle": "sample string 15",
"diseases": "18fbe049-3239-4e87-bb39-00ae80d6d492",
"SampleTypeAndVolume": "sample string 17",
"Published": "2026-03-03T15:20:11.1645185Z",
"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": "635cf725-43da-4d80-85f5-b66cc786427c",
"producttypes": "1067b87f-e3af-4ef9-baca-9fb85122d2d8",
"publishingoffices": "296f2239-95c8-497d-b15b-b96762377311",
"authors": "b2e40043-5d7c-40fd-af71-aa6d0162dde4",
"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-03T15:20:11.1645185Z",
"PublicationDate": "2026-03-03T15:20:11.1645185Z",
"DateCreated": "2026-03-03T15:20:11.1645185Z",
"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": "507ea0a5-0455-43e8-a897-aca55bfc0248",
"ContactEmail": "sample string 14",
"DocumentTitle": "sample string 15",
"diseases": "14c6cd4e-0d01-4a9c-9c06-a768c18a1bd0",
"SampleTypeAndVolume": "sample string 17",
"Published": "2026-03-03T15:20:11.1645185Z",
"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": "8a4ccdb2-ab58-4f90-8d1d-e0559d0d2157",
"producttypes": "d9b83b55-4aa5-425a-8dce-8ec688052f1d",
"publishingoffices": "dfcda729-8124-4fb6-9483-2453ddfe2158",
"authors": "93b17b8a-aab3-4244-bb1e-17a5bd0265dd",
"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": "33005bfd-27d6-4280-b825-b918db4d3e53"
}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-03T15:20:11.1645185Z",
"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": "236bf211-2cd4-429b-9152-3cc05dc9da7b",
"ContactEmail": "sample string 11",
"DocumentTitle": "sample string 12",
"diseases": "d204154e-c4d5-455c-9870-23b4dd9cd2d3",
"SampleTypeAndVolume": "sample string 14",
"Published": "2026-03-03T15:20:11.1645185Z",
"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": "f9a65130-fc89-49f5-b442-67bceca17ac8",
"producttypes": "82aa1055-b671-40dd-be2e-4d388ceb1f9a",
"publishingoffices": "33a3e7b1-5955-4d09-b99d-6360b5e5d5aa",
"authors": "ee1a645e-cc66-4705-ba5c-6f95246b68ba",
"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-03T15:20:11.1645185Z",
"PublicationDate": "2026-03-03T15:20:11.1645185Z",
"DateCreated": "2026-03-03T15:20:11.1645185Z",
"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": "d7727efb-2f2a-40a5-9954-fa7e1a0764bd",
"ContactEmail": "sample string 14",
"DocumentTitle": "sample string 15",
"diseases": "5d836361-dd74-4bac-9c50-3825d96ab657",
"SampleTypeAndVolume": "sample string 17",
"Published": "2026-03-03T15:20:11.1645185Z",
"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": "07f4af4e-dc37-4393-876a-739762c90068",
"producttypes": "54c72a0d-e881-4ff0-a49b-b5275847eb37",
"publishingoffices": "45e9197e-0240-4042-b4d1-6b7f15f6e457",
"authors": "f69cf825-e46f-442d-a9f8-7d2de90ab34a",
"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-03T15:20:11.1645185Z",
"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": "28efb9b5-afd9-465e-933f-be4d9e1d4254",
"ContactEmail": "sample string 11",
"DocumentTitle": "sample string 12",
"diseases": "d31acbce-607f-4a02-aeeb-4a4246a73b7b",
"SampleTypeAndVolume": "sample string 14",
"Published": "2026-03-03T15:20:11.1645185Z",
"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": "65272317-2a05-43be-bb32-ff01d75fbeef",
"producttypes": "f6f088ff-8b2c-43f1-a708-85e0340b1f7c",
"publishingoffices": "28e9c311-9a19-4942-8cad-dbac01f859cb",
"authors": "36aac78d-1613-46a2-bddd-f3a798358122",
"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-03T15:20:11.1645185Z",
"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": "f300d101-5589-4a6f-8d73-20f5f71cfa93",
"ContactEmail": "sample string 11",
"DocumentTitle": "sample string 12",
"diseases": "4c48a62a-d364-4d16-bc26-f67db74a8e08",
"SampleTypeAndVolume": "sample string 14",
"Published": "2026-03-03T15:20:11.1645185Z",
"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": "f0c4fc28-8824-4031-9c7f-fa4090fdb1ac",
"producttypes": "25f91895-8f6f-4b64-b360-3290cbdf3ae7",
"publishingoffices": "379eda56-c0c8-4466-b75d-f398d8d138da",
"authors": "43e8107d-9040-44d9-a908-a9baade22f8a",
"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-03T15:20:11.1645185Z",
"PublicationDate": "2026-03-03T15:20:11.1645185Z",
"DateCreated": "2026-03-03T15:20:11.1645185Z",
"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-03T15:20:11.1645185+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-03T15:20:11.1645185Z",
"PublicationDate": "2026-03-03T15:20:11.1645185Z",
"DateCreated": "2026-03-03T15:20:11.1645185Z",
"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-03T15:20:11.1645185+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-03T15:20:11.1645185Z",
"PublicationDate": "2026-03-03T15:20:11.1645185Z",
"DateCreated": "2026-03-03T15:20:11.1645185Z",
"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-03T15:20:11.1645185+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-03T15:20:11.1645185Z",
"PublicationDate": "2026-03-03T15:20:11.1645185Z",
"DateCreated": "2026-03-03T15:20:11.1645185Z",
"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-03T15:20:11.1645185+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.