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-07-21T13:14:57.5590399Z",
"PublicationDate": "2026-07-21T13:14:57.5590399Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-21T13:14:57.5590399Z",
"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": "52d0983a-fa66-4d4a-bbd1-c445529744b0",
"targets": "fa6da00f-5996-4a78-a83e-822c4af3b684",
"regionscountries": "8ead523e-ac84-4cce-ad29-b85fa14fe347",
"stakeholders": "68ec9efb-1328-4d57-8739-825ad8b4999d",
"targetaudiences": "66a2591f-708d-4172-9e64-5231b44b13db",
"JoomlaArticleId": "sample string 20",
"Category": "94a3bf0a-e891-461c-9c32-6185115e66a4",
"Tags": "106aec33-001b-4ac2-8f63-1afcb0ca1d9a",
"departmentaltargets": "3aa74a49-07f3-4ec9-a67e-7bf7d9b668b7",
"events": "c26ef8be-455e-41b5-a915-5ca52b3b5614",
"publishingoffices": "9c00737e-06ad-4a7f-b0ac-57f9bb1e4922",
"Parts": "sample string 26",
"FolderId": "c4fe9ac2-663e-4f62-bd04-71fa59bda509",
"ParentId": "49892f05-fe12-42bc-8f7b-5c945df5dd48",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
},
{
"LastModified": "2026-07-21T13:14:57.5590399Z",
"PublicationDate": "2026-07-21T13:14:57.5590399Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-21T13:14:57.5590399Z",
"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": "52d0983a-fa66-4d4a-bbd1-c445529744b0",
"targets": "fa6da00f-5996-4a78-a83e-822c4af3b684",
"regionscountries": "8ead523e-ac84-4cce-ad29-b85fa14fe347",
"stakeholders": "68ec9efb-1328-4d57-8739-825ad8b4999d",
"targetaudiences": "66a2591f-708d-4172-9e64-5231b44b13db",
"JoomlaArticleId": "sample string 20",
"Category": "94a3bf0a-e891-461c-9c32-6185115e66a4",
"Tags": "106aec33-001b-4ac2-8f63-1afcb0ca1d9a",
"departmentaltargets": "3aa74a49-07f3-4ec9-a67e-7bf7d9b668b7",
"events": "c26ef8be-455e-41b5-a915-5ca52b3b5614",
"publishingoffices": "9c00737e-06ad-4a7f-b0ac-57f9bb1e4922",
"Parts": "sample string 26",
"FolderId": "c4fe9ac2-663e-4f62-bd04-71fa59bda509",
"ParentId": "49892f05-fe12-42bc-8f7b-5c945df5dd48",
"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-07-21T13:14:57.5590399Z",
"PublicationDate": "2026-07-21T13:14:57.5590399Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-21T13:14:57.5590399Z",
"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": "d4f0f757-ad03-4160-87ff-b4e4bd58804f",
"targets": "70f12943-f2c7-4f9d-be94-49bc38820770",
"regionscountries": "52d20977-9f7c-4b2a-a89e-a8bc6522ea2b",
"stakeholders": "2efc9f0f-2fdf-473e-83d5-7c4c30b213db",
"targetaudiences": "4fcb92fa-8add-4216-8159-e383b4bc0a90",
"JoomlaArticleId": "sample string 20",
"Category": "e385fc63-8f83-4859-a7be-6ce7b1d6a0c7",
"Tags": "fd6d8981-6030-44c9-b074-d1bfa7e3b234",
"departmentaltargets": "00eeb335-77a2-4a81-915b-d73365cc0de0",
"events": "3340bb42-4d6f-4ba1-9246-5d7042a0fd5a",
"publishingoffices": "1951ef11-dac4-4d89-871f-0ad8c810d597",
"Parts": "sample string 26",
"FolderId": "dc4f85f3-85c9-49e1-ae96-5c79284a8726",
"ParentId": "8ab0c506-785d-4a42-8130-ea09faf93a2b",
"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": "0ba249d0-5766-45f0-84cd-1092fccf1ad8"
}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-07-21T13:14:57.5590399Z",
"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": "bac93a63-0956-46fb-b2bb-841ba67ebe63",
"targets": "b86fa62b-d8ba-43fc-8243-1d41a88c5889",
"regionscountries": "eca7e85f-3412-47cf-aa42-bc9523ebf82a",
"stakeholders": "9c6ca08d-4107-4739-9c6b-52f504719692",
"targetaudiences": "f399682e-7710-4c64-b021-b3f7714cb965",
"JoomlaArticleId": "sample string 14",
"Category": "4121a3c2-9a3f-45fe-93d8-3c5985962578",
"Tags": "619b0592-3d6c-48bc-8bae-c13d236cfe0d",
"departmentaltargets": "7d07ea1d-dc63-4adc-9298-d0bd9d2323a3",
"events": "77a68af6-0168-4f4a-bee0-366dde2dbecc",
"publishingoffices": "e20d0dae-6620-469e-8d5b-b6f1ca3c7b07",
"Parts": "sample string 20",
"FolderId": "45c6ae33-3ade-497a-ae53-50ada424c86b",
"ParentId": "cbb344a8-b370-496f-a9ef-f2406a71f89a"
}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-07-21T13:14:57.5590399Z",
"PublicationDate": "2026-07-21T13:14:57.5590399Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-21T13:14:57.5590399Z",
"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": "0cacac71-b1f1-4513-a8fd-bdfe52c640f4",
"targets": "5ea4eb33-7fc1-4ec3-af99-c979245cca50",
"regionscountries": "eafb975d-7fda-46e0-8400-1a30165f8be4",
"stakeholders": "db29f43b-79e0-4452-8a48-abcd64ca24e4",
"targetaudiences": "c51af4d1-74fb-4734-ac7a-846c30473b50",
"JoomlaArticleId": "sample string 20",
"Category": "b5cdac8f-6454-479c-97ea-4a9da78547e0",
"Tags": "bf3aea00-6bed-422d-86f4-421b830a0bc1",
"departmentaltargets": "17da79a8-6a03-496b-9550-711ddbd86487",
"events": "49ec803e-34bd-4f07-89e2-6d66e81c7449",
"publishingoffices": "d338232f-34f9-4c73-af4e-8ca84b923bbf",
"Parts": "sample string 26",
"FolderId": "580127f9-28d6-4cf8-bf3f-775eda216b1a",
"ParentId": "c0416c53-1a91-4ce4-8c79-bc29ee9f7db5",
"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-07-21T13:14:57.5590399Z",
"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": "a8ab10d7-a9f3-4bfc-ad2f-36fcd33ae5c8",
"targets": "1939c4f3-c093-41e7-b23e-7df3d3ddcced",
"regionscountries": "b76c4174-d941-46ec-ad0d-a47ead5973dc",
"stakeholders": "6596b8b5-9e28-4eeb-a166-845b6a2a078c",
"targetaudiences": "be327361-6aa6-4366-afff-908bdf58e7cb",
"JoomlaArticleId": "sample string 14",
"Category": "fa1011ec-ff66-425e-ab48-6550dc0363fc",
"Tags": "b4c63ee1-92cc-4164-a02f-2f0c981e4378",
"departmentaltargets": "b1e7ad1e-0d6d-43fe-b2f9-5c7cfcdef286",
"events": "d9084b94-d735-4169-a992-810bc77a1bdf",
"publishingoffices": "b153e057-2418-4c29-adbc-64faa9fecac3",
"Parts": "sample string 20",
"FolderId": "82b06167-baff-4a5a-82f8-d261c8fefb12",
"ParentId": "ac9489eb-b3a6-4245-94cc-04fb71a50852"
}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-07-21T13:14:57.5590399Z",
"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": "1b1b1358-396e-45a1-8d7e-392c4536f425",
"targets": "82eea943-2bfe-471e-b61e-60a194ec2065",
"regionscountries": "8ce118e3-73a5-4394-b454-3b6bb2b2abd5",
"stakeholders": "208acd1f-b1e3-4517-a745-02cfed9b24b5",
"targetaudiences": "77e32bf3-6844-4e29-8be3-0ed07bb9a45d",
"JoomlaArticleId": "sample string 14",
"Category": "62bd0aa1-0fed-48eb-a6c0-b8b8f22baf1c",
"Tags": "03b1129b-8ea5-49ab-ba17-b875b1643f91",
"departmentaltargets": "0bce808d-3e77-4543-b77f-6576def97ed3",
"events": "9e1bd835-336b-43f0-9dee-5f3ae8ffe08a",
"publishingoffices": "c377837a-06a0-4f4f-bd35-de892bac07bc",
"Parts": "sample string 20",
"FolderId": "868f3af5-2953-42f8-85a1-fa53e42e8a89",
"ParentId": "493b242b-1d65-4832-99b1-b1d11572e282"
}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.