Returns a set of data items of type documents.
GET /api/resultsreport/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-06-27T14:50:30.1458565Z",
"PublicationDate": "2026-06-27T14:50:30.1458565Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T14:50:30.1458565Z",
"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": "1430ddd3-89af-42a5-b42e-b13f38bf7a65",
"targets": "a467f863-0e45-449d-ac9c-ed6e74f7dada",
"regionscountries": "82721c2d-b683-4ac4-9d50-1890659e4ca7",
"stakeholders": "ecce8b15-2e84-482a-898a-ab3c0d48ea45",
"targetaudiences": "4dab4ea2-8971-4872-a406-4538f668ac28",
"Category": "e26cafea-8299-493c-81f6-11e476891d24",
"Tags": "65b4a60b-da94-4c4f-a227-39ebc97dfd7a",
"departmentaltargets": "09bd9ff3-a352-440c-8a7b-d3d57ad5223e",
"events": "53e44cf8-d759-41b8-b9e7-9949c1a584ab",
"publishingoffices": "d8ab7dc3-c1ec-483e-8159-44b931c6dbfa",
"Parts": "sample string 25",
"FolderId": "df6dd03e-74fb-4c4b-b99b-d7dd200a4bd2",
"ParentId": "688c2dd8-66a4-4090-93e3-192f168d8b00",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-06-27T14:50:30.1458565Z",
"PublicationDate": "2026-06-27T14:50:30.1458565Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T14:50:30.1458565Z",
"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": "1430ddd3-89af-42a5-b42e-b13f38bf7a65",
"targets": "a467f863-0e45-449d-ac9c-ed6e74f7dada",
"regionscountries": "82721c2d-b683-4ac4-9d50-1890659e4ca7",
"stakeholders": "ecce8b15-2e84-482a-898a-ab3c0d48ea45",
"targetaudiences": "4dab4ea2-8971-4872-a406-4538f668ac28",
"Category": "e26cafea-8299-493c-81f6-11e476891d24",
"Tags": "65b4a60b-da94-4c4f-a227-39ebc97dfd7a",
"departmentaltargets": "09bd9ff3-a352-440c-8a7b-d3d57ad5223e",
"events": "53e44cf8-d759-41b8-b9e7-9949c1a584ab",
"publishingoffices": "d8ab7dc3-c1ec-483e-8159-44b931c6dbfa",
"Parts": "sample string 25",
"FolderId": "df6dd03e-74fb-4c4b-b99b-d7dd200a4bd2",
"ParentId": "688c2dd8-66a4-4090-93e3-192f168d8b00",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
}
]Gets documents item by id.
GET /api/resultsreport/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-06-27T14:50:30.1458565Z",
"PublicationDate": "2026-06-27T14:50:30.1458565Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T14:50:30.1458565Z",
"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": "2448d8c5-47ae-40b9-808c-dbfe43e32538",
"targets": "4ed7fbeb-7ac0-4cb8-a3a0-988025848a87",
"regionscountries": "9e9aa486-cc00-4f71-9bcb-93b2d4431335",
"stakeholders": "cf57dde4-09a3-4475-9f14-eced07bd07a5",
"targetaudiences": "7da93540-ec7c-4882-ad42-38812d494822",
"Category": "2d887cd1-5ad6-4748-8367-e9c2c6e1046d",
"Tags": "e67e120c-c2d5-40d9-8442-7f4d2e175c24",
"departmentaltargets": "d67760e6-b68e-4a9e-a3d6-b1e09523833e",
"events": "fb7ca5fc-bb8f-4930-94fb-31bdbd95798e",
"publishingoffices": "0f03630a-b052-4f49-8516-a1b2d72a4b6d",
"Parts": "sample string 25",
"FolderId": "5262cfaa-b6ab-445c-92ec-48c246459477",
"ParentId": "62ef0955-8cd9-415a-bc82-8b55ee75284a",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
}Gets Id property from documents item.
GET /api/resultsreport/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": "4d651d3d-f1bf-4ab2-9e80-0ae662d4bb3e"
}Creates a documents item.
POST /api/resultsreport/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-06-27T14:50:30.1458565Z",
"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": "09d3c86e-edcc-48eb-a9c9-ac444b80a95d",
"targets": "e2bf42c1-6207-486c-9765-6d532a59dd99",
"regionscountries": "1515aee0-44a3-4ac6-a5b6-a7b57bb6f5da",
"stakeholders": "c6fbe100-a018-4bbb-8ff6-f4804da70a80",
"targetaudiences": "8924ffe5-69ca-4281-a2fa-3641d998c335",
"Category": "6660a7a1-2573-4dff-9aa5-e2adfbf46a62",
"Tags": "700f40fc-5d55-4085-8438-aafe17cf59d2",
"departmentaltargets": "15b737ed-4b38-42a1-90c7-9ba6e2ec0cdf",
"events": "5cd8011b-7083-4a95-8f3c-056060029de6",
"publishingoffices": "4eb0ca02-20e9-4fdf-8deb-0f81c9b13e2b",
"Parts": "sample string 19",
"FolderId": "8e038314-43d7-4165-bd54-3a84e5740578",
"ParentId": "a8c94e13-269e-499e-84fa-7f722d50b5ad"
}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-06-27T14:50:30.1458565Z",
"PublicationDate": "2026-06-27T14:50:30.1458565Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T14:50:30.1458565Z",
"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": "017223db-1885-4b57-bfd6-67e7fd874e48",
"targets": "389739c7-dd82-4132-8923-ebd2ef3e3635",
"regionscountries": "abd8b716-e7b8-4e73-afd7-0f2af06a1fb0",
"stakeholders": "67998d2a-79f3-44e4-aed0-ef22e4c741ac",
"targetaudiences": "5a14d7d0-f07b-46c9-8993-ad02e95ec171",
"Category": "1936aa49-1bf3-4f11-ba0e-b7281be09d9d",
"Tags": "a6ec4c7a-45bf-4427-819e-df2c74f304a5",
"departmentaltargets": "67ffe849-03db-42da-8421-a05f8a875804",
"events": "6bebc77c-83f0-47eb-8d3c-c4c47fb33c4a",
"publishingoffices": "f8f36ad4-ac20-48a4-a61a-e47c3e2392b6",
"Parts": "sample string 25",
"FolderId": "292aff09-23d9-48ae-9b99-a506f59ac5d9",
"ParentId": "65341c7f-5126-4dd9-a5d3-cc9b6d9fa575",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
}Partial update for documents item.
PATCH /api/resultsreport/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-06-27T14:50:30.1458565Z",
"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": "a5162ad3-fc8c-4d08-bcfa-24a55c7eafa9",
"targets": "a48514e1-7dd7-4086-b8b9-2e84c97340bc",
"regionscountries": "f77866f0-ad9e-4c45-8811-13dba9688849",
"stakeholders": "eaf580ec-1641-4b07-b94d-c3a90f25485c",
"targetaudiences": "f4008f0f-024b-4f71-8c76-264b55964fb0",
"Category": "0a1fc1f1-1839-49af-a34a-1ff34705851c",
"Tags": "06b6588b-216f-43a2-9847-1daf0c8c945c",
"departmentaltargets": "bbd6ba05-3556-4f44-9827-39c82c295278",
"events": "b5c28ff5-a33b-4cb1-a2ba-8069d5304c3e",
"publishingoffices": "2534d27c-e889-45bf-86ee-525a62e8c9e3",
"Parts": "sample string 19",
"FolderId": "c534d6b0-3f14-44d4-a7ca-8c3a6f708dc4",
"ParentId": "2f2e1fbb-31f9-44f6-ad1f-2b92271b1557"
}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/resultsreport/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-06-27T14:50:30.1458565Z",
"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": "20292764-c258-4849-9380-32574dd58fbf",
"targets": "fa130c6e-3728-4fb0-befd-70223053a2c7",
"regionscountries": "9f9f477a-976c-4cb0-81c1-a66de4abc033",
"stakeholders": "1682261e-8351-4e67-9477-7df75f7a82c1",
"targetaudiences": "3b82feb4-8d48-4197-87ae-a562a42b7c2b",
"Category": "3720b664-a84c-4d96-986d-0538f095104f",
"Tags": "7badd713-55d2-487e-9839-efa2557ada00",
"departmentaltargets": "dddf4196-6550-47c1-a4b2-6fb7df1cc83c",
"events": "d7e20c0b-7cef-4c9c-8f68-becef8ac8e57",
"publishingoffices": "b53ba53c-8233-477d-966b-f4b0a8c89dac",
"Parts": "sample string 19",
"FolderId": "15b46b48-4d77-4140-8dfc-4e116174339f",
"ParentId": "a7c04634-f16f-4701-9311-8a3488b614d1"
}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/resultsreport/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.