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-01-10T00:28:51.6069032Z",
"PublicationDate": "2026-01-10T00:28:51.6069032Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-10T00:28:51.6069032Z",
"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": "cecd7242-dec1-46c3-af8d-898267ac9f8b",
"targets": "a69e7688-b48b-4181-a1de-ed2eca15fb0b",
"regionscountries": "8e046b84-1075-49b9-89ab-3a4c297763e6",
"stakeholders": "984d9b2a-713f-4a73-bf09-b6bb6add6a17",
"targetaudiences": "676fda30-d8e3-413e-a42f-3044ea947efc",
"Category": "a1f90be9-cc65-4c8a-bd69-a03161df9066",
"Tags": "7cf172b5-a6b9-4115-97dd-e51fcd6bac51",
"departmentaltargets": "65c0b1b3-2a0a-470c-b555-9f2f09d6ab36",
"events": "4a9d2cbc-6ec8-424f-b049-8d2e94a4f16a",
"publishingoffices": "e70972dd-cef6-454d-af85-7db2be2818cb",
"Parts": "sample string 25",
"FolderId": "dc6108e3-9170-4495-8fa8-8f28da348681",
"ParentId": "f7bdbc56-2670-4ef2-81a4-1b8a32c5f14d",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-01-10T00:28:51.6069032Z",
"PublicationDate": "2026-01-10T00:28:51.6069032Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-10T00:28:51.6069032Z",
"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": "cecd7242-dec1-46c3-af8d-898267ac9f8b",
"targets": "a69e7688-b48b-4181-a1de-ed2eca15fb0b",
"regionscountries": "8e046b84-1075-49b9-89ab-3a4c297763e6",
"stakeholders": "984d9b2a-713f-4a73-bf09-b6bb6add6a17",
"targetaudiences": "676fda30-d8e3-413e-a42f-3044ea947efc",
"Category": "a1f90be9-cc65-4c8a-bd69-a03161df9066",
"Tags": "7cf172b5-a6b9-4115-97dd-e51fcd6bac51",
"departmentaltargets": "65c0b1b3-2a0a-470c-b555-9f2f09d6ab36",
"events": "4a9d2cbc-6ec8-424f-b049-8d2e94a4f16a",
"publishingoffices": "e70972dd-cef6-454d-af85-7db2be2818cb",
"Parts": "sample string 25",
"FolderId": "dc6108e3-9170-4495-8fa8-8f28da348681",
"ParentId": "f7bdbc56-2670-4ef2-81a4-1b8a32c5f14d",
"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-01-10T00:28:51.6069032Z",
"PublicationDate": "2026-01-10T00:28:51.6069032Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-10T00:28:51.6069032Z",
"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": "dc2594ba-850e-42f1-be4c-7a96b4016695",
"targets": "8f2024e0-0b7a-4ff7-9446-7876e85d0ce2",
"regionscountries": "abc021a9-fe34-48b5-93fa-aa6e6fc4d6cf",
"stakeholders": "143e4f83-cdf9-4f9b-a2ea-7fc69d1d6ddc",
"targetaudiences": "03d8a80f-3e48-4262-8d9d-063413a8d416",
"Category": "c738c703-ada0-416b-bf86-9965025eba40",
"Tags": "36611e92-e60b-4571-a257-7fc2a9bbdd7a",
"departmentaltargets": "3ca13855-a80a-4476-8975-89f0f5ce5a73",
"events": "3759f307-a390-48e2-9317-a344c8d004be",
"publishingoffices": "09ba5cc3-d3a2-417c-8aad-96f11579621c",
"Parts": "sample string 25",
"FolderId": "a9af4324-0176-4533-81b7-1021c95b241a",
"ParentId": "0deea510-4341-47f9-a12f-be3488a83077",
"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": "a2b84181-1f88-46ea-8495-28cfda8bbdb0"
}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-01-10T00:28:51.6069032Z",
"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": "7195bb37-5806-4cbb-9bdd-faa403613565",
"targets": "a326a70c-6229-4d85-976b-382e76077d16",
"regionscountries": "b3ae1964-2b9a-464e-9324-83210299d10f",
"stakeholders": "32f6a905-acc4-46ac-aa68-672098b7c1d8",
"targetaudiences": "a8752de6-1384-4bd2-a483-b8139e197b8a",
"Category": "75721c1f-d2de-40e2-951e-4081e81cc932",
"Tags": "11fc77a7-da3d-408b-b5e4-1176c032ec9b",
"departmentaltargets": "34e8ee26-d4af-4a05-95b1-5fff494e1176",
"events": "01e09c01-f76d-4eb3-9038-5e0c1cc4d44a",
"publishingoffices": "e6d50c84-781b-47ad-acb2-c20a1260e747",
"Parts": "sample string 19",
"FolderId": "3b256a1d-22d3-48c2-8bf3-872e674d37bc",
"ParentId": "82d2147c-984f-403d-af39-4ed7d2414c14"
}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-01-10T00:28:51.6069032Z",
"PublicationDate": "2026-01-10T00:28:51.6069032Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-10T00:28:51.6069032Z",
"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": "455b0323-fc71-4298-b9cf-78b56fdf0b6a",
"targets": "a238cd59-390b-4a2e-8eea-b6165a4d4bd5",
"regionscountries": "5daa2d15-7731-497a-969e-586349ad81f9",
"stakeholders": "f068c9c9-f4fb-49c9-b298-3379b1e4b0cc",
"targetaudiences": "96070392-4483-44a6-b573-70fbdbcbd472",
"Category": "7c83a64e-da88-4962-a6fd-0b90fb234355",
"Tags": "e8b37b17-915c-4dba-8761-310501073a63",
"departmentaltargets": "edbafd92-e51d-44bc-8048-dd37df504488",
"events": "96ddebab-04c0-42e5-8385-56a9ceffdb1f",
"publishingoffices": "795e274c-8779-44c7-9405-0ab6f56660db",
"Parts": "sample string 25",
"FolderId": "4944e64b-714f-42ef-8a17-9fc3b7b1e5d4",
"ParentId": "79ad70ec-54bc-46a5-bbf2-20ba85067096",
"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-01-10T00:28:51.6069032Z",
"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": "9384f89b-0140-4fa6-9766-a36c6e04c3ca",
"targets": "4bc12ca1-9f7b-4d99-a77b-d2ffd92dc6a3",
"regionscountries": "fe5d8d72-ec09-41ee-b045-2c0f9463325a",
"stakeholders": "aa6f5eba-511e-42a4-bb74-50921ef62d80",
"targetaudiences": "853f440f-9c01-44a6-bccb-5dde9d619ea9",
"Category": "fe030364-f764-4ca6-9f0f-a62135afeede",
"Tags": "2b3af8ca-424e-498f-83ef-7c4674040312",
"departmentaltargets": "fa11e421-cd0a-4afe-ac97-f2496c4a0f8e",
"events": "6b7b061d-6ec6-46d0-9013-3a2b01f4a9fc",
"publishingoffices": "f7cf104f-99fd-4568-bb9e-384fc6d81d35",
"Parts": "sample string 19",
"FolderId": "26a48f07-abc9-44ac-be5d-122558624f54",
"ParentId": "7579f206-ef07-4cec-a48a-6cbc8b3fc979"
}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-01-10T00:28:51.6069032Z",
"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": "c0bb49f1-7cf2-4509-88cb-b5b1c5558681",
"targets": "12fd7751-684a-4c97-8282-74de5a1a3be8",
"regionscountries": "6788be53-54f6-4a60-890c-08ae92be2e9f",
"stakeholders": "5f18fb85-1a10-4401-9b38-0fc1501585e4",
"targetaudiences": "832f942a-8830-4af7-81bf-7266089060d9",
"Category": "8a5bcb22-1829-4076-a2a9-d131cb062420",
"Tags": "9aff93c5-82d5-43da-b481-2a7012afccfa",
"departmentaltargets": "e411d025-15fe-4a4c-9741-9adfc8640f73",
"events": "7e4f119f-6db7-4691-be9f-0eac91c0771f",
"publishingoffices": "d3a3107f-3b9c-426e-9cb1-663ee169c24a",
"Parts": "sample string 19",
"FolderId": "91ed4868-169f-40ad-994b-4019ab4af1ea",
"ParentId": "dc00a8b9-4d93-4027-a79e-66e8270e5fff"
}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.