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 | |
| JoomlaArticleId | System.String | 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-09-21T00:20:06.8957344Z",
"PublicationDate": "2026-09-21T00:20:06.8957344Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-21T00:20:06.8957344Z",
"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": "2aafacbf-937f-4f52-9798-62b112f3290d",
"targets": "d796d439-efa5-4b47-b694-1d06c2a139e1",
"regionscountries": "6f9cdbf4-0d45-487a-8b41-e0fd7bedf0ee",
"stakeholders": "d30aa4a1-a754-4816-832b-3d41c6b5b3f2",
"targetaudiences": "919f3a8e-94c9-4637-83bd-23c2107d1f85",
"JoomlaArticleId": "sample string 20",
"Category": "a407a247-c24c-4bb7-8b02-925a932ed496",
"Tags": "1c5c7f18-437c-4f9a-b9d1-f4fa2e2f463f",
"departmentaltargets": "ae4286c8-691d-4105-a34f-a3812c473501",
"events": "0208068b-5fff-4b92-b112-7f76f8d3bc3b",
"publishingoffices": "97b4a0c2-d511-46ef-a78b-c204f7763da1",
"Parts": "sample string 26",
"FolderId": "8a18cd60-d3d0-4fab-bb5c-ad00b7ef060d",
"ParentId": "c43d3331-fc62-426e-97d7-3015f033b9cc",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
},
{
"LastModified": "2026-09-21T00:20:06.8957344Z",
"PublicationDate": "2026-09-21T00:20:06.8957344Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-21T00:20:06.8957344Z",
"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": "2aafacbf-937f-4f52-9798-62b112f3290d",
"targets": "d796d439-efa5-4b47-b694-1d06c2a139e1",
"regionscountries": "6f9cdbf4-0d45-487a-8b41-e0fd7bedf0ee",
"stakeholders": "d30aa4a1-a754-4816-832b-3d41c6b5b3f2",
"targetaudiences": "919f3a8e-94c9-4637-83bd-23c2107d1f85",
"JoomlaArticleId": "sample string 20",
"Category": "a407a247-c24c-4bb7-8b02-925a932ed496",
"Tags": "1c5c7f18-437c-4f9a-b9d1-f4fa2e2f463f",
"departmentaltargets": "ae4286c8-691d-4105-a34f-a3812c473501",
"events": "0208068b-5fff-4b92-b112-7f76f8d3bc3b",
"publishingoffices": "97b4a0c2-d511-46ef-a78b-c204f7763da1",
"Parts": "sample string 26",
"FolderId": "8a18cd60-d3d0-4fab-bb5c-ad00b7ef060d",
"ParentId": "c43d3331-fc62-426e-97d7-3015f033b9cc",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"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 | |
| JoomlaArticleId | System.String | 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-09-21T00:20:06.8957344Z",
"PublicationDate": "2026-09-21T00:20:06.8957344Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-21T00:20:06.8957344Z",
"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": "22cc74cd-ceaa-4e1e-8d04-e17f75f2a31c",
"targets": "135cec7a-7a17-4c7c-a1aa-32846c0cda99",
"regionscountries": "8e78bf0a-f01d-4190-ab15-c7e02f9d7e95",
"stakeholders": "94a33c5e-5457-4a61-b27a-02547374c5d0",
"targetaudiences": "5b889c2c-ba8b-434f-99dd-603f0e0df1ef",
"JoomlaArticleId": "sample string 20",
"Category": "a4a50b2c-04ef-4acb-a72f-d9dee6b85390",
"Tags": "506ea9e1-70fa-47d8-9b54-8c1efee66f0d",
"departmentaltargets": "67539288-6a96-406f-a7aa-a1caf91ad15c",
"events": "8ed9ecd1-574d-43b1-a4ff-3bfbe2510f9a",
"publishingoffices": "26f2c395-c7a2-4083-90c1-90e266edac32",
"Parts": "sample string 26",
"FolderId": "4d49bdfd-953a-40d9-a96c-392b4a155203",
"ParentId": "9b136b00-eaac-453d-8eb4-1884fae220a8",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"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": "0222b95e-46aa-42ae-a0e4-d9e7ac559bbc"
}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 | |
| JoomlaArticleId | System.String | 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-09-21T00:20:06.8957344Z",
"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": "12c4d527-1bc2-4d7f-975e-5ffb8d69a73d",
"targets": "9c96c928-0307-4dfb-a78a-bc58d93b8bdf",
"regionscountries": "8633a91c-5f98-496d-8d51-383267302281",
"stakeholders": "83844b8b-c453-4026-9d72-f2497aad9416",
"targetaudiences": "874f5e62-d334-491e-844d-02ee32755571",
"JoomlaArticleId": "sample string 14",
"Category": "f3077fc6-52ac-4273-b03f-bc3ab067a95e",
"Tags": "4e03067c-a1a8-4784-91ec-68b4db777f10",
"departmentaltargets": "fd6a47c6-0401-4983-aaf3-a02280800913",
"events": "39604b9c-3fe4-468b-8011-f6c3c4b106dd",
"publishingoffices": "163aae33-ba15-4c7b-bd67-4806b96a26af",
"Parts": "sample string 20",
"FolderId": "eb1f1cad-7daf-4fe6-b83c-1af779766603",
"ParentId": "4218590d-78ca-4d39-9852-b0fb86f10b6e"
}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 | |
| JoomlaArticleId | System.String | 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-09-21T00:20:06.8957344Z",
"PublicationDate": "2026-09-21T00:20:06.8957344Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-21T00:20:06.8957344Z",
"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": "fdb06724-858b-4447-9276-d22dd19d5700",
"targets": "66205eac-2bfd-4f52-89f9-c878c61d41b6",
"regionscountries": "6f41b755-8d8e-4618-80e2-d46a6cd9582d",
"stakeholders": "7fb0d422-cf19-4f76-abab-a29ec3ccfe42",
"targetaudiences": "733b3955-5d9a-4c33-af08-36611ad96805",
"JoomlaArticleId": "sample string 20",
"Category": "07251988-d0b7-45b1-9990-c243e6d86b37",
"Tags": "a7ac704e-6588-4aa0-8631-664afeb5626a",
"departmentaltargets": "3baf6de3-6e2f-46a7-93e2-71a515afac5b",
"events": "6a374e02-ca2e-4b16-93a0-4cdc3bcbcf3d",
"publishingoffices": "63fbb508-3f51-471b-96bd-b6c23bb2ac1a",
"Parts": "sample string 26",
"FolderId": "f458244b-2fc1-4ed4-bda4-cd232dae138d",
"ParentId": "0c35612d-7b72-4e93-ba73-7cbb8a1386e9",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"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 | |
| JoomlaArticleId | System.String | 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-09-21T00:20:06.8957344Z",
"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": "a63a55af-dbad-47e4-ad91-236c921def3f",
"targets": "0986040b-d719-4b7b-8ce7-0a74eff44720",
"regionscountries": "b69a6839-16b5-4067-82a5-7b7694bb38f0",
"stakeholders": "c83747b7-904b-4091-a025-aaa344fbd6c8",
"targetaudiences": "d3cda50d-840d-48a7-add3-73db94be3ab0",
"JoomlaArticleId": "sample string 14",
"Category": "ad8d2100-6ca9-49c3-b1de-70cecf00f783",
"Tags": "9e7af63a-3c90-4c56-8169-83cc3aa7b712",
"departmentaltargets": "af357c0e-4c18-4dd0-806d-e35b1e918d19",
"events": "d48e5bf2-6e52-4024-997a-285ad7e75373",
"publishingoffices": "c99bc08f-7b13-42f2-8489-5f175d49ca19",
"Parts": "sample string 20",
"FolderId": "1914bafe-f799-4178-ad77-eaf8827ab1ee",
"ParentId": "98dad284-bf0a-4cab-8e60-a50ef3f4b621"
}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 | |
| JoomlaArticleId | System.String | 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-09-21T00:20:06.8957344Z",
"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": "75f19772-946b-4858-8821-223ac5aaa2ed",
"targets": "bf5f9469-2008-4c84-8b26-8ea9244b3f80",
"regionscountries": "181b6277-feec-47e2-be07-1f35c9d7e987",
"stakeholders": "11fda5ba-ec4e-419f-92a5-76b53095e632",
"targetaudiences": "ee79d028-4f48-4058-9322-d1db87db6571",
"JoomlaArticleId": "sample string 14",
"Category": "d5f661db-b713-4e26-a84e-63003611ce3b",
"Tags": "ba44d122-0959-49e8-bfde-8be4e1335db0",
"departmentaltargets": "27212f5d-b33f-4e86-8c01-fa62e66fef10",
"events": "b561607f-56e9-4cda-99be-38afaa5aa6eb",
"publishingoffices": "e2caff4f-327b-4fb9-bc91-384d4187e24d",
"Parts": "sample string 20",
"FolderId": "82d124f7-755d-42ab-8e3b-157114565ee6",
"ParentId": "c36eea56-ce62-4129-b216-e64c0683eeec"
}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.