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-22T20:43:41.2711581Z",
"PublicationDate": "2026-07-22T20:43:41.2711581Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-22T20:43:41.2711581Z",
"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": "77526e86-b610-4461-a9d8-07ce450db6ae",
"targets": "de5e7554-2925-4728-8459-4ca1b50e9943",
"regionscountries": "153df0e4-9099-4ff5-ba54-aff10b096833",
"stakeholders": "27f7f4c0-0059-4ef0-b945-3887183eca96",
"targetaudiences": "6a2d1fc1-8978-4892-9c0b-94b0332bfda0",
"JoomlaArticleId": "sample string 20",
"Category": "a065e04c-7663-4a13-9da0-fb07efd57655",
"Tags": "b35ad223-6271-4a44-a78f-5c77b3655d2d",
"departmentaltargets": "46974e3c-e808-4b49-bc51-7a31f00385ec",
"events": "6d0c5cf0-6c10-4a11-b5cf-a9b94c3c85c1",
"publishingoffices": "1e453d10-633d-41da-9890-05850732377e",
"Parts": "sample string 26",
"FolderId": "beef38b2-0077-430d-9d47-96652dbf80a4",
"ParentId": "4e059ce2-98c6-4f8c-ad9a-40a9736c9e58",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
},
{
"LastModified": "2026-07-22T20:43:41.2711581Z",
"PublicationDate": "2026-07-22T20:43:41.2711581Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-22T20:43:41.2711581Z",
"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": "77526e86-b610-4461-a9d8-07ce450db6ae",
"targets": "de5e7554-2925-4728-8459-4ca1b50e9943",
"regionscountries": "153df0e4-9099-4ff5-ba54-aff10b096833",
"stakeholders": "27f7f4c0-0059-4ef0-b945-3887183eca96",
"targetaudiences": "6a2d1fc1-8978-4892-9c0b-94b0332bfda0",
"JoomlaArticleId": "sample string 20",
"Category": "a065e04c-7663-4a13-9da0-fb07efd57655",
"Tags": "b35ad223-6271-4a44-a78f-5c77b3655d2d",
"departmentaltargets": "46974e3c-e808-4b49-bc51-7a31f00385ec",
"events": "6d0c5cf0-6c10-4a11-b5cf-a9b94c3c85c1",
"publishingoffices": "1e453d10-633d-41da-9890-05850732377e",
"Parts": "sample string 26",
"FolderId": "beef38b2-0077-430d-9d47-96652dbf80a4",
"ParentId": "4e059ce2-98c6-4f8c-ad9a-40a9736c9e58",
"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-22T20:43:41.2711581Z",
"PublicationDate": "2026-07-22T20:43:41.2711581Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-22T20:43:41.2711581Z",
"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": "dce0fd49-7095-46c2-9396-5dad180b6bc7",
"targets": "902e2388-4338-47a8-8906-b5f9724f6861",
"regionscountries": "05931994-f656-42a9-bab8-2ae6e86a962c",
"stakeholders": "e6e1cb11-bbf2-4234-a54e-1df7beac896f",
"targetaudiences": "d0772edb-8ece-4cd7-a2e6-7fe01706f5c5",
"JoomlaArticleId": "sample string 20",
"Category": "b792023a-11f6-4692-8165-76de30ac9441",
"Tags": "654da2cf-7fa3-451c-a8e0-61c3c33453ac",
"departmentaltargets": "8287edcf-ad0b-4561-b246-95e197a0850f",
"events": "6faafb4e-1a3b-4efe-ad7e-4352843d0e7e",
"publishingoffices": "332416c6-b875-4476-9938-10fec308d3d1",
"Parts": "sample string 26",
"FolderId": "500a04c8-a032-4478-baca-4652e73f43dc",
"ParentId": "1a0c77b4-1b68-4cc5-bf7c-ac0f1da15ed6",
"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": "1fb5f279-3626-4dc7-835e-c027d75a475b"
}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-22T20:43:41.2711581Z",
"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": "e0a5200e-3894-44a2-bb74-bdb8610d275f",
"targets": "71a30fe6-a646-404e-9a73-f020ccc191fd",
"regionscountries": "0c61ca7a-8460-46de-8611-a9ad42d22ec6",
"stakeholders": "31e58aeb-4e02-4af5-ab1f-5049d48ae2c0",
"targetaudiences": "5f2dcacd-e0e7-41e8-aaeb-89db0423a275",
"JoomlaArticleId": "sample string 14",
"Category": "62901f6b-609e-4b7d-928a-2865d5f95ffd",
"Tags": "e5b6412e-d1b3-4058-b14b-705f2d7703cc",
"departmentaltargets": "243a5943-cf3d-4ff0-a53e-3cb02c1532de",
"events": "d5bf79be-a393-4c10-a345-1675901f6a27",
"publishingoffices": "628246e9-9778-4d0e-a6e3-ab83da2445e4",
"Parts": "sample string 20",
"FolderId": "7c791f83-52e0-4b16-ac09-a8f34e744f2e",
"ParentId": "04f77f19-349f-41d8-940b-9caa48458523"
}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-22T20:43:41.2711581Z",
"PublicationDate": "2026-07-22T20:43:41.2711581Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-22T20:43:41.2711581Z",
"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": "442d4ee8-69af-4d76-8a68-7eb365d1ea1f",
"targets": "e3edcf3b-b78e-4809-8743-e70b5e94de49",
"regionscountries": "8f25d1fc-2bed-4938-ab7f-9996671c07c3",
"stakeholders": "8c315d37-a783-480f-8b73-80215f5593ba",
"targetaudiences": "124004ed-7f3e-4540-9a9b-8cc5c739615c",
"JoomlaArticleId": "sample string 20",
"Category": "6d9a104d-6a4a-4667-9933-982aad907f40",
"Tags": "7ce759cd-201b-4069-a4f5-e7cf0da6bde7",
"departmentaltargets": "44302291-7cef-45f2-94d6-27af5a2211b5",
"events": "e322be29-a198-4263-aca1-71ee77e3f242",
"publishingoffices": "fcdc79ae-da4a-43e3-941a-bf61d28e7915",
"Parts": "sample string 26",
"FolderId": "9dd3fe59-0f07-4436-a7fd-973d230318d2",
"ParentId": "6aaeb986-e08f-436d-b364-1e62531c05cc",
"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-22T20:43:41.2711581Z",
"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": "8bc469df-67eb-492a-a0ee-825909abcc8d",
"targets": "677ba151-e3f1-40d8-b758-c127095cd049",
"regionscountries": "1e7cec3b-02fe-490b-8a9e-dd75ca748c4a",
"stakeholders": "47f62a29-df2d-43a0-88f0-be67092e5cec",
"targetaudiences": "f9638a31-e470-4719-aa52-85b8f4c57334",
"JoomlaArticleId": "sample string 14",
"Category": "198f10d9-8f70-4373-9a96-13e761825cea",
"Tags": "504e3f2c-b985-4e93-a046-273c5879ac52",
"departmentaltargets": "c6350857-5518-4096-83df-c8673fb9f206",
"events": "cf84c5ae-8785-4ac4-8297-1698029d5d2f",
"publishingoffices": "d3bd3791-f93b-42b6-9f5e-69158c45f3ee",
"Parts": "sample string 20",
"FolderId": "f70271ee-b235-4333-80c5-737f04990912",
"ParentId": "b29b67a2-8b09-4769-9ecb-bf5b8913e918"
}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-22T20:43:41.2711581Z",
"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": "c6b6a331-842c-4c94-972a-0ff7eacc74aa",
"targets": "40072e62-c1de-4dd2-96a5-5a0c18c09ada",
"regionscountries": "d5c0e539-ff95-45eb-81e3-cc8dcc26f448",
"stakeholders": "8dbfc6ca-ad24-4731-928c-23c37062b2d6",
"targetaudiences": "aecf3991-72bf-465e-804c-809788adbda6",
"JoomlaArticleId": "sample string 14",
"Category": "36deb1df-0cce-4fd9-98c9-9b6e6f8308b3",
"Tags": "fc4a30ea-ec47-4497-8693-4cb274347175",
"departmentaltargets": "632c2746-a955-42d5-8110-a15c22576bb7",
"events": "1a7fd505-597f-4e47-8e3c-f9b7645b12f5",
"publishingoffices": "7b953385-99e1-4856-a790-337d1b558a67",
"Parts": "sample string 20",
"FolderId": "46805182-5528-4d95-9f0e-09b869f28e1f",
"ParentId": "e327a3b5-e6c1-40ef-aca8-2ab5baa64734"
}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.