Returns a set of data items of type documents.
GET /api/news/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 | |
Ordinal | System.Single | Read only: False | |
UrlName | System.String | Read only: False | |
Author | System.String | Read only: False | |
Extension | System.String | Read only: True | |
MimeType | System.String | Read only: True | |
TotalSize | System.Int64 | Read only: True | |
Tags | System.Guid | Read only: False | |
Category | 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 | |
Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True |
application/json
[
{
"LastModified": "2025-05-01T05:56:23.8519887Z",
"PublicationDate": "2025-05-01T05:56:23.8519887Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-01T05:56:23.8519887Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"Tags": "8ec1be92-7d3a-46a5-99b7-a5dc155365fb",
"Category": "6b72e644-b204-4c4f-8892-2782ff7fa9da",
"Parts": "sample string 15",
"FolderId": "f93227ed-ad50-473c-9a25-90ee614c11e9",
"ParentId": "79fcca33-dbbc-4462-b1dd-452598b58ace",
"Provider": "sample string 18",
"Url": "sample string 19",
"ThumbnailUrl": "sample string 20",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3
}
},
{
"LastModified": "2025-05-01T05:56:23.8519887Z",
"PublicationDate": "2025-05-01T05:56:23.8519887Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-01T05:56:23.8519887Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"Tags": "8ec1be92-7d3a-46a5-99b7-a5dc155365fb",
"Category": "6b72e644-b204-4c4f-8892-2782ff7fa9da",
"Parts": "sample string 15",
"FolderId": "f93227ed-ad50-473c-9a25-90ee614c11e9",
"ParentId": "79fcca33-dbbc-4462-b1dd-452598b58ace",
"Provider": "sample string 18",
"Url": "sample string 19",
"ThumbnailUrl": "sample string 20",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3
}
}
]
Gets documents item by id.
GET /api/news/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 | |
Ordinal | System.Single | Read only: False | |
UrlName | System.String | Read only: False | |
Author | System.String | Read only: False | |
Extension | System.String | Read only: True | |
MimeType | System.String | Read only: True | |
TotalSize | System.Int64 | Read only: True | |
Tags | System.Guid | Read only: False | |
Category | 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 | |
Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True |
application/json
{
"LastModified": "2025-05-01T05:56:23.8519887Z",
"PublicationDate": "2025-05-01T05:56:23.8519887Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-01T05:56:23.8519887Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"Tags": "191c2cee-32b5-41a8-b97e-164a6aa1a565",
"Category": "4beeabcf-0a61-4da8-bfef-c824e0fa64be",
"Parts": "sample string 15",
"FolderId": "4264ba09-20ef-4005-ac9a-2b9067ae210c",
"ParentId": "381631f9-afdb-4bda-b7da-3ab770af009f",
"Provider": "sample string 18",
"Url": "sample string 19",
"ThumbnailUrl": "sample string 20",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3
}
}
Gets Id property from documents item.
GET /api/news/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": "ab020a6f-7059-4356-a702-6b296b35d0e0"
}
Creates a documents item.
POST /api/news/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 | |
Ordinal | System.Single | Read only: False | |
UrlName | System.String | Read only: False | |
Author | System.String | Read only: False | |
Extension | System.String | Read only: True | |
MimeType | System.String | Read only: True | |
TotalSize | System.Int64 | Read only: True | |
Tags | System.Guid | Read only: False | |
Category | 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 | |
Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True |
application/json
{
"PublicationDate": "2025-05-01T05:56:23.8519887Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"Ordinal": 5.1,
"UrlName": "sample string 6",
"Author": "sample string 7",
"Tags": "93794715-555c-4ed3-aacc-395dd5d227d2",
"Category": "28d4fac9-a849-442e-97c4-a019667e2b53",
"Parts": "sample string 10",
"FolderId": "1507ebdd-fdfa-4d0d-afc1-a918d4469c51",
"ParentId": "246b73f5-3021-4914-bc4c-e1b5d02d68f2"
}
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 | |
Ordinal | System.Single | Read only: False | |
UrlName | System.String | Read only: False | |
Author | System.String | Read only: False | |
Extension | System.String | Read only: True | |
MimeType | System.String | Read only: True | |
TotalSize | System.Int64 | Read only: True | |
Tags | System.Guid | Read only: False | |
Category | 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 | |
Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True |
application/json
{
"LastModified": "2025-05-01T05:56:23.8519887Z",
"PublicationDate": "2025-05-01T05:56:23.8519887Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-01T05:56:23.8519887Z",
"IncludeInSitemap": true,
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Author": "sample string 9",
"Extension": "sample string 10",
"MimeType": "sample string 11",
"TotalSize": 12,
"Tags": "85deaa01-98f1-4f15-9ccb-f3de46772db9",
"Category": "57fabd47-4017-4f0c-86cf-a75b7bfcd379",
"Parts": "sample string 15",
"FolderId": "b907d995-8a96-4a97-9f48-e9f9c2ca2646",
"ParentId": "f04970e0-9215-498b-b851-e990e3d717ae",
"Provider": "sample string 18",
"Url": "sample string 19",
"ThumbnailUrl": "sample string 20",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3
}
}
Partial update for documents item.
PATCH /api/news/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 | |
Ordinal | System.Single | Read only: False | |
UrlName | System.String | Read only: False | |
Author | System.String | Read only: False | |
Extension | System.String | Read only: True | |
MimeType | System.String | Read only: True | |
TotalSize | System.Int64 | Read only: True | |
Tags | System.Guid | Read only: False | |
Category | 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 | |
Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True |
application/json
{
"PublicationDate": "2025-05-01T05:56:23.8519887Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"Ordinal": 5.1,
"UrlName": "sample string 6",
"Author": "sample string 7",
"Tags": "9e0abeda-fef6-4592-84a0-6defdd8318c6",
"Category": "289e51b9-7e32-423c-98b8-10f9b3943da7",
"Parts": "sample string 10",
"FolderId": "9cc3f5cb-851c-4507-94f3-deca4ad0799a",
"ParentId": "d8de09c3-1c1a-4541-a9d9-2564bbb9af57"
}
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/news/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 | |
Ordinal | System.Single | Read only: False | |
UrlName | System.String | Read only: False | |
Author | System.String | Read only: False | |
Extension | System.String | Read only: True | |
MimeType | System.String | Read only: True | |
TotalSize | System.Int64 | Read only: True | |
Tags | System.Guid | Read only: False | |
Category | 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 | |
Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True |
application/json
{
"PublicationDate": "2025-05-01T05:56:23.8519887Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"Ordinal": 5.1,
"UrlName": "sample string 6",
"Author": "sample string 7",
"Tags": "58c034ec-1f3c-40f8-8a03-58105f1b2173",
"Category": "e7f8882d-5d29-4964-8d57-5f994a6eac2b",
"Parts": "sample string 10",
"FolderId": "c9659fb0-e31a-4711-a775-5e923e84712e",
"ParentId": "79b6f7f9-e908-4524-8809-7fa535318938"
}
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/news/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.
Returns a set of related items of type Parent from documents item.
GET /api/news/documents({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 | |
Title | System.String | Read only: False | |
Description | System.String | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
UrlName | System.String | Read only: False | |
MaxSize | System.Int64 | Read only: False | |
MaxItemSize | System.Int64 | Read only: False | |
BlobStorageProvider | System.String | Read only: False | |
OutputCacheProfile | System.String | Read only: False | |
ClientCacheProfile | System.String | Read only: False | |
CoverId | System.Guid | Read only: False | |
ThumbnailProfiles | System.String | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
ChildrenCount | System.Int32 | Read only: True |
application/json
[
{
"LastModified": "2025-05-01T05:56:23.8519887Z",
"PublicationDate": "2025-05-01T05:56:23.8519887Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-01T05:56:23.8519887Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"MaxSize": 8,
"MaxItemSize": 9,
"BlobStorageProvider": "sample string 10",
"OutputCacheProfile": "sample string 11",
"ClientCacheProfile": "sample string 12",
"CoverId": "91b841b6-2556-484c-b37e-07ab6c59f1d8",
"ThumbnailProfiles": "sample string 14",
"ParentId": "9ac3c50d-af91-4e78-9432-d3a13fc0a387",
"Provider": "sample string 16",
"ChildrenCount": 17
},
{
"LastModified": "2025-05-01T05:56:23.8519887Z",
"PublicationDate": "2025-05-01T05:56:23.8519887Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-01T05:56:23.8519887Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"MaxSize": 8,
"MaxItemSize": 9,
"BlobStorageProvider": "sample string 10",
"OutputCacheProfile": "sample string 11",
"ClientCacheProfile": "sample string 12",
"CoverId": "91b841b6-2556-484c-b37e-07ab6c59f1d8",
"ThumbnailProfiles": "sample string 14",
"ParentId": "9ac3c50d-af91-4e78-9432-d3a13fc0a387",
"Provider": "sample string 16",
"ChildrenCount": 17
}
]
Add Parent relation to documents item.
POST /api/news/documents({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 documents item.
DELETE /api/news/documents({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.