Returns a set of data items of type documents.
GET /api/whoreference/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-20T13:13:03.9501495Z",
"PublicationDate": "2026-07-20T13:13:03.9501495Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-20T13:13:03.9501495Z",
"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": "4d66da62-2383-4267-aab7-3bd8078579a7",
"targets": "cf66699e-a5df-4377-b92a-e3a508336319",
"regionscountries": "e209234a-dd88-423e-b161-b1fa4a98ddd0",
"stakeholders": "5056bef1-07ee-49db-b597-44662b10b060",
"targetaudiences": "7e86c1fd-f7f5-480e-92a2-16eb74339db6",
"JoomlaArticleId": "sample string 20",
"Category": "13ba954a-f302-4cf0-80e6-cd0832a704bc",
"Tags": "ee6a5651-ee43-4078-943f-315a75c3d07d",
"departmentaltargets": "df8baac8-54d0-4c48-9ea0-afefc88b9580",
"events": "caca00c2-dcec-4ff6-89ae-f8f881db37c0",
"publishingoffices": "85fa611c-f8ca-40af-9141-0b2033305274",
"Parts": "sample string 26",
"FolderId": "b0680a94-aa6f-4a50-84c1-a3c3b0adae36",
"ParentId": "77d0e7c5-0af1-4fe6-992b-cf46244290ae",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
},
{
"LastModified": "2026-07-20T13:13:03.9501495Z",
"PublicationDate": "2026-07-20T13:13:03.9501495Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-20T13:13:03.9501495Z",
"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": "4d66da62-2383-4267-aab7-3bd8078579a7",
"targets": "cf66699e-a5df-4377-b92a-e3a508336319",
"regionscountries": "e209234a-dd88-423e-b161-b1fa4a98ddd0",
"stakeholders": "5056bef1-07ee-49db-b597-44662b10b060",
"targetaudiences": "7e86c1fd-f7f5-480e-92a2-16eb74339db6",
"JoomlaArticleId": "sample string 20",
"Category": "13ba954a-f302-4cf0-80e6-cd0832a704bc",
"Tags": "ee6a5651-ee43-4078-943f-315a75c3d07d",
"departmentaltargets": "df8baac8-54d0-4c48-9ea0-afefc88b9580",
"events": "caca00c2-dcec-4ff6-89ae-f8f881db37c0",
"publishingoffices": "85fa611c-f8ca-40af-9141-0b2033305274",
"Parts": "sample string 26",
"FolderId": "b0680a94-aa6f-4a50-84c1-a3c3b0adae36",
"ParentId": "77d0e7c5-0af1-4fe6-992b-cf46244290ae",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
}
]Gets documents item by id.
GET /api/whoreference/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-20T13:13:03.9501495Z",
"PublicationDate": "2026-07-20T13:13:03.9501495Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-20T13:13:03.9501495Z",
"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": "9a0c7033-9de7-463f-9dd0-fe20dfc0d16e",
"targets": "d726257a-2167-409a-a558-efb1ffe2ce38",
"regionscountries": "1ee0fa46-c63e-4739-b09f-6cc496b990f7",
"stakeholders": "1af89bdd-4510-4280-8b21-ba5653e22cde",
"targetaudiences": "2ca3200b-b601-4378-bcbc-91ad42adee54",
"JoomlaArticleId": "sample string 20",
"Category": "a611ba35-342f-4512-93a4-dc40512c6ad4",
"Tags": "030072ab-65ca-4b8e-b61f-2a95033446ca",
"departmentaltargets": "76bb0539-8a90-4b92-a83c-e6d504f7158c",
"events": "1e7658b7-8f68-4f12-82d6-f3569c41403f",
"publishingoffices": "0f04d889-3935-43b3-b66b-905d98730e10",
"Parts": "sample string 26",
"FolderId": "b37e83b8-4e56-4e2d-8369-a41ef8ccc7e8",
"ParentId": "13600eda-d12d-4ea5-8385-45d742b4adb9",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
}Gets Id property from documents item.
GET /api/whoreference/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": "69fe2ed4-53a3-48d3-8f78-0bc45884123c"
}Creates a documents item.
POST /api/whoreference/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-20T13:13:03.9501495Z",
"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": "32181e58-f5f1-451d-93d5-2fd36d8a49d8",
"targets": "127badfd-ceb3-470c-a820-9d93a55cfa25",
"regionscountries": "8be7f7ef-569d-4c23-963f-a0d29f593eb0",
"stakeholders": "bb9417c9-54ad-4ea8-b178-10403b05c5b7",
"targetaudiences": "05eb6aaf-fded-4e74-aa08-f33cf051aa8f",
"JoomlaArticleId": "sample string 14",
"Category": "90472663-5f95-48df-bca7-6b07ddf6283a",
"Tags": "a723ba1f-24dc-451c-8575-1a0834f59c86",
"departmentaltargets": "4fbd0a87-b8b1-4ba2-bc8b-70c9a7970604",
"events": "85bedfc5-ebf2-47c2-b980-177870f663e9",
"publishingoffices": "bba172b5-0b82-4fa0-8293-08cf92636ec8",
"Parts": "sample string 20",
"FolderId": "dd5a3e05-3822-4bfa-8e42-917193eac5b0",
"ParentId": "fe88d0b7-d3e1-4576-8ae9-ff527e3be532"
}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-20T13:13:03.9501495Z",
"PublicationDate": "2026-07-20T13:13:03.9501495Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-20T13:13:03.9501495Z",
"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": "e77e2f52-61df-42d7-aa5f-98a0cec778ec",
"targets": "a8e9927f-1be9-4e09-8463-8d64c3deec77",
"regionscountries": "c3a348ff-c446-4828-b373-0f75521672f9",
"stakeholders": "fc5fd209-f20b-44e9-ab95-ad2ae1839646",
"targetaudiences": "d0d408aa-501e-465b-a6e8-61364f545caf",
"JoomlaArticleId": "sample string 20",
"Category": "daa5c35e-3697-4942-a730-b314490f68bd",
"Tags": "2de8849f-a8eb-46a3-bb51-e4dfd5fac05d",
"departmentaltargets": "596fdd59-8edb-4c8d-ba12-6ac8a4ad175d",
"events": "7b824492-3569-45a2-ae66-a665cd111451",
"publishingoffices": "273252d6-d425-438a-8e53-4a6c8c981ae5",
"Parts": "sample string 26",
"FolderId": "d5cb5317-98df-4253-8faf-e938bd9b5385",
"ParentId": "1ffe53b9-aa41-4c10-9d5c-875751b007f8",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
}Partial update for documents item.
PATCH /api/whoreference/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-20T13:13:03.9501495Z",
"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": "8fa0e198-6473-4571-8ac4-216b66e78323",
"targets": "bf0d0183-36f5-421c-a0a0-80ed558a96c1",
"regionscountries": "69f7ec0f-f089-40a6-9d22-e3a95c19aba3",
"stakeholders": "b7bf1bcd-d8dc-47df-956f-8ad9a1ebba2d",
"targetaudiences": "f7e124f8-9c51-4436-b930-e9515d983e15",
"JoomlaArticleId": "sample string 14",
"Category": "3d1eb9d1-6436-4223-afc4-f70e6efd8650",
"Tags": "752a8f77-0dc4-4814-a9a8-ff8431d6f966",
"departmentaltargets": "6d5ef1cf-4bca-4f75-a1ee-1ba4665540f1",
"events": "3bcc4314-8c4b-49be-8910-77f6b5918bfe",
"publishingoffices": "ebc5c5cf-5cd5-48a3-b29e-473d6b3e1fae",
"Parts": "sample string 20",
"FolderId": "a2618fc8-28d7-4422-ad3a-55244532a8ab",
"ParentId": "dd170646-ea98-4e95-ab68-6b5a85947093"
}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/whoreference/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-20T13:13:03.9501495Z",
"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": "82da4011-0417-4ca7-9afc-eedb9b906f41",
"targets": "76c421ce-3d50-44c1-86b8-3aceed3063f0",
"regionscountries": "528a19f4-7b7f-4f55-bd60-631da802558c",
"stakeholders": "a319debd-cfd2-4657-88c6-b18374c75b4f",
"targetaudiences": "878839f3-7f6f-4a71-82fe-4e55f323e36f",
"JoomlaArticleId": "sample string 14",
"Category": "b3fc000e-2cac-4db9-adb7-04f447ddec2e",
"Tags": "8c27f04e-c7c6-4e07-8707-10472ccbef9c",
"departmentaltargets": "d38069c3-d00b-4dcc-b282-5902b6284061",
"events": "03776a38-c252-443c-82fc-9bc97fa7de4c",
"publishingoffices": "fc8f0286-716a-42e6-97e7-beda4b371bf4",
"Parts": "sample string 20",
"FolderId": "d4b6ae9e-7ccf-46a4-8dc7-5e49591df6d0",
"ParentId": "dbcc4ee3-3e18-48ae-bb4d-0250abc4c971"
}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/whoreference/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.