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-09T05:45:58.0585233Z",
"PublicationDate": "2026-01-09T05:45:58.0585233Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T05:45:58.0585233Z",
"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": "bf75ff99-b999-4d4a-8c53-d59826b8332c",
"targets": "5db89d90-47b7-42d6-b0ea-d245542a6f06",
"regionscountries": "f4eac8d7-f5ab-43bd-8997-1bd11dde15f9",
"stakeholders": "b23451cf-16d8-4440-9f5f-eb123abc95d7",
"targetaudiences": "c6f5f717-b570-4a32-9e16-7b7907b7ff29",
"Category": "7e43c4fe-4277-4247-8742-a2160376264a",
"Tags": "4955962e-8797-4407-a586-80a1908b63d4",
"departmentaltargets": "509b83de-bd17-4f83-af38-4fd743d39e08",
"events": "6b71d974-bd52-4c6b-b626-cce6d6278c6b",
"publishingoffices": "f137dcce-0754-47c0-9f82-c329af31455b",
"Parts": "sample string 25",
"FolderId": "89553dcc-04a8-477f-8a2c-53a2fea4546d",
"ParentId": "2e6287fc-34b5-4573-8157-807cc7d40d57",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-01-09T05:45:58.0585233Z",
"PublicationDate": "2026-01-09T05:45:58.0585233Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T05:45:58.0585233Z",
"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": "bf75ff99-b999-4d4a-8c53-d59826b8332c",
"targets": "5db89d90-47b7-42d6-b0ea-d245542a6f06",
"regionscountries": "f4eac8d7-f5ab-43bd-8997-1bd11dde15f9",
"stakeholders": "b23451cf-16d8-4440-9f5f-eb123abc95d7",
"targetaudiences": "c6f5f717-b570-4a32-9e16-7b7907b7ff29",
"Category": "7e43c4fe-4277-4247-8742-a2160376264a",
"Tags": "4955962e-8797-4407-a586-80a1908b63d4",
"departmentaltargets": "509b83de-bd17-4f83-af38-4fd743d39e08",
"events": "6b71d974-bd52-4c6b-b626-cce6d6278c6b",
"publishingoffices": "f137dcce-0754-47c0-9f82-c329af31455b",
"Parts": "sample string 25",
"FolderId": "89553dcc-04a8-477f-8a2c-53a2fea4546d",
"ParentId": "2e6287fc-34b5-4573-8157-807cc7d40d57",
"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-09T05:45:58.0585233Z",
"PublicationDate": "2026-01-09T05:45:58.0585233Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T05:45:58.0585233Z",
"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": "de0b2bb3-1ebe-41ed-8ece-237706298879",
"targets": "9b8b265a-4682-4970-8ba5-5dd9699ed1db",
"regionscountries": "4cf0c207-126d-403e-a00a-5a89c98a5b65",
"stakeholders": "2fdeb0bf-2164-40d5-bede-63eeb9f1c739",
"targetaudiences": "a8749ac8-7a79-47fa-bcf6-594f3784e481",
"Category": "1511afec-6289-4e71-89f1-26aefa295992",
"Tags": "65d18fd4-0477-4f2c-b170-20a391ac91bd",
"departmentaltargets": "4ec15897-b766-4206-aee9-9a826567460c",
"events": "f7dc74ae-2482-4b3f-a82a-7dee38e0004e",
"publishingoffices": "f255619d-176e-4a12-9dfa-b8da9a203908",
"Parts": "sample string 25",
"FolderId": "388efb91-c6a9-40e5-bfd7-2390a7bfc905",
"ParentId": "8dfda6ca-e3b7-4b5c-80f8-26c368fee361",
"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": "705ef2b8-356e-486a-85f9-82051aefde8d"
}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-09T05:45:58.0585233Z",
"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": "30dd2898-298c-4b57-89a6-71860101c375",
"targets": "840a70db-1e59-4ac1-a718-7033ddbfee8f",
"regionscountries": "9b313208-871b-49e4-9eae-6530d53ac8e8",
"stakeholders": "39ab96a9-5b75-41b0-894a-fdf51114b452",
"targetaudiences": "8f9b3a6e-eb41-4238-91fc-61dd6d094b7b",
"Category": "b9b6d6de-4c51-4cde-8f0a-04fdc331eca1",
"Tags": "d255ae0a-17d9-47ff-9333-915a46c88ed3",
"departmentaltargets": "b4742260-0cc8-48a7-a39e-b7b3f8cd86b2",
"events": "a33c2093-d371-4717-ab88-a89a59bd5203",
"publishingoffices": "14725e5b-fef6-44fa-844e-08dcc5b9edce",
"Parts": "sample string 19",
"FolderId": "f569bf13-6dbc-4d77-8120-3f7fd1c3b887",
"ParentId": "35a54ce5-1c70-475e-8796-da40c72f1c44"
}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-09T05:45:58.0585233Z",
"PublicationDate": "2026-01-09T05:45:58.0585233Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T05:45:58.0585233Z",
"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": "48f9e4c9-d643-46d3-947f-836bb5efdcc7",
"targets": "e91b4d3c-c85b-46b3-bb2f-1b7945d27c73",
"regionscountries": "af65f214-6d00-4207-a36a-167677f5991a",
"stakeholders": "7e11da9d-3ff5-4239-81aa-858679a369d2",
"targetaudiences": "91d38edc-7dfe-416a-a033-400b43f80e0f",
"Category": "59e7f951-6000-4344-be45-e5d51e6aadfa",
"Tags": "ead2c9e4-c96b-4400-afe8-728956e18042",
"departmentaltargets": "aae337da-534f-47be-a229-792c65b98acd",
"events": "430d8c6b-0867-454f-a5ac-f852eb0edfc9",
"publishingoffices": "de06bf77-8da2-442a-b019-9ec1daf2bdb2",
"Parts": "sample string 25",
"FolderId": "bda015c0-366b-4996-a9cf-6a28a4dfe8cc",
"ParentId": "2961f247-69a5-45f3-bfa6-db78998ec362",
"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-09T05:45:58.0585233Z",
"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": "ae8bfe9e-2f10-428b-a223-45c710782148",
"targets": "243c98e8-7ff4-40e4-b16e-a125eb75d014",
"regionscountries": "3013720c-da42-4c16-a24d-67724abaa55a",
"stakeholders": "667af458-52fb-4790-b4dd-dc92fa518f11",
"targetaudiences": "b55af1e6-038c-45f1-bf2c-f5b4c8b91fac",
"Category": "51c09328-9eec-42b2-85ae-25d925897342",
"Tags": "b0b7895a-6647-42bc-a836-e86647857200",
"departmentaltargets": "2cb02f96-3da9-4d9b-83cc-3a0c4d4cc75f",
"events": "aba8c2e2-228a-4d76-9bf2-6e86170e3b74",
"publishingoffices": "0949a974-4a78-4590-b4a4-d9ddfa35a3c0",
"Parts": "sample string 19",
"FolderId": "2a8efe61-bcbf-4a00-9e29-953e5bacaa74",
"ParentId": "0cf605be-f8f2-4848-b6f2-370cdb6a7cb8"
}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-09T05:45:58.0585233Z",
"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": "3e822bf3-9cfa-46af-be7d-4a6023583c1f",
"targets": "61fa0f77-78ab-4bab-a58a-e7bb21f2d741",
"regionscountries": "7de31205-3dfd-49ce-b91d-c32b91e797a5",
"stakeholders": "ecc8bddb-c65a-4ecd-b0dd-8c68554773f9",
"targetaudiences": "fbcc9a95-4c61-4c92-b62f-4843d5dd4b27",
"Category": "89f43f15-4c82-4c47-ad92-00d9bfea1f61",
"Tags": "708b65c7-5ac3-4b37-915a-b5f0cece0c6d",
"departmentaltargets": "ce3db5ae-f600-4aa8-935f-0ca96b0977f5",
"events": "47b78e02-f8d8-4b1b-80f5-71b43e432a10",
"publishingoffices": "cb61c7aa-2d89-4e5d-8853-1b0fc2060ad7",
"Parts": "sample string 19",
"FolderId": "d913bf47-69a7-465c-942a-1b422d383925",
"ParentId": "0f67b9bb-d2c2-453e-821d-25e774f0c36c"
}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.