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-02-06T23:52:46.5457332Z",
"PublicationDate": "2026-02-06T23:52:46.5457332Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-06T23:52:46.5457332Z",
"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": "ee500cc7-232b-4c7f-bd50-47d63ac11c86",
"targets": "daf4aa06-daf6-4564-b7b6-9189719e09ff",
"regionscountries": "8cdd64c2-a1d0-4b8b-9495-2c87a9012919",
"stakeholders": "f667f70b-080c-4f6e-bdbc-4cf04121e180",
"targetaudiences": "074c314e-ea96-4dcc-a4e4-35a9d99cb837",
"Category": "7826c5ed-723c-4d50-9778-fd6618f68137",
"Tags": "7d513ec3-fc1e-4029-9da5-478d24e6f836",
"departmentaltargets": "8d295a9b-beb4-4278-b104-c8872f2a4972",
"events": "c71ec834-f420-4d6e-b885-70f76f1d603b",
"publishingoffices": "6caa0daf-4bf6-47e1-8a60-4908a236851f",
"Parts": "sample string 25",
"FolderId": "6be9e5d0-199d-4ce6-a1db-f5a514b3f727",
"ParentId": "03d042dc-0495-479e-8312-b68bc826cf3f",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-02-06T23:52:46.5457332Z",
"PublicationDate": "2026-02-06T23:52:46.5457332Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-06T23:52:46.5457332Z",
"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": "ee500cc7-232b-4c7f-bd50-47d63ac11c86",
"targets": "daf4aa06-daf6-4564-b7b6-9189719e09ff",
"regionscountries": "8cdd64c2-a1d0-4b8b-9495-2c87a9012919",
"stakeholders": "f667f70b-080c-4f6e-bdbc-4cf04121e180",
"targetaudiences": "074c314e-ea96-4dcc-a4e4-35a9d99cb837",
"Category": "7826c5ed-723c-4d50-9778-fd6618f68137",
"Tags": "7d513ec3-fc1e-4029-9da5-478d24e6f836",
"departmentaltargets": "8d295a9b-beb4-4278-b104-c8872f2a4972",
"events": "c71ec834-f420-4d6e-b885-70f76f1d603b",
"publishingoffices": "6caa0daf-4bf6-47e1-8a60-4908a236851f",
"Parts": "sample string 25",
"FolderId": "6be9e5d0-199d-4ce6-a1db-f5a514b3f727",
"ParentId": "03d042dc-0495-479e-8312-b68bc826cf3f",
"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-02-06T23:52:46.5457332Z",
"PublicationDate": "2026-02-06T23:52:46.5457332Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-06T23:52:46.5457332Z",
"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": "d0e966c4-dbf7-44b4-b15d-1484bc7249fe",
"targets": "7f8e1b9e-997f-4a3b-a886-b032d85ec0b4",
"regionscountries": "adcef241-97c2-49e4-99da-e86055d5eec7",
"stakeholders": "173d1bf5-ae03-41dd-b297-d847f14b0add",
"targetaudiences": "367998d4-730b-4efa-8531-67c823cb6214",
"Category": "db058ddf-bf82-4f12-bee2-763d4be4866f",
"Tags": "a7807801-bf01-4f11-8cc9-4a8b0ad86ac6",
"departmentaltargets": "cf371e9e-0d58-45ab-ba17-e482ff2da34e",
"events": "81e08a40-85bd-4568-a750-85b92b142fd5",
"publishingoffices": "996590f9-a5ed-4003-b888-a6da1a1935de",
"Parts": "sample string 25",
"FolderId": "dfda74bc-fdd3-4781-89b4-96d823f7222e",
"ParentId": "4e663004-4494-46bf-936c-e83b5f7ce3da",
"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": "2128ce7f-70f4-4a10-a34b-4f7ac9effe15"
}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-02-06T23:52:46.5457332Z",
"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": "8f7e3623-cf66-408e-b53d-1505680d086c",
"targets": "d8791323-219a-4083-a9b8-248b6a9a43c8",
"regionscountries": "086229c6-f428-4c4b-87c4-b8d5fc4fb6fd",
"stakeholders": "cbf812e9-d65c-40ff-8107-e22d3ea10f99",
"targetaudiences": "b13b1f03-b97d-44a3-8d83-35b8e2688333",
"Category": "4d6913ed-4273-429a-9b4f-c32bc6b6957f",
"Tags": "e6d0b15f-0448-41c5-8c08-de5f2bb361ab",
"departmentaltargets": "c74cb8ff-434b-4f03-9c9f-2395d7c8ba23",
"events": "8839eaaa-f3b2-420c-80a3-764dbc418307",
"publishingoffices": "b8aeea18-4127-4c3c-bc0b-59a5c5a2e033",
"Parts": "sample string 19",
"FolderId": "9a061be3-1fd4-4b9e-92c7-bb948db9bc40",
"ParentId": "57d4d05f-7219-470e-8b3f-a654bf702614"
}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-02-06T23:52:46.5457332Z",
"PublicationDate": "2026-02-06T23:52:46.5457332Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-06T23:52:46.5457332Z",
"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": "ac9238ee-29f5-49bd-a079-42116a2a5d80",
"targets": "b55ed79c-43f1-4a72-9a18-2a08fb35c1a8",
"regionscountries": "58527122-455f-40b7-8d19-67b86e79586f",
"stakeholders": "acbd6b94-44cf-4c3a-a2c5-b664ed753e93",
"targetaudiences": "14d22065-c9a4-4501-95db-d246087bb010",
"Category": "43963037-6524-46cd-8665-405a382da1ba",
"Tags": "65695462-e4d9-4961-a45a-26eaddbd5261",
"departmentaltargets": "67d7e5d5-f0d0-4e30-9319-3a25b327b583",
"events": "3c4f093f-d7a0-4443-bcaa-4366ae61f646",
"publishingoffices": "9451a394-73f8-46cc-af60-4c383c832d25",
"Parts": "sample string 25",
"FolderId": "4fadc3f4-929b-4e66-86c1-6a8067f8b9f4",
"ParentId": "7e8fb5f3-9832-4336-b705-bcded066fa38",
"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-02-06T23:52:46.5457332Z",
"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": "ad0efec9-b26d-4502-a10c-96ecea1c9f5f",
"targets": "d3707afe-391c-43b4-ac0b-50855115137a",
"regionscountries": "6a66f390-29bd-45d4-994f-d88bfe98d035",
"stakeholders": "5b78890c-df47-4302-9c98-448064bad016",
"targetaudiences": "9eaad1b8-60b4-4b13-96a0-bb5cf0313c5b",
"Category": "39aff1a5-a1f3-46ea-9f28-158db55644ed",
"Tags": "375d85a9-066f-497e-bb16-c1bb1e58d240",
"departmentaltargets": "fa99b53d-3c6b-4101-884e-8d9e539c1ad5",
"events": "3c04f303-4fc3-4cc2-84b0-5d3ff7ad1761",
"publishingoffices": "1057b5dd-e370-4182-abd5-29c22a8752f4",
"Parts": "sample string 19",
"FolderId": "60a87e93-f665-42bf-8025-de8338690e45",
"ParentId": "445b4246-474d-47fd-a45c-b91cc65288ed"
}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-02-06T23:52:46.5457332Z",
"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": "409cd08e-b6c8-4bb1-b746-cadd00164a00",
"targets": "6bc3493d-576a-4178-afdb-8072e3206fe2",
"regionscountries": "8c6d4528-25c9-4753-a954-b59bc8f2b2b2",
"stakeholders": "88b75abf-f934-4d85-b8fa-c1aa6dde61d3",
"targetaudiences": "3d7136ed-7957-4f5a-972d-f12ffbb82071",
"Category": "6bc3aef4-a6b6-4a6d-b2e9-733a2b5e2015",
"Tags": "c495b3c8-57b2-434b-9ae0-f4709819d614",
"departmentaltargets": "e2de157f-1693-4a23-b9f5-5851c639b216",
"events": "2419b92b-1984-4257-9192-44e8c5c707ff",
"publishingoffices": "14bf7b4d-6907-403c-9227-adb378e875d1",
"Parts": "sample string 19",
"FolderId": "1c61153b-f57b-4e7f-8876-93959146163e",
"ParentId": "72e40b25-a274-4832-a308-c22537112ac6"
}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.