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-01-15T07:04:52.1238716Z",
"PublicationDate": "2026-01-15T07:04:52.1238716Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-15T07:04:52.1238716Z",
"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": "649bc9cb-bd36-4540-93a8-6992657917f7",
"targets": "36bfbf4f-4eb5-4c67-ac19-a4da7dfbbd35",
"regionscountries": "8c5a445c-d2f8-4394-8dda-cae3dd5482b2",
"stakeholders": "62668146-18d7-46d1-922e-24d4a648891f",
"targetaudiences": "73072561-66d3-4b92-a817-5df0b2f8b0de",
"Category": "908300c3-91bd-498a-929f-5084e85f3adf",
"Tags": "76e6cb16-82ad-48cc-a26c-f849d414c009",
"departmentaltargets": "f15badc6-d82a-465d-9d5b-76e9d99d0441",
"events": "7bed3922-efbd-4910-8ee8-8c68da769c50",
"publishingoffices": "cbfdc23a-d958-4fa1-a48a-341227f86a59",
"Parts": "sample string 25",
"FolderId": "f4d1c77f-0dc3-431b-81d1-6fe9e0dead17",
"ParentId": "2f180d24-9528-48d0-8007-42f09a9e7876",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-01-15T07:04:52.1238716Z",
"PublicationDate": "2026-01-15T07:04:52.1238716Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-15T07:04:52.1238716Z",
"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": "649bc9cb-bd36-4540-93a8-6992657917f7",
"targets": "36bfbf4f-4eb5-4c67-ac19-a4da7dfbbd35",
"regionscountries": "8c5a445c-d2f8-4394-8dda-cae3dd5482b2",
"stakeholders": "62668146-18d7-46d1-922e-24d4a648891f",
"targetaudiences": "73072561-66d3-4b92-a817-5df0b2f8b0de",
"Category": "908300c3-91bd-498a-929f-5084e85f3adf",
"Tags": "76e6cb16-82ad-48cc-a26c-f849d414c009",
"departmentaltargets": "f15badc6-d82a-465d-9d5b-76e9d99d0441",
"events": "7bed3922-efbd-4910-8ee8-8c68da769c50",
"publishingoffices": "cbfdc23a-d958-4fa1-a48a-341227f86a59",
"Parts": "sample string 25",
"FolderId": "f4d1c77f-0dc3-431b-81d1-6fe9e0dead17",
"ParentId": "2f180d24-9528-48d0-8007-42f09a9e7876",
"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-01-15T07:04:52.1238716Z",
"PublicationDate": "2026-01-15T07:04:52.1238716Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-15T07:04:52.1238716Z",
"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": "1a1ca6dc-62da-4c75-8543-d348a8de71a6",
"targets": "b5eb33eb-0f25-4650-98d3-ab25254f555c",
"regionscountries": "7f7bd66d-463a-42de-ab0e-2ae4dccb6e7c",
"stakeholders": "9159377f-13ce-4ce7-898c-4ffbc77111eb",
"targetaudiences": "2046edbd-e0e1-40b9-b70a-79b87d9ff7f4",
"Category": "c7b53248-d497-49e2-a559-21f80ad92219",
"Tags": "53396829-9afa-4064-8106-c1db832ffc0f",
"departmentaltargets": "f4cb2c68-d9a2-4a34-a288-be5a39738d24",
"events": "19553cfb-b4ad-4b8b-bff0-075fa1f7c23d",
"publishingoffices": "02871896-0278-40d6-8179-7b26f798db1a",
"Parts": "sample string 25",
"FolderId": "7fa2b101-44c3-4553-8884-08e38488f35d",
"ParentId": "e2f73a94-5176-4e68-9996-bd142a919d65",
"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": "a6c25a87-3ea1-470d-87ef-e38853d90ba3"
}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-01-15T07:04:52.1238716Z",
"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": "238d0692-8f2b-4dd9-9ec9-ae6aacd74d9e",
"targets": "fd2dbaec-0418-40e7-acc2-034058e0b42c",
"regionscountries": "23275d41-d55b-457b-9bfc-16b53c7a2fbd",
"stakeholders": "96cd4c8d-26b1-4d92-8d2e-36c11bd35d71",
"targetaudiences": "839f928a-ce4f-4f36-a4ed-4f14c0a6295b",
"Category": "57785801-63e8-4e55-875f-84b6f2122f55",
"Tags": "fac56afb-b90a-4ba2-a05a-f05db8558378",
"departmentaltargets": "55d99dc6-684b-4a96-a7b3-e71158ec1d27",
"events": "e6ce9cb0-cf7b-4c4b-93c3-9dc2a6267281",
"publishingoffices": "63515046-065f-4f61-8bc6-af446097fdf4",
"Parts": "sample string 19",
"FolderId": "90516e1c-c5a9-4855-9bac-9aaad23671c6",
"ParentId": "3f3839d6-80b7-4e61-abb4-8e12e778f639"
}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-01-15T07:04:52.1238716Z",
"PublicationDate": "2026-01-15T07:04:52.1238716Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-15T07:04:52.1238716Z",
"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": "c91effe7-44b3-47ef-ab35-8249860ea669",
"targets": "d6aa2ceb-dcf6-47f3-aa25-dd18055ac803",
"regionscountries": "81d83384-6083-4b9c-acf7-62b80f7130d3",
"stakeholders": "563aa76e-0eea-45f2-967d-178548799dc3",
"targetaudiences": "0c0885ee-1bdb-41f8-8f71-d9e365d34f53",
"Category": "b387d5c3-7cfd-4154-86b5-39eea1716e09",
"Tags": "c7003dad-161e-45cb-b63f-1d329ee0cc96",
"departmentaltargets": "cfb1ff81-adfe-449c-bc29-486597d11b90",
"events": "07c9d4be-941e-447b-8405-9241be9ebfe8",
"publishingoffices": "dadd10b5-e211-4f2d-8f01-bb305c45d117",
"Parts": "sample string 25",
"FolderId": "be5ce784-6e23-4ea7-ba3f-eb5885e1b235",
"ParentId": "ae5a95a3-e9f1-451c-a480-bcbf8af4e54f",
"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-01-15T07:04:52.1238716Z",
"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": "c76a798a-05e6-43cc-b4cb-8efe99bc468e",
"targets": "a7b4ddb9-6894-4727-9fe5-62af40b11544",
"regionscountries": "b7d1f1cc-8afb-464a-acc8-ff593284311b",
"stakeholders": "5935b204-376f-4e36-b099-8925aab7ab76",
"targetaudiences": "d40c1117-63cc-4920-8920-da88ea84d920",
"Category": "4edee291-8193-49c8-95b1-e4f38fecaa88",
"Tags": "80dbad4a-f692-4dc5-acee-bad7de6f7086",
"departmentaltargets": "00bd238b-bbd5-47c1-8eb0-ec3a78f13259",
"events": "8a94afb7-4629-4991-b75c-4a8e2d54bd57",
"publishingoffices": "c6f26e10-247b-4a2a-a351-958c0b8cfdca",
"Parts": "sample string 19",
"FolderId": "f111a03f-7912-413a-8e0e-718726706263",
"ParentId": "69beca7f-2b84-411f-8a9a-1f52558c288d"
}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-01-15T07:04:52.1238716Z",
"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": "6431dca9-e464-4134-83f3-d1973b6fe192",
"targets": "431b69f4-c125-40da-9cec-4df8972f5af7",
"regionscountries": "f913a47e-580a-4484-abdd-6a8bd3e8a60d",
"stakeholders": "87073b97-1764-4e0b-9295-1c9a824de71e",
"targetaudiences": "3b0b1f71-8831-4e6f-8543-e3f2306da391",
"Category": "3be47075-cc96-4475-8602-0104c2cd2d21",
"Tags": "556fd759-7e72-451a-82d5-8e8c5b504ba3",
"departmentaltargets": "f1ecb3f8-1c48-4903-881a-325ca33f7e75",
"events": "ad638c66-809d-4d3e-9f44-21a6295be38e",
"publishingoffices": "0ac33da3-0a70-48b9-a218-7cbefdbbd385",
"Parts": "sample string 19",
"FolderId": "e7124254-f62d-414a-a7bc-8e900ce32087",
"ParentId": "da65534b-940c-40f6-ab4f-6b844a8f9beb"
}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.