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-02-07T04:40:52.4833333Z",
"PublicationDate": "2026-02-07T04:40:52.4833333Z",
"DateCreated": "2026-02-07T04:40:52.4833333Z",
"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": "ae2c3132-b7de-4d53-bbaf-aeb580e3e665",
"ContactEmail": "sample string 14",
"DocumentTitle": "sample string 15",
"diseases": "607644cb-e574-4b4a-936c-beccc1d133a1",
"SampleTypeAndVolume": "sample string 17",
"Published": "2026-02-07T04:40:52.4833333Z",
"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": "122ce702-1464-49a1-b31f-0bc7c02398f4",
"producttypes": "d476037e-5df2-4179-9ad4-df197042aea7",
"publishingoffices": "845ea674-b9ef-4c3c-ad7b-c8b423643268",
"authors": "8a554647-7e8f-411c-82af-9922bf54f480",
"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-02-07T04:40:52.4833333Z",
"PublicationDate": "2026-02-07T04:40:52.4833333Z",
"DateCreated": "2026-02-07T04:40:52.4833333Z",
"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": "ae2c3132-b7de-4d53-bbaf-aeb580e3e665",
"ContactEmail": "sample string 14",
"DocumentTitle": "sample string 15",
"diseases": "607644cb-e574-4b4a-936c-beccc1d133a1",
"SampleTypeAndVolume": "sample string 17",
"Published": "2026-02-07T04:40:52.4833333Z",
"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": "122ce702-1464-49a1-b31f-0bc7c02398f4",
"producttypes": "d476037e-5df2-4179-9ad4-df197042aea7",
"publishingoffices": "845ea674-b9ef-4c3c-ad7b-c8b423643268",
"authors": "8a554647-7e8f-411c-82af-9922bf54f480",
"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-02-07T04:40:52.4833333Z",
"PublicationDate": "2026-02-07T04:40:52.4833333Z",
"DateCreated": "2026-02-07T04:40:52.4833333Z",
"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": "f2bb9ce1-c01f-429e-80e5-91d8dc92ee29",
"ContactEmail": "sample string 14",
"DocumentTitle": "sample string 15",
"diseases": "0003f858-508a-4ab7-b901-f121cc3891e6",
"SampleTypeAndVolume": "sample string 17",
"Published": "2026-02-07T04:40:52.4833333Z",
"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": "1cddefef-f259-403c-b63b-83916bef0199",
"producttypes": "fdcbb5b4-ff2e-4033-b399-84555b6f4895",
"publishingoffices": "0342a325-d147-48c3-a8e1-98a12e36242a",
"authors": "a1aece4c-7eac-416b-851f-8ec1fa5ee7b2",
"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": "0e631769-0180-4bbc-b679-ede1563ccb27"
}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-02-07T04:40:52.4833333Z",
"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": "9b58941f-a5e8-429f-b5ce-0dc12334fa4b",
"ContactEmail": "sample string 11",
"DocumentTitle": "sample string 12",
"diseases": "8836299f-810c-4119-b3fa-f3368f551e69",
"SampleTypeAndVolume": "sample string 14",
"Published": "2026-02-07T04:40:52.4833333Z",
"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": "8f4bae77-8186-4d30-9e81-fb301d9b550f",
"producttypes": "609ee9ea-6262-4c17-807a-1aa99421951b",
"publishingoffices": "5ffcd1ef-511a-4137-9037-ca1fdb7efff5",
"authors": "c482d2d8-6cd2-469c-a188-7296ab49f395",
"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-02-07T04:40:52.4833333Z",
"PublicationDate": "2026-02-07T04:40:52.4833333Z",
"DateCreated": "2026-02-07T04:40:52.4833333Z",
"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": "db4e9c03-1528-44ed-8e6c-5cae9a2a9650",
"ContactEmail": "sample string 14",
"DocumentTitle": "sample string 15",
"diseases": "100ded9a-d1bc-4635-80be-e9efc42f3973",
"SampleTypeAndVolume": "sample string 17",
"Published": "2026-02-07T04:40:52.4833333Z",
"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": "21964295-bcee-4d42-9627-bac41cd38417",
"producttypes": "d084b38b-d4e6-40c9-beee-72edf11e9661",
"publishingoffices": "8477db94-d5a2-4028-8fc2-19ecc11f668f",
"authors": "7861c140-6f50-4f87-96d4-abaf3df8668a",
"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-02-07T04:40:52.4833333Z",
"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": "8268a3c8-17be-42be-a768-c76fdffd8949",
"ContactEmail": "sample string 11",
"DocumentTitle": "sample string 12",
"diseases": "795d9d90-40ae-4428-92cf-df36e784e831",
"SampleTypeAndVolume": "sample string 14",
"Published": "2026-02-07T04:40:52.4833333Z",
"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": "3ee89f24-cf31-42dd-bbce-01c40b69c59e",
"producttypes": "272090b7-777e-4470-a479-151dd28e1d55",
"publishingoffices": "886c6ffb-980e-4017-a786-be9c5f0ea61c",
"authors": "2cba4e6f-6e95-441b-9077-c0538310ef8c",
"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-02-07T04:40:52.4833333Z",
"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": "7e2b9664-c920-4281-97b2-2d231dc3083b",
"ContactEmail": "sample string 11",
"DocumentTitle": "sample string 12",
"diseases": "24f6819e-7b88-4aec-b381-0e3a9144420a",
"SampleTypeAndVolume": "sample string 14",
"Published": "2026-02-07T04:40:52.4833333Z",
"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": "ddec0b1f-7037-4f38-928a-4f5571509a3d",
"producttypes": "7131fd9f-d8f9-43ee-afb7-f32c387f8fc6",
"publishingoffices": "9fff6ab2-5593-4d2b-8adf-2e45166d2e74",
"authors": "c6d2a249-222c-4bfc-b91c-66b2534fb141",
"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-02-07T04:40:52.4833333Z",
"PublicationDate": "2026-02-07T04:40:52.4833333Z",
"DateCreated": "2026-02-07T04:40:52.4833333Z",
"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-02-07T04:40:52.4833333+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-07T04:40:52.4833333Z",
"PublicationDate": "2026-02-07T04:40:52.4833333Z",
"DateCreated": "2026-02-07T04:40:52.4833333Z",
"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-02-07T04:40:52.4833333+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-02-07T04:40:52.4833333Z",
"PublicationDate": "2026-02-07T04:40:52.4833333Z",
"DateCreated": "2026-02-07T04:40:52.4833333Z",
"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-02-07T04:40:52.4833333+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-07T04:40:52.4833333Z",
"PublicationDate": "2026-02-07T04:40:52.4833333Z",
"DateCreated": "2026-02-07T04:40:52.4833333Z",
"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-02-07T04:40:52.4833333+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.