Returns a set of data items of type calendars.
GET /api/newsroom/calendars
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 | |
| UrlName | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Color | System.String | Read only: False | |
| ExpirationDate | System.DateTimeOffset | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-10-27T00:40:02.3054469Z",
"PublicationDate": "2025-10-27T00:40:02.3054469Z",
"UrlName": "sample string 3",
"DateCreated": "2025-10-27T00:40:02.3054469Z",
"Title": "sample string 5",
"Description": "sample string 6",
"Color": "sample string 7",
"ExpirationDate": "2025-10-27T00:40:02.3054469Z",
"Provider": "sample string 9",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T00:40:02.3054469+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-27T00:40:02.3054469Z",
"PublicationDate": "2025-10-27T00:40:02.3054469Z",
"UrlName": "sample string 3",
"DateCreated": "2025-10-27T00:40:02.3054469Z",
"Title": "sample string 5",
"Description": "sample string 6",
"Color": "sample string 7",
"ExpirationDate": "2025-10-27T00:40:02.3054469Z",
"Provider": "sample string 9",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T00:40:02.3054469+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets calendars item by id.
GET /api/newsroom/calendars({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 | |
| UrlName | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Color | System.String | Read only: False | |
| ExpirationDate | System.DateTimeOffset | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-10-27T00:40:02.3054469Z",
"PublicationDate": "2025-10-27T00:40:02.3054469Z",
"UrlName": "sample string 3",
"DateCreated": "2025-10-27T00:40:02.3054469Z",
"Title": "sample string 5",
"Description": "sample string 6",
"Color": "sample string 7",
"ExpirationDate": "2025-10-27T00:40:02.3054469Z",
"Provider": "sample string 9",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T00:40:02.3054469+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from calendars item.
GET /api/newsroom/calendars({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": "452a7d9a-5c82-4934-803c-001f24e85a1f"
}Creates a calendars item.
POST /api/newsroom/calendars
None
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| UrlName | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Color | System.String | Read only: False | |
| ExpirationDate | System.DateTimeOffset | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-10-27T00:40:02.3054469Z",
"UrlName": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"Color": "sample string 5",
"ExpirationDate": "2025-10-27T00:40:02.3054469Z"
}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 | |
| UrlName | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Color | System.String | Read only: False | |
| ExpirationDate | System.DateTimeOffset | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-10-27T00:40:02.3054469Z",
"PublicationDate": "2025-10-27T00:40:02.3054469Z",
"UrlName": "sample string 3",
"DateCreated": "2025-10-27T00:40:02.3054469Z",
"Title": "sample string 5",
"Description": "sample string 6",
"Color": "sample string 7",
"ExpirationDate": "2025-10-27T00:40:02.3054469Z",
"Provider": "sample string 9",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T00:40:02.3054469+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for calendars item.
PATCH /api/newsroom/calendars({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 | |
| UrlName | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Color | System.String | Read only: False | |
| ExpirationDate | System.DateTimeOffset | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-10-27T00:40:02.3054469Z",
"UrlName": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"Color": "sample string 5",
"ExpirationDate": "2025-10-27T00:40:02.3054469Z"
}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 calendars item.
PUT /api/newsroom/calendars({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 | |
| UrlName | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Color | System.String | Read only: False | |
| ExpirationDate | System.DateTimeOffset | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-10-27T00:40:02.3054469Z",
"UrlName": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"Color": "sample string 5",
"ExpirationDate": "2025-10-27T00:40:02.3054469Z"
}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 calendars item by Id.
DELETE /api/newsroom/calendars({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.