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": "2025-12-10T00:11:09.2774013Z",
"PublicationDate": "2025-12-10T00:11:09.2774013Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-10T00:11:09.2774013Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"Category": "2c521688-a771-4b6d-a448-1f507e15a6af",
"Tags": "638a6cc2-8458-41f8-a5ff-afe369440cc0",
"AllowComments": true,
"Summary": "sample string 13",
"Content": "sample string 14",
"ParentId": "58aded15-ea1a-4bad-b59a-4bf16402c708",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T00:11:09.2774013+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-10T00:11:09.2774013Z",
"PublicationDate": "2025-12-10T00:11:09.2774013Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-10T00:11:09.2774013Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"Category": "2c521688-a771-4b6d-a448-1f507e15a6af",
"Tags": "638a6cc2-8458-41f8-a5ff-afe369440cc0",
"AllowComments": true,
"Summary": "sample string 13",
"Content": "sample string 14",
"ParentId": "58aded15-ea1a-4bad-b59a-4bf16402c708",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T00:11:09.2774013+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": "2025-12-10T00:11:09.2774013Z",
"PublicationDate": "2025-12-10T00:11:09.2774013Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-10T00:11:09.2774013Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"Category": "353f1137-87fb-4173-bf24-f886a9e40c5d",
"Tags": "75b3298c-175f-4cda-9bc4-31037d026bd1",
"AllowComments": true,
"Summary": "sample string 13",
"Content": "sample string 14",
"ParentId": "ef260c2a-e549-4ba2-9164-ad0bcf20df38",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T00:11:09.2774013+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": "83aa8ebd-51a9-4be3-a3c3-193cd4231b5a"
}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": "2025-12-10T00:11:09.2774013Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"Category": "c322cf2e-69a2-4cb5-807c-19ea230f0ba5",
"Tags": "75c8644a-8645-4d70-b883-c5aa93b5923a",
"AllowComments": true,
"Summary": "sample string 10",
"Content": "sample string 11",
"ParentId": "5acde9e7-2da7-45ae-ac26-520b473a2c05"
}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": "2025-12-10T00:11:09.2774013Z",
"PublicationDate": "2025-12-10T00:11:09.2774013Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-10T00:11:09.2774013Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"Category": "a6e53d1c-9fee-49e3-adf6-2c6be24160e0",
"Tags": "84bb4a2c-b3be-4b66-b629-4a1c0e3d9de2",
"AllowComments": true,
"Summary": "sample string 13",
"Content": "sample string 14",
"ParentId": "8d102482-9b59-4dd8-9583-94bf58f4b114",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T00:11:09.2774013+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": "2025-12-10T00:11:09.2774013Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"Category": "1f493004-9ccd-41b6-809e-c4c44f0e7032",
"Tags": "5120a7bf-3505-43c7-89a5-02f604460cb1",
"AllowComments": true,
"Summary": "sample string 10",
"Content": "sample string 11",
"ParentId": "aa66b7a1-0294-4eff-9d48-9ce561aa3b58"
}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": "2025-12-10T00:11:09.2774013Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"Category": "1d91c7b0-efe4-42f9-a175-e752187ddce9",
"Tags": "5225e860-301f-4f65-8cff-c0a1163e6da0",
"AllowComments": true,
"Summary": "sample string 10",
"Content": "sample string 11",
"ParentId": "db0eeafa-b722-48b5-af7a-11d2d65a7df2"
}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": "2025-12-10T00:11:09.2774013Z",
"PublicationDate": "2025-12-10T00:11:09.2774013Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-10T00:11:09.2774013Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"Provider": "sample string 10"
},
{
"LastModified": "2025-12-10T00:11:09.2774013Z",
"PublicationDate": "2025-12-10T00:11:09.2774013Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-10T00:11:09.2774013Z",
"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.