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-04-18T19:29:40.6352911Z",
"PublicationDate": "2026-04-18T19:29:40.6352911Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-18T19:29:40.6352911Z",
"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": "dbbbda26-9414-4e74-a97d-9905f0110eda",
"targets": "eefad82b-39fc-4c2e-9fb1-ea9108129654",
"regionscountries": "87f34cba-ca7b-45c1-abab-c8fd8f8c287f",
"stakeholders": "eba03760-cdcf-4096-b49a-dae30ada0804",
"targetaudiences": "6607f8b6-e137-4904-8a12-534dc266bea7",
"Category": "9c4397c7-67f1-4591-9116-c5752abaf22e",
"Tags": "8ebcc100-1145-4d09-8a8e-f0fd72f4f7ea",
"departmentaltargets": "8e2f9bf7-4db0-4bb6-986f-1682e98b9155",
"events": "c4525471-1af7-4774-bab1-38d0714117f3",
"publishingoffices": "2ac4e5c8-c5fe-444e-92c7-bc56d3789430",
"Parts": "sample string 25",
"FolderId": "91169ae6-8d10-4f6b-9bd5-cd9cab6cd6f4",
"ParentId": "3798672e-dd89-4e34-ade4-abee2c787680",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-04-18T19:29:40.6352911Z",
"PublicationDate": "2026-04-18T19:29:40.6352911Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-18T19:29:40.6352911Z",
"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": "dbbbda26-9414-4e74-a97d-9905f0110eda",
"targets": "eefad82b-39fc-4c2e-9fb1-ea9108129654",
"regionscountries": "87f34cba-ca7b-45c1-abab-c8fd8f8c287f",
"stakeholders": "eba03760-cdcf-4096-b49a-dae30ada0804",
"targetaudiences": "6607f8b6-e137-4904-8a12-534dc266bea7",
"Category": "9c4397c7-67f1-4591-9116-c5752abaf22e",
"Tags": "8ebcc100-1145-4d09-8a8e-f0fd72f4f7ea",
"departmentaltargets": "8e2f9bf7-4db0-4bb6-986f-1682e98b9155",
"events": "c4525471-1af7-4774-bab1-38d0714117f3",
"publishingoffices": "2ac4e5c8-c5fe-444e-92c7-bc56d3789430",
"Parts": "sample string 25",
"FolderId": "91169ae6-8d10-4f6b-9bd5-cd9cab6cd6f4",
"ParentId": "3798672e-dd89-4e34-ade4-abee2c787680",
"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-04-18T19:29:40.6352911Z",
"PublicationDate": "2026-04-18T19:29:40.6352911Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-18T19:29:40.6352911Z",
"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": "2789b9cc-9113-4622-894b-15ffd5f562ae",
"targets": "0153ed22-672b-4191-b01d-33d83f8db5e4",
"regionscountries": "13d0a331-b770-42f3-b535-2d341591725a",
"stakeholders": "06ddd4c5-d9da-41a1-abc6-1dbb37b33da5",
"targetaudiences": "d25171eb-1db3-4463-b3d7-37f712f77e20",
"Category": "53a0e809-29f4-4220-885b-c3cd4be296ac",
"Tags": "013e4f2e-2246-427a-9973-ee884bd409f5",
"departmentaltargets": "6794f526-e55d-4569-9bd6-bfcd9ee62408",
"events": "71db3ea7-2629-4db4-b877-c40226c9185c",
"publishingoffices": "af472e70-494f-48e9-ac81-ef6324ae140b",
"Parts": "sample string 25",
"FolderId": "376b0484-02af-4241-8067-3746d8cb620e",
"ParentId": "32c81a7b-4803-485d-98a2-58e28fd9de59",
"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": "1e626a1b-5472-48c8-adf3-c0d55bec384f"
}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-04-18T19:29:40.6352911Z",
"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": "f8185b53-328e-46be-b45a-60024dda08db",
"targets": "8b6854bc-f8d5-478f-804a-d52b7d307cd5",
"regionscountries": "c9873a81-7011-488b-a1fa-5f5491ee3866",
"stakeholders": "51e90104-8d34-4e11-90ed-2e2e206df3b9",
"targetaudiences": "5c054850-3537-4ebb-ab88-f7d42d52761b",
"Category": "86d41edb-2b3f-492a-9cc9-d3753f0f3fec",
"Tags": "257e3a49-c6cc-4758-a8ec-14dc7490ece3",
"departmentaltargets": "5e6ee3b9-6910-432a-a344-2a9d5c64121a",
"events": "642133bf-d711-4428-be15-a1e914a74a0f",
"publishingoffices": "58e45a62-9f0a-4b01-8a36-bcd9e6b274c7",
"Parts": "sample string 19",
"FolderId": "7dd300a8-2c48-4dee-8724-e57c52d268ac",
"ParentId": "eeefd4b8-b116-4170-b9b2-508d78e69c72"
}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-04-18T19:29:40.6352911Z",
"PublicationDate": "2026-04-18T19:29:40.6352911Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-18T19:29:40.6352911Z",
"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": "0d5eaf48-133d-45b8-90fc-23cf3f67f028",
"targets": "46c51723-3b78-4d73-8ecc-40be5bde7e81",
"regionscountries": "196a8afb-7cc2-445f-bb2e-511d5ce0c806",
"stakeholders": "72ce671e-c76a-4fc3-b927-7a5c3ca91a8c",
"targetaudiences": "f7827e0b-2538-4b68-a6a9-4492cc4f89ce",
"Category": "8574b694-3d5e-42a9-bf64-ce0df8cbbdc7",
"Tags": "cb0ced5f-6342-4457-af3c-0481d955b759",
"departmentaltargets": "84c115a0-c1db-4709-941a-2a0b611cd6f7",
"events": "2bdd74e0-e719-4cfb-9d8d-d390963760cb",
"publishingoffices": "92d41bc2-f8a8-4cf2-9b06-754003c44f5c",
"Parts": "sample string 25",
"FolderId": "0dbad6ca-63ec-4a29-a876-018fe9818499",
"ParentId": "f161fcfa-0a27-492d-a4f7-bf0875eb5b95",
"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-04-18T19:29:40.6352911Z",
"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": "0a03e919-3547-4617-bf0d-9ce571935421",
"targets": "07f4ad17-4e5d-4eac-916d-f87751609d76",
"regionscountries": "c7b1ce01-8447-4a3f-a903-7e7bc25ffb95",
"stakeholders": "ecb0324d-4c0c-4d19-9243-d3380702631f",
"targetaudiences": "b714f660-5b27-4076-b727-ec03570fcd08",
"Category": "68e1d668-ca88-4d72-827d-0e1a21e33140",
"Tags": "37a6ea12-db73-403b-beed-faf8d113400e",
"departmentaltargets": "5ce810dd-4c77-4e2b-bfcf-938e588a1277",
"events": "35771b47-42ca-44a8-b54b-4bd9e866dbf4",
"publishingoffices": "afd62804-f514-4124-8e25-a3b04ed398e8",
"Parts": "sample string 19",
"FolderId": "3f5c5990-2df2-4386-9d1d-75248c8cd46b",
"ParentId": "51313320-49bb-487e-a5d9-3301af21ac05"
}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-04-18T19:29:40.6352911Z",
"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": "25a8a8c9-01d7-463a-85f2-917a2d21b05e",
"targets": "dfad66b8-517d-414d-96fe-5588c6307f30",
"regionscountries": "70ef8f5c-e165-4313-a089-f19a425f1488",
"stakeholders": "f9969b98-348d-41fa-9210-6dd68b754866",
"targetaudiences": "dece10be-0abb-431b-a47a-849df7738897",
"Category": "14a829c7-4e3a-45f4-a3d3-e1a3d3a2c2a7",
"Tags": "f1ec5612-1aa8-4798-8b69-b594aa6733bc",
"departmentaltargets": "b00c2823-4498-43e7-8e38-b4e6f5b0fdfa",
"events": "6156a910-3b6f-4054-a618-9581da48094d",
"publishingoffices": "07325076-8e8f-4a99-90b6-cf33a00a2ae5",
"Parts": "sample string 19",
"FolderId": "4f88cf3d-def4-4c76-b089-e6e428f43a14",
"ParentId": "111e4433-e898-4f8d-8caa-4a4e7e01bf26"
}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.