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-06-01T19:39:41.46045Z",
"PublicationDate": "2026-06-01T19:39:41.46045Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T19:39:41.46045Z",
"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": "8c7d159b-4937-4a8c-b441-e751ac71bcec",
"targets": "5641a1aa-6e44-4157-830d-e7be488878ea",
"regionscountries": "c2d23b9f-0ec1-496d-b021-2083160fb7e5",
"stakeholders": "98c61bd1-5c74-4673-8cd4-c63dc7e178f6",
"targetaudiences": "9941320d-9549-4c9e-927f-cb7407325e42",
"Category": "5c6d5e28-13d4-411a-a1a2-271d256a2be5",
"Tags": "65a143cf-0cde-49ff-9c4e-5907cb09820b",
"departmentaltargets": "f70f004c-edf7-48ae-bdfa-9c45beb2cb52",
"events": "06b07fa8-e029-4790-abd6-e29ca7678e5d",
"publishingoffices": "aac1cf81-546e-4b7b-8b32-11e53d11c5ff",
"Parts": "sample string 25",
"FolderId": "b69fd2e3-f185-4954-9bf6-f3c96b3bfa7b",
"ParentId": "020ac614-5ead-415f-9b8c-1da4af3b9fa7",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-06-01T19:39:41.46045Z",
"PublicationDate": "2026-06-01T19:39:41.46045Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T19:39:41.46045Z",
"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": "8c7d159b-4937-4a8c-b441-e751ac71bcec",
"targets": "5641a1aa-6e44-4157-830d-e7be488878ea",
"regionscountries": "c2d23b9f-0ec1-496d-b021-2083160fb7e5",
"stakeholders": "98c61bd1-5c74-4673-8cd4-c63dc7e178f6",
"targetaudiences": "9941320d-9549-4c9e-927f-cb7407325e42",
"Category": "5c6d5e28-13d4-411a-a1a2-271d256a2be5",
"Tags": "65a143cf-0cde-49ff-9c4e-5907cb09820b",
"departmentaltargets": "f70f004c-edf7-48ae-bdfa-9c45beb2cb52",
"events": "06b07fa8-e029-4790-abd6-e29ca7678e5d",
"publishingoffices": "aac1cf81-546e-4b7b-8b32-11e53d11c5ff",
"Parts": "sample string 25",
"FolderId": "b69fd2e3-f185-4954-9bf6-f3c96b3bfa7b",
"ParentId": "020ac614-5ead-415f-9b8c-1da4af3b9fa7",
"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-06-01T19:39:41.46045Z",
"PublicationDate": "2026-06-01T19:39:41.46045Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T19:39:41.46045Z",
"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": "b0d9629e-fbcc-41ea-a28f-34b8ead1891d",
"targets": "42e5ab2c-b5e1-4c22-8a5c-316e0d68130b",
"regionscountries": "ec0d7eb3-f75b-4a49-95f2-b9d1517f62e3",
"stakeholders": "efad11df-317d-4e83-a68f-f990f6e0b0a7",
"targetaudiences": "b87c265c-e51b-439b-b356-ebb7c994ff99",
"Category": "38acb3e4-822d-41b2-9410-96d707946e78",
"Tags": "b54acd60-3796-49a4-be76-9a0d43cc3a63",
"departmentaltargets": "f193fab3-e57e-452a-b6c2-5f15356900e2",
"events": "e99c0635-a15b-45a0-b99b-c75e0216af89",
"publishingoffices": "70ecc566-3b4c-49e5-9299-ff79f40e6319",
"Parts": "sample string 25",
"FolderId": "5fa9395e-6417-4db8-a580-28daadbcd764",
"ParentId": "36e66f1a-ed90-4cbc-87d8-35b4b985ebc8",
"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": "7198aaa6-caad-4d5f-87b4-52c6c1767777"
}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-06-01T19:39:41.46045Z",
"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": "aa1a1034-8083-4959-a03a-f1a8919220e1",
"targets": "adc866b9-2cac-41ac-be15-c0bbf67af178",
"regionscountries": "ee2edcf0-66d9-40c2-bf8e-db393446917b",
"stakeholders": "acc1ec29-b81e-42a5-9773-13c3673b64ad",
"targetaudiences": "e5a693f7-ee37-453f-b1c1-ccaaff55777e",
"Category": "27f1e4e6-45d1-4537-bab9-64d2211ce3cf",
"Tags": "84d2c826-5f88-45d8-9037-d463b181c8c3",
"departmentaltargets": "d3ec5c40-95e8-40b6-b72d-0ea5d0e2af4d",
"events": "e6102ac0-86c7-4ff0-9ab0-c85e6ed07656",
"publishingoffices": "4f98432e-db49-4eab-ad7f-284fb6233326",
"Parts": "sample string 19",
"FolderId": "95320eb9-f632-4b12-b1fb-3fe49ba69566",
"ParentId": "7d7d6842-f81b-494c-9e17-539fc0dbfb6a"
}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-06-01T19:39:41.46045Z",
"PublicationDate": "2026-06-01T19:39:41.46045Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T19:39:41.46045Z",
"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": "3b43097f-913c-41ba-8738-b5c389d7f451",
"targets": "82c93314-3096-4919-92ad-4bca1dca6af3",
"regionscountries": "139547c3-072a-44e2-b44b-afd7562363a8",
"stakeholders": "2fe40b56-58f1-44e0-ad06-9116657980e6",
"targetaudiences": "ebfbe6e7-84df-423d-9a70-bed182c6b323",
"Category": "847c52f6-c843-4441-a0f7-44f2ea50d3f7",
"Tags": "7461268a-5d33-43c1-aec6-7eabcf2f5b65",
"departmentaltargets": "a4ff8551-9047-42bb-96d6-a599ad9019bd",
"events": "3f33f949-d5ce-4901-a9f7-6c8062c9aad0",
"publishingoffices": "337d44c3-a0ae-4263-9cd0-eb90c0771907",
"Parts": "sample string 25",
"FolderId": "1f21b25a-0529-4054-9cad-d2226746ff0a",
"ParentId": "b158aa1f-5d01-400a-b6e2-3417dfeea780",
"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-06-01T19:39:41.46045Z",
"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": "39ed4f24-433c-4e92-8df0-a57653c57ef3",
"targets": "84d7cc19-8a5f-423a-b7af-71207f81f80e",
"regionscountries": "2dfc6cf0-d119-45db-9b98-ad637e90d396",
"stakeholders": "cc920532-e287-4508-99b1-443ae4b7dcc4",
"targetaudiences": "8a3eb23b-4ff8-478a-a513-2e0a27fed8cc",
"Category": "572c7c60-2662-4e4f-b9d9-d246f555bbfa",
"Tags": "02aad533-080f-4e86-a054-d95b2553038c",
"departmentaltargets": "7bd77b50-acc4-4756-a608-59ba14ec8804",
"events": "51a4d9bb-e14e-4eea-ade2-46c1daf04824",
"publishingoffices": "7fbc309c-3726-4618-8b0b-d1d10188b1ba",
"Parts": "sample string 19",
"FolderId": "9ea57ac4-ef91-4b28-af3f-5635a70fb490",
"ParentId": "6fa9a4e6-12c6-4a04-9d52-9214225b53e9"
}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-06-01T19:39:41.46045Z",
"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": "0f11f261-ca49-42a5-84f9-a3efddcba5fa",
"targets": "744dbb07-339d-49af-ab8d-b2c2be4d7bac",
"regionscountries": "80934a10-e07c-43bc-ad1f-5a4289244124",
"stakeholders": "1897c8a6-fd18-45e8-8e15-e7af60d0dc0a",
"targetaudiences": "253efa7a-ae6b-48f8-a90f-e19411e89285",
"Category": "fdb0544f-8e15-475a-8772-2490e6ea6f82",
"Tags": "7dd8196d-40ad-4991-8fee-3a7decfcfd35",
"departmentaltargets": "b2d96576-1966-4bd8-a714-e74043d0030c",
"events": "1324816a-a0e3-41da-9587-22a1951f8c84",
"publishingoffices": "1c4ec689-a6fb-4de0-9329-e6f299977074",
"Parts": "sample string 19",
"FolderId": "d3f927d5-12b5-4804-a788-6763c1713176",
"ParentId": "13b660c0-7f64-4a3f-9b0d-d8b78be13359"
}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.