Returns a set of data items of type facts.
GET /api/multimedias/facts
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 | |
publishingoffices | System.Guid | Read only: False | |
PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
regionscountries | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
Content | System.String | Read only: False | |
LongTitle | System.String | Read only: False | |
Title | System.String | Read only: False | |
Source | System.String | Read only: False | |
sustainabledevelopmentgoals | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-09-13T04:15:17.8804351Z",
"PublicationDate": "2025-09-13T04:15:17.8804351Z",
"DateCreated": "2025-09-13T04:15:17.8804351Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "43bfe0ac-75b0-4a97-b9ef-c2edef9ff7f6",
"PublicationDateAndTime": "2025-09-13T04:15:17.8804351Z",
"regionscountries": "5fd31890-44f0-45dc-af66-519ff38bc0e7",
"healthtopics": "7e17439e-b474-45f2-8b7b-6e768998c74d",
"Content": "sample string 12",
"LongTitle": "sample string 13",
"Title": "sample string 14",
"Source": "sample string 15",
"sustainabledevelopmentgoals": "77037bec-a008-4fc3-b743-7b9358ce709a",
"departmentaltargets": "f24a89f2-33fa-4613-9eda-f7f043688a93",
"targetaudiences": "6f735615-3ab0-4f5c-a133-2eeefb820fb1",
"Provider": "sample string 19",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-13T04:15:17.8804351+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-13T04:15:17.8804351Z",
"PublicationDate": "2025-09-13T04:15:17.8804351Z",
"DateCreated": "2025-09-13T04:15:17.8804351Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "43bfe0ac-75b0-4a97-b9ef-c2edef9ff7f6",
"PublicationDateAndTime": "2025-09-13T04:15:17.8804351Z",
"regionscountries": "5fd31890-44f0-45dc-af66-519ff38bc0e7",
"healthtopics": "7e17439e-b474-45f2-8b7b-6e768998c74d",
"Content": "sample string 12",
"LongTitle": "sample string 13",
"Title": "sample string 14",
"Source": "sample string 15",
"sustainabledevelopmentgoals": "77037bec-a008-4fc3-b743-7b9358ce709a",
"departmentaltargets": "f24a89f2-33fa-4613-9eda-f7f043688a93",
"targetaudiences": "6f735615-3ab0-4f5c-a133-2eeefb820fb1",
"Provider": "sample string 19",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-13T04:15:17.8804351+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Gets facts item by id.
GET /api/multimedias/facts({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 | |
publishingoffices | System.Guid | Read only: False | |
PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
regionscountries | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
Content | System.String | Read only: False | |
LongTitle | System.String | Read only: False | |
Title | System.String | Read only: False | |
Source | System.String | Read only: False | |
sustainabledevelopmentgoals | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-09-13T04:15:17.8804351Z",
"PublicationDate": "2025-09-13T04:15:17.8804351Z",
"DateCreated": "2025-09-13T04:15:17.8804351Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "661bf60a-cf48-4b87-a7f2-561a97083451",
"PublicationDateAndTime": "2025-09-13T04:15:17.8804351Z",
"regionscountries": "fda27032-1586-49fe-82a8-8143bdf07950",
"healthtopics": "d4573563-8ab9-41ce-b2da-d0aeb4fbfad6",
"Content": "sample string 12",
"LongTitle": "sample string 13",
"Title": "sample string 14",
"Source": "sample string 15",
"sustainabledevelopmentgoals": "d9d72df8-ea56-4ed3-8295-c02009113dc7",
"departmentaltargets": "089d2793-ad55-4685-b0f3-67ba6a90c4c6",
"targetaudiences": "635d4ba4-26ea-4046-a4f1-4ab38f703fa3",
"Provider": "sample string 19",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-13T04:15:17.8804351+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Gets Id property from facts item.
GET /api/multimedias/facts({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": "3d65b540-12db-4d08-837c-aa8a5001bf4e"
}
Creates a facts item.
POST /api/multimedias/facts
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 | |
publishingoffices | System.Guid | Read only: False | |
PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
regionscountries | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
Content | System.String | Read only: False | |
LongTitle | System.String | Read only: False | |
Title | System.String | Read only: False | |
Source | System.String | Read only: False | |
sustainabledevelopmentgoals | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-09-13T04:15:17.8804351Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "67153703-0f49-47d4-b2e1-fd7b5a4fc6b7",
"PublicationDateAndTime": "2025-09-13T04:15:17.8804351Z",
"regionscountries": "87bf90db-b32a-44e5-887d-82efceb2a9ba",
"healthtopics": "0f7722ed-6a67-4cf4-871e-de42376c68e1",
"Content": "sample string 9",
"LongTitle": "sample string 10",
"Title": "sample string 11",
"Source": "sample string 12",
"sustainabledevelopmentgoals": "b8f70829-aa26-4cf0-ac10-1be3b346830a",
"departmentaltargets": "43baba98-8bbb-48b2-9f0b-f02a7c0df501",
"targetaudiences": "07d30157-9bbd-4d27-9c2c-e0f1e0f637a9"
}
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 | |
publishingoffices | System.Guid | Read only: False | |
PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
regionscountries | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
Content | System.String | Read only: False | |
LongTitle | System.String | Read only: False | |
Title | System.String | Read only: False | |
Source | System.String | Read only: False | |
sustainabledevelopmentgoals | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-09-13T04:15:17.8804351Z",
"PublicationDate": "2025-09-13T04:15:17.8804351Z",
"DateCreated": "2025-09-13T04:15:17.8804351Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "2f64fb38-2618-47b3-812b-a5ff3cb1159f",
"PublicationDateAndTime": "2025-09-13T04:15:17.8804351Z",
"regionscountries": "ec4e2d07-c2e2-475a-bf9c-83bf45ca2ebb",
"healthtopics": "e4f6dc57-adb3-4794-b1f9-da16489036f1",
"Content": "sample string 12",
"LongTitle": "sample string 13",
"Title": "sample string 14",
"Source": "sample string 15",
"sustainabledevelopmentgoals": "2f107fa4-67b8-4c22-860c-83c5b97b19da",
"departmentaltargets": "c8653f80-2c07-4458-8b61-fd813f0deb38",
"targetaudiences": "0b420f6a-7a89-4169-a8b1-f8b8f9b848ea",
"Provider": "sample string 19",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-13T04:15:17.8804351+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Partial update for facts item.
PATCH /api/multimedias/facts({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 | |
publishingoffices | System.Guid | Read only: False | |
PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
regionscountries | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
Content | System.String | Read only: False | |
LongTitle | System.String | Read only: False | |
Title | System.String | Read only: False | |
Source | System.String | Read only: False | |
sustainabledevelopmentgoals | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-09-13T04:15:17.8804351Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "91c6cb51-3852-4eb0-a150-913d8a85060a",
"PublicationDateAndTime": "2025-09-13T04:15:17.8804351Z",
"regionscountries": "35cb6bd4-1b37-4f92-8738-994a0d26c9dd",
"healthtopics": "a7ae050d-0dbe-44c6-9056-3e3620dea8a6",
"Content": "sample string 9",
"LongTitle": "sample string 10",
"Title": "sample string 11",
"Source": "sample string 12",
"sustainabledevelopmentgoals": "f85ead1e-04dd-4ff2-a8d5-089f844c21a8",
"departmentaltargets": "d9bf57ef-5235-478a-a699-18600b920489",
"targetaudiences": "8b873cfe-c612-404b-84e0-e0635ce4028c"
}
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 facts item.
PUT /api/multimedias/facts({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 | |
publishingoffices | System.Guid | Read only: False | |
PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
regionscountries | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
Content | System.String | Read only: False | |
LongTitle | System.String | Read only: False | |
Title | System.String | Read only: False | |
Source | System.String | Read only: False | |
sustainabledevelopmentgoals | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-09-13T04:15:17.8804351Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "4bacd5dc-481e-4b57-ad4c-e64029ec5fd4",
"PublicationDateAndTime": "2025-09-13T04:15:17.8804351Z",
"regionscountries": "06a186d4-368d-4bb0-bfc0-1608798aab09",
"healthtopics": "f523d80d-37e5-4124-be2a-2616a48382e9",
"Content": "sample string 9",
"LongTitle": "sample string 10",
"Title": "sample string 11",
"Source": "sample string 12",
"sustainabledevelopmentgoals": "54ae6026-5263-4758-a95e-7378b1e23315",
"departmentaltargets": "e017d994-ee47-4a2f-8ac3-7080266e2f71",
"targetaudiences": "dbe09a8c-ac6f-49b0-86b1-f7d1b0838c47"
}
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 facts item by Id.
DELETE /api/multimedias/facts({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 Image from facts item.
GET /api/multimedias/facts({key})/Image
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 | |
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": "2025-09-13T04:15:17.8804351Z",
"PublicationDate": "2025-09-13T04:15:17.8804351Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-13T04:15:17.8804351Z",
"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": "c279b0b6-db38-4073-9eab-386a0dbae123",
"publishingoffices": "aebc49ac-7677-4248-b2c8-f64bd4590ab9",
"events": "3666b57b-a1ea-4ead-851e-92f0b67b5b23",
"targets": "4bfb36c2-3af1-4e11-a73a-67621756451b",
"Category": "1e7bb0bd-02cf-4f05-94c2-282a682cf656",
"imagetypes": "1a4da848-bca4-49c4-9797-69e8c51e81a0",
"departmentaltargets": "9a9e371a-ecb4-4ee4-ba8e-a9e91501a0ef",
"stakeholders": "b83c6da8-2877-492c-8536-9e2217dff0d9",
"Tags": "df9b6a67-c2b8-4ce5-ac6d-9c2b06b1d5f6",
"healthtopics": "1ffbd56e-5b32-438c-a7ad-68912a3738bc",
"targetaudiences": "c607fcf2-e2c0-4aab-bd9e-e64f4416cf9b",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "e14caa6b-16fc-4d0e-a2c1-077b5caf4533",
"ParentId": "4cbcdbe7-60db-4059-956b-f18cccf4191e",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2025-09-13T04:15:17.8804351Z",
"PublicationDate": "2025-09-13T04:15:17.8804351Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-13T04:15:17.8804351Z",
"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": "c279b0b6-db38-4073-9eab-386a0dbae123",
"publishingoffices": "aebc49ac-7677-4248-b2c8-f64bd4590ab9",
"events": "3666b57b-a1ea-4ead-851e-92f0b67b5b23",
"targets": "4bfb36c2-3af1-4e11-a73a-67621756451b",
"Category": "1e7bb0bd-02cf-4f05-94c2-282a682cf656",
"imagetypes": "1a4da848-bca4-49c4-9797-69e8c51e81a0",
"departmentaltargets": "9a9e371a-ecb4-4ee4-ba8e-a9e91501a0ef",
"stakeholders": "b83c6da8-2877-492c-8536-9e2217dff0d9",
"Tags": "df9b6a67-c2b8-4ce5-ac6d-9c2b06b1d5f6",
"healthtopics": "1ffbd56e-5b32-438c-a7ad-68912a3738bc",
"targetaudiences": "c607fcf2-e2c0-4aab-bd9e-e64f4416cf9b",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "e14caa6b-16fc-4d0e-a2c1-077b5caf4533",
"ParentId": "4cbcdbe7-60db-4059-956b-f18cccf4191e",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]
Add Image relation to facts item.
POST /api/multimedias/facts({key})/Image/$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 Image from facts item.
DELETE /api/multimedias/facts({key})/Image/$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.