Returns a set of data items of type blogposts.
GET /api/multimedias/blogposts
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 | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| Summary | System.String | Read only: False | |
| Content | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-01-09T12:06:33.3467793Z",
"PublicationDate": "2026-01-09T12:06:33.3467793Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T12:06:33.3467793Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"Category": "e7ef9393-710a-4336-b87b-6d87aacffaa8",
"Tags": "e74c58a4-bdb7-4cc4-9167-993f13f02365",
"AllowComments": true,
"Summary": "sample string 13",
"Content": "sample string 14",
"ParentId": "eaa6f9cd-7e08-48f0-b952-26ae84f19e82",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T12:06:33.3467793+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-09T12:06:33.3467793Z",
"PublicationDate": "2026-01-09T12:06:33.3467793Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T12:06:33.3467793Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"Category": "e7ef9393-710a-4336-b87b-6d87aacffaa8",
"Tags": "e74c58a4-bdb7-4cc4-9167-993f13f02365",
"AllowComments": true,
"Summary": "sample string 13",
"Content": "sample string 14",
"ParentId": "eaa6f9cd-7e08-48f0-b952-26ae84f19e82",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T12:06:33.3467793+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets blogposts item by id.
GET /api/multimedias/blogposts({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 | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| Summary | System.String | Read only: False | |
| Content | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-01-09T12:06:33.3467793Z",
"PublicationDate": "2026-01-09T12:06:33.3467793Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T12:06:33.3467793Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"Category": "f624a5d9-ec2b-412b-9d38-d2d9ad6337a2",
"Tags": "5dbe3fcf-c256-409a-80c5-b1b4e3ea1e9f",
"AllowComments": true,
"Summary": "sample string 13",
"Content": "sample string 14",
"ParentId": "98310189-0907-44fa-9a4d-9e7884bc8aa2",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T12:06:33.3467793+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from blogposts item.
GET /api/multimedias/blogposts({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": "0cd43956-1a0c-4a82-8696-4c12555a95ef"
}Creates a blogposts item.
POST /api/multimedias/blogposts
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 | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| Summary | System.String | Read only: False | |
| Content | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-01-09T12:06:33.3467793Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"Category": "3fee4380-ce1e-4d9f-96d1-b3f3f681f14a",
"Tags": "2a10022f-bf0d-43cf-81f0-d6b8d5c0918b",
"AllowComments": true,
"Summary": "sample string 10",
"Content": "sample string 11",
"ParentId": "73f1e397-27d8-4de8-b05e-ce5a9ece8758"
}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 | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| Summary | System.String | Read only: False | |
| Content | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-01-09T12:06:33.3467793Z",
"PublicationDate": "2026-01-09T12:06:33.3467793Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T12:06:33.3467793Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"Category": "b1bd103a-c504-4238-b97f-e2e7f1c4b314",
"Tags": "7086df9f-0eca-4390-b21c-06b71b16c82e",
"AllowComments": true,
"Summary": "sample string 13",
"Content": "sample string 14",
"ParentId": "55dbd419-2852-4a18-a230-7579e8d98b51",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T12:06:33.3467793+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for blogposts item.
PATCH /api/multimedias/blogposts({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 | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| Summary | System.String | Read only: False | |
| Content | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-01-09T12:06:33.3467793Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"Category": "74598114-362d-4da2-98fd-beeb1f3a9975",
"Tags": "471840a1-b480-4e7b-a2ea-d165a2581745",
"AllowComments": true,
"Summary": "sample string 10",
"Content": "sample string 11",
"ParentId": "20b31625-ae7f-46f5-a431-f78621dcef1c"
}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 blogposts item.
PUT /api/multimedias/blogposts({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 | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| Summary | System.String | Read only: False | |
| Content | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-01-09T12:06:33.3467793Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"Category": "33205bd9-de33-4f63-8264-3b94c8aec453",
"Tags": "e974c4fe-6301-48ea-9c46-812e9d11e0e2",
"AllowComments": true,
"Summary": "sample string 10",
"Content": "sample string 11",
"ParentId": "7c83daf0-a867-4987-851e-db4f0dde331d"
}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 blogposts item by Id.
DELETE /api/multimedias/blogposts({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 blogposts item.
GET /api/multimedias/blogposts({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 | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Provider | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-01-09T12:06:33.3467793Z",
"PublicationDate": "2026-01-09T12:06:33.3467793Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T12:06:33.3467793Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"Provider": "sample string 10"
},
{
"LastModified": "2026-01-09T12:06:33.3467793Z",
"PublicationDate": "2026-01-09T12:06:33.3467793Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T12:06:33.3467793Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"Provider": "sample string 10"
}
]Add Parent relation to blogposts item.
POST /api/multimedias/blogposts({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 blogposts item.
DELETE /api/multimedias/blogposts({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.