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 | |
| JoomlaArticleId | System.String | 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-07-17T09:24:56.5920369Z",
"PublicationDate": "2026-07-17T09:24:56.5920369Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T09:24:56.5920369Z",
"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": "b28d85b4-06ca-4461-9bae-53543a228783",
"targets": "5b3c9273-ad7e-4503-a3d6-f46bca4b69ee",
"regionscountries": "3f80fa26-88c3-47eb-a31d-fea3e288f9c5",
"stakeholders": "5dd1fbcc-a824-46f0-9383-a931f9211f8a",
"targetaudiences": "7b6dac4a-36b3-4a86-85d0-964330a6d4a7",
"JoomlaArticleId": "sample string 20",
"Category": "1e32ae29-0089-4846-ace5-6fb0bf5976d3",
"Tags": "49e32348-bc9f-4795-871b-b150b7762553",
"departmentaltargets": "013c5313-e609-4806-9d07-fe7877b5415e",
"events": "41556957-b34b-495f-8d07-e13accfaf0fc",
"publishingoffices": "3cdf0d3d-996c-408e-8337-f70025b589a3",
"Parts": "sample string 26",
"FolderId": "a543a64d-f1fd-405f-81fe-4e22b25c88e7",
"ParentId": "d9d242a3-306e-4d93-a1aa-11d428883177",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
},
{
"LastModified": "2026-07-17T09:24:56.5920369Z",
"PublicationDate": "2026-07-17T09:24:56.5920369Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T09:24:56.5920369Z",
"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": "b28d85b4-06ca-4461-9bae-53543a228783",
"targets": "5b3c9273-ad7e-4503-a3d6-f46bca4b69ee",
"regionscountries": "3f80fa26-88c3-47eb-a31d-fea3e288f9c5",
"stakeholders": "5dd1fbcc-a824-46f0-9383-a931f9211f8a",
"targetaudiences": "7b6dac4a-36b3-4a86-85d0-964330a6d4a7",
"JoomlaArticleId": "sample string 20",
"Category": "1e32ae29-0089-4846-ace5-6fb0bf5976d3",
"Tags": "49e32348-bc9f-4795-871b-b150b7762553",
"departmentaltargets": "013c5313-e609-4806-9d07-fe7877b5415e",
"events": "41556957-b34b-495f-8d07-e13accfaf0fc",
"publishingoffices": "3cdf0d3d-996c-408e-8337-f70025b589a3",
"Parts": "sample string 26",
"FolderId": "a543a64d-f1fd-405f-81fe-4e22b25c88e7",
"ParentId": "d9d242a3-306e-4d93-a1aa-11d428883177",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"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 | |
| JoomlaArticleId | System.String | 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-07-17T09:24:56.5920369Z",
"PublicationDate": "2026-07-17T09:24:56.5920369Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T09:24:56.5920369Z",
"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": "2c873fe9-eb77-4c7c-be6c-5035f6e1e51a",
"targets": "7c9e4b28-e15c-4d61-aa33-48e08f91aec3",
"regionscountries": "54380fff-5c42-4eae-b058-8a846cfd64dd",
"stakeholders": "fbdf7a15-9d3d-4888-ae04-ca307cbfecda",
"targetaudiences": "9bfb94ae-2139-4bbb-b27f-418b5b7fcc87",
"JoomlaArticleId": "sample string 20",
"Category": "500ba52f-41dd-47c4-af0e-052bacea792a",
"Tags": "c261610e-64aa-4f70-84fd-05148fff4f7d",
"departmentaltargets": "6c414186-9642-470b-a7b8-2b48cf987b3e",
"events": "43bdaeae-f2f5-4093-916b-281489265090",
"publishingoffices": "19602efe-689d-4980-9a31-4ec231e87b5c",
"Parts": "sample string 26",
"FolderId": "eff56780-5c1d-486f-bbf3-5db96d331697",
"ParentId": "eb2ee9cb-ab85-4c00-b128-250df5adf028",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"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": "6db183f2-be47-4b41-935f-abe35b90a599"
}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 | |
| JoomlaArticleId | System.String | 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-07-17T09:24:56.5920369Z",
"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": "e3233c21-dd86-4158-baf8-cf678e8d12de",
"targets": "2d2d35fa-377c-48c8-b368-9e3b5aec81c5",
"regionscountries": "85227a01-a456-4a43-bf34-857fed9efd2b",
"stakeholders": "f3cbab95-2ea1-4aa8-b78d-dfd14eba6fb2",
"targetaudiences": "19a25288-9e22-4655-aa69-bec8c6e13462",
"JoomlaArticleId": "sample string 14",
"Category": "d03e8a97-c5ba-497f-b2dd-0f474c5d260b",
"Tags": "12ffc04f-1fa0-49b5-9764-43ec7bad1a34",
"departmentaltargets": "6850d5d9-6ff6-4750-8768-57c2e2f8405e",
"events": "0ef1d13f-1160-42a0-ba29-073275780cdc",
"publishingoffices": "54e18f99-350b-494f-8b03-e3b650badcc7",
"Parts": "sample string 20",
"FolderId": "8fa0286a-3437-45bf-ace3-089afd11a4f3",
"ParentId": "13122077-ff50-4e70-99cf-715e21f03f50"
}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 | |
| JoomlaArticleId | System.String | 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-07-17T09:24:56.5920369Z",
"PublicationDate": "2026-07-17T09:24:56.5920369Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T09:24:56.5920369Z",
"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": "907aee53-1685-4aa8-8e8e-3ba3525c85d9",
"targets": "7317f63b-762f-4e47-af6d-b395f29f0f0d",
"regionscountries": "75e00a53-411d-468a-bea1-71603d1d9e8f",
"stakeholders": "987225dd-f503-40d8-8be7-fdd3245598e8",
"targetaudiences": "661f42c4-9b8f-4e27-aabe-0080f3601f13",
"JoomlaArticleId": "sample string 20",
"Category": "eb33e7d0-ef52-42a6-93dc-ad51777ef351",
"Tags": "f17419a4-7fde-45c7-925e-47aabfc29281",
"departmentaltargets": "28b00276-70d9-4992-a1d2-3931943a11d2",
"events": "653af4ae-6a76-42e5-96e3-dbe776856772",
"publishingoffices": "035c7941-8e9e-4684-b31d-22f8b897a51e",
"Parts": "sample string 26",
"FolderId": "b7bc3c97-fa23-4b8e-af81-c2267b22b6c9",
"ParentId": "9d40e723-c9b7-44fd-ac8a-f1eefa647b6d",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"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 | |
| JoomlaArticleId | System.String | 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-07-17T09:24:56.5920369Z",
"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": "b3cc81bd-d4b3-414d-b756-639dfbd90d53",
"targets": "ac23f53e-2ce0-47c3-af1c-3539932e9f13",
"regionscountries": "bb7f426d-d496-4339-be4b-844e5ff78e0e",
"stakeholders": "0a6ebd47-13db-4595-bf94-deb45e6d3012",
"targetaudiences": "d0adc712-58b6-4de3-9dc2-e7c35085e82d",
"JoomlaArticleId": "sample string 14",
"Category": "05af27e5-1934-4032-8b2e-55caa727f28e",
"Tags": "c3e52363-5cbe-4f31-b156-5963900a44bc",
"departmentaltargets": "91481fb1-af14-4a8a-996f-64389f7e26f7",
"events": "ada2e7d1-16db-4cd8-9db0-5ed4d4f3b2ff",
"publishingoffices": "7a461229-dc0f-4882-8842-3c84dbee2025",
"Parts": "sample string 20",
"FolderId": "9b14f727-ac18-4f45-992b-063897559a59",
"ParentId": "b3889e71-97b3-446f-be1a-c414e1074a67"
}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 | |
| JoomlaArticleId | System.String | 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-07-17T09:24:56.5920369Z",
"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": "f8160f13-f4ec-425b-9494-98d951b2263b",
"targets": "5cf1963b-0135-4b9a-a9ff-e83b2c7e7cca",
"regionscountries": "772887bc-df95-4747-a12a-6a39bbaba5d8",
"stakeholders": "5d9b7f71-6a2c-447e-b9d3-df2a6f92d88c",
"targetaudiences": "9d33fd06-761c-4051-a020-7873a417a736",
"JoomlaArticleId": "sample string 14",
"Category": "60504424-f159-4183-890a-ca0639e70fb9",
"Tags": "bb1275a1-c0e7-4754-b12e-2965eb308f74",
"departmentaltargets": "4de6fce7-a556-41a7-9469-a9fd021282ac",
"events": "5770ca15-4c1a-4d3e-b2af-c4fa37870fb8",
"publishingoffices": "7b748a64-bdd9-4f02-be92-d14c047d2eb9",
"Parts": "sample string 20",
"FolderId": "d4625927-5458-4748-8bfb-e588b6258a98",
"ParentId": "a1750813-4205-4f0a-bb8f-b9c2175e4a62"
}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.