Returns a set of data items of type albums.
GET /api/news/albums
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 | |
ResizeOnUpload | System.Boolean | Read only: False | |
NewSize | 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.8207548Z",
"PublicationDate": "2025-05-01T05:56:23.8207548Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-01T05:56:23.8207548Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"MaxSize": 8,
"MaxItemSize": 9,
"BlobStorageProvider": "sample string 10",
"OutputCacheProfile": "sample string 11",
"ClientCacheProfile": "sample string 12",
"CoverId": "a5f45784-c571-40cf-b698-1d564c8fa70c",
"ThumbnailProfiles": "sample string 14",
"ResizeOnUpload": true,
"NewSize": "sample string 16",
"ParentId": "02865975-d529-428a-bb05-b41cf876c42f",
"Provider": "sample string 18",
"ChildrenCount": 19
},
{
"LastModified": "2025-05-01T05:56:23.8207548Z",
"PublicationDate": "2025-05-01T05:56:23.8207548Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-01T05:56:23.8207548Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"MaxSize": 8,
"MaxItemSize": 9,
"BlobStorageProvider": "sample string 10",
"OutputCacheProfile": "sample string 11",
"ClientCacheProfile": "sample string 12",
"CoverId": "a5f45784-c571-40cf-b698-1d564c8fa70c",
"ThumbnailProfiles": "sample string 14",
"ResizeOnUpload": true,
"NewSize": "sample string 16",
"ParentId": "02865975-d529-428a-bb05-b41cf876c42f",
"Provider": "sample string 18",
"ChildrenCount": 19
}
]
Gets albums item by id.
GET /api/news/albums({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 | |
ResizeOnUpload | System.Boolean | Read only: False | |
NewSize | 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.8207548Z",
"PublicationDate": "2025-05-01T05:56:23.8207548Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-01T05:56:23.8207548Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"MaxSize": 8,
"MaxItemSize": 9,
"BlobStorageProvider": "sample string 10",
"OutputCacheProfile": "sample string 11",
"ClientCacheProfile": "sample string 12",
"CoverId": "e42bd72e-d95d-4372-be47-d4d3ee3480a3",
"ThumbnailProfiles": "sample string 14",
"ResizeOnUpload": true,
"NewSize": "sample string 16",
"ParentId": "20a12505-dca5-48c5-ac4c-ff470cb5830b",
"Provider": "sample string 18",
"ChildrenCount": 19
}
Gets Id property from albums item.
GET /api/news/albums({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": "0adde1d1-ccee-496e-ad8f-02ba21357c0b"
}
Creates a albums item.
POST /api/news/albums
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 | |
ResizeOnUpload | System.Boolean | Read only: False | |
NewSize | 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-05-01T05:56:23.8207548Z",
"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": "3dde0693-734e-4c72-ab5b-a32f306f35c4",
"ThumbnailProfiles": "sample string 12",
"ResizeOnUpload": true,
"NewSize": "sample string 14",
"ParentId": "32011308-51e7-488e-9538-50c1813c6576"
}
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 | |
ResizeOnUpload | System.Boolean | Read only: False | |
NewSize | 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.8207548Z",
"PublicationDate": "2025-05-01T05:56:23.8207548Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-05-01T05:56:23.8207548Z",
"IncludeInSitemap": true,
"UrlName": "sample string 7",
"MaxSize": 8,
"MaxItemSize": 9,
"BlobStorageProvider": "sample string 10",
"OutputCacheProfile": "sample string 11",
"ClientCacheProfile": "sample string 12",
"CoverId": "fbff6770-4876-4351-ae8b-5f7adb5cd062",
"ThumbnailProfiles": "sample string 14",
"ResizeOnUpload": true,
"NewSize": "sample string 16",
"ParentId": "b6c6bc77-85f4-480a-96d1-c10e09561d9b",
"Provider": "sample string 18",
"ChildrenCount": 19
}
Partial update for albums item.
PATCH /api/news/albums({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 | |
ResizeOnUpload | System.Boolean | Read only: False | |
NewSize | 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-05-01T05:56:23.8207548Z",
"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": "6d725679-385b-4451-b561-a176518b6a09",
"ThumbnailProfiles": "sample string 12",
"ResizeOnUpload": true,
"NewSize": "sample string 14",
"ParentId": "0a2045c6-a63b-442c-9efc-d3cd2186eeb6"
}
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 albums item.
PUT /api/news/albums({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 | |
ResizeOnUpload | System.Boolean | Read only: False | |
NewSize | 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-05-01T05:56:23.8207548Z",
"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": "70918917-e495-4c74-bdbf-5651195e9536",
"ThumbnailProfiles": "sample string 12",
"ResizeOnUpload": true,
"NewSize": "sample string 14",
"ParentId": "fba31aef-2e4e-4e5d-9448-8ac5b5667940"
}
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 albums item by Id.
DELETE /api/news/albums({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.