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-04T17:47:05.9209852Z",
"PublicationDate": "2026-03-04T17:47:05.9209852Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-04T17:47:05.9209852Z",
"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": "1ac4037f-f07d-49f5-be66-d0536128fda5",
"targets": "255774ad-2934-4e13-a765-a0f83846ca8d",
"regionscountries": "7ee3d6b1-158c-4fc1-9f8d-25a55671f95e",
"stakeholders": "0fca3900-e335-439e-a86f-c089194793b7",
"targetaudiences": "a57efa6f-c048-48fb-84bf-d99aabbfb443",
"Category": "16c08dbf-0746-4853-a766-0a68ac15fc07",
"Tags": "47d4fc78-9331-49fd-9be6-a19c2b319522",
"departmentaltargets": "efc19b02-7ed1-4ff2-94de-2cf502fb9498",
"events": "1f150221-9445-485f-8a5b-320c9d0a2d97",
"publishingoffices": "a1c75dc7-caee-46e8-b99e-ccf7184380a3",
"Parts": "sample string 25",
"FolderId": "f9a0e21d-2c29-45f8-a61e-26cea6155aed",
"ParentId": "70e444fe-b55b-4b99-9f4a-9b036b863a6a",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-03-04T17:47:05.9209852Z",
"PublicationDate": "2026-03-04T17:47:05.9209852Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-04T17:47:05.9209852Z",
"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": "1ac4037f-f07d-49f5-be66-d0536128fda5",
"targets": "255774ad-2934-4e13-a765-a0f83846ca8d",
"regionscountries": "7ee3d6b1-158c-4fc1-9f8d-25a55671f95e",
"stakeholders": "0fca3900-e335-439e-a86f-c089194793b7",
"targetaudiences": "a57efa6f-c048-48fb-84bf-d99aabbfb443",
"Category": "16c08dbf-0746-4853-a766-0a68ac15fc07",
"Tags": "47d4fc78-9331-49fd-9be6-a19c2b319522",
"departmentaltargets": "efc19b02-7ed1-4ff2-94de-2cf502fb9498",
"events": "1f150221-9445-485f-8a5b-320c9d0a2d97",
"publishingoffices": "a1c75dc7-caee-46e8-b99e-ccf7184380a3",
"Parts": "sample string 25",
"FolderId": "f9a0e21d-2c29-45f8-a61e-26cea6155aed",
"ParentId": "70e444fe-b55b-4b99-9f4a-9b036b863a6a",
"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-04T17:47:05.9209852Z",
"PublicationDate": "2026-03-04T17:47:05.9209852Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-04T17:47:05.9209852Z",
"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": "dacffe8e-8465-4bd6-b54c-eb9bf49446c0",
"targets": "8afab63d-ce11-4a9e-bca5-424a465b3cb1",
"regionscountries": "d28ae4d4-626a-4860-b422-52b38d8cd2e0",
"stakeholders": "d3992c80-b636-4e1e-a511-02348b38fb26",
"targetaudiences": "1eaee76e-b4f2-41b1-964d-81db42242ed9",
"Category": "78450da4-9413-4e95-8a8c-03f729126462",
"Tags": "d22cf19a-31a3-492b-88c2-c9d5152a6539",
"departmentaltargets": "839971e9-c0be-42da-ac87-5dfbdb531316",
"events": "63972714-3198-43bd-82f6-eec2efc985c6",
"publishingoffices": "418b817a-df17-43a6-971e-ed5c30001c8b",
"Parts": "sample string 25",
"FolderId": "a4c5316a-51f8-4006-9619-8c497ed3ddf6",
"ParentId": "c02b67ad-fcb7-4245-84cc-b3014f0a9b27",
"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": "cac1d83e-afa7-4033-b00b-a244245bd2ad"
}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-04T17:47:05.9209852Z",
"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": "fd690ea9-13b5-4b4d-a9bc-0532964576d8",
"targets": "17f4efce-8056-46e0-9d46-49f0fd100ac2",
"regionscountries": "b461ce9c-2544-4ba3-acef-f4cf825578ad",
"stakeholders": "d60cb8a5-a530-45c0-995f-fff4a150c5b9",
"targetaudiences": "657c22fe-1654-4658-b454-dd9e4567c62a",
"Category": "756e08dc-fcb5-4652-abbe-c9ed5306d1bd",
"Tags": "7967f900-01e8-4652-b16d-cb590f9ffa24",
"departmentaltargets": "3dc4c284-51f2-45df-801e-4a97d09b467e",
"events": "fb2a3aca-9a93-4f6b-8a08-702918d6cd2a",
"publishingoffices": "5c6d9c9a-f121-4ac2-95ae-45c11a2ef944",
"Parts": "sample string 19",
"FolderId": "baad787b-d13a-4e29-8e3f-bab522b9f888",
"ParentId": "69c91bc5-1f59-4d1a-8cd6-80c1c25368a3"
}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-04T17:47:05.9209852Z",
"PublicationDate": "2026-03-04T17:47:05.9209852Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-04T17:47:05.9209852Z",
"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": "92c907dc-99d0-4ceb-b6ec-cd80d01b2dab",
"targets": "c730ee36-1726-4189-a6c7-239053506dc0",
"regionscountries": "6b1da0ae-941e-43b0-b106-36cec4b9966d",
"stakeholders": "f05052cf-0829-4796-a05f-90d915af368a",
"targetaudiences": "6788a945-b624-41da-a6dd-5a23ebc6cbac",
"Category": "bb325714-75d6-4a3b-b567-32b969ab6042",
"Tags": "dd5301fc-a681-4e1c-b468-ed5c259d3bca",
"departmentaltargets": "d283ff3e-1096-402b-8137-d874f41cd455",
"events": "e8ce5c67-fd81-4fc6-b51b-5500255ccebd",
"publishingoffices": "ec344307-6e63-4c59-aa65-a546352c5700",
"Parts": "sample string 25",
"FolderId": "45c68767-bdf4-4938-a0d4-38d46ab80f15",
"ParentId": "cbaf1af9-b142-42fd-892c-db74d6271011",
"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-04T17:47:05.9209852Z",
"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": "4d1f6cb8-afbf-4a14-94b4-bc8228cb619a",
"targets": "c240ecb4-0794-453f-a443-c87f6f5db650",
"regionscountries": "d85a493f-5fae-4fa7-9553-3f0476bbd749",
"stakeholders": "409e56b5-171b-4f0b-ad89-b73672fa50ed",
"targetaudiences": "40f16d41-3822-490f-a5f5-54829c867ca0",
"Category": "d7ffdfe6-065c-4eff-b9b9-d7353b2c4f6a",
"Tags": "2dc42957-c851-488b-bd20-2c2262bd2c3c",
"departmentaltargets": "2b9adeb7-261b-4f73-8faa-8ad1f08e9d71",
"events": "444d10f0-5b0a-49f5-abf6-c65fc3e1ffbb",
"publishingoffices": "41663946-9776-4645-ae85-5fcaf6ad730b",
"Parts": "sample string 19",
"FolderId": "4cef1eea-822e-4524-932e-47bd69aac08f",
"ParentId": "7ed05fa4-bb95-4f39-be02-374b10b61e29"
}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-04T17:47:05.9209852Z",
"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": "b850fc38-7c2d-4712-8f15-ffd0d31b89bb",
"targets": "2a40cbf1-c0f1-43bd-a586-5ddab443ab33",
"regionscountries": "a7b2adb5-989c-402c-8390-49310c59a6a1",
"stakeholders": "995580a0-a6d5-498d-84d7-c785ccb8078e",
"targetaudiences": "b189f07d-7cd5-4edb-bb9c-cf311ece6d34",
"Category": "1f6e5924-b304-4270-8083-bb2796d0033c",
"Tags": "7c7d9c4f-8841-4992-bf53-90cf90377be0",
"departmentaltargets": "16f59a90-0151-4a25-9365-d1b6624633d4",
"events": "2fd69f73-e24e-4990-bda4-f0739f3ab916",
"publishingoffices": "146f3460-8644-4070-9f75-97dd3c12d819",
"Parts": "sample string 19",
"FolderId": "04ab1593-ad28-4551-9dc8-798d18df5d01",
"ParentId": "5b555a7c-3c96-4d4a-a75c-882c1f1390cd"
}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.