Returns a set of data items of type listitems.
GET /api/multimedias/listitems
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 | |
Ordinal | System.Single | Read only: False | |
UrlName | System.String | Read only: False | |
Category | System.Guid | Read only: False | |
listtypes | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
Tags | System.Guid | Read only: False | |
ParentId | System.Guid | Read only: False | |
Content | System.String | Read only: False | |
Provider | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-09-13T03:42:43.8015767Z",
"PublicationDate": "2025-09-13T03:42:43.8015767Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-13T03:42:43.8015767Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"Category": "ff39919f-fb0b-473e-aa9a-6c72a99c6e0e",
"listtypes": "c27ae2c9-353e-471a-a3e9-5129eb53bb62",
"regionscountries": "f373096d-3b0f-4ba6-b8ed-e93523f0e75a",
"healthtopics": "1d104ed7-7a4a-406f-b0a7-b7c879973d3b",
"Tags": "6992887e-405d-4301-88df-f69491d9b343",
"ParentId": "1680c1b7-ab86-4000-bbb1-ec05e8aed4fc",
"Content": "sample string 16",
"Provider": "sample string 17"
},
{
"LastModified": "2025-09-13T03:42:43.8015767Z",
"PublicationDate": "2025-09-13T03:42:43.8015767Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-13T03:42:43.8015767Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"Category": "ff39919f-fb0b-473e-aa9a-6c72a99c6e0e",
"listtypes": "c27ae2c9-353e-471a-a3e9-5129eb53bb62",
"regionscountries": "f373096d-3b0f-4ba6-b8ed-e93523f0e75a",
"healthtopics": "1d104ed7-7a4a-406f-b0a7-b7c879973d3b",
"Tags": "6992887e-405d-4301-88df-f69491d9b343",
"ParentId": "1680c1b7-ab86-4000-bbb1-ec05e8aed4fc",
"Content": "sample string 16",
"Provider": "sample string 17"
}
]
Gets listitems item by id.
GET /api/multimedias/listitems({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 | |
Ordinal | System.Single | Read only: False | |
UrlName | System.String | Read only: False | |
Category | System.Guid | Read only: False | |
listtypes | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
Tags | System.Guid | Read only: False | |
ParentId | System.Guid | Read only: False | |
Content | System.String | Read only: False | |
Provider | System.String | Read only: True |
application/json
{
"LastModified": "2025-09-13T03:42:43.8015767Z",
"PublicationDate": "2025-09-13T03:42:43.8015767Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-13T03:42:43.8015767Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"Category": "688c4abf-3dc4-40e2-b738-be61ae9bd555",
"listtypes": "b71201af-7bf5-4c90-a27c-580f42d97ec4",
"regionscountries": "39ce9110-ca61-46e2-b116-459c3123d93b",
"healthtopics": "ec1ec2d7-14ce-4b6b-a137-90766e029367",
"Tags": "36afd77c-c8ca-4157-9424-da2e17f399cd",
"ParentId": "218c5dbc-ac08-480a-aa39-258d83a39a27",
"Content": "sample string 16",
"Provider": "sample string 17"
}
Gets Id property from listitems item.
GET /api/multimedias/listitems({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": "2e80beea-35bc-4558-894e-a34e817aae0d"
}
Creates a listitems item.
POST /api/multimedias/listitems
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 | |
Ordinal | System.Single | Read only: False | |
UrlName | System.String | Read only: False | |
Category | System.Guid | Read only: False | |
listtypes | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
Tags | System.Guid | Read only: False | |
ParentId | System.Guid | Read only: False | |
Content | System.String | Read only: False | |
Provider | System.String | Read only: True |
application/json
{
"PublicationDate": "2025-09-13T03:42:43.8015767Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"Category": "92f1fbb0-6d31-44b8-bc83-a28da32d8254",
"listtypes": "9870c658-790e-45d4-949d-c6ad7b436f7c",
"regionscountries": "18d7f25e-8d3d-448a-913d-5e00e15b9e34",
"healthtopics": "30321ed2-88a5-40b5-a43d-34aa646190da",
"Tags": "4e4124d1-eb9d-41fe-94ee-71d04e144f77",
"ParentId": "5eee8108-1030-468d-8fb8-a0f648efa832",
"Content": "sample string 14"
}
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 | |
Ordinal | System.Single | Read only: False | |
UrlName | System.String | Read only: False | |
Category | System.Guid | Read only: False | |
listtypes | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
Tags | System.Guid | Read only: False | |
ParentId | System.Guid | Read only: False | |
Content | System.String | Read only: False | |
Provider | System.String | Read only: True |
application/json
{
"LastModified": "2025-09-13T03:42:43.8015767Z",
"PublicationDate": "2025-09-13T03:42:43.8015767Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-13T03:42:43.8015767Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"Category": "446bedb0-a643-436a-ab8f-366d6ee67b2d",
"listtypes": "82909696-cb1e-4461-9cac-36170e80a6af",
"regionscountries": "dfc93162-ab8e-4c1e-918f-8777492190be",
"healthtopics": "5fea7bb6-424a-4f6e-9705-44ceb4ec6d18",
"Tags": "0f47d8cb-50ae-4bfc-a1b3-d53f37505cec",
"ParentId": "2d7c5ea8-5537-469c-a234-6f5baf251953",
"Content": "sample string 16",
"Provider": "sample string 17"
}
Partial update for listitems item.
PATCH /api/multimedias/listitems({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 | |
Ordinal | System.Single | Read only: False | |
UrlName | System.String | Read only: False | |
Category | System.Guid | Read only: False | |
listtypes | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
Tags | System.Guid | Read only: False | |
ParentId | System.Guid | Read only: False | |
Content | System.String | Read only: False | |
Provider | System.String | Read only: True |
application/json
{
"PublicationDate": "2025-09-13T03:42:43.8015767Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"Category": "9b019c58-2d8f-4c48-b221-51121476ad17",
"listtypes": "d12c8166-1724-4818-a56d-0914403be153",
"regionscountries": "8f372725-3ae6-45a5-913c-ead76092d8c7",
"healthtopics": "17ae00db-ac0a-4f62-9296-d9d9787b86d3",
"Tags": "25c26941-b253-425d-932a-81cd063f6d83",
"ParentId": "c9e7ecf9-1aae-471f-8b32-c05a919518fb",
"Content": "sample string 14"
}
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 listitems item.
PUT /api/multimedias/listitems({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 | |
Ordinal | System.Single | Read only: False | |
UrlName | System.String | Read only: False | |
Category | System.Guid | Read only: False | |
listtypes | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
Tags | System.Guid | Read only: False | |
ParentId | System.Guid | Read only: False | |
Content | System.String | Read only: False | |
Provider | System.String | Read only: True |
application/json
{
"PublicationDate": "2025-09-13T03:42:43.8015767Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"Category": "50024397-c113-43de-9206-3e1f0f3bb1ae",
"listtypes": "c3850543-78b5-4de4-8c93-21307a718b51",
"regionscountries": "9e3e92d7-bd43-4661-a02c-223c08488388",
"healthtopics": "17c98d5a-029f-4f59-b577-7314d385371a",
"Tags": "2ce6bccf-7921-4b99-8e18-16bf7908067c",
"ParentId": "08907115-90b7-44e2-b85e-783e9eb54db0",
"Content": "sample string 14"
}
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 listitems item by Id.
DELETE /api/multimedias/listitems({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 listitems item.
GET /api/multimedias/listitems({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 | |
AllowComments | System.Boolean | Read only: False | |
SortOrder | System.String | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-09-13T03:42:43.8015767Z",
"PublicationDate": "2025-09-13T03:42:43.8015767Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-13T03:42:43.8015767Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"AllowComments": true,
"SortOrder": "sample string 10",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-13T03:42:43.8015767+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-13T03:42:43.8015767Z",
"PublicationDate": "2025-09-13T03:42:43.8015767Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-13T03:42:43.8015767Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"AllowComments": true,
"SortOrder": "sample string 10",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-13T03:42:43.8015767+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add Parent relation to listitems item.
POST /api/multimedias/listitems({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 listitems item.
DELETE /api/multimedias/listitems({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.