Returns a set of data items of type documents.
GET /api/multimedias/documents
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 | |
| 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 | |
| JoomlaArticleId | System.String | 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-08-08T01:19:19.1971734Z",
"PublicationDate": "2026-08-08T01:19:19.1971734Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-08T01:19:19.1971734Z",
"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": "874d0a65-eaa9-4812-bc3e-21cfb769f1b9",
"targets": "fadb1c0a-c31a-42b2-aebc-e1482a7d9b3d",
"regionscountries": "d9d2897f-96b5-4412-8803-b0ce258e7d68",
"stakeholders": "dbd7214d-fc82-4548-939c-b0cd470c1746",
"targetaudiences": "afee27c4-f99a-46d1-8242-a7348bfa0831",
"JoomlaArticleId": "sample string 20",
"Category": "a9f44491-cd94-45ac-9275-570dab837fca",
"Tags": "1c243d1a-16b1-4c20-a063-7d23af30b6a5",
"departmentaltargets": "f68e237e-eaf9-4700-9920-19727948a977",
"events": "db18857d-8cf7-4294-95b7-b1ddb91576d2",
"publishingoffices": "a7f5e586-eca1-45b6-ab38-fcf7b1072c0d",
"Parts": "sample string 26",
"FolderId": "c6283ba1-1d3b-4afb-9ad4-65306ad8abd0",
"ParentId": "ba5b2554-2dd4-4d49-b74c-fddb331a97f8",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
},
{
"LastModified": "2026-08-08T01:19:19.1971734Z",
"PublicationDate": "2026-08-08T01:19:19.1971734Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-08T01:19:19.1971734Z",
"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": "874d0a65-eaa9-4812-bc3e-21cfb769f1b9",
"targets": "fadb1c0a-c31a-42b2-aebc-e1482a7d9b3d",
"regionscountries": "d9d2897f-96b5-4412-8803-b0ce258e7d68",
"stakeholders": "dbd7214d-fc82-4548-939c-b0cd470c1746",
"targetaudiences": "afee27c4-f99a-46d1-8242-a7348bfa0831",
"JoomlaArticleId": "sample string 20",
"Category": "a9f44491-cd94-45ac-9275-570dab837fca",
"Tags": "1c243d1a-16b1-4c20-a063-7d23af30b6a5",
"departmentaltargets": "f68e237e-eaf9-4700-9920-19727948a977",
"events": "db18857d-8cf7-4294-95b7-b1ddb91576d2",
"publishingoffices": "a7f5e586-eca1-45b6-ab38-fcf7b1072c0d",
"Parts": "sample string 26",
"FolderId": "c6283ba1-1d3b-4afb-9ad4-65306ad8abd0",
"ParentId": "ba5b2554-2dd4-4d49-b74c-fddb331a97f8",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
}
]Gets documents item by id.
GET /api/multimedias/documents({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 | |
| 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 | |
| JoomlaArticleId | System.String | 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-08-08T01:19:19.1971734Z",
"PublicationDate": "2026-08-08T01:19:19.1971734Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-08T01:19:19.1971734Z",
"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": "526ef628-c949-4067-9fe4-03d8a7ba6859",
"targets": "5cfaa8d2-420b-4a1e-872b-d9802a895f7f",
"regionscountries": "042eb54b-6799-4405-9d68-e61b52946687",
"stakeholders": "24d69ba6-d500-4d5c-8324-993a97609c51",
"targetaudiences": "d5613ba3-ac68-438d-b000-15e29bb998bd",
"JoomlaArticleId": "sample string 20",
"Category": "6df40f4b-0fd4-4be4-b350-49ddc4033e58",
"Tags": "fa5025fb-88ca-4410-b9fc-f939411c5ada",
"departmentaltargets": "58a7eb2d-92b9-411e-a60c-f96e9cc9493c",
"events": "a1ada3e0-b834-4b07-a537-d2076cb7245f",
"publishingoffices": "69c71bbe-6d7c-4d0c-ac87-4834d2e5b62f",
"Parts": "sample string 26",
"FolderId": "7633551a-9da2-4832-ab59-56bddced1be5",
"ParentId": "f5b5f08c-e6f6-4b11-96c5-d4ce28ebd611",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
}Gets Id property from documents item.
GET /api/multimedias/documents({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": "dacc5eb5-9c0e-4718-8a62-009b90e70159"
}Creates a documents item.
POST /api/multimedias/documents
None
| 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 | |
| JoomlaArticleId | System.String | 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
{
"PublicationDate": "2026-08-08T01:19:19.1971734Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"Author": "sample string 8",
"healthtopics": "79d7c482-361e-4de9-a6d5-fac75af70d5f",
"targets": "3b6f3211-2d0a-4b41-b638-944f1a9394a4",
"regionscountries": "156cb483-f9f1-4074-b440-77ee6ad8b444",
"stakeholders": "57ecb2e8-d243-4596-bdcc-8a34a5b7ec48",
"targetaudiences": "827ed787-a049-49a7-89e2-26f797e64848",
"JoomlaArticleId": "sample string 14",
"Category": "c3bf0dfa-7ef3-4d1b-be4c-d33459b7a210",
"Tags": "f48417e4-7bce-4dce-b74d-c85475b4fe3e",
"departmentaltargets": "a76b8afd-7537-43f9-a949-592fc01ddb81",
"events": "d72731f1-4623-4e85-ae80-25900a040cb5",
"publishingoffices": "460298e7-aaa7-40df-a578-849118ad291d",
"Parts": "sample string 20",
"FolderId": "e215bb16-b464-4f4c-921a-5b38ffdbc0c4",
"ParentId": "d9f62a7b-275d-45e2-8c41-5230d6d44037"
}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 | |
| 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 | |
| JoomlaArticleId | System.String | 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-08-08T01:19:19.1971734Z",
"PublicationDate": "2026-08-08T01:19:19.1971734Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-08T01:19:19.1971734Z",
"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": "bd14e97e-e761-4bed-9a6d-9cb62f0c2bb3",
"targets": "da4052ee-80f1-4ae4-8e6a-bc295543a3ad",
"regionscountries": "b9bbe515-e5eb-4cee-bfe8-ec16994fa56a",
"stakeholders": "9e9dd729-2808-4d6e-8f9e-18c7d57083a8",
"targetaudiences": "9e675342-a261-4650-a1ae-2c8551570b06",
"JoomlaArticleId": "sample string 20",
"Category": "b99e4119-f394-4118-b5b1-dc38af12fcb1",
"Tags": "74b4f8fa-bc20-4d37-8f0f-e055fc92d3f2",
"departmentaltargets": "7808cc70-ad99-43c4-978b-51dc23822d5d",
"events": "a58b7b51-09fe-4b3c-af81-f8261aeb21c7",
"publishingoffices": "a1c054ca-c8aa-4081-913a-774982e7dc77",
"Parts": "sample string 26",
"FolderId": "0841939c-c467-465e-8ae0-30b8ba007016",
"ParentId": "c9e06538-c318-4fbd-8ade-840a44f15e5d",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
}Partial update for documents item.
PATCH /api/multimedias/documents({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 | |
| 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 | |
| JoomlaArticleId | System.String | 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
{
"PublicationDate": "2026-08-08T01:19:19.1971734Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"Author": "sample string 8",
"healthtopics": "7679e80d-f5a3-41ad-abf9-2915992a3718",
"targets": "a8ff0580-f869-4369-99d5-4e74ccacd301",
"regionscountries": "3cfc9ae3-a336-4f89-b3bf-aa1b5052a832",
"stakeholders": "f2bf3d71-ad01-422f-951e-111110014e95",
"targetaudiences": "1753c6d5-0e86-4de7-88e5-587014c6356a",
"JoomlaArticleId": "sample string 14",
"Category": "da098a50-867f-49b5-b44a-fd7ad5c202c7",
"Tags": "de64831d-204b-4bb1-b9e6-9ff624b36494",
"departmentaltargets": "f04ca08f-d9e3-4ba1-97ee-32e91d24a847",
"events": "5f665d59-c41c-4462-b5aa-0aa0b2598561",
"publishingoffices": "3e00ab2f-4966-44e0-8563-d47dfff05569",
"Parts": "sample string 20",
"FolderId": "9e55e3f5-2aad-4dde-941f-f2ebdbc1cdd4",
"ParentId": "692b9978-acf5-4992-a46e-ec0af8a7d4fc"
}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 documents item.
PUT /api/multimedias/documents({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 | |
| 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 | |
| JoomlaArticleId | System.String | 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
{
"PublicationDate": "2026-08-08T01:19:19.1971734Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"Author": "sample string 8",
"healthtopics": "47fa72ae-ac6f-41a4-bcad-f8af1be67a6d",
"targets": "59ecd21f-f08d-4615-95c7-94cf1b9643ea",
"regionscountries": "bbd1244c-8713-4d68-98bc-25e1132dbf29",
"stakeholders": "d92db2eb-c943-46d8-8c1e-a1c965bdea96",
"targetaudiences": "a95edb78-8ea0-4936-817f-a4face522e91",
"JoomlaArticleId": "sample string 14",
"Category": "b4170c9f-5760-43ff-9d74-be01f862fda3",
"Tags": "538d79f8-e349-4cc8-bad6-0b920dd41051",
"departmentaltargets": "ab120174-bf17-4d04-8568-746912a38d4d",
"events": "3da801d4-9256-4836-8237-fa6fd1621b95",
"publishingoffices": "a3f169a7-58b1-489d-8ba1-32ba023426c5",
"Parts": "sample string 20",
"FolderId": "d8c4f932-ecb0-45d9-a29e-fceb1f1f2fd6",
"ParentId": "d9c31ab4-28ca-4de0-8adf-eb42e39e158f"
}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 documents item by Id.
DELETE /api/multimedias/documents({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 Parent from documents item.
GET /api/multimedias/documents({key})/Parent
| 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 | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| MaxSize | System.Int64 | Read only: False | |
| MaxItemSize | System.Int64 | Read only: False | |
| BlobStorageProvider | System.String | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| ClientCacheProfile | System.String | Read only: False | |
| ExcludeFromSiteSearch | System.Boolean | Read only: False | |
| CoverId | System.Guid | Read only: False | |
| ThumbnailProfiles | System.String | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| ChildrenCount | System.Int32 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
| Breadcrumb | Telerik.Sitefinity.Web.Services.Extensibility.BreadcrumbItem | Read only: True |
application/json
[
{
"LastModified": "2026-08-08T01:19:19.1971734Z",
"PublicationDate": "2026-08-08T01:19:19.1971734Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-08T01:19:19.1971734Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"MaxSize": 10,
"MaxItemSize": 11,
"BlobStorageProvider": "sample string 12",
"OutputCacheProfile": "sample string 13",
"ClientCacheProfile": "sample string 14",
"ExcludeFromSiteSearch": true,
"CoverId": "e7ac5e1b-5ae5-4b35-ab28-9560af8baca1",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "ff3edbed-ced9-4f08-ac36-dbd6fc247b46",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T01:19:19.1971734+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-08-08T01:19:19.1971734Z",
"PublicationDate": "2026-08-08T01:19:19.1971734Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-08T01:19:19.1971734Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"MaxSize": 10,
"MaxItemSize": 11,
"BlobStorageProvider": "sample string 12",
"OutputCacheProfile": "sample string 13",
"ClientCacheProfile": "sample string 14",
"ExcludeFromSiteSearch": true,
"CoverId": "e7ac5e1b-5ae5-4b35-ab28-9560af8baca1",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "ff3edbed-ced9-4f08-ac36-dbd6fc247b46",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T01:19:19.1971734+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
}
]Add Parent relation to documents item.
POST /api/multimedias/documents({key})/Parent/$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 Parent from documents item.
DELETE /api/multimedias/documents({key})/Parent/$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.