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": "2025-10-07T20:24:13.8444474Z",
"PublicationDate": "2025-10-07T20:24:13.8444474Z",
"DateCreated": "2025-10-07T20:24:13.8444474Z",
"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": "c37ab8c1-551f-44f2-b105-8fa74b0ad94e",
"ContactEmail": "sample string 14",
"DocumentTitle": "sample string 15",
"diseases": "8efcc239-2bc3-42e9-bbd2-ac97fee3cc7e",
"SampleTypeAndVolume": "sample string 17",
"Published": "2025-10-07T20:24:13.8444474Z",
"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": "54fc90c9-2506-4dec-b73c-201d351d74cc",
"producttypes": "9099d167-39ea-4b0c-9d77-69527da44505",
"publishingoffices": "6e06c117-19e3-4022-9142-1a3690dd64dc",
"authors": "27f8a23c-0f11-4ee7-b6e4-27b7f227ae05",
"OrganizationalTitle": "sample string 29",
"Provider": "sample string 30"
},
{
"LastModified": "2025-10-07T20:24:13.8444474Z",
"PublicationDate": "2025-10-07T20:24:13.8444474Z",
"DateCreated": "2025-10-07T20:24:13.8444474Z",
"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": "c37ab8c1-551f-44f2-b105-8fa74b0ad94e",
"ContactEmail": "sample string 14",
"DocumentTitle": "sample string 15",
"diseases": "8efcc239-2bc3-42e9-bbd2-ac97fee3cc7e",
"SampleTypeAndVolume": "sample string 17",
"Published": "2025-10-07T20:24:13.8444474Z",
"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": "54fc90c9-2506-4dec-b73c-201d351d74cc",
"producttypes": "9099d167-39ea-4b0c-9d77-69527da44505",
"publishingoffices": "6e06c117-19e3-4022-9142-1a3690dd64dc",
"authors": "27f8a23c-0f11-4ee7-b6e4-27b7f227ae05",
"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": "2025-10-07T20:24:13.8444474Z",
"PublicationDate": "2025-10-07T20:24:13.8444474Z",
"DateCreated": "2025-10-07T20:24:13.8444474Z",
"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": "e541330b-3308-40f9-b90a-5996be2fa9ef",
"ContactEmail": "sample string 14",
"DocumentTitle": "sample string 15",
"diseases": "50af14fa-f402-4789-afe1-253a6d01a6fc",
"SampleTypeAndVolume": "sample string 17",
"Published": "2025-10-07T20:24:13.8444474Z",
"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": "6d470693-1048-4245-b5bc-65be0c1804bd",
"producttypes": "89b30ce2-0f45-4f90-a4dd-9fe962725270",
"publishingoffices": "9fb58f7b-7450-4122-bec5-b7a781f80568",
"authors": "492419f7-2cb5-4ffe-b2bd-d7819e7eb33d",
"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": "c1bf6e08-6091-4ac6-86e3-0a3bc7575618"
}
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": "2025-10-07T20:24:13.8444474Z",
"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": "592bc417-543f-4d63-80fa-97be812e76d8",
"ContactEmail": "sample string 11",
"DocumentTitle": "sample string 12",
"diseases": "e40605e6-adfc-4477-bbf5-b9fb693a8bda",
"SampleTypeAndVolume": "sample string 14",
"Published": "2025-10-07T20:24:13.8444474Z",
"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": "2ee5c931-4340-4117-a3a2-b6b15b4d77d7",
"producttypes": "3398fd0e-4c7b-420f-8bdc-40686885d858",
"publishingoffices": "b7eed938-60dc-408e-a7ba-25704439fc9e",
"authors": "7ca47a8b-62b2-472a-84a3-1ead8d735dfe",
"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": "2025-10-07T20:24:13.8444474Z",
"PublicationDate": "2025-10-07T20:24:13.8444474Z",
"DateCreated": "2025-10-07T20:24:13.8444474Z",
"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": "ed2b35d6-ee3e-478b-ab84-28fd8cbed41b",
"ContactEmail": "sample string 14",
"DocumentTitle": "sample string 15",
"diseases": "bc29bd44-bf45-4a94-8f63-baf9c84ebdd9",
"SampleTypeAndVolume": "sample string 17",
"Published": "2025-10-07T20:24:13.8444474Z",
"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": "6ceade85-9838-4924-94c8-ab8248bf0f5a",
"producttypes": "8c723e3a-4f63-4582-97f9-07e21f32e724",
"publishingoffices": "35cdb422-7132-426b-a9bc-7a4b0a7a0eb4",
"authors": "0c7ded64-f558-409c-8159-22ab7ab39d39",
"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": "2025-10-07T20:24:13.8444474Z",
"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": "68ad4a0d-7341-4e1f-b250-62c497cfad13",
"ContactEmail": "sample string 11",
"DocumentTitle": "sample string 12",
"diseases": "709c74c5-4e9c-4f9b-8b3a-70ecb69190d5",
"SampleTypeAndVolume": "sample string 14",
"Published": "2025-10-07T20:24:13.8444474Z",
"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": "30a9b1a1-6ab2-47ed-9f76-8760b4bf5b5e",
"producttypes": "7d01abf1-b58b-4217-a68d-174fe6e27215",
"publishingoffices": "0c12fcaf-e100-4084-9e54-179a9a2a0c9c",
"authors": "f184eb11-b4e3-4e38-bb7e-f604e9e5d4c3",
"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": "2025-10-07T20:24:13.8444474Z",
"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": "db1e166d-96c2-46a2-bf27-71af9652f55d",
"ContactEmail": "sample string 11",
"DocumentTitle": "sample string 12",
"diseases": "4ee5515f-5e8e-4cf2-8f34-e56d85657903",
"SampleTypeAndVolume": "sample string 14",
"Published": "2025-10-07T20:24:13.8444474Z",
"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": "7578eea1-9cb3-4d69-a1c4-997b6c771198",
"producttypes": "673df23f-d08e-4092-8071-7d1af7c22209",
"publishingoffices": "c64ae9f5-33bb-4e6c-9b9f-f540b53103f2",
"authors": "dbe17764-c832-4d11-a374-a3ab138efb81",
"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": "2025-10-07T20:24:13.8444474Z",
"PublicationDate": "2025-10-07T20:24:13.8444474Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:13.8444474Z",
"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": "e78c5c0d-c530-434c-86fa-0fec442e91a1",
"publishingoffices": "75e2a25b-b72a-4494-8530-08244d4df639",
"events": "4c62cb6e-5b01-44a2-a8c7-1e1c8e97f851",
"targets": "782d7173-3881-4c4d-a290-01f9d933a097",
"Category": "b79c8d05-ffcc-43e3-9c22-ea0f5a7f122b",
"imagetypes": "d6845690-25b0-4dcb-af0a-6854f53b1df5",
"departmentaltargets": "b295578c-1a65-49b2-8abe-7858e8256bf0",
"stakeholders": "0359e846-e6d2-4a08-b14f-fe1b4212cf62",
"Tags": "c8c6ce6d-c73e-4ca6-b2ad-ff2ba67f6750",
"healthtopics": "16e2f520-62e4-4ee8-b339-63f6a1c3f9ae",
"targetaudiences": "ad1b16e7-c013-438a-937e-3715d6bbb880",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "8a760304-18fa-46aa-ac32-ff695bd14b6d",
"ParentId": "f88ec338-1bd1-45dc-8113-4bcfb3467daf",
"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": "2025-10-07T20:24:13.8444474Z",
"PublicationDate": "2025-10-07T20:24:13.8444474Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:13.8444474Z",
"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": "e78c5c0d-c530-434c-86fa-0fec442e91a1",
"publishingoffices": "75e2a25b-b72a-4494-8530-08244d4df639",
"events": "4c62cb6e-5b01-44a2-a8c7-1e1c8e97f851",
"targets": "782d7173-3881-4c4d-a290-01f9d933a097",
"Category": "b79c8d05-ffcc-43e3-9c22-ea0f5a7f122b",
"imagetypes": "d6845690-25b0-4dcb-af0a-6854f53b1df5",
"departmentaltargets": "b295578c-1a65-49b2-8abe-7858e8256bf0",
"stakeholders": "0359e846-e6d2-4a08-b14f-fe1b4212cf62",
"Tags": "c8c6ce6d-c73e-4ca6-b2ad-ff2ba67f6750",
"healthtopics": "16e2f520-62e4-4ee8-b339-63f6a1c3f9ae",
"targetaudiences": "ad1b16e7-c013-438a-937e-3715d6bbb880",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "8a760304-18fa-46aa-ac32-ff695bd14b6d",
"ParentId": "f88ec338-1bd1-45dc-8113-4bcfb3467daf",
"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": "2025-10-07T20:24:13.8444474Z",
"PublicationDate": "2025-10-07T20:24:13.8444474Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:13.8444474Z",
"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": "3d2e2166-6bbb-44c0-85cd-d2aa237b4b19",
"targets": "9e468fd7-f580-484b-90a7-0693fd29a4e9",
"regionscountries": "d9077670-dc71-4ef0-ba07-7bc8ab10365c",
"stakeholders": "fc277eb5-5828-484e-a0e0-5fb00ee2d76b",
"targetaudiences": "ebce1a98-eb52-4a0f-871d-0c06c13747ec",
"Category": "5efe826a-f67e-4176-90fa-223d74e04720",
"Tags": "4b883521-fa5e-40b5-9314-b074c52d652a",
"departmentaltargets": "a42bd604-4871-4d14-81df-7a3665bd0238",
"events": "6ddbb29c-bc87-45c2-b3c1-5a5482e7f93a",
"publishingoffices": "2163426a-7fc9-421e-99b9-d99ed8ae1a6d",
"Parts": "sample string 25",
"FolderId": "4f7febc3-11f1-47f9-9d2f-0e3a2ccedfdd",
"ParentId": "e50470e4-6aae-4643-b654-c850869d3198",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2025-10-07T20:24:13.8444474Z",
"PublicationDate": "2025-10-07T20:24:13.8444474Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:13.8444474Z",
"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": "3d2e2166-6bbb-44c0-85cd-d2aa237b4b19",
"targets": "9e468fd7-f580-484b-90a7-0693fd29a4e9",
"regionscountries": "d9077670-dc71-4ef0-ba07-7bc8ab10365c",
"stakeholders": "fc277eb5-5828-484e-a0e0-5fb00ee2d76b",
"targetaudiences": "ebce1a98-eb52-4a0f-871d-0c06c13747ec",
"Category": "5efe826a-f67e-4176-90fa-223d74e04720",
"Tags": "4b883521-fa5e-40b5-9314-b074c52d652a",
"departmentaltargets": "a42bd604-4871-4d14-81df-7a3665bd0238",
"events": "6ddbb29c-bc87-45c2-b3c1-5a5482e7f93a",
"publishingoffices": "2163426a-7fc9-421e-99b9-d99ed8ae1a6d",
"Parts": "sample string 25",
"FolderId": "4f7febc3-11f1-47f9-9d2f-0e3a2ccedfdd",
"ParentId": "e50470e4-6aae-4643-b654-c850869d3198",
"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.