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-04-04T15:31:41.6818771Z",
"PublicationDate": "2025-04-04T15:31:41.6818771Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-04-04T15:31:41.6818771Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"MaxSize": 8,
"MaxItemSize": 9,
"BlobStorageProvider": "sample string 10",
"OutputCacheProfile": "sample string 11",
"ClientCacheProfile": "sample string 12",
"CoverId": "7621b0fc-bfba-486b-b8ae-69e90a9efd9f",
"ThumbnailProfiles": "sample string 14",
"ParentId": "7b52736b-0869-4159-9e41-4ce33184615f",
"Provider": "sample string 16",
"ChildrenCount": 17
},
{
"LastModified": "2025-04-04T15:31:41.6818771Z",
"PublicationDate": "2025-04-04T15:31:41.6818771Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-04-04T15:31:41.6818771Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"MaxSize": 8,
"MaxItemSize": 9,
"BlobStorageProvider": "sample string 10",
"OutputCacheProfile": "sample string 11",
"ClientCacheProfile": "sample string 12",
"CoverId": "7621b0fc-bfba-486b-b8ae-69e90a9efd9f",
"ThumbnailProfiles": "sample string 14",
"ParentId": "7b52736b-0869-4159-9e41-4ce33184615f",
"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-04-04T15:31:41.6818771Z",
"PublicationDate": "2025-04-04T15:31:41.6818771Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-04-04T15:31:41.6818771Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"MaxSize": 8,
"MaxItemSize": 9,
"BlobStorageProvider": "sample string 10",
"OutputCacheProfile": "sample string 11",
"ClientCacheProfile": "sample string 12",
"CoverId": "5da4145d-7182-4ff7-bba0-8ab3c6389072",
"ThumbnailProfiles": "sample string 14",
"ParentId": "02cbf560-1788-47d3-9051-9c984f6e17b4",
"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": "ba6d25ff-6e2f-489f-aa04-6564a6b31950"
}
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-04-04T15:31:41.6818771Z",
"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": "a66e7d8b-718f-4fd6-bcbe-3f4068c37915",
"ThumbnailProfiles": "sample string 12",
"ParentId": "56d4af8d-66e2-4c17-a7b3-4554a9945bb2"
}
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-04-04T15:31:41.6818771Z",
"PublicationDate": "2025-04-04T15:31:41.6818771Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-04-04T15:31:41.6818771Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"MaxSize": 8,
"MaxItemSize": 9,
"BlobStorageProvider": "sample string 10",
"OutputCacheProfile": "sample string 11",
"ClientCacheProfile": "sample string 12",
"CoverId": "d146b2dd-2813-402b-adbb-ab4f262613ca",
"ThumbnailProfiles": "sample string 14",
"ParentId": "926ab41b-ca12-4d50-ad9c-ad40b6b87fcb",
"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-04-04T15:31:41.6818771Z",
"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": "e488a859-e39f-4e3a-88c6-fb262ad2707e",
"ThumbnailProfiles": "sample string 12",
"ParentId": "0159e872-6337-4182-8bf3-dab183dfcd61"
}
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-04-04T15:31:41.6818771Z",
"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": "de08856d-a168-43ff-a0ce-d55df1840f18",
"ThumbnailProfiles": "sample string 12",
"ParentId": "f35428f9-bc22-40a3-98a7-1ccf051ec480"
}
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.