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-08-29T10:41:45.5880871Z",
"PublicationDate": "2026-08-29T10:41:45.5880871Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T10:41:45.5880871Z",
"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": "1684e0a1-f840-4f08-b48d-a7d46872bedc",
"targets": "c52286d6-94c4-4113-ae38-aa5a542adc83",
"regionscountries": "4875bbb8-9095-4c6f-8599-b445b5cffde6",
"stakeholders": "5d24082d-5943-4169-b518-fe8dbbf24ce0",
"targetaudiences": "af514d35-af35-48ea-9b8a-d9b098bf919c",
"JoomlaArticleId": "sample string 20",
"Category": "9c40b1f2-905a-4852-b5ba-8d44c075df63",
"Tags": "102d83f1-4d71-4d26-b274-5641eb05e31e",
"departmentaltargets": "8c2ed412-de7f-489e-a1ce-bdd838eb7d0d",
"events": "5c3471d0-99b5-4de6-929b-91104164c68d",
"publishingoffices": "a988fe7c-ea7f-49c2-97dd-962b05662531",
"Parts": "sample string 26",
"FolderId": "e6893cae-4754-4253-aa4a-a12a8cb1a360",
"ParentId": "c0d9ec90-6190-4c1d-917c-8fe04acf0521",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
},
{
"LastModified": "2026-08-29T10:41:45.5880871Z",
"PublicationDate": "2026-08-29T10:41:45.5880871Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T10:41:45.5880871Z",
"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": "1684e0a1-f840-4f08-b48d-a7d46872bedc",
"targets": "c52286d6-94c4-4113-ae38-aa5a542adc83",
"regionscountries": "4875bbb8-9095-4c6f-8599-b445b5cffde6",
"stakeholders": "5d24082d-5943-4169-b518-fe8dbbf24ce0",
"targetaudiences": "af514d35-af35-48ea-9b8a-d9b098bf919c",
"JoomlaArticleId": "sample string 20",
"Category": "9c40b1f2-905a-4852-b5ba-8d44c075df63",
"Tags": "102d83f1-4d71-4d26-b274-5641eb05e31e",
"departmentaltargets": "8c2ed412-de7f-489e-a1ce-bdd838eb7d0d",
"events": "5c3471d0-99b5-4de6-929b-91104164c68d",
"publishingoffices": "a988fe7c-ea7f-49c2-97dd-962b05662531",
"Parts": "sample string 26",
"FolderId": "e6893cae-4754-4253-aa4a-a12a8cb1a360",
"ParentId": "c0d9ec90-6190-4c1d-917c-8fe04acf0521",
"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-08-29T10:41:45.5880871Z",
"PublicationDate": "2026-08-29T10:41:45.5880871Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T10:41:45.5880871Z",
"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": "3666308b-d85b-4f10-889f-e4a384d8b5ba",
"targets": "55258dfb-ce62-4098-981e-009648d2c2cb",
"regionscountries": "727c3318-b658-41bf-9e86-7e3c314f6919",
"stakeholders": "4f3c6131-5855-435e-a145-2d7a45e6ec0b",
"targetaudiences": "6cfa9278-a055-4e6e-a8b5-f84deab22533",
"JoomlaArticleId": "sample string 20",
"Category": "d274947b-c0e6-43b1-8d0b-081ab533662c",
"Tags": "6fa6a551-9cfa-437b-90cc-c09556849ced",
"departmentaltargets": "79d6100a-994a-407b-a818-3883937fafbb",
"events": "7213319d-1309-4f09-a3e1-80acb3eda3f3",
"publishingoffices": "f68356f8-1701-4239-b284-b55a56312966",
"Parts": "sample string 26",
"FolderId": "803e86ad-1b5a-427d-ab38-4ef7b27aad29",
"ParentId": "1876228c-bcc4-4b21-9197-a5505b40e776",
"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": "25fe2927-ebbe-4d3e-bc4e-7faea56692a8"
}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-08-29T10:41:45.5880871Z",
"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": "e1b1d3d3-1057-4a2c-aac9-80276e3577c2",
"targets": "9d4853f1-2f4f-4e44-950a-f4d73a100934",
"regionscountries": "80308c1f-6a8c-4bd6-8eea-eb9bf7261cf9",
"stakeholders": "e507e99c-6e22-4966-847f-436e76babfd5",
"targetaudiences": "44248a5f-d1dd-4a9a-930d-fbec6f71b6a3",
"JoomlaArticleId": "sample string 14",
"Category": "32618f02-ed8d-4f56-84d4-dbfcbe55fe9b",
"Tags": "6b78588a-9ce7-4e67-8be9-5a473de03986",
"departmentaltargets": "58db21e2-dd0e-460f-89bd-d4dc3cd24b0c",
"events": "ca73a125-b29a-4e91-83c4-b0202f13eb72",
"publishingoffices": "1d6f1d38-0936-4f8e-ac13-66f77fd72633",
"Parts": "sample string 20",
"FolderId": "bd6e7540-351b-4779-9d82-cf9cfa010372",
"ParentId": "e2b5c2d9-1776-400d-a0f1-dca92607908e"
}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-08-29T10:41:45.5880871Z",
"PublicationDate": "2026-08-29T10:41:45.5880871Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T10:41:45.5880871Z",
"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": "6b7a356e-9e01-4638-a5ba-6dca40335ce6",
"targets": "d3d844af-74ae-4d9f-b662-67b0e08cf73c",
"regionscountries": "d61c2fab-d7f6-40db-8e74-c83195ce89c5",
"stakeholders": "f0c13477-3aa8-42e0-ae2b-3c9c546b6671",
"targetaudiences": "fdd2b717-1c33-44f6-a298-6d70548d0d56",
"JoomlaArticleId": "sample string 20",
"Category": "d6ee4fef-ff86-4688-837f-87831b36e6af",
"Tags": "1e5d3832-ddbe-4e34-822f-91ffd75e9127",
"departmentaltargets": "c77336d5-260b-4599-a005-6f89a0248f40",
"events": "ad8b5332-113d-40eb-a294-5cac8b9a513b",
"publishingoffices": "a21da81f-9118-4176-92d0-588641553598",
"Parts": "sample string 26",
"FolderId": "534ac79d-2694-4ba4-91c2-ff0876967ca7",
"ParentId": "2454fc30-9c66-4937-bd2e-cfa0ddacf80e",
"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-08-29T10:41:45.5880871Z",
"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": "619cb3fe-4dd5-44cc-91ac-29fcf4ea335a",
"targets": "40ced8c0-e4e0-4ff0-9a63-64cd8c1bec44",
"regionscountries": "ea083215-f182-44e0-ae4b-871eab2c0351",
"stakeholders": "c0173772-64b0-4ad6-88f7-200f4e7e2784",
"targetaudiences": "742821da-13e5-42fb-9760-844b49f5c40d",
"JoomlaArticleId": "sample string 14",
"Category": "bd785c12-e5f6-4b5f-b591-37541689290d",
"Tags": "ed37155d-4f45-4045-849e-acf23d80acb8",
"departmentaltargets": "0957d9fe-eeb3-422e-a701-12e46d599c61",
"events": "a689d27f-42fa-43ed-b6c1-afcef44d4518",
"publishingoffices": "314cbaea-d681-4151-b06e-27d5801a32d9",
"Parts": "sample string 20",
"FolderId": "207eabd5-6d38-47a2-b37f-85ca5b1c7c6b",
"ParentId": "36e285d7-4430-4caa-bdb8-8e2ccf8a141e"
}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-08-29T10:41:45.5880871Z",
"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": "ec62fcb0-2b7f-439d-b667-42e4cb873e2d",
"targets": "279f8edd-2689-4269-86cd-eb22c26a1b12",
"regionscountries": "cd9192d1-ac73-45a4-b35a-73ea94ba29c6",
"stakeholders": "5b8f082b-e907-4450-91b9-a4aa41c2cd8b",
"targetaudiences": "849f4138-bf5f-477b-b6d1-b31faec15308",
"JoomlaArticleId": "sample string 14",
"Category": "40c0d309-c6fd-4f49-b4d9-9f0c2696e14b",
"Tags": "ef8fec17-4e92-46a8-9ff0-dd848b148e6b",
"departmentaltargets": "029769b5-95a2-4d98-9197-82b6e385510b",
"events": "d71b477e-5c88-4c29-ab95-9587d9312a36",
"publishingoffices": "35741b00-1538-41ed-9d69-94982d87689e",
"Parts": "sample string 20",
"FolderId": "2369cf19-57b2-4823-b990-84892e3d170a",
"ParentId": "60160264-fcd4-4047-97d9-3f1a3797ce31"
}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.