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-01T15:26:05.4536924Z",
"PublicationDate": "2026-06-01T15:26:05.4536924Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T15:26:05.4536924Z",
"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": "10f4790a-d0bb-440b-9758-f60f9a5f66ee",
"targets": "4ab74bd1-edc0-4c3d-a22c-8d69db9cfdf9",
"regionscountries": "1c3bbadd-5629-4d9e-adc7-8b3f6c69c126",
"stakeholders": "7f2c4227-c9a1-4a1c-ac40-f094133d6a89",
"targetaudiences": "9323c5de-7f54-4447-a91c-21688dc3180e",
"Category": "5b45f63b-04c8-4a1e-8423-db0747b1c845",
"Tags": "b7e6fafc-1088-48ed-85eb-992f75d7a699",
"departmentaltargets": "a692b37d-33e4-491d-8f0c-10c1a009adbd",
"events": "4dce5e48-abfb-44b8-8296-867e6ce274f8",
"publishingoffices": "af54347d-61aa-496a-ae1c-d3450fcfb87a",
"Parts": "sample string 25",
"FolderId": "d36907ac-7283-4d32-bee3-fecc185458d7",
"ParentId": "83eb8f20-7355-495f-b15a-1717460a1e63",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-06-01T15:26:05.4536924Z",
"PublicationDate": "2026-06-01T15:26:05.4536924Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T15:26:05.4536924Z",
"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": "10f4790a-d0bb-440b-9758-f60f9a5f66ee",
"targets": "4ab74bd1-edc0-4c3d-a22c-8d69db9cfdf9",
"regionscountries": "1c3bbadd-5629-4d9e-adc7-8b3f6c69c126",
"stakeholders": "7f2c4227-c9a1-4a1c-ac40-f094133d6a89",
"targetaudiences": "9323c5de-7f54-4447-a91c-21688dc3180e",
"Category": "5b45f63b-04c8-4a1e-8423-db0747b1c845",
"Tags": "b7e6fafc-1088-48ed-85eb-992f75d7a699",
"departmentaltargets": "a692b37d-33e4-491d-8f0c-10c1a009adbd",
"events": "4dce5e48-abfb-44b8-8296-867e6ce274f8",
"publishingoffices": "af54347d-61aa-496a-ae1c-d3450fcfb87a",
"Parts": "sample string 25",
"FolderId": "d36907ac-7283-4d32-bee3-fecc185458d7",
"ParentId": "83eb8f20-7355-495f-b15a-1717460a1e63",
"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-01T15:26:05.4536924Z",
"PublicationDate": "2026-06-01T15:26:05.4536924Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T15:26:05.4536924Z",
"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": "7315bbf0-e79d-4922-b197-7391b77463a1",
"targets": "e51444e4-9109-4864-bb24-b566c3c403c1",
"regionscountries": "9deeaacd-877d-437b-b7b7-c41dc5f2d1be",
"stakeholders": "7159da12-5586-49c0-809b-981431267133",
"targetaudiences": "d7564d40-13e6-428e-af12-659a129374ab",
"Category": "7d9add06-b0f4-4c71-a889-36c544d7f6dc",
"Tags": "cbcdaa44-1d49-4423-bedc-eaf1547a68b9",
"departmentaltargets": "4a528bdf-5246-478c-93d3-b2b17551e800",
"events": "499c1e42-1608-4f7e-8c6b-2d0841226e71",
"publishingoffices": "e3a89c2f-213d-47e6-8926-ecf125b34d14",
"Parts": "sample string 25",
"FolderId": "204b32b9-5efa-4eae-9e3c-00f1114c9faa",
"ParentId": "8bf86e47-5986-4a31-b847-950d17593b35",
"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": "d3b4ee6a-ef69-4547-a751-d77c7fc446bf"
}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-01T15:26:05.4536924Z",
"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": "937473af-db47-4db4-acf3-ef9b3b42530f",
"targets": "1c4dfa6d-776f-4be4-befc-2d91e143f660",
"regionscountries": "25f3710d-074e-4d52-a19a-c3f0cc89a74d",
"stakeholders": "09380fc3-e323-4f17-8938-e14992bbf54a",
"targetaudiences": "220db2f7-5e6e-491a-8c48-1ba93d655f32",
"Category": "6dccaca0-5b51-43c8-9d53-85a03a91fc19",
"Tags": "49fb3984-d3a8-4311-8e9a-84faa21685bc",
"departmentaltargets": "5a9108d8-e5f7-46f3-995f-b9d9f5dc36ee",
"events": "a0f8bb49-b4b1-4532-b15e-6382d3922e48",
"publishingoffices": "33abc3e7-4947-41c8-b08d-c6fb4a2d3074",
"Parts": "sample string 19",
"FolderId": "4dd14dc6-71ad-4ead-a6da-60ed2faf9f82",
"ParentId": "0bdb1bd8-c98b-435e-8312-22cb3d2fa894"
}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-01T15:26:05.4536924Z",
"PublicationDate": "2026-06-01T15:26:05.4536924Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T15:26:05.4536924Z",
"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": "0287aa51-8cb8-45d9-ac67-9dcb2cf1bcae",
"targets": "60ac6ddd-7c42-40c3-af48-4b365093007c",
"regionscountries": "947fa68d-0d4d-4286-b743-4045348ce1ba",
"stakeholders": "ab074ca3-bd80-4f68-b527-7bd8d02adfc6",
"targetaudiences": "658e007b-c5cd-4e17-ab12-7e48afa7a991",
"Category": "a5e0362e-408a-4b94-a318-e388caf5cec9",
"Tags": "c8bd0d9b-e622-4206-b669-7bc2beff06de",
"departmentaltargets": "065b4f8a-7c53-49aa-9adf-2b97e242fc9a",
"events": "3da2a585-aa07-40cf-ab11-b63937f61526",
"publishingoffices": "b3057d90-9b76-4f6e-9397-774122f6ee13",
"Parts": "sample string 25",
"FolderId": "6565ea57-79d0-4aa5-b282-fd71e0308d2c",
"ParentId": "8532f34e-8f69-4829-bed3-23f7545302f2",
"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-01T15:26:05.4536924Z",
"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": "34ac079c-9446-4a94-aaee-b0e2392cc460",
"targets": "e5fe85e3-7731-4d9b-8858-8026677c1eaf",
"regionscountries": "589a7063-2368-45cd-8218-85191a105f86",
"stakeholders": "3d0ce89f-4227-48bf-9f40-c99ebb0318f4",
"targetaudiences": "8fc81c80-f319-4986-92b1-84f6c7b02766",
"Category": "cfb7888d-137a-47fe-a82c-b626ac540de7",
"Tags": "54737222-fec1-4fe9-9b1d-dfd6ffb73b81",
"departmentaltargets": "7c109b2e-68e4-431a-8405-34a2f302a5ca",
"events": "32a7f555-f4df-4401-856a-400b680606d9",
"publishingoffices": "ac196a2d-64a7-4b11-a89b-572e8d7503ce",
"Parts": "sample string 19",
"FolderId": "255d22f6-face-4209-b6eb-be0891c9576a",
"ParentId": "e7c7d0c3-fa8d-4018-b896-e6961c10ada7"
}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-01T15:26:05.4536924Z",
"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": "4a98cbf4-aa53-4569-9998-1c21a02501e1",
"targets": "824f784f-6512-4712-81ae-24007f39a87a",
"regionscountries": "99cf3265-9eda-4841-8960-f957faf95178",
"stakeholders": "083f818d-57e7-482d-bbba-aed2e98cf444",
"targetaudiences": "1e3841c9-e00b-49fe-8bd2-10b44e58391b",
"Category": "d2422f67-578b-4c20-8193-821aef2eda9e",
"Tags": "2815561c-5e3f-4dbf-9cd2-6fde6267def8",
"departmentaltargets": "089cb2ff-7eb2-4c61-93bb-ffb9051e5bb9",
"events": "ef9e4ab7-b51b-4004-994a-2e59c70d7485",
"publishingoffices": "019dccf2-e346-48f6-baf0-02199ced9430",
"Parts": "sample string 19",
"FolderId": "ba07bffd-b617-49f8-9e7f-1cd2700a78cb",
"ParentId": "943dbb21-a705-4b06-a936-0d09c6544351"
}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.