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-10-07T20:24:31.5697308Z",
"PublicationDate": "2025-10-07T20:24:31.5697308Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:31.5697308Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"Category": "43625c93-badf-40eb-b689-2e42a27f5a4e",
"listtypes": "af5d9414-f089-45b1-962e-bf187c487067",
"regionscountries": "65ce63b3-35b7-43a0-a421-92c8d181d0a9",
"healthtopics": "00e6c97f-6979-4441-99a4-8cb6ba512878",
"Tags": "ecd9dbfc-1900-46b2-a850-3cfa165a4945",
"ParentId": "33204ffc-213a-4eaf-88d0-7c01cd39e6a8",
"Content": "sample string 16",
"Provider": "sample string 17"
},
{
"LastModified": "2025-10-07T20:24:31.5697308Z",
"PublicationDate": "2025-10-07T20:24:31.5697308Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:31.5697308Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"Category": "43625c93-badf-40eb-b689-2e42a27f5a4e",
"listtypes": "af5d9414-f089-45b1-962e-bf187c487067",
"regionscountries": "65ce63b3-35b7-43a0-a421-92c8d181d0a9",
"healthtopics": "00e6c97f-6979-4441-99a4-8cb6ba512878",
"Tags": "ecd9dbfc-1900-46b2-a850-3cfa165a4945",
"ParentId": "33204ffc-213a-4eaf-88d0-7c01cd39e6a8",
"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-10-07T20:24:31.5697308Z",
"PublicationDate": "2025-10-07T20:24:31.5697308Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:31.5697308Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"Category": "7ff87b5c-bf4b-46f6-89e2-1f02411636c8",
"listtypes": "bdbd79f2-2baa-4401-8649-ec7d9a823419",
"regionscountries": "66490134-7495-4b9b-8588-fa57f7e6e73c",
"healthtopics": "8afe46be-1c6b-4c2c-873e-65700541affe",
"Tags": "7c386aae-3cc2-462e-b4ff-be28d0eca332",
"ParentId": "d9e4925f-04e1-4a47-befb-0407a5e7266f",
"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": "2b736346-b804-4968-a6d7-d7c8aec1a820"
}
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-10-07T20:24:31.5697308Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"Category": "1e80c043-a6f6-40ea-bffe-f74b52b2f33e",
"listtypes": "7c89fa03-82f3-4978-b89a-9b7098e65d3e",
"regionscountries": "1d9a186a-b52a-4872-9814-6a7a59e0e672",
"healthtopics": "44f83151-1769-487e-b151-45d18a039517",
"Tags": "d5fc2d60-4eda-4599-80f7-0f6cbe985f07",
"ParentId": "6317cb0f-9637-419f-bc4c-4108eecd86f3",
"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-10-07T20:24:31.5697308Z",
"PublicationDate": "2025-10-07T20:24:31.5697308Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:31.5697308Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"Category": "9ef93ea1-9ff6-4902-a1fc-2c25c63ab781",
"listtypes": "9b61db0b-25eb-40ab-a42e-528ab8a019b1",
"regionscountries": "77b8d228-eda6-43ec-9da9-353542a5b9d2",
"healthtopics": "7e662d3f-a1df-4847-8b68-dc230d37af2b",
"Tags": "60483ac4-89b2-4443-8071-dfe4de724560",
"ParentId": "8f3cf4e4-0009-42ac-b9bd-54a1a8f3f01c",
"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-10-07T20:24:31.5697308Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"Category": "be44ffbf-03da-4f40-a052-ef4f52c4e0bd",
"listtypes": "57fa7a18-e315-4265-ba1e-fedbeb55901c",
"regionscountries": "4970714f-e5fe-4896-8394-4524649af861",
"healthtopics": "cac8d8c0-e442-4c58-9327-e99b01bca6f6",
"Tags": "a327170c-431b-4785-8ff0-f2874fe670f9",
"ParentId": "f0b3e458-6fa0-4ce2-ac6f-5afa49c6fbf1",
"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-10-07T20:24:31.5697308Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"Category": "e6c217a9-9117-4f7c-a3ad-f3da1b7f9282",
"listtypes": "868b1468-3449-4340-b6f1-7868d4994a9e",
"regionscountries": "941bc4bc-6858-4b74-8dad-0724cb387075",
"healthtopics": "0404e00a-2473-45e3-8279-d3d0f898c5f1",
"Tags": "99a8e3ec-8147-4ca6-b6c2-608fdbe4b2d2",
"ParentId": "8632a3de-95cc-4091-bfc6-01aac27ef7c6",
"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-10-07T20:24:31.5697308Z",
"PublicationDate": "2025-10-07T20:24:31.5697308Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:31.5697308Z",
"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-10-07T20:24:31.5697308+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-07T20:24:31.5697308Z",
"PublicationDate": "2025-10-07T20:24:31.5697308Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:31.5697308Z",
"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-10-07T20:24:31.5697308+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.