Returns a set of data items of type documents.
GET /api/emergencies/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-27T17:51:29.8088118Z",
"PublicationDate": "2026-03-27T17:51:29.8088118Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-27T17:51:29.8088118Z",
"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": "947c8265-35ab-430e-b2c4-59dc2df96f85",
"targets": "e6768f14-7679-4eba-8781-5847a00ef479",
"regionscountries": "8123f2be-a0c1-44c7-8e33-21ef04a71690",
"stakeholders": "73c7b549-665f-41ca-a607-9004163fcbbf",
"targetaudiences": "a87f10a4-7f0a-4e43-a2c5-c55b6a94758f",
"Category": "ade4b5bc-7cec-4ed5-848e-c3eb22246272",
"Tags": "412c1655-6231-409a-b5c7-cdb1349b9756",
"departmentaltargets": "fa59fa95-b6d3-4ce2-99c7-9e9d2142adc3",
"events": "a984df14-4740-4c8c-b44d-3747b7ea1e75",
"publishingoffices": "78989396-93ca-4afa-aba6-fd1a0dab102f",
"Parts": "sample string 25",
"FolderId": "466fa055-1ce6-45a4-a017-eb8bf6398f1d",
"ParentId": "aabd2149-e814-47d9-9335-6729bb8dd963",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-03-27T17:51:29.8088118Z",
"PublicationDate": "2026-03-27T17:51:29.8088118Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-27T17:51:29.8088118Z",
"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": "947c8265-35ab-430e-b2c4-59dc2df96f85",
"targets": "e6768f14-7679-4eba-8781-5847a00ef479",
"regionscountries": "8123f2be-a0c1-44c7-8e33-21ef04a71690",
"stakeholders": "73c7b549-665f-41ca-a607-9004163fcbbf",
"targetaudiences": "a87f10a4-7f0a-4e43-a2c5-c55b6a94758f",
"Category": "ade4b5bc-7cec-4ed5-848e-c3eb22246272",
"Tags": "412c1655-6231-409a-b5c7-cdb1349b9756",
"departmentaltargets": "fa59fa95-b6d3-4ce2-99c7-9e9d2142adc3",
"events": "a984df14-4740-4c8c-b44d-3747b7ea1e75",
"publishingoffices": "78989396-93ca-4afa-aba6-fd1a0dab102f",
"Parts": "sample string 25",
"FolderId": "466fa055-1ce6-45a4-a017-eb8bf6398f1d",
"ParentId": "aabd2149-e814-47d9-9335-6729bb8dd963",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
}
]Gets documents item by id.
GET /api/emergencies/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-27T17:51:29.8088118Z",
"PublicationDate": "2026-03-27T17:51:29.8088118Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-27T17:51:29.8088118Z",
"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": "1290acfd-61d5-481c-9d04-0c8a31832771",
"targets": "45129526-470d-4c08-8f34-0cda0c10bd4c",
"regionscountries": "fa366773-12f2-44c0-8e0c-12f33e8f9e76",
"stakeholders": "134cde47-2adc-46aa-a7c5-43dec3a6aa8f",
"targetaudiences": "eeeded1a-eb0b-4865-aa2b-1c47880d2776",
"Category": "5d9b8bab-0f8b-413e-8dfd-78cebeccb15b",
"Tags": "930ac008-caa3-4d9a-b4e0-f1742af41205",
"departmentaltargets": "f9c3d673-3156-47c9-8956-4889d172ad6b",
"events": "cfb97476-8345-4999-9566-91e31b754bee",
"publishingoffices": "e592463b-90a8-41c7-bdd2-27a2a50d39ae",
"Parts": "sample string 25",
"FolderId": "76d11cf6-5ec9-4ff8-83d5-99beee62cd16",
"ParentId": "6e810cd1-f3fb-499e-a684-53324dfe750b",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
}Gets Id property from documents item.
GET /api/emergencies/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": "bbe64417-c13e-4d52-b645-2582e3676b3f"
}Creates a documents item.
POST /api/emergencies/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-27T17:51:29.8088118Z",
"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": "5fbd775a-377c-45ad-8825-d40bdce4b308",
"targets": "4dc03e85-12a5-4c6e-ad07-9df304aadd7b",
"regionscountries": "a2904b7d-d474-4fb6-ad05-069ffb70ccbb",
"stakeholders": "c6a19c00-6aa0-4a01-a77f-1e1273d0774d",
"targetaudiences": "a303dfbd-e9c2-4f4a-a2b8-209b9323e10d",
"Category": "0ff51c30-dbcf-4838-a7d7-ab870318ff93",
"Tags": "f972b052-3b77-4fa5-b338-9db33d9afc30",
"departmentaltargets": "71e3e58c-a416-4824-b3f3-30ddbe5b3f52",
"events": "cb430cb0-a0e3-4b84-9f18-f3bb9f00c84a",
"publishingoffices": "e15b853c-1d14-4984-82c6-a915fa3a0eb6",
"Parts": "sample string 19",
"FolderId": "cf993c43-ee4f-4111-8def-e46f01e36cbd",
"ParentId": "a4aff3d3-f2a0-47a1-972c-7248a95e37b2"
}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-27T17:51:29.8088118Z",
"PublicationDate": "2026-03-27T17:51:29.8088118Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-27T17:51:29.8088118Z",
"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": "b5efacb5-c98c-4795-ab22-fb9f46264176",
"targets": "57146efc-a54b-4ac2-9836-07d682a0c119",
"regionscountries": "bcfa7112-cdb9-4760-a0b8-fd7f9e9cdf66",
"stakeholders": "044c068a-5ebe-4c28-82b8-cdefefd27d20",
"targetaudiences": "696f78a8-4690-4c7e-90c2-d4a214ad1828",
"Category": "faf79782-0778-4155-9a65-bc1412a01542",
"Tags": "f82fb855-65e5-48d9-8218-18841be26aad",
"departmentaltargets": "2f473cd2-57d1-4008-a529-20150ad65ca2",
"events": "a158d9c3-ca18-418e-a19f-45d084c9b627",
"publishingoffices": "e84f5760-e715-47b2-8353-4e7a80cf6d24",
"Parts": "sample string 25",
"FolderId": "24eb84a8-cc13-4863-a564-d7ed757627cd",
"ParentId": "044246a5-66e2-4000-bb1b-afe55c0bdc38",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
}Partial update for documents item.
PATCH /api/emergencies/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-27T17:51:29.8088118Z",
"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": "b1e879c8-1ff7-4e58-8db0-789b0f79d8fb",
"targets": "5ce2b453-5a5c-4334-80a4-b8e03841192f",
"regionscountries": "e142b519-1598-4e75-adec-3b38058b8586",
"stakeholders": "3c5842ad-dd72-4c5f-86ed-b73e5255e441",
"targetaudiences": "b85aaa8a-3587-44fa-9f05-0a95a7558ba7",
"Category": "98ec4ef7-edce-4b38-8c67-dd042b69a8f5",
"Tags": "a05ece02-4e04-4f8e-953a-1845176de7e5",
"departmentaltargets": "c4183736-2587-4555-87fd-f59d795fa7b2",
"events": "1b507002-2e99-40e3-9854-e0b2189a2950",
"publishingoffices": "94255405-43af-4c3e-ae29-cc79341432d9",
"Parts": "sample string 19",
"FolderId": "a72c2544-b519-40e5-ade8-d991ec5b699e",
"ParentId": "44be4792-acc8-471d-9328-6d28ff5f3b12"
}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/emergencies/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-27T17:51:29.8088118Z",
"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": "06aa57bd-4aa2-4bf3-b208-1f937f722a5f",
"targets": "2aa91aae-ea2e-49fe-8658-210d6731119c",
"regionscountries": "119be07b-1815-45c3-b93d-2a1fcccd707a",
"stakeholders": "59730b95-aa24-4f20-846e-7215877e6743",
"targetaudiences": "e598fad8-d0af-4afe-8ac5-fc1ac7910798",
"Category": "ba28e41d-02ab-4946-a844-03f09baec3ec",
"Tags": "643da82e-9c64-480a-be22-5b46c29e6f49",
"departmentaltargets": "e06e2d9a-67e1-4e89-821f-1b85a6e45dd6",
"events": "4c6f599a-a82c-4a6f-813b-126de692e0a1",
"publishingoffices": "43f439f8-eef0-4ab7-a010-870414d1b3d6",
"Parts": "sample string 19",
"FolderId": "3950e616-f0ac-448d-b96a-5a2ff110e082",
"ParentId": "02f3b4da-a1f7-434d-8a67-cd1315e51ae6"
}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/emergencies/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.