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-05-07T19:57:55.36105Z",
"PublicationDate": "2026-05-07T19:57:55.36105Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T19:57:55.36105Z",
"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": "40d792b1-2a42-42e2-848c-882f4c558dbd",
"targets": "187d5697-ff27-4139-9f11-4a228ec8cd68",
"regionscountries": "17d8d881-4030-4621-9341-8703028a5e84",
"stakeholders": "bb8644ee-324e-4e08-9f81-0a29c73d0758",
"targetaudiences": "d336de97-c068-4108-bc25-5a2397dcf77b",
"Category": "43132b27-cbd8-46a3-bc57-0b9fff9d84bb",
"Tags": "db16c283-41e8-4762-9e60-c648b73ae16a",
"departmentaltargets": "102d7448-e1d1-493c-b4eb-d68b8969b211",
"events": "dc3e553f-6ec1-4369-869c-fefc6dc59043",
"publishingoffices": "928c0cc7-0a29-47d2-aae3-b57cee2c0aaa",
"Parts": "sample string 25",
"FolderId": "bed27fc2-3a21-4322-b3ee-dc9e9568f653",
"ParentId": "346b3766-93d4-4852-a1b1-601e214f874a",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-05-07T19:57:55.36105Z",
"PublicationDate": "2026-05-07T19:57:55.36105Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T19:57:55.36105Z",
"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": "40d792b1-2a42-42e2-848c-882f4c558dbd",
"targets": "187d5697-ff27-4139-9f11-4a228ec8cd68",
"regionscountries": "17d8d881-4030-4621-9341-8703028a5e84",
"stakeholders": "bb8644ee-324e-4e08-9f81-0a29c73d0758",
"targetaudiences": "d336de97-c068-4108-bc25-5a2397dcf77b",
"Category": "43132b27-cbd8-46a3-bc57-0b9fff9d84bb",
"Tags": "db16c283-41e8-4762-9e60-c648b73ae16a",
"departmentaltargets": "102d7448-e1d1-493c-b4eb-d68b8969b211",
"events": "dc3e553f-6ec1-4369-869c-fefc6dc59043",
"publishingoffices": "928c0cc7-0a29-47d2-aae3-b57cee2c0aaa",
"Parts": "sample string 25",
"FolderId": "bed27fc2-3a21-4322-b3ee-dc9e9568f653",
"ParentId": "346b3766-93d4-4852-a1b1-601e214f874a",
"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-05-07T19:57:55.36105Z",
"PublicationDate": "2026-05-07T19:57:55.36105Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T19:57:55.36105Z",
"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": "0df0aea3-08a2-42d1-9928-2e35ccece65d",
"targets": "9a5209fc-f44e-4326-ba1d-bff45c727954",
"regionscountries": "59e2f9e6-e7b1-471f-ba67-5c6f6c5d949a",
"stakeholders": "6e3225d3-43d9-433e-a1fb-864f754b3c4d",
"targetaudiences": "32726e04-0e64-4a71-9618-ea661591cd84",
"Category": "c74d9a03-15a7-40f2-b802-a6efe460ce71",
"Tags": "0affd113-872e-40e1-acf9-e7b2741489c7",
"departmentaltargets": "819978d3-282f-4631-83f6-40dac538fa4d",
"events": "7416d1ff-56b9-46ad-acc8-e870b695c77a",
"publishingoffices": "8b316960-536c-486a-8092-2e195cac9e30",
"Parts": "sample string 25",
"FolderId": "60ff28fc-c410-4071-9c7c-908ae12a50dc",
"ParentId": "a39ae76b-5cec-45ec-bf09-418dbf3bd6b5",
"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": "c8d79a4b-a562-4d50-b5af-b1821e21df41"
}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-05-07T19:57:55.36105Z",
"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": "0cdec82c-8366-4b5b-90aa-549e764c9d60",
"targets": "038ebf4d-0ae6-4297-a3d1-9d71aaa0229a",
"regionscountries": "3b0a549d-6fe4-4727-9765-0caab91656be",
"stakeholders": "cbf89dbd-ff62-4172-93bb-5ae7be1d5aff",
"targetaudiences": "60b631c0-cd4b-4e24-b191-be863c45bb5f",
"Category": "43a5833c-d890-4583-8f63-4948846b45c1",
"Tags": "89329ac0-94f2-42f6-a671-857f1b70630c",
"departmentaltargets": "49f23141-fce9-4246-bc2e-bc9f91a72b41",
"events": "76ac5ebb-7d7c-409e-960d-44e61371189b",
"publishingoffices": "3b66beda-3df2-40eb-8a55-de641b2e6894",
"Parts": "sample string 19",
"FolderId": "acd2838d-c436-4e58-9d75-ffcae26c2886",
"ParentId": "3a90cf0b-be1e-4b33-89e8-ed1783d9996c"
}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-05-07T19:57:55.36105Z",
"PublicationDate": "2026-05-07T19:57:55.36105Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T19:57:55.36105Z",
"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": "777089f3-4d55-44f5-b5a8-cafb0fd7dcd9",
"targets": "56d41042-1897-4ebf-b366-e611f08202af",
"regionscountries": "37dc5d14-892a-4afe-a428-50f5da327dda",
"stakeholders": "f80a12f3-fa9f-42e4-a39d-e8c2b812fd5d",
"targetaudiences": "8a2eba8d-c1bb-4ad6-ad51-457ab4b1e159",
"Category": "26d814fa-282e-4d8a-a334-80a9f783edad",
"Tags": "4b165f3e-7572-4c7e-bd9e-79b42d0aaa6e",
"departmentaltargets": "1aadebd9-8617-43cf-bfc1-14b8a8f039d3",
"events": "7a7c8ba3-8218-459e-a676-ef12586b8e37",
"publishingoffices": "6697c800-0011-4ff0-87c6-a19198da39ff",
"Parts": "sample string 25",
"FolderId": "07f02aee-9935-4a7a-9358-a93f2f1c6f9f",
"ParentId": "ec672db3-cf01-4bf4-b48a-834c5eaad469",
"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-05-07T19:57:55.36105Z",
"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": "712a11c5-e15c-4159-ac27-63f43b2e1537",
"targets": "158fcf92-2478-47a1-960f-a58482dd042e",
"regionscountries": "de754858-2d64-4d5f-b870-76336fe8eba9",
"stakeholders": "65b6a039-531a-4263-8433-e318b360b75d",
"targetaudiences": "e3f78199-35dd-4d0f-8e8d-1c8905e597bc",
"Category": "c1d4511e-7321-49d3-817c-57ecde077dc3",
"Tags": "30e5f16f-c03f-437f-b2d8-cf74e982d15d",
"departmentaltargets": "157e344d-d21f-4ed4-a5fc-e4de68f18ca5",
"events": "52f380d2-10ac-46af-b216-2dfaaaf1a5e7",
"publishingoffices": "e1d6d4d9-965b-4865-8874-d21243f1babb",
"Parts": "sample string 19",
"FolderId": "91b875fc-c757-485d-be9e-da06d30623ad",
"ParentId": "b7e6bd22-9b75-48d3-b0d2-e11ce31dcb21"
}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-05-07T19:57:55.36105Z",
"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": "7c0f57c5-af69-4bf2-92ca-e0debb9680db",
"targets": "61e6ac8b-c93c-4242-af30-97663c91bd87",
"regionscountries": "45981850-14a6-430b-a937-97a863444fc4",
"stakeholders": "84087880-6d4a-4261-b6c8-989f7dc9324e",
"targetaudiences": "72a5af4d-cbf6-4d27-9331-288e78274ad3",
"Category": "63a0ca61-cd07-403b-993a-ce1ff24a7cf1",
"Tags": "82405da0-ef30-4347-92b9-4338dc0a8bbb",
"departmentaltargets": "0b672bfb-4737-4030-9589-c8c70af1b44b",
"events": "d056c6d3-4d0d-40de-a4aa-1a5716e88056",
"publishingoffices": "c7ebc7b6-3361-47eb-9afc-da36851c9587",
"Parts": "sample string 19",
"FolderId": "89da2ed8-4726-4235-99ec-a703493fa80a",
"ParentId": "0e2460dd-6b73-48b0-8322-83aa204977fd"
}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.