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 | |
| 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-03-06T00:34:41.6804077Z",
"PublicationDate": "2026-03-06T00:34:41.6804077Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T00:34:41.6804077Z",
"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": "3256f1aa-ea95-41b4-892d-036fa8db1f11",
"targets": "34cf3e65-849e-4f6b-a7e6-88721476f4a5",
"regionscountries": "fdae0a04-29eb-4f96-ba37-3e70b4250617",
"stakeholders": "f0d9c987-c9f4-4495-92b6-108776b4fdd2",
"targetaudiences": "3ec465c1-6e17-4ab7-ab4e-48cbd7992313",
"Category": "7221fcc3-13dc-4d2f-bd42-40beee883593",
"Tags": "b5f42b34-28de-4b7e-8daa-b77cd487c109",
"departmentaltargets": "ebd1929b-46cd-4a0a-ab9b-6915c9617c49",
"events": "0e9b0459-7925-4e93-94f1-cf0a245c1a9a",
"publishingoffices": "58bca7ab-c1ad-4aee-81f6-078250a6703c",
"Parts": "sample string 25",
"FolderId": "fc724824-c560-4552-8b2a-15409a3c81ed",
"ParentId": "f7a921b5-dfbb-4bcb-8c0a-3bac9340c4a6",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-03-06T00:34:41.6804077Z",
"PublicationDate": "2026-03-06T00:34:41.6804077Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T00:34:41.6804077Z",
"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": "3256f1aa-ea95-41b4-892d-036fa8db1f11",
"targets": "34cf3e65-849e-4f6b-a7e6-88721476f4a5",
"regionscountries": "fdae0a04-29eb-4f96-ba37-3e70b4250617",
"stakeholders": "f0d9c987-c9f4-4495-92b6-108776b4fdd2",
"targetaudiences": "3ec465c1-6e17-4ab7-ab4e-48cbd7992313",
"Category": "7221fcc3-13dc-4d2f-bd42-40beee883593",
"Tags": "b5f42b34-28de-4b7e-8daa-b77cd487c109",
"departmentaltargets": "ebd1929b-46cd-4a0a-ab9b-6915c9617c49",
"events": "0e9b0459-7925-4e93-94f1-cf0a245c1a9a",
"publishingoffices": "58bca7ab-c1ad-4aee-81f6-078250a6703c",
"Parts": "sample string 25",
"FolderId": "fc724824-c560-4552-8b2a-15409a3c81ed",
"ParentId": "f7a921b5-dfbb-4bcb-8c0a-3bac9340c4a6",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"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 | |
| 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-03-06T00:34:41.6804077Z",
"PublicationDate": "2026-03-06T00:34:41.6804077Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T00:34:41.6804077Z",
"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": "7c109637-677c-49e1-bc1b-2a52aca89bb7",
"targets": "0097198b-b7f5-4536-bd51-e2c1e7ab25c3",
"regionscountries": "2e773cd9-7155-494e-a5e9-48fe9da40634",
"stakeholders": "b93b8320-a881-4db4-b71c-bc628e2a4b06",
"targetaudiences": "d377380a-dd42-4120-bb76-75499bc3d724",
"Category": "0dad0784-db47-472b-b238-5c306d63b918",
"Tags": "d67a64a8-0f63-4d80-a062-abed42c12e68",
"departmentaltargets": "77799b04-c617-478e-bc0f-5832ead689d8",
"events": "24742fe3-cc39-424d-bb4f-ad9dab0fed23",
"publishingoffices": "0916321d-5763-4eee-9092-a345cba9783e",
"Parts": "sample string 25",
"FolderId": "a49ac885-bd1f-42a3-bb25-7c3d41125597",
"ParentId": "b9124148-b4d6-4259-abb9-a19c8735e69b",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"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": "8fd64f6f-43b8-4d11-ad6a-93c51b0961a5"
}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 | |
| 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-03-06T00:34:41.6804077Z",
"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": "5780eaee-30b6-48a9-9da4-53ace87dc021",
"targets": "39763790-261f-42e2-82b3-85f635351303",
"regionscountries": "8a08e8d3-fe26-4cca-ac77-2ad1b1229c06",
"stakeholders": "30a0af0c-0c01-4026-8bba-c41a0df410bb",
"targetaudiences": "e12aa4c7-2093-46ab-ace5-51dd91e0f176",
"Category": "9e491af0-ae06-4c3f-9184-dc9c8b6a8ed2",
"Tags": "30fbbf32-6299-4c7c-82ef-fb3c61e3e9dc",
"departmentaltargets": "2172a61d-cf7d-4520-bc72-a8c5faacfb84",
"events": "a11a919e-2daa-4ee6-853a-e6bbce44a71d",
"publishingoffices": "3babca1e-0c9d-454b-b821-a68fc41744a9",
"Parts": "sample string 19",
"FolderId": "31d341a3-41c7-4f42-bec2-9229c8aaad3e",
"ParentId": "fdc4f8c2-b0f9-4e2a-b306-1d8e5f24422d"
}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-03-06T00:34:41.6804077Z",
"PublicationDate": "2026-03-06T00:34:41.6804077Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T00:34:41.6804077Z",
"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": "b1c352d0-c521-459c-971c-067a958fb793",
"targets": "499360fa-02a5-4a3c-94cd-548b3fc5f2ae",
"regionscountries": "e0b34fae-d320-4c6c-9572-c8dba18667f0",
"stakeholders": "66557441-a10b-4037-8b31-54788bf0fa14",
"targetaudiences": "8064f098-ea91-4b86-9282-a1207699d45c",
"Category": "dad4774b-6074-415c-819f-5b90ee3d4d76",
"Tags": "60805fcc-f357-4cc0-8925-66b73029d3e9",
"departmentaltargets": "c6a55695-60b2-4889-bb68-e01dc451fe5d",
"events": "3f846a7d-8f3e-4222-a0eb-5a8dda51c9dd",
"publishingoffices": "187350a3-a15c-4b75-863f-d28530839c31",
"Parts": "sample string 25",
"FolderId": "c479ec22-dbee-4dac-91b8-614ec588b823",
"ParentId": "ba6628a8-59d9-43f4-91bd-5d5208989290",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"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 | |
| 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-03-06T00:34:41.6804077Z",
"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": "e67d159c-09fb-4cbc-9492-1977b5977040",
"targets": "add9fba9-2a55-481f-a1dc-c5e02239195a",
"regionscountries": "4932d3ce-560c-4774-8f69-f09434fb3797",
"stakeholders": "078107da-1434-4848-9333-b3e195220f9f",
"targetaudiences": "f785a724-34ec-4b09-9775-3f33be4e3ec0",
"Category": "4b8f94d8-56a9-4cd3-852a-e6c8417c2b40",
"Tags": "c34071a7-f271-48e6-b2de-c4f485bbe9d0",
"departmentaltargets": "cea06654-3971-4200-a9c6-704d155df645",
"events": "9e909e6d-430c-4e62-a79c-a89963bffa38",
"publishingoffices": "43a633e4-8e93-4dea-b47f-9bf7967b3d55",
"Parts": "sample string 19",
"FolderId": "f526a65e-7c4b-444b-a423-084da86d2bd0",
"ParentId": "a739d45a-3b75-46f0-a93e-c847905e5f2f"
}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 | |
| 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-03-06T00:34:41.6804077Z",
"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": "c8b05f99-40e7-410c-abdb-b875b006dfc2",
"targets": "05c7286e-9029-4a21-8f67-c9b38cdf04bc",
"regionscountries": "d4da7940-766d-4a81-8089-cf51c077d38f",
"stakeholders": "9209e12c-afc2-400a-8f76-8ac2c00c6ab5",
"targetaudiences": "f10b0866-648b-45d4-915b-24d83b0b7800",
"Category": "17f8e7e7-2251-4224-ba36-c7041de44b81",
"Tags": "d11cd047-5792-4efd-9b98-78b1f0ada17f",
"departmentaltargets": "2de63b19-b03c-48c7-be50-b40169e8539b",
"events": "16bcbedb-c8f2-4bcf-8cdf-cd6206437cb1",
"publishingoffices": "4c8f6530-a3f4-491e-955c-d19a7294999b",
"Parts": "sample string 19",
"FolderId": "adc28383-0826-44ed-be6e-58d94a68e8ce",
"ParentId": "bd6e8d64-7f7c-4026-b112-63919404748e"
}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.