Returns a set of data items of type productprofiles.
GET /api/multimedias/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 |
application/json
[
{
"LastModified": "2026-03-26T13:05:20.0819744Z",
"PublicationDate": "2026-03-26T13:05:20.0819744Z",
"DateCreated": "2026-03-26T13:05:20.0819744Z",
"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": "1183956a-cf5a-4510-bd77-a80f59181665",
"ContactEmail": "sample string 14",
"DocumentTitle": "sample string 15",
"diseases": "79421fcd-6a17-4998-a4a1-7ae3c1d127f2",
"SampleTypeAndVolume": "sample string 17",
"Published": "2026-03-26T13:05:20.0819744Z",
"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": "fa0aaa45-6df8-475a-9c47-2b317aa13d7f",
"producttypes": "5c6272be-d61f-48fc-8b92-cbb78ec425c8",
"publishingoffices": "59642b4c-6354-4ea5-96b1-71476e23cdc5",
"authors": "409569fe-4dda-4d51-8ec0-799191b52c93",
"OrganizationalTitle": "sample string 29",
"Provider": "sample string 30"
},
{
"LastModified": "2026-03-26T13:05:20.0819744Z",
"PublicationDate": "2026-03-26T13:05:20.0819744Z",
"DateCreated": "2026-03-26T13:05:20.0819744Z",
"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": "1183956a-cf5a-4510-bd77-a80f59181665",
"ContactEmail": "sample string 14",
"DocumentTitle": "sample string 15",
"diseases": "79421fcd-6a17-4998-a4a1-7ae3c1d127f2",
"SampleTypeAndVolume": "sample string 17",
"Published": "2026-03-26T13:05:20.0819744Z",
"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": "fa0aaa45-6df8-475a-9c47-2b317aa13d7f",
"producttypes": "5c6272be-d61f-48fc-8b92-cbb78ec425c8",
"publishingoffices": "59642b4c-6354-4ea5-96b1-71476e23cdc5",
"authors": "409569fe-4dda-4d51-8ec0-799191b52c93",
"OrganizationalTitle": "sample string 29",
"Provider": "sample string 30"
}
]Gets productprofiles item by id.
GET /api/multimedias/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 |
application/json
{
"LastModified": "2026-03-26T13:05:20.0819744Z",
"PublicationDate": "2026-03-26T13:05:20.0819744Z",
"DateCreated": "2026-03-26T13:05:20.0819744Z",
"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": "68417999-d400-4cda-9b1b-a327a4202713",
"ContactEmail": "sample string 14",
"DocumentTitle": "sample string 15",
"diseases": "48867b38-bfb4-4c61-a2e7-ee16e0d8ae3a",
"SampleTypeAndVolume": "sample string 17",
"Published": "2026-03-26T13:05:20.0819744Z",
"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": "ffa13416-9856-4dee-a7c3-5da04d7962d4",
"producttypes": "48cda019-e0ef-4dff-a44c-d486f06c6eeb",
"publishingoffices": "8aa082d5-6a6d-482d-abe2-ced640d641d3",
"authors": "7c98a959-9a98-496a-b566-c838eb49b325",
"OrganizationalTitle": "sample string 29",
"Provider": "sample string 30"
}Gets Id property from productprofiles item.
GET /api/multimedias/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": "db48d02b-335f-4a7f-8692-db9b8823227f"
}Creates a productprofiles item.
POST /api/multimedias/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 |
application/json
{
"PublicationDate": "2026-03-26T13:05:20.0819744Z",
"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": "a4235d3a-295c-429b-9443-716448807243",
"ContactEmail": "sample string 11",
"DocumentTitle": "sample string 12",
"diseases": "4732f30c-88a0-476a-bfed-6c891c506d41",
"SampleTypeAndVolume": "sample string 14",
"Published": "2026-03-26T13:05:20.0819744Z",
"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": "a0342085-38f3-494a-8f40-5f13d4ef760b",
"producttypes": "d83e374b-e428-450c-a165-2196bfb7e94e",
"publishingoffices": "689e0dd4-16d0-4e27-b37d-bd2bb6dcbbb6",
"authors": "6c1b1327-4f66-4de5-bb60-adc90a5884c7",
"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 |
application/json
{
"LastModified": "2026-03-26T13:05:20.0819744Z",
"PublicationDate": "2026-03-26T13:05:20.0819744Z",
"DateCreated": "2026-03-26T13:05:20.0819744Z",
"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": "cef4f9fa-da88-4120-8221-e9d671c290ca",
"ContactEmail": "sample string 14",
"DocumentTitle": "sample string 15",
"diseases": "ebcc45d4-d54a-42ac-8571-acf9727fe107",
"SampleTypeAndVolume": "sample string 17",
"Published": "2026-03-26T13:05:20.0819744Z",
"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": "d7d04316-913f-4e21-9ef7-65c0ec3e49ef",
"producttypes": "ffc87589-4f80-473f-8072-155e4f015423",
"publishingoffices": "98858aef-7d2e-46a0-aa93-690b0ffb554b",
"authors": "a101b018-4128-44b7-9f2f-e17bb3cdd820",
"OrganizationalTitle": "sample string 29",
"Provider": "sample string 30"
}Partial update for productprofiles item.
PATCH /api/multimedias/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 |
application/json
{
"PublicationDate": "2026-03-26T13:05:20.0975375Z",
"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": "1e05e316-c864-487a-b527-604c506c0eec",
"ContactEmail": "sample string 11",
"DocumentTitle": "sample string 12",
"diseases": "2ad09430-c2df-4bbf-b5a8-e7fba0ed253c",
"SampleTypeAndVolume": "sample string 14",
"Published": "2026-03-26T13:05:20.0975375Z",
"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": "adb1e529-fbc4-4ca1-ad41-73de8d8f9ac5",
"producttypes": "65cf2265-8462-4c68-9b8d-89b241f76d15",
"publishingoffices": "61cf8e5f-7f4b-4193-b67d-08d529716df9",
"authors": "8d348d42-6605-4f62-aeaa-aaaf4085188b",
"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/multimedias/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 |
application/json
{
"PublicationDate": "2026-03-26T13:05:20.0975375Z",
"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": "4c86cc57-e6a0-481e-a055-484548a858f0",
"ContactEmail": "sample string 11",
"DocumentTitle": "sample string 12",
"diseases": "0b5479f8-7d0c-4a41-9458-62130d4a4cfa",
"SampleTypeAndVolume": "sample string 14",
"Published": "2026-03-26T13:05:20.0975375Z",
"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": "b6f1d434-aa84-41a0-8069-6754de17a5f7",
"producttypes": "0031ba9e-0a48-4316-812e-e5d764881a5c",
"publishingoffices": "ac86852c-3074-44df-9d37-265edfbb84f6",
"authors": "43d57dc5-8eda-452d-b487-4c838105098d",
"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/multimedias/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 Thumbnail from productprofiles item.
GET /api/multimedias/productprofiles({key})/Thumbnail
| 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 | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-03-26T13:05:20.0975375Z",
"PublicationDate": "2026-03-26T13:05:20.0975375Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T13:05:20.0975375Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "4444fc2e-9ee9-4731-8ec7-b6bd63d3a80b",
"publishingoffices": "9ec2f20f-1db1-456d-97eb-4dd482518107",
"events": "cc954d71-2564-49de-8915-36add260ef62",
"targets": "bef0ae8c-90e1-48cb-9e29-12d9f9764116",
"Category": "15a495ca-de80-4001-b7d6-1d6406137a1d",
"imagetypes": "ce33a231-c735-4bee-89b0-f7c57713f68b",
"departmentaltargets": "7a7f7369-14d7-483f-ba6d-0b650bdbbe94",
"stakeholders": "4e75f2c1-ea79-4a43-b22a-a67ca5754acb",
"Tags": "8d3db032-7789-4b0f-81c2-246f67c8bae5",
"healthtopics": "1f517b47-f55f-4831-920d-86ff63b4ea6b",
"targetaudiences": "f03f944d-3328-4bc1-9fca-2eb4af417034",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "764d713e-58c2-4221-8040-f69c1648d0aa",
"ParentId": "b9303ef9-1ecf-42ef-a6e6-d53d423e197b",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-03-26T13:05:20.0975375Z",
"PublicationDate": "2026-03-26T13:05:20.0975375Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T13:05:20.0975375Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "4444fc2e-9ee9-4731-8ec7-b6bd63d3a80b",
"publishingoffices": "9ec2f20f-1db1-456d-97eb-4dd482518107",
"events": "cc954d71-2564-49de-8915-36add260ef62",
"targets": "bef0ae8c-90e1-48cb-9e29-12d9f9764116",
"Category": "15a495ca-de80-4001-b7d6-1d6406137a1d",
"imagetypes": "ce33a231-c735-4bee-89b0-f7c57713f68b",
"departmentaltargets": "7a7f7369-14d7-483f-ba6d-0b650bdbbe94",
"stakeholders": "4e75f2c1-ea79-4a43-b22a-a67ca5754acb",
"Tags": "8d3db032-7789-4b0f-81c2-246f67c8bae5",
"healthtopics": "1f517b47-f55f-4831-920d-86ff63b4ea6b",
"targetaudiences": "f03f944d-3328-4bc1-9fca-2eb4af417034",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "764d713e-58c2-4221-8040-f69c1648d0aa",
"ParentId": "b9303ef9-1ecf-42ef-a6e6-d53d423e197b",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add Thumbnail relation to productprofiles item.
POST /api/multimedias/productprofiles({key})/Thumbnail/$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 Thumbnail from productprofiles item.
DELETE /api/multimedias/productprofiles({key})/Thumbnail/$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 Document from productprofiles item.
GET /api/multimedias/productprofiles({key})/Document
| 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 | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Parts | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-03-26T13:05:20.0975375Z",
"PublicationDate": "2026-03-26T13:05:20.0975375Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T13:05:20.0975375Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"healthtopics": "19ac8042-e7a6-4466-b3f6-4d7026d61847",
"targets": "a9898655-70c0-4e70-941f-1f5430417778",
"regionscountries": "4acebb2c-5558-4655-9fd2-c7ecfcd83db1",
"stakeholders": "a6cb7959-c201-4ebd-ad2b-0f47efeac1b4",
"targetaudiences": "1a3c9b1a-7713-44a4-90d5-8d05a5d7acee",
"Category": "66e418bb-c719-4afe-a278-5901e1a07104",
"Tags": "e7adcd33-60d9-4a66-96cc-bfbe0c156ad5",
"departmentaltargets": "5583e112-853c-4865-9d18-e52299424132",
"events": "8fa41c9c-69c0-41f0-afb9-6bdf0db6ae86",
"publishingoffices": "c4bf4f19-fb68-45ba-bce4-bc2f958c23ed",
"Parts": "sample string 25",
"FolderId": "4014a9cf-ead7-4509-bc06-2a92efe5e2d2",
"ParentId": "861e7a44-03d3-48e0-94a8-cf53b3681b9b",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-03-26T13:05:20.0975375Z",
"PublicationDate": "2026-03-26T13:05:20.0975375Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T13:05:20.0975375Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"healthtopics": "19ac8042-e7a6-4466-b3f6-4d7026d61847",
"targets": "a9898655-70c0-4e70-941f-1f5430417778",
"regionscountries": "4acebb2c-5558-4655-9fd2-c7ecfcd83db1",
"stakeholders": "a6cb7959-c201-4ebd-ad2b-0f47efeac1b4",
"targetaudiences": "1a3c9b1a-7713-44a4-90d5-8d05a5d7acee",
"Category": "66e418bb-c719-4afe-a278-5901e1a07104",
"Tags": "e7adcd33-60d9-4a66-96cc-bfbe0c156ad5",
"departmentaltargets": "5583e112-853c-4865-9d18-e52299424132",
"events": "8fa41c9c-69c0-41f0-afb9-6bdf0db6ae86",
"publishingoffices": "c4bf4f19-fb68-45ba-bce4-bc2f958c23ed",
"Parts": "sample string 25",
"FolderId": "4014a9cf-ead7-4509-bc06-2a92efe5e2d2",
"ParentId": "861e7a44-03d3-48e0-94a8-cf53b3681b9b",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
}
]Add Document relation to productprofiles item.
POST /api/multimedias/productprofiles({key})/Document/$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 Document from productprofiles item.
DELETE /api/multimedias/productprofiles({key})/Document/$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.