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-28T01:51:49.8156836Z",
"PublicationDate": "2026-06-28T01:51:49.8156836Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-28T01:51:49.8156836Z",
"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": "66bb314d-191a-41ae-aafc-9c3c55ec4649",
"targets": "43b0c5f4-4e51-4cdb-8ff5-ef05535b0f47",
"regionscountries": "d53a4868-083b-403e-9d54-ea2172780374",
"stakeholders": "c0582a94-5e70-4074-b2fc-a958831d87c0",
"targetaudiences": "787b5bdb-92d3-4f74-b66d-d54d546aac34",
"Category": "c35c0284-fa17-4be8-959e-285e598a74be",
"Tags": "8fb29bd2-76eb-44d0-89da-186a9ec65d51",
"departmentaltargets": "707ae537-8055-467c-82d6-9eb4fdff3fec",
"events": "6f9d5c72-353a-4dd5-b9c6-ed3a559d2d8a",
"publishingoffices": "e31cabf7-36e2-4959-8996-250c3c7b7e59",
"Parts": "sample string 25",
"FolderId": "ef731483-e816-47aa-83ec-feae0dd2fdad",
"ParentId": "ae1b0627-7686-4e64-943e-32fe7b79e474",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-06-28T01:51:49.8156836Z",
"PublicationDate": "2026-06-28T01:51:49.8156836Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-28T01:51:49.8156836Z",
"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": "66bb314d-191a-41ae-aafc-9c3c55ec4649",
"targets": "43b0c5f4-4e51-4cdb-8ff5-ef05535b0f47",
"regionscountries": "d53a4868-083b-403e-9d54-ea2172780374",
"stakeholders": "c0582a94-5e70-4074-b2fc-a958831d87c0",
"targetaudiences": "787b5bdb-92d3-4f74-b66d-d54d546aac34",
"Category": "c35c0284-fa17-4be8-959e-285e598a74be",
"Tags": "8fb29bd2-76eb-44d0-89da-186a9ec65d51",
"departmentaltargets": "707ae537-8055-467c-82d6-9eb4fdff3fec",
"events": "6f9d5c72-353a-4dd5-b9c6-ed3a559d2d8a",
"publishingoffices": "e31cabf7-36e2-4959-8996-250c3c7b7e59",
"Parts": "sample string 25",
"FolderId": "ef731483-e816-47aa-83ec-feae0dd2fdad",
"ParentId": "ae1b0627-7686-4e64-943e-32fe7b79e474",
"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-28T01:51:49.8156836Z",
"PublicationDate": "2026-06-28T01:51:49.8156836Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-28T01:51:49.8156836Z",
"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": "abf2ee2a-64dc-4c93-a6c3-32a5a7ff6c24",
"targets": "42202077-1a70-4327-8efc-aa883aa151cd",
"regionscountries": "e9529671-209d-403f-8905-e30a8cc9de5d",
"stakeholders": "2747a73b-702e-4cac-8b61-eb758b19e172",
"targetaudiences": "b6669f01-3db8-49ed-b493-0a90a52ba66c",
"Category": "c59c0938-3fea-4b93-b857-48b2ebbb284a",
"Tags": "8fdc199e-5231-416e-a2c5-e57006962b14",
"departmentaltargets": "1194495f-ca5f-440b-b694-3d737544c3df",
"events": "008d9ede-3eae-4f41-8e50-ddfe870fb1cc",
"publishingoffices": "ca447f81-c607-4b51-9b1a-af4cd41486e9",
"Parts": "sample string 25",
"FolderId": "2a2f166b-3305-42bf-8e01-ffdd104dfaa9",
"ParentId": "a2d3713f-5b5c-4616-8dcd-deee860ba0ed",
"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": "52a328db-4d03-464c-bed7-e8d7e9a8f537"
}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-28T01:51:49.8156836Z",
"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": "4af26e47-e3ca-4f63-aa53-556c3bf80ef5",
"targets": "00bb5dfd-7cbd-4214-8f93-fe60cb73ecea",
"regionscountries": "fa008009-0e4d-4613-8444-1a31e381a700",
"stakeholders": "d4529f13-4193-4512-a69c-f7d49213ae2d",
"targetaudiences": "f98f8d87-9348-41b5-bc6e-7901a80914ab",
"Category": "2c1b1616-604b-4cd5-9d9c-5e9154c037e1",
"Tags": "9c1d6541-84c1-4180-bc30-b658634dc17d",
"departmentaltargets": "ccc6b142-4298-4682-bb60-607d6921e353",
"events": "9574220c-f3ca-46b2-8a3d-56b94296bf04",
"publishingoffices": "03100ecd-e94b-4a67-8f95-8e6965bfe7fd",
"Parts": "sample string 19",
"FolderId": "f98c7c66-3257-4017-b673-9c391439ef97",
"ParentId": "f0892e7b-2c35-4044-8067-b0f1a9012b5e"
}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-28T01:51:49.8156836Z",
"PublicationDate": "2026-06-28T01:51:49.8156836Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-28T01:51:49.8156836Z",
"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": "d9525b5a-c63d-45fd-b151-dfc498dc4b57",
"targets": "ce322eb0-8775-4294-9393-796edcbf4db5",
"regionscountries": "72c1c774-e436-4b49-b54b-ace25d385d4f",
"stakeholders": "6a48c9a0-8f82-4f38-aca9-569d38dd67d9",
"targetaudiences": "1ba8b2d2-7201-41cb-9802-1858597dc038",
"Category": "508a4015-fd62-4ec9-96a6-5582b8754c62",
"Tags": "efd06ce1-f135-4461-b1cd-9858b3e45337",
"departmentaltargets": "8ca333d9-2a42-4243-9e87-952936178bec",
"events": "846e6395-7cd2-460d-860e-a2ccae008ec3",
"publishingoffices": "9c6d6395-60c1-4b04-9c2a-8a8023e619b6",
"Parts": "sample string 25",
"FolderId": "bc15d56e-f635-431e-a57f-39f43e491a84",
"ParentId": "2013e88b-317f-4849-8745-1bb7d5dad866",
"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-28T01:51:49.8156836Z",
"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": "4e59eef1-bb30-49c8-9a2d-cd75950e20df",
"targets": "08dbb8ed-4c41-448a-afbf-575608d5a35b",
"regionscountries": "c4a68ec7-1a6b-4058-9293-1668b3ced5f6",
"stakeholders": "562e0b17-f119-465d-bb1d-eb90715636e6",
"targetaudiences": "242b965c-b9fb-49fd-be38-511db78d85ac",
"Category": "65118f21-a414-461a-9079-867c1fadad68",
"Tags": "f4c1b1b5-f60e-4bba-8d75-2bb746e0aa91",
"departmentaltargets": "b88b8ad7-782a-4e87-8fc5-68046deaddb4",
"events": "f0b7166f-1211-4a7f-a68e-5fae1c70f411",
"publishingoffices": "3c783611-5bb4-411b-84bc-d1c7b2fa8df4",
"Parts": "sample string 19",
"FolderId": "658fec91-a06f-4bae-8a78-904375d40a76",
"ParentId": "da9071f2-ddbc-4981-be5a-706614cc4312"
}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-28T01:51:49.8156836Z",
"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": "24b37074-0994-433a-a349-164cd7052ddc",
"targets": "a5d30f61-97fc-4e17-9c5c-3edcd208c329",
"regionscountries": "cfd841c8-f3f0-49b5-99d3-7d0e8e6ebb81",
"stakeholders": "cd74bdf6-9450-458d-895b-f7d4570ace22",
"targetaudiences": "4a93238f-97d1-46be-9b8f-c0e117b5d9c4",
"Category": "49c42494-6a76-46c1-bf31-abc903522b94",
"Tags": "2a4330a6-4f57-4eef-a3a0-a9acd3fab2e2",
"departmentaltargets": "8ec168f0-332b-4259-a826-a69fff9fdc1c",
"events": "90d818af-9f27-44a3-91b4-bdf2aac9bad2",
"publishingoffices": "ef59be88-b66d-4715-9b5f-d9e36b875241",
"Parts": "sample string 19",
"FolderId": "a53bc611-5c30-4ad6-ba3b-178183cdb70f",
"ParentId": "434606d7-0fe4-4967-a13b-99b2d9fb5615"
}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.