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-06T05:51:16.0079055Z",
"PublicationDate": "2026-03-06T05:51:16.0079055Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T05:51:16.0079055Z",
"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": "64d7246a-32a3-4403-b1c1-306a3b985ada",
"targets": "1f3359a4-cc4d-4d70-977f-fa829d38d036",
"regionscountries": "90c8b085-0cd9-4ea0-95b2-4183c292f1b5",
"stakeholders": "60f681fa-d89a-426c-b1c3-227cda5bcd28",
"targetaudiences": "ab3089ce-7d28-4724-ae54-83f5524df504",
"Category": "52785aac-d5af-4627-afd2-dfce40f1ffae",
"Tags": "27b67917-0a88-4117-81b5-9c8325b1a254",
"departmentaltargets": "9724ebb2-1d5f-4c60-971d-0e9ccaee688c",
"events": "1d217999-5156-4339-9380-82f8b4936531",
"publishingoffices": "a925f6fe-93b3-4b5c-ac60-17892787f419",
"Parts": "sample string 25",
"FolderId": "a528c463-9990-469b-ba0a-14e40f434783",
"ParentId": "76070ec9-36c9-4390-b215-b6c35937180e",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-03-06T05:51:16.0079055Z",
"PublicationDate": "2026-03-06T05:51:16.0079055Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T05:51:16.0079055Z",
"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": "64d7246a-32a3-4403-b1c1-306a3b985ada",
"targets": "1f3359a4-cc4d-4d70-977f-fa829d38d036",
"regionscountries": "90c8b085-0cd9-4ea0-95b2-4183c292f1b5",
"stakeholders": "60f681fa-d89a-426c-b1c3-227cda5bcd28",
"targetaudiences": "ab3089ce-7d28-4724-ae54-83f5524df504",
"Category": "52785aac-d5af-4627-afd2-dfce40f1ffae",
"Tags": "27b67917-0a88-4117-81b5-9c8325b1a254",
"departmentaltargets": "9724ebb2-1d5f-4c60-971d-0e9ccaee688c",
"events": "1d217999-5156-4339-9380-82f8b4936531",
"publishingoffices": "a925f6fe-93b3-4b5c-ac60-17892787f419",
"Parts": "sample string 25",
"FolderId": "a528c463-9990-469b-ba0a-14e40f434783",
"ParentId": "76070ec9-36c9-4390-b215-b6c35937180e",
"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-06T05:51:16.0079055Z",
"PublicationDate": "2026-03-06T05:51:16.0079055Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T05:51:16.0079055Z",
"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": "153d22f7-0e1d-439a-9019-2b289b070383",
"targets": "57a556fa-524d-4d53-b8d4-c66b9f964078",
"regionscountries": "80ef67aa-bec7-4e7d-a9d3-495408c33fcd",
"stakeholders": "047b659e-4903-4a7b-a91b-5bdb05801d11",
"targetaudiences": "2a0e8349-838a-4d1a-bc7a-e21adfd3c356",
"Category": "f142ea43-2e6a-4127-96f9-139c20a73010",
"Tags": "7ec2c95b-cdb6-4bf4-80fb-4af8d5a8f9ac",
"departmentaltargets": "a45bb6a8-e3b9-40d0-acce-16171a4a0ab1",
"events": "6c8c4679-2378-458d-803d-ce8d1ec4fea4",
"publishingoffices": "179c0f88-75c3-43fa-9afe-5960313466b1",
"Parts": "sample string 25",
"FolderId": "79b1a3f5-d2d4-4ae5-b034-2961b897faa6",
"ParentId": "740dc133-1466-4104-9686-1df7faab6db8",
"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": "7fe4b012-e509-431a-a501-54fe0e62fca1"
}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-06T05:51:16.0079055Z",
"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": "71da17e4-45a2-44e9-8555-e262cda3e072",
"targets": "864fcf01-1691-4f71-bf28-1a0365675a04",
"regionscountries": "8f6075a3-84e5-4503-b3c9-f36a82a91db3",
"stakeholders": "d026d7bb-242e-4a65-b1c2-0ee3057fed88",
"targetaudiences": "bf1019ff-9554-4c3f-8fdb-9d42dc2a7eb0",
"Category": "2c610ef7-cf30-44e6-941c-cad7913e4288",
"Tags": "c9df8ce4-9d17-4874-adbd-15464d0daae8",
"departmentaltargets": "430dc506-11df-4d3f-8f32-dd032d816e3e",
"events": "ffaf61d2-a12c-464d-b91e-52dba35d66a9",
"publishingoffices": "9e3ca94a-b0ec-44c7-bc9e-ef2295875dde",
"Parts": "sample string 19",
"FolderId": "1b9cc39a-58ac-4d27-8a52-923a5cc664a5",
"ParentId": "34b104e5-eb9c-4ea1-a61b-13867491f2d8"
}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-06T05:51:16.0079055Z",
"PublicationDate": "2026-03-06T05:51:16.0079055Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T05:51:16.0079055Z",
"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": "21756bb7-193f-4836-b232-a2a736e18be4",
"targets": "69c0b530-6d5c-4bc0-9471-08cf8c86a581",
"regionscountries": "7938f74e-781c-4e2d-ba2f-4e365c809e10",
"stakeholders": "04c5ee23-0627-48ae-8767-02a67af93f6b",
"targetaudiences": "1797a257-4082-429b-b667-866619cc6e33",
"Category": "2ce65049-c702-4bf2-9074-ff4cf4842b30",
"Tags": "f55dd6b9-464b-4350-ab7f-17ffa57d828b",
"departmentaltargets": "4024d731-3c7e-48d0-a451-45e3673d9989",
"events": "d89deea0-eeac-4e96-af43-6d14ef035b39",
"publishingoffices": "6f7d7946-ffb7-4bcd-baa7-25a924b61d16",
"Parts": "sample string 25",
"FolderId": "3786c0f8-788c-4e7a-b4b3-41f42465cfd1",
"ParentId": "7c51b54d-5947-4f73-a69c-a4cecdce37d3",
"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-06T05:51:16.0079055Z",
"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": "83779678-84e3-462f-a5b7-efad512504bc",
"targets": "3ce84e40-9cb5-4613-b744-0c619b2627eb",
"regionscountries": "f1a968d6-cb73-471b-a5ea-0c5cea8f2776",
"stakeholders": "9bce4f12-6165-4065-9cb2-707d1fa4a493",
"targetaudiences": "342437f7-87ce-4ff6-8c07-ac6f3f0a91d1",
"Category": "0dbd4dac-f34c-4070-ae71-1d3f23c2faf4",
"Tags": "29a76a54-d778-4651-a66b-1653b412e642",
"departmentaltargets": "076f10f1-eb81-4005-b570-bd0868135d5b",
"events": "734e5c69-e4cd-429b-9b1a-5f099ce16e84",
"publishingoffices": "caba5404-b966-4be7-9cca-43223812b137",
"Parts": "sample string 19",
"FolderId": "73ccc5aa-9463-4ccb-9708-83f043dcef37",
"ParentId": "20a4ae71-5de1-4e27-b0a3-2eb6fabdb89e"
}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-06T05:51:16.0079055Z",
"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": "5b61a414-3092-4a4b-a443-ea93ac341ead",
"targets": "67125fa3-bcb1-413d-8759-e7ef27d3c52c",
"regionscountries": "0440fb81-989f-476b-a4ad-b5c55ca23805",
"stakeholders": "70a7a964-7cbd-44c0-a44f-1c0ab1c25b67",
"targetaudiences": "713d9d07-ac37-4be2-b53f-b41c5d5c07e3",
"Category": "c62e0d2e-ac2b-4083-bed9-b9d346c417b7",
"Tags": "5925cd4e-cf75-4cf1-b5a2-5fccfa24ea12",
"departmentaltargets": "46c07029-14e4-45dc-aead-60e74408a7e1",
"events": "0ec4cbd7-12b5-4625-8c4c-0eb26bce39c6",
"publishingoffices": "311fb24a-5a5a-4c87-bab3-eeec9869360a",
"Parts": "sample string 19",
"FolderId": "2a763e0b-e59c-4f1e-95e5-6410fc4cd48c",
"ParentId": "a602a175-c725-41dc-a344-8d2c5640ee24"
}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.