Returns a set of data items of type documentlibraries.
GET /api/news/documentlibraries
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 | |
| 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-11-06T22:12:37.6244395Z",
"PublicationDate": "2025-11-06T22:12:37.6244395Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-06T22:12:37.6244395Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"MaxSize": 8,
"MaxItemSize": 9,
"BlobStorageProvider": "sample string 10",
"OutputCacheProfile": "sample string 11",
"ClientCacheProfile": "sample string 12",
"CoverId": "2f0d37af-6469-4c25-8a7c-a76cb16b2373",
"ThumbnailProfiles": "sample string 14",
"ParentId": "b5a8432f-aa9d-4d3e-b04a-00c9b73ca945",
"Provider": "sample string 16",
"ChildrenCount": 17
},
{
"LastModified": "2025-11-06T22:12:37.6244395Z",
"PublicationDate": "2025-11-06T22:12:37.6244395Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-06T22:12:37.6244395Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"MaxSize": 8,
"MaxItemSize": 9,
"BlobStorageProvider": "sample string 10",
"OutputCacheProfile": "sample string 11",
"ClientCacheProfile": "sample string 12",
"CoverId": "2f0d37af-6469-4c25-8a7c-a76cb16b2373",
"ThumbnailProfiles": "sample string 14",
"ParentId": "b5a8432f-aa9d-4d3e-b04a-00c9b73ca945",
"Provider": "sample string 16",
"ChildrenCount": 17
}
]Gets documentlibraries item by id.
GET /api/news/documentlibraries({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 | |
| 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-11-06T22:12:37.6244395Z",
"PublicationDate": "2025-11-06T22:12:37.6244395Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-06T22:12:37.6244395Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"MaxSize": 8,
"MaxItemSize": 9,
"BlobStorageProvider": "sample string 10",
"OutputCacheProfile": "sample string 11",
"ClientCacheProfile": "sample string 12",
"CoverId": "cb737179-04f0-49fc-8c4e-33c22b98362e",
"ThumbnailProfiles": "sample string 14",
"ParentId": "cacad3c8-b775-4cc0-b3ae-4205d70768f3",
"Provider": "sample string 16",
"ChildrenCount": 17
}Gets Id property from documentlibraries item.
GET /api/news/documentlibraries({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": "056571cf-7ed2-49c5-b0b2-40666663c08d"
}Creates a documentlibraries item.
POST /api/news/documentlibraries
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 | |
| 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
{
"PublicationDate": "2025-11-06T22:12:37.6244395Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"MaxSize": 6,
"MaxItemSize": 7,
"BlobStorageProvider": "sample string 8",
"OutputCacheProfile": "sample string 9",
"ClientCacheProfile": "sample string 10",
"CoverId": "23a110d6-8662-4624-bbe3-f8e37af47af4",
"ThumbnailProfiles": "sample string 12",
"ParentId": "91540bf4-8469-4bc0-b0b2-3f1ad3738a26"
}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 | |
| 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-11-06T22:12:37.6244395Z",
"PublicationDate": "2025-11-06T22:12:37.6244395Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-06T22:12:37.6244395Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"MaxSize": 8,
"MaxItemSize": 9,
"BlobStorageProvider": "sample string 10",
"OutputCacheProfile": "sample string 11",
"ClientCacheProfile": "sample string 12",
"CoverId": "19e61456-be56-4a33-90ee-a627c40782ab",
"ThumbnailProfiles": "sample string 14",
"ParentId": "06a8db7e-005a-4434-892c-eb477d07b9f3",
"Provider": "sample string 16",
"ChildrenCount": 17
}Partial update for documentlibraries item.
PATCH /api/news/documentlibraries({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 | |
| 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
{
"PublicationDate": "2025-11-06T22:12:37.6244395Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"MaxSize": 6,
"MaxItemSize": 7,
"BlobStorageProvider": "sample string 8",
"OutputCacheProfile": "sample string 9",
"ClientCacheProfile": "sample string 10",
"CoverId": "55f5a1a7-b354-4993-ab74-ba7be53a0087",
"ThumbnailProfiles": "sample string 12",
"ParentId": "7b1c2d49-bd98-4a01-962c-e40115f674c7"
}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 documentlibraries item.
PUT /api/news/documentlibraries({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 | |
| 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
{
"PublicationDate": "2025-11-06T22:12:37.6244395Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"MaxSize": 6,
"MaxItemSize": 7,
"BlobStorageProvider": "sample string 8",
"OutputCacheProfile": "sample string 9",
"ClientCacheProfile": "sample string 10",
"CoverId": "9b517c15-7ff5-4964-bba9-c2f1d07baaf7",
"ThumbnailProfiles": "sample string 12",
"ParentId": "07865201-573d-4c67-826a-0d36942d4c9c"
}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 documentlibraries item by Id.
DELETE /api/news/documentlibraries({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.