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-30T05:10:52.8119746Z",
"PublicationDate": "2026-08-30T05:10:52.8119746Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-30T05:10:52.8119746Z",
"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": "bf2adcbf-840d-4ced-b4e5-205036bf39ef",
"targets": "709d55a8-fefd-40e1-9f84-dfba3412179d",
"regionscountries": "6ec3e6e8-de62-44fa-bbde-eb060e0511aa",
"stakeholders": "b80b76ba-34f7-4b52-b3ab-8f27ca442d7a",
"targetaudiences": "649ff59f-b549-4933-87c0-0236d303f0ad",
"JoomlaArticleId": "sample string 20",
"Category": "46904aaa-e0f0-4215-b4ff-13e65421e794",
"Tags": "ed724f80-b608-45e8-9a43-4d8ea96a3d23",
"departmentaltargets": "68c650d6-0ed8-45dd-b9c8-4b51fdb35dac",
"events": "6a7f4e47-bbb9-4c1b-8cc5-088bb62597a7",
"publishingoffices": "ef888663-ca2f-44b2-8c30-56eb93227663",
"Parts": "sample string 26",
"FolderId": "b2db198d-3da3-4633-9c37-ebafd6523e06",
"ParentId": "644f9c43-391d-4515-8fc2-17ca0d97200b",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
},
{
"LastModified": "2026-08-30T05:10:52.8119746Z",
"PublicationDate": "2026-08-30T05:10:52.8119746Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-30T05:10:52.8119746Z",
"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": "bf2adcbf-840d-4ced-b4e5-205036bf39ef",
"targets": "709d55a8-fefd-40e1-9f84-dfba3412179d",
"regionscountries": "6ec3e6e8-de62-44fa-bbde-eb060e0511aa",
"stakeholders": "b80b76ba-34f7-4b52-b3ab-8f27ca442d7a",
"targetaudiences": "649ff59f-b549-4933-87c0-0236d303f0ad",
"JoomlaArticleId": "sample string 20",
"Category": "46904aaa-e0f0-4215-b4ff-13e65421e794",
"Tags": "ed724f80-b608-45e8-9a43-4d8ea96a3d23",
"departmentaltargets": "68c650d6-0ed8-45dd-b9c8-4b51fdb35dac",
"events": "6a7f4e47-bbb9-4c1b-8cc5-088bb62597a7",
"publishingoffices": "ef888663-ca2f-44b2-8c30-56eb93227663",
"Parts": "sample string 26",
"FolderId": "b2db198d-3da3-4633-9c37-ebafd6523e06",
"ParentId": "644f9c43-391d-4515-8fc2-17ca0d97200b",
"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-30T05:10:52.8119746Z",
"PublicationDate": "2026-08-30T05:10:52.8119746Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-30T05:10:52.8119746Z",
"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": "d18bf60b-c726-42e9-a778-80a2fa30ce7d",
"targets": "ff7d2f2b-db3a-4787-ab13-7bfe4e9f5fed",
"regionscountries": "f8c38b11-5079-4075-acf2-41e497616486",
"stakeholders": "2a4747d3-3a70-4de0-a2d0-f10b37497184",
"targetaudiences": "ad223528-8cc6-44bf-8c38-5196dde52688",
"JoomlaArticleId": "sample string 20",
"Category": "e45076d6-2c91-446c-a399-ac83e719f429",
"Tags": "94f42d33-4921-4cef-9418-99663efc903c",
"departmentaltargets": "e4b7d298-c908-40e6-a17e-c5a7927fb42e",
"events": "3ebd8098-5164-4db8-9074-8da72aa0923f",
"publishingoffices": "c6c0ce56-b60c-416d-ad86-86189585b38a",
"Parts": "sample string 26",
"FolderId": "d35df89f-f8a4-41b0-8158-fb9ce410ad07",
"ParentId": "eca37a0e-2ec9-4b61-954c-ef939cb25dab",
"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": "413a4c83-1148-4367-a523-147ff678f623"
}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-30T05:10:52.8119746Z",
"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": "31df3120-1a32-4a22-a6d5-9dff44f542c2",
"targets": "7edbe454-d4bc-47db-9981-bc73a05aa573",
"regionscountries": "208443e5-5637-48c3-bd15-f52090d4c601",
"stakeholders": "3996b049-35fb-42a6-b8fe-6ea274b794c4",
"targetaudiences": "05f28728-d736-4417-836b-ee3740806028",
"JoomlaArticleId": "sample string 14",
"Category": "06f22a1c-1563-43ee-a562-8e66eca39fb7",
"Tags": "5c9a485e-8e7c-413a-9318-01a2a7eed0d9",
"departmentaltargets": "01e918c4-abdb-4ced-beb3-75ef41279e18",
"events": "38d34012-9c71-4bd7-9489-c41cafd1fe0e",
"publishingoffices": "b119af9b-1cde-4366-b574-7e7504a3aa25",
"Parts": "sample string 20",
"FolderId": "a8c51f4d-8ba7-470b-831b-5f81e77d613f",
"ParentId": "a8522e88-d668-4190-a40a-ffd6ff80541d"
}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-30T05:10:52.8119746Z",
"PublicationDate": "2026-08-30T05:10:52.8119746Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-30T05:10:52.8119746Z",
"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": "e6f1b352-cabd-44e5-850b-985e8f3581c5",
"targets": "b1718c26-e27a-438b-99ee-cccbe876c985",
"regionscountries": "ea1df3dd-426e-497c-8667-11ff34ad970e",
"stakeholders": "b6f2adb4-2396-41a9-bf2e-2880fd0a935e",
"targetaudiences": "802b4aee-b025-41ac-a19b-fb16ce2d32eb",
"JoomlaArticleId": "sample string 20",
"Category": "45a77947-2696-4964-9a91-c4305a1b3cd1",
"Tags": "b3a8b5be-2ab2-4db7-a887-4315212a959c",
"departmentaltargets": "963d0570-e5ad-4d27-b659-e0e5c92d8255",
"events": "970aa784-fb18-40a2-ab2f-087d049ecf0b",
"publishingoffices": "978e73cf-49d2-4f73-bbb7-cb2b3a00ebb3",
"Parts": "sample string 26",
"FolderId": "51e25c85-2694-432a-b9a0-e30afce7e4c6",
"ParentId": "b03becec-855b-4bf4-b920-4252247b41a8",
"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-30T05:10:52.8119746Z",
"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": "16934e7b-1e97-4a2b-bc57-fc1aaf80af9d",
"targets": "a23d51a3-1800-40d2-af47-8de43dbe375f",
"regionscountries": "70930e54-1aba-4951-ba41-3eeb49759be3",
"stakeholders": "c154dbcd-d349-4c82-8819-186861186a3b",
"targetaudiences": "57a26b34-ea37-47d4-b8a8-437f73fa3f53",
"JoomlaArticleId": "sample string 14",
"Category": "10ceffe7-0ca2-4654-8876-ab00957c7015",
"Tags": "2c3862c1-2608-4b97-bf18-b99610b7973a",
"departmentaltargets": "8ce3afae-eb2c-457d-90e2-af0f687096a0",
"events": "268d5866-8844-4e90-92cf-49153e167e10",
"publishingoffices": "6c5d1431-5e75-4e23-8628-38e587097cdd",
"Parts": "sample string 20",
"FolderId": "665fe111-8e52-4bf5-886e-4c060123e331",
"ParentId": "06d63653-5e14-464b-a4f3-83bbed257747"
}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-30T05:10:52.8119746Z",
"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": "73adbcb5-3783-4d96-9f37-40e8c164732c",
"targets": "51a71b2b-55a6-4998-a4b3-69045581b253",
"regionscountries": "7e4bf14f-f270-42a5-a514-80dcd0050ac2",
"stakeholders": "73a37c77-3acf-4dc9-9da6-111d000911c4",
"targetaudiences": "73bf2428-1429-4e92-91b6-41f7e2af94d6",
"JoomlaArticleId": "sample string 14",
"Category": "e4d5b8d5-9043-4bf3-8e96-6de7b179b3b4",
"Tags": "73b70680-2550-4b84-86dd-8b6acc3ff382",
"departmentaltargets": "195f65c8-75ad-4049-8275-2a81ffa06a52",
"events": "9328e35f-1faa-437a-8154-225777c66cf0",
"publishingoffices": "43e4a98d-776f-475a-943b-0c86a3cded48",
"Parts": "sample string 20",
"FolderId": "822baf75-6249-488e-8b5e-902edc9fff61",
"ParentId": "a01c40b8-3af1-4a72-9a68-ad952799fdd5"
}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.