Returns a set of data items of type daguidelinearticlereferences.
GET /api/news/daguidelinearticlereferences
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 | |
| LinkUrl | System.String | Read only: False | |
| IsReferenceNumbered | System.Boolean | Read only: False | |
| Title | 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-02-06T21:47:42.9805376Z",
"PublicationDate": "2026-02-06T21:47:42.9805376Z",
"DateCreated": "2026-02-06T21:47:42.9805376Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"LinkUrl": "sample string 8",
"IsReferenceNumbered": true,
"Title": "sample string 10",
"ParentId": "def78e9c-35a4-4c41-a13a-7f4c49cd39ae",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T21:47:42.9805376+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-06T21:47:42.9805376Z",
"PublicationDate": "2026-02-06T21:47:42.9805376Z",
"DateCreated": "2026-02-06T21:47:42.9805376Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"LinkUrl": "sample string 8",
"IsReferenceNumbered": true,
"Title": "sample string 10",
"ParentId": "def78e9c-35a4-4c41-a13a-7f4c49cd39ae",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T21:47:42.9805376+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets daguidelinearticlereferences item by id.
GET /api/news/daguidelinearticlereferences({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 | |
| LinkUrl | System.String | Read only: False | |
| IsReferenceNumbered | System.Boolean | Read only: False | |
| Title | 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-02-06T21:47:42.9805376Z",
"PublicationDate": "2026-02-06T21:47:42.9805376Z",
"DateCreated": "2026-02-06T21:47:42.9805376Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"LinkUrl": "sample string 8",
"IsReferenceNumbered": true,
"Title": "sample string 10",
"ParentId": "e6407331-aae2-41d3-943b-c104a94f2b6a",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T21:47:42.9805376+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from daguidelinearticlereferences item.
GET /api/news/daguidelinearticlereferences({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": "f1961b4f-c05e-4fc2-aae6-5c8f924ff7be"
}Creates a daguidelinearticlereferences item.
POST /api/news/daguidelinearticlereferences
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 | |
| LinkUrl | System.String | Read only: False | |
| IsReferenceNumbered | System.Boolean | Read only: False | |
| Title | 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-02-06T21:47:42.9805376Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"LinkUrl": "sample string 5",
"IsReferenceNumbered": true,
"Title": "sample string 7",
"ParentId": "2157cb7e-16bf-4753-a5ea-312fce31d44b"
}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 | |
| LinkUrl | System.String | Read only: False | |
| IsReferenceNumbered | System.Boolean | Read only: False | |
| Title | 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-02-06T21:47:42.9805376Z",
"PublicationDate": "2026-02-06T21:47:42.9805376Z",
"DateCreated": "2026-02-06T21:47:42.9805376Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"LinkUrl": "sample string 8",
"IsReferenceNumbered": true,
"Title": "sample string 10",
"ParentId": "28022634-832e-4895-8059-0cf1506077bb",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T21:47:42.9805376+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for daguidelinearticlereferences item.
PATCH /api/news/daguidelinearticlereferences({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 | |
| LinkUrl | System.String | Read only: False | |
| IsReferenceNumbered | System.Boolean | Read only: False | |
| Title | 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-02-06T21:47:42.9805376Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"LinkUrl": "sample string 5",
"IsReferenceNumbered": true,
"Title": "sample string 7",
"ParentId": "62cda91b-3b45-4baa-89bc-402a12f8ef53"
}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 daguidelinearticlereferences item.
PUT /api/news/daguidelinearticlereferences({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 | |
| LinkUrl | System.String | Read only: False | |
| IsReferenceNumbered | System.Boolean | Read only: False | |
| Title | 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-02-06T21:47:42.9805376Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"LinkUrl": "sample string 5",
"IsReferenceNumbered": true,
"Title": "sample string 7",
"ParentId": "8d4ed590-6ea0-47e0-be55-5ec1dd1320ba"
}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 daguidelinearticlereferences item by Id.
DELETE /api/news/daguidelinearticlereferences({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 daguidelinearticlereferences item.
GET /api/news/daguidelinearticlereferences({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 | |
| daguidelinearticletypes | System.Guid | Read only: False | |
| daguidelinetopics | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| SFDOI | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-02-06T21:47:42.9805376Z",
"PublicationDate": "2026-02-06T21:47:42.9805376Z",
"DateCreated": "2026-02-06T21:47:42.9805376Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"daguidelinearticletypes": "27ad9ad1-c600-487b-a104-457be785bea8",
"daguidelinetopics": "b58b07bd-9ecd-4480-ac22-7ccedfdf5bee",
"Overview": "sample string 10",
"Title": "sample string 11",
"SFDOI": "sample string 12",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T21:47:42.9805376+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-06T21:47:42.9805376Z",
"PublicationDate": "2026-02-06T21:47:42.9805376Z",
"DateCreated": "2026-02-06T21:47:42.9805376Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"daguidelinearticletypes": "27ad9ad1-c600-487b-a104-457be785bea8",
"daguidelinetopics": "b58b07bd-9ecd-4480-ac22-7ccedfdf5bee",
"Overview": "sample string 10",
"Title": "sample string 11",
"SFDOI": "sample string 12",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T21:47:42.9805376+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to daguidelinearticlereferences item.
POST /api/news/daguidelinearticlereferences({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 daguidelinearticlereferences item.
DELETE /api/news/daguidelinearticlereferences({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 RelatedPage from daguidelinearticlereferences item.
GET /api/news/daguidelinearticlereferences({key})/RelatedPage
| 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 | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-02-06T21:47:42.9805376Z",
"UrlName": "sample string 2",
"organizations": "d42a0130-1ea7-4b2c-972a-d8594560254b",
"regionscountries": "80e8fa17-58c8-4532-8fd7-52958e11f681",
"sustainabledevelopmentgoals": "0626da92-73b3-4bbc-b09d-000cea598e4c",
"departmentaltargets": "0579cdb5-bc01-4669-b2ff-7b62583ff8ed",
"healthtopics": "dee2a1c5-3ba3-49e9-b75d-b7f93c7de2be",
"events": "86d7cd5b-570a-49fa-85b5-845be306e3b8",
"publishingoffices": "9cbc73b7-7e9d-47a6-94c1-c86c3183ecf1",
"WebPageType": "sample string 10",
"targetaudiences": "6442fd45-b316-4926-987a-ac4178da9bec",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-02-06T21:47:42.9805376Z",
"ShowInNavigation": true,
"ParentId": "d1920753-45ef-4d1b-a17d-ab2203497c7c",
"RootId": "9e02afa9-8566-4733-b249-2f3ac11e862e",
"ExpirationInDays": 19,
"HtmlTitle": "sample string 20",
"Description": "sample string 21",
"HeadTagContent": "sample string 22",
"CodeBehindType": "sample string 23",
"IncludeScriptManager": true,
"EnableViewState": true,
"PageType": 0,
"RedirectPage": null,
"TemplateId": "887f86f3-adac-403a-adc7-a33f86e4ee5d",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-02-06T21:47:42.9805376Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-02-06T21:47:42.9805376Z",
"UrlName": "sample string 2",
"organizations": "d42a0130-1ea7-4b2c-972a-d8594560254b",
"regionscountries": "80e8fa17-58c8-4532-8fd7-52958e11f681",
"sustainabledevelopmentgoals": "0626da92-73b3-4bbc-b09d-000cea598e4c",
"departmentaltargets": "0579cdb5-bc01-4669-b2ff-7b62583ff8ed",
"healthtopics": "dee2a1c5-3ba3-49e9-b75d-b7f93c7de2be",
"events": "86d7cd5b-570a-49fa-85b5-845be306e3b8",
"publishingoffices": "9cbc73b7-7e9d-47a6-94c1-c86c3183ecf1",
"WebPageType": "sample string 10",
"targetaudiences": "6442fd45-b316-4926-987a-ac4178da9bec",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-02-06T21:47:42.9805376Z",
"ShowInNavigation": true,
"ParentId": "d1920753-45ef-4d1b-a17d-ab2203497c7c",
"RootId": "9e02afa9-8566-4733-b249-2f3ac11e862e",
"ExpirationInDays": 19,
"HtmlTitle": "sample string 20",
"Description": "sample string 21",
"HeadTagContent": "sample string 22",
"CodeBehindType": "sample string 23",
"IncludeScriptManager": true,
"EnableViewState": true,
"PageType": 0,
"RedirectPage": null,
"TemplateId": "887f86f3-adac-403a-adc7-a33f86e4ee5d",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-02-06T21:47:42.9805376Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add RelatedPage relation to daguidelinearticlereferences item.
POST /api/news/daguidelinearticlereferences({key})/RelatedPage/$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 RelatedPage from daguidelinearticlereferences item.
DELETE /api/news/daguidelinearticlereferences({key})/RelatedPage/$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.