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-04-18T01:17:25.8666692Z",
"PublicationDate": "2026-04-18T01:17:25.8666692Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-18T01:17:25.8666692Z",
"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": "14cca3ce-a0b7-4c82-82ba-ec752f4385a0",
"targets": "69edcd85-c34e-4931-8313-d579a27e6c54",
"regionscountries": "321e4ec5-5f02-49b6-95d1-3a5dc0e8cc1d",
"stakeholders": "ab4bcfe1-4883-4581-8e55-10d8d2079b1a",
"targetaudiences": "3a8da759-0a5a-4d1b-a279-f5b159c5dc14",
"Category": "cc15254d-ea6f-4d6f-ba34-4697b55a1280",
"Tags": "1a24362b-5017-49c1-826a-74fe7edc155b",
"departmentaltargets": "a424fadb-7d8e-4de4-9b5e-cf5ed04dbeb7",
"events": "cef6cc6c-3633-46df-9ac2-5ea29a5a3698",
"publishingoffices": "262dc13e-c5e0-47ca-a825-db3a9039e90e",
"Parts": "sample string 25",
"FolderId": "30270132-95e1-40d9-b0ec-d9e5a118cedb",
"ParentId": "ee803fc4-37ff-4121-8b55-3aa7d4d86abd",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-04-18T01:17:25.8666692Z",
"PublicationDate": "2026-04-18T01:17:25.8666692Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-18T01:17:25.8666692Z",
"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": "14cca3ce-a0b7-4c82-82ba-ec752f4385a0",
"targets": "69edcd85-c34e-4931-8313-d579a27e6c54",
"regionscountries": "321e4ec5-5f02-49b6-95d1-3a5dc0e8cc1d",
"stakeholders": "ab4bcfe1-4883-4581-8e55-10d8d2079b1a",
"targetaudiences": "3a8da759-0a5a-4d1b-a279-f5b159c5dc14",
"Category": "cc15254d-ea6f-4d6f-ba34-4697b55a1280",
"Tags": "1a24362b-5017-49c1-826a-74fe7edc155b",
"departmentaltargets": "a424fadb-7d8e-4de4-9b5e-cf5ed04dbeb7",
"events": "cef6cc6c-3633-46df-9ac2-5ea29a5a3698",
"publishingoffices": "262dc13e-c5e0-47ca-a825-db3a9039e90e",
"Parts": "sample string 25",
"FolderId": "30270132-95e1-40d9-b0ec-d9e5a118cedb",
"ParentId": "ee803fc4-37ff-4121-8b55-3aa7d4d86abd",
"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-04-18T01:17:25.8666692Z",
"PublicationDate": "2026-04-18T01:17:25.8666692Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-18T01:17:25.8666692Z",
"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": "da047641-e6bc-4144-bc6e-571622e0f1a4",
"targets": "19746a88-57d9-4f9c-a693-c62494159466",
"regionscountries": "9663f8bd-3141-44df-b06e-84d7313f43dd",
"stakeholders": "878b7b34-0821-43ae-b048-3daf5e9a8450",
"targetaudiences": "e119de05-e5ed-4db3-b08d-d8dfc19243a9",
"Category": "ca4d097f-3317-4d63-ae3a-16b81577d97d",
"Tags": "3d2ff91e-6598-47d3-8391-6906fed9c82d",
"departmentaltargets": "0073a659-8698-4e5a-bb0b-70204def6748",
"events": "b10f63f0-5815-486c-bb92-bbb88044a0fd",
"publishingoffices": "ee38d131-9e06-4709-994c-da33287c77ec",
"Parts": "sample string 25",
"FolderId": "ed435e52-e53c-48e6-a142-cdb592726528",
"ParentId": "b4680470-f512-4a22-863f-3537292a8a1b",
"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": "eafc1dc8-bebb-4ce3-8e05-a4f726a235ab"
}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-04-18T01:17:25.8666692Z",
"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": "d9680f5d-a80d-4b39-91cd-d4be70d75c6b",
"targets": "f167453a-cb6b-4051-b322-81ca15258b94",
"regionscountries": "b1f4ea99-1aba-4302-8a66-a9b92c1732e3",
"stakeholders": "9a17c1dd-612f-4312-b300-568389377366",
"targetaudiences": "a5f57be9-dccf-449e-a831-bcd9587e0f88",
"Category": "379fa6bf-9f51-4c99-8aa1-d7e124cce21d",
"Tags": "0ba3990a-3ae2-47d9-a364-ab8a54496194",
"departmentaltargets": "f0cc9aa9-c234-4df2-9cef-04385ba637e5",
"events": "ac43fce9-1a88-4975-9808-d31525bb3412",
"publishingoffices": "292a5cb9-b202-4b9d-b224-f293be7f8f94",
"Parts": "sample string 19",
"FolderId": "06e9d499-b6d6-4e18-9817-39a0d322f102",
"ParentId": "d6e3e03d-ea91-4efc-a693-dba0a7f3da58"
}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-04-18T01:17:25.8666692Z",
"PublicationDate": "2026-04-18T01:17:25.8666692Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-18T01:17:25.8666692Z",
"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": "886dfccf-7ac6-4083-9b18-7dd5641c24b1",
"targets": "82f2a0e3-c60d-4c3c-8646-4f2f10162fe4",
"regionscountries": "accbb30e-b6db-49e3-862b-d5017195f044",
"stakeholders": "25baaa7f-e53c-4c07-a611-e3bca44bcffa",
"targetaudiences": "7756a6f9-d78c-45c0-aded-da63d423f828",
"Category": "67443ba1-7dcb-4652-9fdb-f3f57b2a522c",
"Tags": "1297e700-07e6-4761-a22d-b01b350a3fa5",
"departmentaltargets": "29baf4bc-072c-40f8-8a19-4bbc90916417",
"events": "d9c38f39-8dcc-4047-bd12-421c9b417976",
"publishingoffices": "48501147-b732-46a0-a7f9-84b4daaf3ea9",
"Parts": "sample string 25",
"FolderId": "4811c924-9bad-45d7-9042-4f048a2e85fd",
"ParentId": "d828bfe2-a9f2-4f73-8cc5-5109e5e2b21c",
"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-04-18T01:17:25.8666692Z",
"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": "4d60da99-ce67-47c6-a5f7-97335ca06a03",
"targets": "8598bbfa-8f5d-4e6e-ac57-4d15d5c2d5b7",
"regionscountries": "32916a1e-cedb-44e7-b858-698d76e21dc2",
"stakeholders": "aa51cde0-5cf7-4ed6-a5eb-792ec2da903e",
"targetaudiences": "c77d532a-8855-4bd0-bac5-94f6742a40c0",
"Category": "f8a6f536-a40b-460d-929e-a911808a8c5e",
"Tags": "d6c8cab3-ee26-42ee-8d70-1521076829e1",
"departmentaltargets": "f8d69dd1-39f0-4795-b964-e5b1f390c592",
"events": "0d1e6175-918a-4a38-bbef-7fb42dacb633",
"publishingoffices": "db8cc948-5d32-420d-b216-007f97371e29",
"Parts": "sample string 19",
"FolderId": "51cfbffe-6b1a-42e9-a040-3653c1079a5d",
"ParentId": "eb74e082-00c5-44ff-91af-a1d6858f4420"
}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-04-18T01:17:25.8666692Z",
"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": "b26ad901-a1f8-43eb-bb16-a5d9d0535e8d",
"targets": "d4f5bd1e-bd10-41ff-849e-50bd12982783",
"regionscountries": "d93df2d8-9e15-4c88-b604-03a300e60b9f",
"stakeholders": "0885299a-faff-4839-adf4-1a43451f28fc",
"targetaudiences": "bba79594-497e-4cb3-8321-814f7404d5a9",
"Category": "f098f74d-40b8-4205-a56a-ab8f6cbc7180",
"Tags": "6eb2fab6-4f37-4567-8ade-20b7054f0699",
"departmentaltargets": "01e32c3f-868d-4d03-b22b-0a0fbcd90385",
"events": "6777fb35-9974-4800-9f15-85879aea6389",
"publishingoffices": "b365e37f-f83e-41c9-a71a-4240774a82c4",
"Parts": "sample string 19",
"FolderId": "1835ab3e-f62e-46e0-9aef-5991832b11e0",
"ParentId": "42961802-6200-4cd7-b657-219be73bb0f2"
}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.