Returns a set of data items of type healthtopicbysitevariations.
GET /api/emergencies/healthtopicbysitevariations
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 | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| SystemTitle | System.String | Read only: False | |
| Tab2Summary | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| Tab1Title | System.String | Read only: False | |
| SEOTitle | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| Tab3Title | System.String | Read only: False | |
| sites | System.Guid | Read only: False | |
| Tab1Summary | System.String | Read only: False | |
| Tab3Summary | System.String | Read only: False | |
| ContentFallback | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| TechnicalLinks | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Tab2Title | System.String | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-07-18T06:26:15.1580167Z",
"PublicationDate": "2026-07-18T06:26:15.1580167Z",
"DateCreated": "2026-07-18T06:26:15.1580167Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"SystemTitle": "sample string 8",
"Tab2Summary": "sample string 9",
"Summary": "sample string 10",
"MetaTitle": "sample string 11",
"Tab1Title": "sample string 12",
"SEOTitle": "sample string 13",
"healthtopics": "54ed30b3-3a71-4d92-80d1-73871307193a",
"Title": "sample string 15",
"Tab3Title": "sample string 16",
"sites": "b71a0a51-0bf5-4edb-87a8-a38b0cd5c23c",
"Tab1Summary": "sample string 18",
"Tab3Summary": "sample string 19",
"ContentFallback": "sample string 20",
"OpenGraphDescription": "sample string 21",
"regionscountries": "fc6dced0-32ab-4580-b1f5-47ef73ad2731",
"TechnicalLinks": "sample string 23",
"publishingoffices": "f2b7d9e2-dc81-444e-89a9-9be2edb93698",
"OpenGraphTitle": "sample string 25",
"Tab2Title": "sample string 26",
"MetaDescription": "sample string 27",
"ParentId": "310ad223-40b7-4d93-8f2a-4043afa38d5b",
"Provider": "sample string 29",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-18T06:26:15.1580167+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-07-18T06:26:15.1580167Z",
"PublicationDate": "2026-07-18T06:26:15.1580167Z",
"DateCreated": "2026-07-18T06:26:15.1580167Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"SystemTitle": "sample string 8",
"Tab2Summary": "sample string 9",
"Summary": "sample string 10",
"MetaTitle": "sample string 11",
"Tab1Title": "sample string 12",
"SEOTitle": "sample string 13",
"healthtopics": "54ed30b3-3a71-4d92-80d1-73871307193a",
"Title": "sample string 15",
"Tab3Title": "sample string 16",
"sites": "b71a0a51-0bf5-4edb-87a8-a38b0cd5c23c",
"Tab1Summary": "sample string 18",
"Tab3Summary": "sample string 19",
"ContentFallback": "sample string 20",
"OpenGraphDescription": "sample string 21",
"regionscountries": "fc6dced0-32ab-4580-b1f5-47ef73ad2731",
"TechnicalLinks": "sample string 23",
"publishingoffices": "f2b7d9e2-dc81-444e-89a9-9be2edb93698",
"OpenGraphTitle": "sample string 25",
"Tab2Title": "sample string 26",
"MetaDescription": "sample string 27",
"ParentId": "310ad223-40b7-4d93-8f2a-4043afa38d5b",
"Provider": "sample string 29",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-18T06:26:15.1580167+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets healthtopicbysitevariations item by id.
GET /api/emergencies/healthtopicbysitevariations({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 | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| SystemTitle | System.String | Read only: False | |
| Tab2Summary | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| Tab1Title | System.String | Read only: False | |
| SEOTitle | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| Tab3Title | System.String | Read only: False | |
| sites | System.Guid | Read only: False | |
| Tab1Summary | System.String | Read only: False | |
| Tab3Summary | System.String | Read only: False | |
| ContentFallback | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| TechnicalLinks | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Tab2Title | System.String | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-07-18T06:26:15.1580167Z",
"PublicationDate": "2026-07-18T06:26:15.1580167Z",
"DateCreated": "2026-07-18T06:26:15.1580167Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"SystemTitle": "sample string 8",
"Tab2Summary": "sample string 9",
"Summary": "sample string 10",
"MetaTitle": "sample string 11",
"Tab1Title": "sample string 12",
"SEOTitle": "sample string 13",
"healthtopics": "13fecf39-f1d4-40da-b2be-7c17e5de3e52",
"Title": "sample string 15",
"Tab3Title": "sample string 16",
"sites": "9acd0a1e-b145-46da-876f-df22940c0b4f",
"Tab1Summary": "sample string 18",
"Tab3Summary": "sample string 19",
"ContentFallback": "sample string 20",
"OpenGraphDescription": "sample string 21",
"regionscountries": "f51d6346-1866-48ef-a4aa-9aa1ec4c0757",
"TechnicalLinks": "sample string 23",
"publishingoffices": "704dfbff-27d2-490f-9d4a-5a6d95f5274d",
"OpenGraphTitle": "sample string 25",
"Tab2Title": "sample string 26",
"MetaDescription": "sample string 27",
"ParentId": "bdbb4a21-d1c8-42cc-86be-9a5d5c8692d7",
"Provider": "sample string 29",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-18T06:26:15.1580167+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from healthtopicbysitevariations item.
GET /api/emergencies/healthtopicbysitevariations({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": "68582963-96f9-4140-a3b6-f32a0eecc36a"
}Creates a healthtopicbysitevariations item.
POST /api/emergencies/healthtopicbysitevariations
None
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| SystemTitle | System.String | Read only: False | |
| Tab2Summary | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| Tab1Title | System.String | Read only: False | |
| SEOTitle | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| Tab3Title | System.String | Read only: False | |
| sites | System.Guid | Read only: False | |
| Tab1Summary | System.String | Read only: False | |
| Tab3Summary | System.String | Read only: False | |
| ContentFallback | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| TechnicalLinks | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Tab2Title | System.String | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-07-18T06:26:15.1580167Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"SystemTitle": "sample string 5",
"Tab2Summary": "sample string 6",
"Summary": "sample string 7",
"MetaTitle": "sample string 8",
"Tab1Title": "sample string 9",
"SEOTitle": "sample string 10",
"healthtopics": "356608c5-0b45-4d23-9548-52c4b8b05f2f",
"Title": "sample string 12",
"Tab3Title": "sample string 13",
"sites": "f5511c96-ebd4-400c-a7cf-f0d46ea8f073",
"Tab1Summary": "sample string 15",
"Tab3Summary": "sample string 16",
"ContentFallback": "sample string 17",
"OpenGraphDescription": "sample string 18",
"regionscountries": "19200cfd-f05f-4aa4-a0b7-4f4636c178a3",
"TechnicalLinks": "sample string 20",
"publishingoffices": "e58373a5-4588-401c-9757-fc65bca1c074",
"OpenGraphTitle": "sample string 22",
"Tab2Title": "sample string 23",
"MetaDescription": "sample string 24",
"ParentId": "f46dabc4-e38d-4008-94cc-3085e73a6baf"
}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 | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| SystemTitle | System.String | Read only: False | |
| Tab2Summary | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| Tab1Title | System.String | Read only: False | |
| SEOTitle | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| Tab3Title | System.String | Read only: False | |
| sites | System.Guid | Read only: False | |
| Tab1Summary | System.String | Read only: False | |
| Tab3Summary | System.String | Read only: False | |
| ContentFallback | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| TechnicalLinks | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Tab2Title | System.String | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-07-18T06:26:15.173724Z",
"PublicationDate": "2026-07-18T06:26:15.173724Z",
"DateCreated": "2026-07-18T06:26:15.173724Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"SystemTitle": "sample string 8",
"Tab2Summary": "sample string 9",
"Summary": "sample string 10",
"MetaTitle": "sample string 11",
"Tab1Title": "sample string 12",
"SEOTitle": "sample string 13",
"healthtopics": "510075ba-2ee1-4913-98cd-2c688a2b6d8d",
"Title": "sample string 15",
"Tab3Title": "sample string 16",
"sites": "fbdd5805-a290-4121-ae39-4c2f5d23e98f",
"Tab1Summary": "sample string 18",
"Tab3Summary": "sample string 19",
"ContentFallback": "sample string 20",
"OpenGraphDescription": "sample string 21",
"regionscountries": "8c5f83d2-11c9-41f0-a4f8-2bf65dd490b2",
"TechnicalLinks": "sample string 23",
"publishingoffices": "89ffcd25-f2c0-4d5d-884c-c57115afbf79",
"OpenGraphTitle": "sample string 25",
"Tab2Title": "sample string 26",
"MetaDescription": "sample string 27",
"ParentId": "8998b113-879e-4ae7-898c-fa2eb3912c26",
"Provider": "sample string 29",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-18T06:26:15.173724+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for healthtopicbysitevariations item.
PATCH /api/emergencies/healthtopicbysitevariations({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 | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| SystemTitle | System.String | Read only: False | |
| Tab2Summary | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| Tab1Title | System.String | Read only: False | |
| SEOTitle | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| Tab3Title | System.String | Read only: False | |
| sites | System.Guid | Read only: False | |
| Tab1Summary | System.String | Read only: False | |
| Tab3Summary | System.String | Read only: False | |
| ContentFallback | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| TechnicalLinks | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Tab2Title | System.String | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-07-18T06:26:15.173724Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"SystemTitle": "sample string 5",
"Tab2Summary": "sample string 6",
"Summary": "sample string 7",
"MetaTitle": "sample string 8",
"Tab1Title": "sample string 9",
"SEOTitle": "sample string 10",
"healthtopics": "6456a903-e44d-4d96-8b35-fdc1071b423a",
"Title": "sample string 12",
"Tab3Title": "sample string 13",
"sites": "a5b06699-8acb-4249-92ea-c97d2927c7a0",
"Tab1Summary": "sample string 15",
"Tab3Summary": "sample string 16",
"ContentFallback": "sample string 17",
"OpenGraphDescription": "sample string 18",
"regionscountries": "9a90b366-d989-441d-a9b4-7a9d8bfc82d7",
"TechnicalLinks": "sample string 20",
"publishingoffices": "75055331-c3ad-437b-b2b6-c519d5265d26",
"OpenGraphTitle": "sample string 22",
"Tab2Title": "sample string 23",
"MetaDescription": "sample string 24",
"ParentId": "799c0029-3857-4c31-be1d-4bfb6f62ce1d"
}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 healthtopicbysitevariations item.
PUT /api/emergencies/healthtopicbysitevariations({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 | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| SystemTitle | System.String | Read only: False | |
| Tab2Summary | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| Tab1Title | System.String | Read only: False | |
| SEOTitle | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| Tab3Title | System.String | Read only: False | |
| sites | System.Guid | Read only: False | |
| Tab1Summary | System.String | Read only: False | |
| Tab3Summary | System.String | Read only: False | |
| ContentFallback | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| TechnicalLinks | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Tab2Title | System.String | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-07-18T06:26:15.173724Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"SystemTitle": "sample string 5",
"Tab2Summary": "sample string 6",
"Summary": "sample string 7",
"MetaTitle": "sample string 8",
"Tab1Title": "sample string 9",
"SEOTitle": "sample string 10",
"healthtopics": "a6b9faa0-1e76-47c2-930b-8134f2f05ac2",
"Title": "sample string 12",
"Tab3Title": "sample string 13",
"sites": "ee09641b-87f1-466b-ba34-d0d1530ebb5a",
"Tab1Summary": "sample string 15",
"Tab3Summary": "sample string 16",
"ContentFallback": "sample string 17",
"OpenGraphDescription": "sample string 18",
"regionscountries": "429b1e11-f3fe-4cf0-a813-56d63291e880",
"TechnicalLinks": "sample string 20",
"publishingoffices": "c78e0fcc-fa00-4f64-8ea3-b2f5c4f27203",
"OpenGraphTitle": "sample string 22",
"Tab2Title": "sample string 23",
"MetaDescription": "sample string 24",
"ParentId": "25ded453-ef7c-41d2-aea7-57ba88d13c4a"
}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 healthtopicbysitevariations item by Id.
DELETE /api/emergencies/healthtopicbysitevariations({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.
Returns a set of related items of type Parent from healthtopicbysitevariations item.
GET /api/emergencies/healthtopicbysitevariations({key})/Parent
| 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 | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Summary | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Tab3Title | System.String | Read only: False | |
| TechnicalLinks | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Tab1Summary | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Tab2Title | System.String | Read only: False | |
| Tab2Summary | System.String | Read only: False | |
| Tab3Summary | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| sites | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| healthtopictypes | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-07-18T06:26:15.173724Z",
"PublicationDate": "2026-07-18T06:26:15.173724Z",
"DateCreated": "2026-07-18T06:26:15.173724Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"Title": "sample string 9",
"Tab3Title": "sample string 10",
"TechnicalLinks": "sample string 11",
"healthtopics": "971b7167-6b4f-42d6-848d-5f63dda4ff45",
"MetaTitle": "sample string 13",
"regionscountries": "2aabe70d-3445-4351-b4a6-a59d0eee352d",
"Tab1Summary": "sample string 15",
"OpenGraphTitle": "sample string 16",
"Tab2Title": "sample string 17",
"Tab2Summary": "sample string 18",
"Tab3Summary": "sample string 19",
"OpenGraphDescription": "sample string 20",
"sites": "35e07865-2ea4-4808-92c8-8a19a868e7a5",
"MetaDescription": "sample string 22",
"healthtopictypes": "767d8823-50a5-4747-a4c0-f410788086c2",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-18T06:26:15.173724+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-07-18T06:26:15.173724Z",
"PublicationDate": "2026-07-18T06:26:15.173724Z",
"DateCreated": "2026-07-18T06:26:15.173724Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"Title": "sample string 9",
"Tab3Title": "sample string 10",
"TechnicalLinks": "sample string 11",
"healthtopics": "971b7167-6b4f-42d6-848d-5f63dda4ff45",
"MetaTitle": "sample string 13",
"regionscountries": "2aabe70d-3445-4351-b4a6-a59d0eee352d",
"Tab1Summary": "sample string 15",
"OpenGraphTitle": "sample string 16",
"Tab2Title": "sample string 17",
"Tab2Summary": "sample string 18",
"Tab3Summary": "sample string 19",
"OpenGraphDescription": "sample string 20",
"sites": "35e07865-2ea4-4808-92c8-8a19a868e7a5",
"MetaDescription": "sample string 22",
"healthtopictypes": "767d8823-50a5-4747-a4c0-f410788086c2",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-18T06:26:15.173724+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to healthtopicbysitevariations item.
POST /api/emergencies/healthtopicbysitevariations({key})/Parent/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type Parent from healthtopicbysitevariations item.
DELETE /api/emergencies/healthtopicbysitevariations({key})/Parent/$ref
| 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.
Returns a set of related items of type OpenGraphImage from healthtopicbysitevariations item.
GET /api/emergencies/healthtopicbysitevariations({key})/OpenGraphImage
| 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 | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| JoomlaArticleId | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | 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 | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-07-18T06:26:15.173724Z",
"PublicationDate": "2026-07-18T06:26:15.173724Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-18T06:26:15.173724Z",
"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,
"regionscountries": "a8518db8-1d93-40d7-986c-2d0568ec2a8c",
"publishingoffices": "a82ec26d-6463-429c-80ef-7b120b396848",
"events": "95896cf9-6694-4ce4-a252-9d7bf9a52a22",
"targets": "05ff9a69-9b5b-4cfe-89b9-cc9f5112a099",
"Category": "cce14577-272b-428d-9eec-763cabf3bdc3",
"imagetypes": "30393d4d-7b80-493f-a1dd-1a85ef95b9aa",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "a6250b3e-aa0f-41ba-8ead-91c355a25997",
"stakeholders": "ad9ff7e1-dfe6-4213-b5eb-db3b01a3b9d8",
"Tags": "057c02ec-e2c3-4535-8bbf-36331f2a1e50",
"healthtopics": "cfa6a3e2-122e-497d-9886-561745a6f655",
"targetaudiences": "8d883a11-a20b-4e09-8aed-1e6a6d049773",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "1f4b46b7-20f2-4e64-b54e-5d674b04c401",
"ParentId": "a76b6a96-25f1-4b6c-916e-88b2baa86bf8",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-07-18T06:26:15.173724Z",
"PublicationDate": "2026-07-18T06:26:15.173724Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-18T06:26:15.173724Z",
"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,
"regionscountries": "a8518db8-1d93-40d7-986c-2d0568ec2a8c",
"publishingoffices": "a82ec26d-6463-429c-80ef-7b120b396848",
"events": "95896cf9-6694-4ce4-a252-9d7bf9a52a22",
"targets": "05ff9a69-9b5b-4cfe-89b9-cc9f5112a099",
"Category": "cce14577-272b-428d-9eec-763cabf3bdc3",
"imagetypes": "30393d4d-7b80-493f-a1dd-1a85ef95b9aa",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "a6250b3e-aa0f-41ba-8ead-91c355a25997",
"stakeholders": "ad9ff7e1-dfe6-4213-b5eb-db3b01a3b9d8",
"Tags": "057c02ec-e2c3-4535-8bbf-36331f2a1e50",
"healthtopics": "cfa6a3e2-122e-497d-9886-561745a6f655",
"targetaudiences": "8d883a11-a20b-4e09-8aed-1e6a6d049773",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "1f4b46b7-20f2-4e64-b54e-5d674b04c401",
"ParentId": "a76b6a96-25f1-4b6c-916e-88b2baa86bf8",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add OpenGraphImage relation to healthtopicbysitevariations item.
POST /api/emergencies/healthtopicbysitevariations({key})/OpenGraphImage/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type OpenGraphImage from healthtopicbysitevariations item.
DELETE /api/emergencies/healthtopicbysitevariations({key})/OpenGraphImage/$ref
| 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.
Returns a set of related items of type Thumbnail from healthtopicbysitevariations item.
GET /api/emergencies/healthtopicbysitevariations({key})/Thumbnail
| 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 | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| JoomlaArticleId | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | 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 | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-07-18T06:26:15.173724Z",
"PublicationDate": "2026-07-18T06:26:15.173724Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-18T06:26:15.173724Z",
"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,
"regionscountries": "78b0de19-5d12-4d88-b08f-1d7377129fa3",
"publishingoffices": "a5297aa7-9f2e-4641-866d-a2bc9eb7e04a",
"events": "89c3c613-dbe6-4503-97fd-3fb7693ae712",
"targets": "bcbca405-f532-45ce-bf64-1d80b76a9437",
"Category": "616e0134-2c60-4362-a202-89ff269b0083",
"imagetypes": "4eccab39-4836-4ae2-a5ec-1a8183c36938",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "3c12e842-e822-4588-aa23-5f11e32243c3",
"stakeholders": "9cd9e922-3f9b-4e48-aaf8-a555cd68ce3f",
"Tags": "d62ff654-d961-4695-aee9-5a162ed708b2",
"healthtopics": "8ac646b6-04cc-403c-aa40-70be66bb86af",
"targetaudiences": "5fb58b2b-bd78-4e98-b7f6-25d5fed9de72",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "3ea779ac-a7da-4955-8546-f17fe7c72bc0",
"ParentId": "89a96141-aa4b-4fcd-a836-9d8e8d582cd0",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-07-18T06:26:15.173724Z",
"PublicationDate": "2026-07-18T06:26:15.173724Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-18T06:26:15.173724Z",
"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,
"regionscountries": "78b0de19-5d12-4d88-b08f-1d7377129fa3",
"publishingoffices": "a5297aa7-9f2e-4641-866d-a2bc9eb7e04a",
"events": "89c3c613-dbe6-4503-97fd-3fb7693ae712",
"targets": "bcbca405-f532-45ce-bf64-1d80b76a9437",
"Category": "616e0134-2c60-4362-a202-89ff269b0083",
"imagetypes": "4eccab39-4836-4ae2-a5ec-1a8183c36938",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "3c12e842-e822-4588-aa23-5f11e32243c3",
"stakeholders": "9cd9e922-3f9b-4e48-aaf8-a555cd68ce3f",
"Tags": "d62ff654-d961-4695-aee9-5a162ed708b2",
"healthtopics": "8ac646b6-04cc-403c-aa40-70be66bb86af",
"targetaudiences": "5fb58b2b-bd78-4e98-b7f6-25d5fed9de72",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "3ea779ac-a7da-4955-8546-f17fe7c72bc0",
"ParentId": "89a96141-aa4b-4fcd-a836-9d8e8d582cd0",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add Thumbnail relation to healthtopicbysitevariations item.
POST /api/emergencies/healthtopicbysitevariations({key})/Thumbnail/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type Thumbnail from healthtopicbysitevariations item.
DELETE /api/emergencies/healthtopicbysitevariations({key})/Thumbnail/$ref
| 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.
Returns a set of related items of type MainImage from healthtopicbysitevariations item.
GET /api/emergencies/healthtopicbysitevariations({key})/MainImage
| 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 | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| JoomlaArticleId | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | 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 | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-07-18T06:26:15.173724Z",
"PublicationDate": "2026-07-18T06:26:15.173724Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-18T06:26:15.173724Z",
"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,
"regionscountries": "a465c0e9-3be9-4621-8b35-7d9cb1dbf31c",
"publishingoffices": "38df6e20-ae38-467e-bde8-113b2428d4d5",
"events": "69cd2671-9c7d-4e94-819e-9cac2684eab8",
"targets": "073a92a9-0cff-476e-b6ad-76699b150123",
"Category": "6e0e195c-d088-486d-b899-d3170cddf51c",
"imagetypes": "1fb88afb-9972-459b-93a6-c4d0533a2bb1",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "cc300559-289c-476c-bb6d-6c5488acffa3",
"stakeholders": "4517c1e8-87d4-4dc7-93c2-547ec16e461a",
"Tags": "cdc7163e-e9de-401d-84df-40dfc6aa1e30",
"healthtopics": "28054a90-bfa3-41bf-854b-8b5330cbfcdf",
"targetaudiences": "ca4e1659-a7a7-48ac-96a5-3909879c6af1",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "da22bab8-2d2e-4791-b00d-dd96e397cef0",
"ParentId": "387bdde5-3981-4783-929a-f3922635ac2b",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-07-18T06:26:15.173724Z",
"PublicationDate": "2026-07-18T06:26:15.173724Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-18T06:26:15.173724Z",
"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,
"regionscountries": "a465c0e9-3be9-4621-8b35-7d9cb1dbf31c",
"publishingoffices": "38df6e20-ae38-467e-bde8-113b2428d4d5",
"events": "69cd2671-9c7d-4e94-819e-9cac2684eab8",
"targets": "073a92a9-0cff-476e-b6ad-76699b150123",
"Category": "6e0e195c-d088-486d-b899-d3170cddf51c",
"imagetypes": "1fb88afb-9972-459b-93a6-c4d0533a2bb1",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "cc300559-289c-476c-bb6d-6c5488acffa3",
"stakeholders": "4517c1e8-87d4-4dc7-93c2-547ec16e461a",
"Tags": "cdc7163e-e9de-401d-84df-40dfc6aa1e30",
"healthtopics": "28054a90-bfa3-41bf-854b-8b5330cbfcdf",
"targetaudiences": "ca4e1659-a7a7-48ac-96a5-3909879c6af1",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "da22bab8-2d2e-4791-b00d-dd96e397cef0",
"ParentId": "387bdde5-3981-4783-929a-f3922635ac2b",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add MainImage relation to healthtopicbysitevariations item.
POST /api/emergencies/healthtopicbysitevariations({key})/MainImage/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type MainImage from healthtopicbysitevariations item.
DELETE /api/emergencies/healthtopicbysitevariations({key})/MainImage/$ref
| 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.