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": "2025-12-17T03:55:52.7981607Z",
"PublicationDate": "2025-12-17T03:55:52.7981607Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-17T03:55:52.7981607Z",
"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": "5323f890-83f1-4c3b-b396-afffbc98f6ed",
"targets": "4fcf695e-879a-406b-a4d2-af86d2058d2a",
"regionscountries": "749c1f86-5f4a-4ec3-aa0b-5d55009e9496",
"stakeholders": "a05ee38a-e8f2-4984-9946-fe8df56112d6",
"targetaudiences": "00862393-5c6e-4fa7-8897-7516c7ff60bf",
"Category": "8bf9541d-b6ae-48b0-be04-97286042ce2e",
"Tags": "5a91f993-eafa-429a-923d-a95fc5baaf5d",
"departmentaltargets": "96a2af5b-60e4-4b95-80a8-d27929854b37",
"events": "4a246814-29c4-4391-a367-e32d1a430f52",
"publishingoffices": "4776ded8-2605-4c48-ac5c-35f71692f479",
"Parts": "sample string 25",
"FolderId": "80584d75-b7a6-4cf4-95fa-9ce7c110851e",
"ParentId": "5ce3ff38-c4bc-447d-b3fe-052f732addc8",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2025-12-17T03:55:52.7981607Z",
"PublicationDate": "2025-12-17T03:55:52.7981607Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-17T03:55:52.7981607Z",
"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": "5323f890-83f1-4c3b-b396-afffbc98f6ed",
"targets": "4fcf695e-879a-406b-a4d2-af86d2058d2a",
"regionscountries": "749c1f86-5f4a-4ec3-aa0b-5d55009e9496",
"stakeholders": "a05ee38a-e8f2-4984-9946-fe8df56112d6",
"targetaudiences": "00862393-5c6e-4fa7-8897-7516c7ff60bf",
"Category": "8bf9541d-b6ae-48b0-be04-97286042ce2e",
"Tags": "5a91f993-eafa-429a-923d-a95fc5baaf5d",
"departmentaltargets": "96a2af5b-60e4-4b95-80a8-d27929854b37",
"events": "4a246814-29c4-4391-a367-e32d1a430f52",
"publishingoffices": "4776ded8-2605-4c48-ac5c-35f71692f479",
"Parts": "sample string 25",
"FolderId": "80584d75-b7a6-4cf4-95fa-9ce7c110851e",
"ParentId": "5ce3ff38-c4bc-447d-b3fe-052f732addc8",
"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": "2025-12-17T03:55:52.7981607Z",
"PublicationDate": "2025-12-17T03:55:52.7981607Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-17T03:55:52.7981607Z",
"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": "28ee7a5a-5e9e-401e-9a44-467e505da34f",
"targets": "0aed202d-e4a3-4cc5-b019-c1f7ffe1201a",
"regionscountries": "a2cf1d5a-6bec-4d4c-8756-74fbb22b087c",
"stakeholders": "617fbebd-0b40-4f9f-9ca1-045e24ccb5e8",
"targetaudiences": "0526ff45-df66-40d4-9158-cf530be5f6de",
"Category": "b4556973-b8ef-416b-b79e-be62d8668e0e",
"Tags": "be0818e3-49cf-4313-86bc-d0a4d347fdc4",
"departmentaltargets": "a6c9c8fc-64d9-4f8a-b836-59a620ca25fa",
"events": "b84aee83-8fa4-4633-a221-572447e48639",
"publishingoffices": "60db2ba1-ddd7-40aa-a30b-dc0fda50a26f",
"Parts": "sample string 25",
"FolderId": "f608ed4a-dd59-4932-af82-3a76e48c53eb",
"ParentId": "5622fa85-0c78-48eb-9564-ff045ce7da47",
"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": "ddf9235b-2410-488d-b7bf-8a76ed15ec4e"
}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": "2025-12-17T03:55:52.7981607Z",
"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": "5d027a32-6448-4113-b023-cb2985b95c53",
"targets": "a9ba75fe-48c4-4ed5-a57e-8b5b1c0fa72c",
"regionscountries": "cbb0785f-3e94-4391-8b21-766400b3b7d6",
"stakeholders": "90610776-8324-4c97-9134-ae07d5aca464",
"targetaudiences": "33a10313-7585-430f-9bb7-1304c70a9a0d",
"Category": "550ba492-830d-45f9-9300-13d3d7d726df",
"Tags": "659f50f1-c35b-4992-b45f-0bb7428ec014",
"departmentaltargets": "9da992c0-e030-4ee8-994a-738b8f9d0824",
"events": "44d8c30e-96ee-41ac-9d6e-18aa8fbdff40",
"publishingoffices": "e7d5b7e5-f4c4-42e7-9bdf-9221588d9db8",
"Parts": "sample string 19",
"FolderId": "b6847590-f39d-4218-a3b7-73feda5706e1",
"ParentId": "75e3b907-3baa-48fc-982a-38737b6bd892"
}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": "2025-12-17T03:55:52.7981607Z",
"PublicationDate": "2025-12-17T03:55:52.7981607Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-17T03:55:52.7981607Z",
"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": "db449284-7223-433c-a211-765cb05c2f7e",
"targets": "83cefa14-7637-483b-b5e3-89fb219a40be",
"regionscountries": "0a810d21-1b04-4e34-a6cb-fb2761a434d9",
"stakeholders": "e1b6a7c0-144c-475d-9568-a1a9eb3048e6",
"targetaudiences": "c786653a-6c03-4c45-b978-8234c34d5565",
"Category": "fbfc053b-4bc4-46ab-9abb-a67c802d3476",
"Tags": "aca8ccec-5457-4af3-bf71-708bfdcdcf4d",
"departmentaltargets": "21a8f818-93c7-49f1-82f9-16425f0bb53e",
"events": "2f077e2f-3609-4597-8628-2a5fb664337a",
"publishingoffices": "9bc844b6-88ba-4b49-b2fb-708ecada677d",
"Parts": "sample string 25",
"FolderId": "8d775b89-cd3f-4d7f-a12e-c3267b779db2",
"ParentId": "2a3f83db-bc33-4723-983d-ec9c929df7e0",
"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": "2025-12-17T03:55:52.7981607Z",
"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": "56efe04d-6691-48a5-b8e3-25019a6ba5a7",
"targets": "0b0200f3-d7b8-420b-a458-04397b091e35",
"regionscountries": "b04c3041-f3ac-4fe1-a393-8d41aa4a1f84",
"stakeholders": "1b00ba7f-7029-442d-9d55-624114610507",
"targetaudiences": "eb960804-12dc-4c80-8c39-14eeb6d60286",
"Category": "92352390-4551-4b1d-8b0b-3d1d069f9eaf",
"Tags": "3deb20ba-84bc-4443-a67f-4cb548825e15",
"departmentaltargets": "da9cf909-e919-42ef-9b6f-24a6ad6f869e",
"events": "d4fe49b3-3fe2-407c-aaae-f8a0abb53ce8",
"publishingoffices": "36d92c70-b38b-44ef-a9d7-93494065a42a",
"Parts": "sample string 19",
"FolderId": "358e6b5b-e2f7-4ca7-a7ba-2b1711424e66",
"ParentId": "a03fd324-31a2-4490-9b59-316bf8571b1d"
}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": "2025-12-17T03:55:52.7981607Z",
"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": "2de870a8-6aa8-4fa6-b789-0127a59db92a",
"targets": "bc8d5dcd-dd90-4b69-a391-d2c235652b54",
"regionscountries": "1db76361-7502-4416-a6aa-b8f60e5fbc56",
"stakeholders": "53dc40b1-74bd-4ee2-887b-ed37ec857716",
"targetaudiences": "1602f6ed-8b3d-4874-b302-bc59b57f75d0",
"Category": "e56470ff-3bed-4c6a-abba-2f2b47e2cdb3",
"Tags": "918aceaf-cadf-4af5-af8e-0b6d8fe79532",
"departmentaltargets": "384e2534-edab-47fd-b294-424cbe3540f5",
"events": "e14ec1c4-453f-40fa-9f55-4627bb993dfb",
"publishingoffices": "56eaf177-37cf-47cb-813e-01f93e4fba13",
"Parts": "sample string 19",
"FolderId": "fb2c25e0-6d0b-4a23-8a5b-bff1af3cbfbd",
"ParentId": "4374f151-bee4-435f-9296-9fd7394b5043"
}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.