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-10-28T21:18:02.1469104Z",
"PublicationDate": "2025-10-28T21:18:02.1469104Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T21:18:02.1469104Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"Category": "0adb38d9-340d-4f95-b7d3-62e97e894d90",
"Tags": "31a7b0b1-6b54-42f6-b0d4-cf68a7a133be",
"AllowComments": true,
"Summary": "sample string 13",
"Content": "sample string 14",
"ParentId": "5d4d8a42-a37e-48df-a121-50e0a9753152",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T21:18:02.1469104+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-28T21:18:02.1469104Z",
"PublicationDate": "2025-10-28T21:18:02.1469104Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T21:18:02.1469104Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"Category": "0adb38d9-340d-4f95-b7d3-62e97e894d90",
"Tags": "31a7b0b1-6b54-42f6-b0d4-cf68a7a133be",
"AllowComments": true,
"Summary": "sample string 13",
"Content": "sample string 14",
"ParentId": "5d4d8a42-a37e-48df-a121-50e0a9753152",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T21:18:02.1469104+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-10-28T21:18:02.1469104Z",
"PublicationDate": "2025-10-28T21:18:02.1469104Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T21:18:02.1469104Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"Category": "4ea41a8a-838c-4304-a349-9911092fdbf7",
"Tags": "4b88a12c-d13a-46f4-b384-85dc2144ede2",
"AllowComments": true,
"Summary": "sample string 13",
"Content": "sample string 14",
"ParentId": "2c5037f9-6b75-4d4e-afa9-bae1ac6f6ff8",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T21:18:02.1469104+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": "e98f365c-c188-403d-a548-e377508c94fc"
}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-10-28T21:18:02.1469104Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"Category": "5c1797d1-3f7a-4fc4-ab43-4820ca08eb00",
"Tags": "54af485b-0e37-4ce5-93dc-af422ba990e2",
"AllowComments": true,
"Summary": "sample string 10",
"Content": "sample string 11",
"ParentId": "ed6ecc13-0301-4b0f-8c74-57a3c77310fe"
}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-10-28T21:18:02.1469104Z",
"PublicationDate": "2025-10-28T21:18:02.1469104Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T21:18:02.1469104Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"Category": "d0864dc2-da53-4d9c-b9cb-60f558c7de4e",
"Tags": "8d611b1b-4259-4faa-8075-ebf0b3ed7b3e",
"AllowComments": true,
"Summary": "sample string 13",
"Content": "sample string 14",
"ParentId": "ddc2b923-8fe1-4f2f-b927-89cbb2e7a02e",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T21:18:02.1469104+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-10-28T21:18:02.1469104Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"Category": "045c0150-1180-40af-98b8-96c653d8ba53",
"Tags": "a02787b5-d399-4a7a-b68c-812b318486b6",
"AllowComments": true,
"Summary": "sample string 10",
"Content": "sample string 11",
"ParentId": "71831a3a-f1bb-4a1b-9bf7-3e29b884d390"
}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-10-28T21:18:02.1469104Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"Category": "c946637d-23e6-4dad-bf16-e469506f485b",
"Tags": "d24fed91-874c-4350-a13a-f2d83c19401a",
"AllowComments": true,
"Summary": "sample string 10",
"Content": "sample string 11",
"ParentId": "e399ab24-0bc9-47b3-afb4-aaca502cf2b9"
}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-10-28T21:18:02.1469104Z",
"PublicationDate": "2025-10-28T21:18:02.1469104Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T21:18:02.1469104Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"Provider": "sample string 10"
},
{
"LastModified": "2025-10-28T21:18:02.1469104Z",
"PublicationDate": "2025-10-28T21:18:02.1469104Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T21:18:02.1469104Z",
"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.