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-08-31T16:19:47.0459634Z",
"PublicationDate": "2026-08-31T16:19:47.0459634Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-31T16:19:47.0459634Z",
"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": "984b32ec-a2a5-428c-8b7e-0c1b5863d8bd",
"targets": "9b7a43f3-869b-4a59-b2b4-40365efed15c",
"regionscountries": "396b43ca-d374-4164-aa01-fb6f21dfb67f",
"stakeholders": "b5fd0c43-1224-473b-b2dc-008aae78deb3",
"targetaudiences": "7600c76c-4989-4845-ab2d-3316c6352767",
"JoomlaArticleId": "sample string 20",
"Category": "41c53fd9-f469-4705-9c25-907c6b225e1f",
"Tags": "d44915e6-bd7b-433d-bef7-dabbd2023b4a",
"departmentaltargets": "2fd4274f-199d-4a9a-ad26-d1b4a59a72c1",
"events": "ccae1635-dbb6-446f-8f53-ea57a827cad3",
"publishingoffices": "b6f10c8b-8bf1-40b5-b455-378f0a48a821",
"Parts": "sample string 26",
"FolderId": "ac3fd777-0a28-4e26-aa37-49b116633f32",
"ParentId": "a71f6dfa-ec09-4eaa-80cd-071d611a0606",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
},
{
"LastModified": "2026-08-31T16:19:47.0459634Z",
"PublicationDate": "2026-08-31T16:19:47.0459634Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-31T16:19:47.0459634Z",
"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": "984b32ec-a2a5-428c-8b7e-0c1b5863d8bd",
"targets": "9b7a43f3-869b-4a59-b2b4-40365efed15c",
"regionscountries": "396b43ca-d374-4164-aa01-fb6f21dfb67f",
"stakeholders": "b5fd0c43-1224-473b-b2dc-008aae78deb3",
"targetaudiences": "7600c76c-4989-4845-ab2d-3316c6352767",
"JoomlaArticleId": "sample string 20",
"Category": "41c53fd9-f469-4705-9c25-907c6b225e1f",
"Tags": "d44915e6-bd7b-433d-bef7-dabbd2023b4a",
"departmentaltargets": "2fd4274f-199d-4a9a-ad26-d1b4a59a72c1",
"events": "ccae1635-dbb6-446f-8f53-ea57a827cad3",
"publishingoffices": "b6f10c8b-8bf1-40b5-b455-378f0a48a821",
"Parts": "sample string 26",
"FolderId": "ac3fd777-0a28-4e26-aa37-49b116633f32",
"ParentId": "a71f6dfa-ec09-4eaa-80cd-071d611a0606",
"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-08-31T16:19:47.0459634Z",
"PublicationDate": "2026-08-31T16:19:47.0459634Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-31T16:19:47.0459634Z",
"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": "dd475b3f-c0b6-4eca-81ca-8cc328fb635f",
"targets": "c18ae152-a124-44b3-9f3f-33c066c6dd57",
"regionscountries": "82b2a5b1-c0d0-4e3c-9a36-4c8e5c0fd750",
"stakeholders": "e18ebcde-4479-4baa-a0a6-7cd840ead303",
"targetaudiences": "ad5a1c51-28e4-4491-8485-e5c94ea59b33",
"JoomlaArticleId": "sample string 20",
"Category": "b643b0e3-55e1-4ed9-a673-da77f991c029",
"Tags": "7999f65b-2695-4912-ad2d-12395f98ecae",
"departmentaltargets": "bafb478f-2e42-487a-b1af-7007f0929829",
"events": "092507d8-5025-4f83-b09e-fb06c7f534d5",
"publishingoffices": "5a4a8e6e-ce6a-4c8a-81ba-918575170e65",
"Parts": "sample string 26",
"FolderId": "7f4b565d-ed13-43b2-9168-73dbc073b490",
"ParentId": "13363b0c-9051-4e7f-9dab-70d2b29734b5",
"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": "2069b994-c3bf-4a8b-a026-8309c56ab3be"
}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-08-31T16:19:47.0459634Z",
"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": "f904af63-0a7a-4b8e-b151-fde02317478e",
"targets": "7875af9d-8a97-46b3-9a74-2a91fe2a15b4",
"regionscountries": "fac13833-2a7d-4409-bcc5-02b4022e0755",
"stakeholders": "0c8363dd-064a-4024-98c9-a09311963f5e",
"targetaudiences": "86edf20f-b49b-436e-958d-f4f692a12d36",
"JoomlaArticleId": "sample string 14",
"Category": "2a15892c-bf13-408e-94d7-6aa53ce63080",
"Tags": "774d5d1c-2d51-4c71-ac85-83329f5fd9ce",
"departmentaltargets": "0d37ddf6-1435-427d-9c63-f1131b7e9593",
"events": "7a54c9dd-2757-4ac8-a571-777868212009",
"publishingoffices": "795a137d-72c5-4c95-80b2-bd719a42d30f",
"Parts": "sample string 20",
"FolderId": "9335275b-0675-4df9-a8fd-118b5eb50b63",
"ParentId": "a465c91b-e22e-4d91-ad4f-26bdf30d3402"
}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-08-31T16:19:47.0459634Z",
"PublicationDate": "2026-08-31T16:19:47.0459634Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-31T16:19:47.0459634Z",
"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": "7025082a-fb44-498c-a4bb-9dda99f91ca1",
"targets": "43cd50c7-ee6f-45fc-9dff-badc105fa47e",
"regionscountries": "fe3a3f87-ab33-4d17-b4b1-0903b9e3436e",
"stakeholders": "f6f91ab7-6195-4439-afe4-c9b51ee056e7",
"targetaudiences": "20de62a2-209f-4eeb-8618-1f929b8cf82b",
"JoomlaArticleId": "sample string 20",
"Category": "3e89ae6e-77d2-47fe-8c70-d3d587064d75",
"Tags": "be5f941e-6860-422e-ab81-3c28777e6bec",
"departmentaltargets": "7a4f4f73-03e3-4988-af24-40e2ee5d94da",
"events": "efdc971f-d68d-4c76-a2dc-a74172736dc1",
"publishingoffices": "793c99a7-8a2d-439c-b8fc-b531d22cd99d",
"Parts": "sample string 26",
"FolderId": "bfd447da-598e-4a71-8d40-ba9cc627b25e",
"ParentId": "43c6b2ce-ef90-4de4-b054-3e497abbf9d0",
"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-08-31T16:19:47.0459634Z",
"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": "58e4b3d0-e401-4478-a812-b7ea318836eb",
"targets": "a989596f-b418-4ec8-ac4f-70503ae44ca0",
"regionscountries": "2a1847d1-836f-40b6-a3a9-6f4df4fa5b7e",
"stakeholders": "4f1b7213-f895-4704-8b77-13825f7b65e0",
"targetaudiences": "4b37f2fd-ed15-4c1a-b2c8-8d769a363f8d",
"JoomlaArticleId": "sample string 14",
"Category": "21848648-15c7-4965-9991-161bf596c339",
"Tags": "7db4d5e7-50a1-4a65-9c07-eeb7472ea3e3",
"departmentaltargets": "1dbf7ef8-0890-4427-b163-75e7966a089b",
"events": "e5640e18-b278-49c9-a71f-210baba57162",
"publishingoffices": "9812fadf-b884-43f3-9f27-f40232a0934d",
"Parts": "sample string 20",
"FolderId": "567feb6d-52bf-44a3-8688-32d9d40ce839",
"ParentId": "d8323f55-1eaa-409f-8739-dfa93825245c"
}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-08-31T16:19:47.0459634Z",
"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": "3ce3e700-b638-48b6-afdb-3bb6c1f98396",
"targets": "a84fa7fd-b4c8-4544-9d6a-8244644d49ee",
"regionscountries": "ad0e87d0-8549-454d-9449-c32054d0a9e8",
"stakeholders": "d1ef8d5f-a29b-4c46-aac8-a0944ea95611",
"targetaudiences": "0ec9f936-3e1d-4b4b-b471-4ac64ac1f6e7",
"JoomlaArticleId": "sample string 14",
"Category": "7ee6ebfa-c98f-4db0-a489-ea5666756cc4",
"Tags": "5b95c6d6-4ef3-4aaf-9256-287e22597abc",
"departmentaltargets": "7636fb47-8b88-4dd3-a05b-e1aba718b2bb",
"events": "f51d9782-6b9e-487d-a0eb-6ff04ca5dc2f",
"publishingoffices": "d974a1d6-85dc-4306-a550-ed97aa0ccacf",
"Parts": "sample string 20",
"FolderId": "0d628137-2dc3-4228-8e01-15105b2bffbf",
"ParentId": "fd2d0999-1f93-484b-8909-f2e59806bf11"
}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.