Returns a set of data items of type documents.
GET /api/media/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 | |
| 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-03T13:05:59.5474189Z",
"PublicationDate": "2026-03-03T13:05:59.5474189Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-03T13:05:59.5474189Z",
"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": "c82ca710-034c-4bbb-ac46-d280a1a60dd2",
"targets": "35297f09-864c-4f4a-8465-10f274505abd",
"regionscountries": "4ee38e6d-861d-4b94-b906-c3c66c503c75",
"stakeholders": "a578c374-f5b2-41a4-9260-fb6d35f3e3b4",
"targetaudiences": "3ca40c01-41b5-4c4d-af26-8a242092dbd1",
"Category": "07abf584-f281-4814-b226-4f23b7f17a82",
"Tags": "075eed2c-7b48-4dc6-b782-ca882d02c69c",
"departmentaltargets": "edac0b36-4489-4352-a3f4-abdb5cece4e8",
"events": "250fdfcf-10d5-4eb9-90c6-cfc4ef92f9a9",
"publishingoffices": "0fa06d13-0ae9-4635-9eaf-ddf94f539ac8",
"Parts": "sample string 25",
"FolderId": "b04ff8f5-b9a3-423b-a518-160fad8f5a46",
"ParentId": "5d9f76f7-e51d-43f2-9517-407717b2dd4e",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-03-03T13:05:59.5474189Z",
"PublicationDate": "2026-03-03T13:05:59.5474189Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-03T13:05:59.5474189Z",
"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": "c82ca710-034c-4bbb-ac46-d280a1a60dd2",
"targets": "35297f09-864c-4f4a-8465-10f274505abd",
"regionscountries": "4ee38e6d-861d-4b94-b906-c3c66c503c75",
"stakeholders": "a578c374-f5b2-41a4-9260-fb6d35f3e3b4",
"targetaudiences": "3ca40c01-41b5-4c4d-af26-8a242092dbd1",
"Category": "07abf584-f281-4814-b226-4f23b7f17a82",
"Tags": "075eed2c-7b48-4dc6-b782-ca882d02c69c",
"departmentaltargets": "edac0b36-4489-4352-a3f4-abdb5cece4e8",
"events": "250fdfcf-10d5-4eb9-90c6-cfc4ef92f9a9",
"publishingoffices": "0fa06d13-0ae9-4635-9eaf-ddf94f539ac8",
"Parts": "sample string 25",
"FolderId": "b04ff8f5-b9a3-423b-a518-160fad8f5a46",
"ParentId": "5d9f76f7-e51d-43f2-9517-407717b2dd4e",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
}
]Gets documents item by id.
GET /api/media/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 | |
| 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-03T13:05:59.5474189Z",
"PublicationDate": "2026-03-03T13:05:59.5474189Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-03T13:05:59.5474189Z",
"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": "4785c88f-7d4a-4607-bb8f-b518ba6fd113",
"targets": "3d6b5917-4ec9-4489-b5f3-14f0bf9abe4b",
"regionscountries": "9b9db2ce-a388-4376-8217-bc4ebbead3d8",
"stakeholders": "234aa52f-8126-4a77-82ce-6341dc201ec3",
"targetaudiences": "e2d11335-e1de-45d6-9006-088016a4cf5e",
"Category": "372b10e5-eaad-4987-9bee-321bbb53e272",
"Tags": "d10a437c-5f6a-4f9c-9a49-cbb295708bac",
"departmentaltargets": "987c7d3b-0986-49c0-b905-b42df1c25b7a",
"events": "fe4f1085-9b35-4bff-b244-1dd6270e57e4",
"publishingoffices": "84943c20-a67d-4c12-90e6-eddef08aae45",
"Parts": "sample string 25",
"FolderId": "f3e898c3-717d-436e-8a3e-5d3e1ff74234",
"ParentId": "d7a67fd0-5abd-4d09-8944-7cf957d783d7",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
}Gets Id property from documents item.
GET /api/media/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": "37ae6abd-29bb-40fa-8090-bfcf37eb54f5"
}Creates a documents item.
POST /api/media/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 | |
| 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-03-03T13:05:59.5474189Z",
"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": "28545304-49f8-4e9c-8dd7-51189ccc5d04",
"targets": "55728c12-7bee-4533-a790-5eeb28891dc4",
"regionscountries": "535f75cb-ee45-4ca3-9d08-be1ec893db3a",
"stakeholders": "06dc1a31-084a-47f2-925f-355fdab2e6ab",
"targetaudiences": "03bcf11f-afda-4db2-b5e7-bc11690a4bd4",
"Category": "9b618828-f7f3-419a-9fac-4b33368d5fbb",
"Tags": "35fcc4f0-dd6e-4ce4-a6e6-b8d0fde5622f",
"departmentaltargets": "0b0e039a-c295-4647-a874-f82b293b1216",
"events": "d27d6a92-7f6f-4206-88b9-0169d3901258",
"publishingoffices": "5850f46f-bb3f-49dd-854e-7788f187b029",
"Parts": "sample string 19",
"FolderId": "3b55cf53-3577-4317-938f-5e1028233ef1",
"ParentId": "b698bdfd-2d0b-4c5f-9e64-847bfd620196"
}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 | |
| 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-03T13:05:59.5474189Z",
"PublicationDate": "2026-03-03T13:05:59.5474189Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-03T13:05:59.5474189Z",
"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": "14e7017c-904b-48cf-b30a-29b702b379dd",
"targets": "a8fa3a60-8710-4317-b9c2-c4a8bcd8b41a",
"regionscountries": "20b1fae3-6fb8-4eec-9944-0e35f73e7e16",
"stakeholders": "7f4f1318-9cf3-42d4-8878-71a8d5a54ebc",
"targetaudiences": "882570d0-d554-4916-ab55-8a168a6fba61",
"Category": "399e8f9e-7c45-4d8e-a8d0-9a1fc662c2c8",
"Tags": "5583935f-180e-484c-b18e-b674cd5e5e2d",
"departmentaltargets": "a1ccf6a7-5e87-43b3-981a-a6f298e9cf97",
"events": "4fb7f143-3cc7-4ecf-9937-8915c65e5eee",
"publishingoffices": "7cef7dee-82d6-4258-9ed6-2c007404c034",
"Parts": "sample string 25",
"FolderId": "2c2b4b98-a7b0-46cd-bb0f-60fd57f0c831",
"ParentId": "c40bd73c-fea1-4842-a974-f85ecc05253a",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
}Partial update for documents item.
PATCH /api/media/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 | |
| 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-03-03T13:05:59.5474189Z",
"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": "824535f1-7c54-4107-8886-7058e17df925",
"targets": "c4b20863-e00b-47fe-ab23-c8c303b0714c",
"regionscountries": "b5fcd064-10f6-464c-bcdb-ffc1da39075c",
"stakeholders": "bf3e3b42-cdb3-466a-b0b3-1cbef3cabb83",
"targetaudiences": "04575dd8-26a2-4a2d-9657-019b0a9d790d",
"Category": "25f7f96d-4958-49f6-b0c9-8552efbe7d91",
"Tags": "966ac142-d93a-4935-9264-f99f6ce26e96",
"departmentaltargets": "d096b305-9a9b-40b9-94b2-75c20625a8fc",
"events": "d3109582-5f7d-404a-bbc8-83594ee63df2",
"publishingoffices": "bc83203f-4459-4480-accf-76ab0fee35be",
"Parts": "sample string 19",
"FolderId": "a0964d90-bd74-4a81-aa9e-89d5210dfb62",
"ParentId": "24010608-56ad-48fe-a2ee-9945650596f6"
}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/media/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 | |
| 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-03-03T13:05:59.5474189Z",
"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": "ae6d785a-96bd-430f-b9bb-54b0d45208bf",
"targets": "be949a8a-0c0f-432b-b82e-6cd3927512ff",
"regionscountries": "1ffa115f-8f9f-4d27-9f05-ed56f22b0312",
"stakeholders": "bd7b7836-c7bb-40e9-bbfc-8949487fade0",
"targetaudiences": "4047b332-aba6-4325-9f13-6ea933b18363",
"Category": "fd465625-10a9-4176-b401-cac233f91f91",
"Tags": "e1102f6e-2d18-4d45-b51f-cfbbf8247bda",
"departmentaltargets": "37d842c5-fadb-4a0d-aea5-dd639c70d910",
"events": "6fe411e0-ea3e-4675-bf10-ed8ddbb66882",
"publishingoffices": "9ebb874d-6be0-4d32-aee8-adfe50c7cb6b",
"Parts": "sample string 19",
"FolderId": "a4aae48f-cc91-44e0-bea6-6a47f559cd61",
"ParentId": "ac5a9225-ce3f-43c6-bb59-99c395f16684"
}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/media/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/media/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-03-03T13:05:59.5474189Z",
"PublicationDate": "2026-03-03T13:05:59.5474189Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-03T13:05:59.5474189Z",
"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": "76f53d1e-6fb9-4343-a10b-b1a9dfcc91e6",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "bf2ba2e1-da9d-404a-bfbe-61cb98f647ef",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T13:05:59.5474189+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
},
{
"LastModified": "2026-03-03T13:05:59.5474189Z",
"PublicationDate": "2026-03-03T13:05:59.5474189Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-03T13:05:59.5474189Z",
"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": "76f53d1e-6fb9-4343-a10b-b1a9dfcc91e6",
"ThumbnailProfiles": "sample string 17",
"AllowComments": true,
"ParentId": "bf2ba2e1-da9d-404a-bfbe-61cb98f647ef",
"Provider": "sample string 20",
"ChildrenCount": 21,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T13:05:59.5474189+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Breadcrumb": null
}
]Add Parent relation to documents item.
POST /api/media/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/media/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.