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-03-27T00:08:33.1614464Z",
"PublicationDate": "2026-03-27T00:08:33.1614464Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-27T00:08:33.1614464Z",
"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": "2ab1fb6d-a24d-418d-adeb-705f020a2a3c",
"targets": "abe8bb00-f49c-4b1b-a579-22dbc392217f",
"regionscountries": "da318f83-64dc-47bf-8358-61b2c1d66be3",
"stakeholders": "6a81d112-5006-4a59-a823-2e0e7d5afebf",
"targetaudiences": "bab2ad80-b801-4264-bacc-aaec34554209",
"Category": "9185284d-0a33-4a59-bfd0-75b7025ca7f2",
"Tags": "6fc5ab57-34fb-4324-82f5-3cf49e7bfece",
"departmentaltargets": "e0b9e448-6779-4847-bdad-a578944f5310",
"events": "61c9cc1d-e6ee-470e-a6e4-520a0c406d33",
"publishingoffices": "1129fdcd-0514-4850-aa10-ed83c5617f6c",
"Parts": "sample string 25",
"FolderId": "564da8cc-2d7f-4c93-8d82-75eb6bc607fd",
"ParentId": "b69beae8-5136-45ed-8019-c15c0ed061da",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-03-27T00:08:33.1614464Z",
"PublicationDate": "2026-03-27T00:08:33.1614464Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-27T00:08:33.1614464Z",
"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": "2ab1fb6d-a24d-418d-adeb-705f020a2a3c",
"targets": "abe8bb00-f49c-4b1b-a579-22dbc392217f",
"regionscountries": "da318f83-64dc-47bf-8358-61b2c1d66be3",
"stakeholders": "6a81d112-5006-4a59-a823-2e0e7d5afebf",
"targetaudiences": "bab2ad80-b801-4264-bacc-aaec34554209",
"Category": "9185284d-0a33-4a59-bfd0-75b7025ca7f2",
"Tags": "6fc5ab57-34fb-4324-82f5-3cf49e7bfece",
"departmentaltargets": "e0b9e448-6779-4847-bdad-a578944f5310",
"events": "61c9cc1d-e6ee-470e-a6e4-520a0c406d33",
"publishingoffices": "1129fdcd-0514-4850-aa10-ed83c5617f6c",
"Parts": "sample string 25",
"FolderId": "564da8cc-2d7f-4c93-8d82-75eb6bc607fd",
"ParentId": "b69beae8-5136-45ed-8019-c15c0ed061da",
"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-03-27T00:08:33.1614464Z",
"PublicationDate": "2026-03-27T00:08:33.1614464Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-27T00:08:33.1614464Z",
"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": "d26c7217-24ae-489c-b2b7-7dd3f5efb814",
"targets": "d18ba691-5efe-422d-9909-ee86669b5d9a",
"regionscountries": "cf4b6997-5438-4439-a95d-aca3706b56e2",
"stakeholders": "d5aac5b8-0168-4a03-83b5-a2b5d5ba7b22",
"targetaudiences": "f9bc6344-8536-4fe5-934a-d34cc66fe1bb",
"Category": "b2c09355-9fab-4464-8831-1f0d37919f32",
"Tags": "4a8bdc81-dad4-4a3f-9bbb-3f909ea1412c",
"departmentaltargets": "58c8fd14-d215-4060-9098-64f86d8e123d",
"events": "aed6c8e2-e28c-422f-a354-29fbfd8509b0",
"publishingoffices": "09c12a39-0a51-4113-af5f-c9069a4350ce",
"Parts": "sample string 25",
"FolderId": "c9c561b6-820c-4d0e-ad89-4376bc18268e",
"ParentId": "e0677dfe-89a9-4fe5-9c34-47e7d9ae6992",
"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": "8d115127-74a6-4d60-b3da-5275ad22565b"
}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-03-27T00:08:33.1614464Z",
"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": "730bbf10-d464-43c3-94ea-08da29e5b321",
"targets": "f57cbd98-db41-4017-a924-25c7edb49b0b",
"regionscountries": "cac4f83e-e159-4f24-ad72-19b471a952a6",
"stakeholders": "aeff6325-85a2-49a5-8a9b-12dc570717de",
"targetaudiences": "93f2eb7b-513a-4745-93c4-ec4eb61c8b58",
"Category": "932213c4-6f04-41fd-ab16-bdcd1e566c17",
"Tags": "eeea30fc-e8c0-46a9-9358-1f515f9d31f0",
"departmentaltargets": "9bed5492-94d6-4c7f-a100-bdbb46923b3c",
"events": "5fbbb27f-2518-48ca-ad5d-fa7fd310f62f",
"publishingoffices": "9a48e1bb-9094-476b-9b9b-6846ee6c6f7e",
"Parts": "sample string 19",
"FolderId": "fc3ec39f-89e8-4fee-a554-4297d070a1f9",
"ParentId": "fbcfbdc6-b4a9-41cb-926b-ccf8aff7c9d5"
}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-27T00:08:33.1614464Z",
"PublicationDate": "2026-03-27T00:08:33.1614464Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-27T00:08:33.1614464Z",
"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": "9ed18f1a-b19f-446a-9d39-d97d381a3714",
"targets": "000e2445-9c50-476b-bc55-92e785b4a785",
"regionscountries": "e5d0c5e3-be44-4272-8736-31c4ba627699",
"stakeholders": "84c7c9bf-b2f4-4a16-91c5-ab2fb3e3911f",
"targetaudiences": "07966014-5a6c-496b-aac9-32a9c2db0afd",
"Category": "15a4c8b7-a40d-4064-8b81-cc60fa8c51a8",
"Tags": "f2f1e348-4d4b-4b03-8fe5-7887563b9913",
"departmentaltargets": "e0b5cc1a-e34a-452a-8f07-d5365876cff3",
"events": "cf1acb90-b9d0-4287-a0c8-e709ebdf333e",
"publishingoffices": "b137fe0c-edad-4ce2-a770-ad607f14d734",
"Parts": "sample string 25",
"FolderId": "98318d0f-b570-4a75-9a74-c646ab8ecf1a",
"ParentId": "a9b15b21-aa58-4de5-a344-69c4403e31f1",
"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-03-27T00:08:33.1614464Z",
"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": "4c770bca-6bba-4042-a21e-078f20fcf95b",
"targets": "a711f00f-5ba3-424c-89fa-2c15dcf90444",
"regionscountries": "f558f3c9-4ed7-464d-8a86-26aa34861f0b",
"stakeholders": "0c6fcbbe-2ed6-48ff-ba7b-4abab54615ea",
"targetaudiences": "d6b3b5c8-a41a-4195-9036-51eabb42ee4d",
"Category": "9d0b831b-1995-428b-b1d8-6ad43817e9d0",
"Tags": "f059da96-c502-4950-bfa2-2cade6b13381",
"departmentaltargets": "2ffe670d-8c0f-4f5c-bf63-c16bcb1814f0",
"events": "ed4944f8-188d-48cc-bc0e-86a288e713b6",
"publishingoffices": "a336bfae-79ea-47fd-bb9d-edf8f385803c",
"Parts": "sample string 19",
"FolderId": "457e198e-0b05-4663-b152-645d135417b1",
"ParentId": "51eddf79-d7a9-4d07-8d52-0d1519509441"
}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-03-27T00:08:33.1614464Z",
"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": "227ff06f-4162-4279-a9ce-fc1b47c4edc4",
"targets": "5cb5c5e2-365d-4b6f-8310-684da72b9d94",
"regionscountries": "22437647-f7d8-4f0f-9546-816e5c7f0012",
"stakeholders": "4ca73088-41b4-4018-b172-d493d840dd33",
"targetaudiences": "9b1b603d-2129-4973-81bb-c8466c86c9fa",
"Category": "6561ad9c-36ae-44df-8e70-25873f1af979",
"Tags": "486dce5a-31b8-4bc8-a11b-11fed38f4808",
"departmentaltargets": "2f5ae51b-b1ab-45ca-8e85-5734effdb7cd",
"events": "ca43ddce-3e55-4241-83c3-2da15481ce7e",
"publishingoffices": "681c792b-ac47-4c90-a551-7884eb17b2b5",
"Parts": "sample string 19",
"FolderId": "f81a2f95-e7e4-40ea-8f3f-0df51af07dab",
"ParentId": "b007518a-8c6c-40b7-b840-531f7a3c2749"
}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.