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-07T10:40:24.935765Z",
"PublicationDate": "2026-03-07T10:40:24.935765Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-07T10:40:24.935765Z",
"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": "e8e6fe1e-b940-4a22-95d5-a5dbceb583d8",
"targets": "9f925289-a077-4abb-b94f-1eda377f2009",
"regionscountries": "d855acde-f3e8-49fc-bed8-9b1eaceb4a21",
"stakeholders": "c075a3c8-288a-42b0-accd-beae623f57c2",
"targetaudiences": "cdfdc485-9018-4122-b50b-ed4d6513af34",
"Category": "07071d9e-fad5-4343-8af6-6bd8a1283cf7",
"Tags": "9fde2d1d-663c-4d51-b732-8e536d328d1c",
"departmentaltargets": "896e0ff6-8ea1-4f3b-a851-b7b656ca21cf",
"events": "0124f492-e579-4f01-bd56-39941181ddf0",
"publishingoffices": "1470a7fa-16e0-4d92-ad16-e6f3214de65e",
"Parts": "sample string 25",
"FolderId": "7f8c60dd-0c80-4cfa-a58e-f15e76f52be5",
"ParentId": "e3fa1a0b-e124-4f93-948b-812cabbd7796",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-03-07T10:40:24.935765Z",
"PublicationDate": "2026-03-07T10:40:24.935765Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-07T10:40:24.935765Z",
"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": "e8e6fe1e-b940-4a22-95d5-a5dbceb583d8",
"targets": "9f925289-a077-4abb-b94f-1eda377f2009",
"regionscountries": "d855acde-f3e8-49fc-bed8-9b1eaceb4a21",
"stakeholders": "c075a3c8-288a-42b0-accd-beae623f57c2",
"targetaudiences": "cdfdc485-9018-4122-b50b-ed4d6513af34",
"Category": "07071d9e-fad5-4343-8af6-6bd8a1283cf7",
"Tags": "9fde2d1d-663c-4d51-b732-8e536d328d1c",
"departmentaltargets": "896e0ff6-8ea1-4f3b-a851-b7b656ca21cf",
"events": "0124f492-e579-4f01-bd56-39941181ddf0",
"publishingoffices": "1470a7fa-16e0-4d92-ad16-e6f3214de65e",
"Parts": "sample string 25",
"FolderId": "7f8c60dd-0c80-4cfa-a58e-f15e76f52be5",
"ParentId": "e3fa1a0b-e124-4f93-948b-812cabbd7796",
"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-07T10:40:24.935765Z",
"PublicationDate": "2026-03-07T10:40:24.935765Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-07T10:40:24.935765Z",
"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": "4e95d716-97be-4121-acf5-ec0a9215b3c8",
"targets": "925b1f6f-e572-45a0-aa2f-e8209fc6db09",
"regionscountries": "b3cb69ae-e409-46b8-b800-b7ddb3799e7e",
"stakeholders": "6bf0eb2d-1d64-48f6-895c-f61e239e1a8d",
"targetaudiences": "6e52aa27-d461-43f4-b7c6-e625b269649b",
"Category": "11b7dfc2-bf8d-4587-bb2a-27287bd185fd",
"Tags": "547df01c-3497-4db1-8653-db053527b7b3",
"departmentaltargets": "2e9ad31e-b52f-4f92-8835-7be370ed20b0",
"events": "f7a93ecb-cc39-472a-a69e-00b6882f39b3",
"publishingoffices": "35d42340-0f0e-4fe6-a675-4c105e01edd3",
"Parts": "sample string 25",
"FolderId": "5ace3686-25ba-4d95-83b3-02bbd72d7e32",
"ParentId": "535856a3-0d1b-49df-888e-f766b59ddd1f",
"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": "ce329f35-d59c-4015-aaa9-2d9e0fbe2be3"
}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-07T10:40:24.935765Z",
"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": "2e2ebe5a-000a-4cc4-8248-0f45aaba42f4",
"targets": "c56f7716-19b0-4a94-8537-5545506e35f2",
"regionscountries": "dd7858c3-82c2-4419-b00f-ba32dccd5a91",
"stakeholders": "25e589d0-4610-42ac-9cf6-bc46f509f77d",
"targetaudiences": "cd929287-fd80-4b21-8936-5c394c7f014d",
"Category": "4faa8741-84a7-4c87-af66-4cc66b81009e",
"Tags": "ca752980-ff9c-48f5-a251-37e23795f49e",
"departmentaltargets": "8b2393eb-048e-491f-af9a-448624a5a329",
"events": "6e90dce8-4da1-4ffb-8abb-f6c5f90a2ada",
"publishingoffices": "01a065ce-b099-45df-a9d5-908ad3e6f65d",
"Parts": "sample string 19",
"FolderId": "ff4c2c8d-cc9c-40ed-bd57-6056f6b4f999",
"ParentId": "78698f58-4d95-4a31-b428-4adab9a12994"
}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-07T10:40:24.935765Z",
"PublicationDate": "2026-03-07T10:40:24.935765Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-07T10:40:24.935765Z",
"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": "727d0cd9-1d92-483b-b8b3-c6ae0235e224",
"targets": "22ffc838-0ebe-4622-8dda-ef118c864e5c",
"regionscountries": "066d99ef-a68a-437a-9ab1-fb481d4375ac",
"stakeholders": "5d2af1a2-bcb2-4492-bc3d-a7a649912f36",
"targetaudiences": "bad93e58-5c62-496e-a0ef-2b5018341ee8",
"Category": "24844977-fc21-4acc-bf97-150097cb8c5e",
"Tags": "7bf0d916-cb32-44c9-a8ae-5ea3b9f3c8c2",
"departmentaltargets": "27b68d35-296b-49cf-8526-1b172c80c66c",
"events": "33605f99-5068-4ecb-baaa-dc5f3e894564",
"publishingoffices": "607aab76-a3a9-4af9-9aaf-26fd192e0e57",
"Parts": "sample string 25",
"FolderId": "03b7a625-7001-43a3-8dce-35ff301011a2",
"ParentId": "9bcbcbff-d5ff-4af5-a5d1-8d54605be863",
"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-07T10:40:24.935765Z",
"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": "3c0c506a-ef64-49bf-8833-c390eb278eca",
"targets": "0b720020-0c74-4bd8-8098-6aed6c80fa69",
"regionscountries": "4fa46a98-45b0-425f-8fe7-1e331cc9af01",
"stakeholders": "bb4c44c0-8a46-4128-823d-fe3a0d42a98f",
"targetaudiences": "84bbfc16-280a-41c4-a87a-dde558650632",
"Category": "f38aa4a1-e4d8-4362-a72c-4c31d3c31d9d",
"Tags": "abf72736-edbb-468a-8f3c-1979b4ec455c",
"departmentaltargets": "93224ba7-1e6a-408d-8507-1e05518908f5",
"events": "7ad67926-ecb9-4575-a45a-26ffaee9d7c8",
"publishingoffices": "01cbc3ff-318d-4620-902e-b2f55554ada3",
"Parts": "sample string 19",
"FolderId": "b6caf3b7-a637-4d5c-b80b-37afd2c1a4f2",
"ParentId": "841e5421-a990-4d26-8bce-8c53ba593975"
}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-07T10:40:24.935765Z",
"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": "3797cbfb-f2ad-42c3-9528-d278593e18cc",
"targets": "e762d753-bce2-44f9-aaca-0981796c42c8",
"regionscountries": "8861ec08-cf45-40d6-b299-94088e5a860a",
"stakeholders": "e52f0efc-4ddb-4ca3-b972-29ee7ffb99e6",
"targetaudiences": "ae17877d-5fa5-46c8-9184-1918a4658725",
"Category": "df86bbb7-224a-418c-a4c6-19da711bc846",
"Tags": "d7215d48-73a2-496f-9044-871e7043fd3a",
"departmentaltargets": "5c64baba-c43c-40f4-8cf4-2d4703eda527",
"events": "7ab93b0b-8858-4f2f-b734-a94fb8fd5346",
"publishingoffices": "0d2d5da6-5fb4-409d-b1c4-90e0744b9ddd",
"Parts": "sample string 19",
"FolderId": "9efa37e9-5c6c-47aa-b8d9-f6eaa00553f9",
"ParentId": "8d80666e-bec9-4318-af39-302770969646"
}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.