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": "2026-02-07T07:26:52.348831Z",
"PublicationDate": "2026-02-07T07:26:52.348831Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-07T07:26:52.348831Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"Category": "e81301e2-2ead-4347-adda-e1bef5cf44ae",
"listtypes": "e3590b59-76aa-491a-afce-690fa7455592",
"regionscountries": "dd39f986-25c9-42f4-a440-129b8a1284e2",
"healthtopics": "e75fb125-381a-4757-b9e4-1f89c1446c47",
"Tags": "429e2fc1-0f8e-4737-b273-0731cba3c918",
"ParentId": "00816bc7-c7e8-454c-92b9-8d46db1e531f",
"Content": "sample string 16",
"Provider": "sample string 17"
},
{
"LastModified": "2026-02-07T07:26:52.348831Z",
"PublicationDate": "2026-02-07T07:26:52.348831Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-07T07:26:52.348831Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"Category": "e81301e2-2ead-4347-adda-e1bef5cf44ae",
"listtypes": "e3590b59-76aa-491a-afce-690fa7455592",
"regionscountries": "dd39f986-25c9-42f4-a440-129b8a1284e2",
"healthtopics": "e75fb125-381a-4757-b9e4-1f89c1446c47",
"Tags": "429e2fc1-0f8e-4737-b273-0731cba3c918",
"ParentId": "00816bc7-c7e8-454c-92b9-8d46db1e531f",
"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": "2026-02-07T07:26:52.348831Z",
"PublicationDate": "2026-02-07T07:26:52.348831Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-07T07:26:52.348831Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"Category": "e3ff6401-c2ca-4e58-a3a7-56c3b4184a8b",
"listtypes": "14a73645-162b-45f9-a028-cee0b936e2c4",
"regionscountries": "b29d76df-3223-4e3d-9347-523d53e5af87",
"healthtopics": "fd39bd42-5639-42a6-a75f-bc92d92e2f1e",
"Tags": "1a5041d7-1d0e-463c-9286-32ab7a774a2b",
"ParentId": "8ba7d090-90c2-4a09-9598-c6131a50375d",
"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": "2b2832a1-01f1-46b8-a583-c6b8307b24e3"
}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": "2026-02-07T07:26:52.348831Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"Category": "371b24f5-0a80-48d2-ab98-621844142c22",
"listtypes": "6da969db-072f-43ff-b102-ff378dc306f7",
"regionscountries": "ce841687-cf23-4045-9e2b-ca2e79e63773",
"healthtopics": "eb4b2cfb-c8d6-4672-8f00-696174a845c9",
"Tags": "ba591753-86f0-4879-83b5-d34f79ab7e5f",
"ParentId": "b2688e27-6498-4e6b-807b-5ab4681bd048",
"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": "2026-02-07T07:26:52.348831Z",
"PublicationDate": "2026-02-07T07:26:52.348831Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-07T07:26:52.348831Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"Category": "0bd4c264-96e0-45e4-9d78-63cf81621b75",
"listtypes": "761cdea5-8e9a-404c-819f-312221638a81",
"regionscountries": "01dacb69-0f86-4ab7-a9e9-065245418a41",
"healthtopics": "0e181ecd-3b1b-40d0-b1a1-ff84b48ac27c",
"Tags": "4d14d5aa-5866-4a9f-a4a1-99540f90f723",
"ParentId": "baccca32-db8a-49ff-bd4d-32e3bb6f649b",
"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": "2026-02-07T07:26:52.348831Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"Category": "d886aff5-ed12-4b24-934d-1231aaf507a3",
"listtypes": "273213f9-7a96-478f-8dd8-3273f2103854",
"regionscountries": "9814da2d-8fb4-49e5-bab6-45ec8729cfb2",
"healthtopics": "8c41145a-6155-43e7-8c2d-06e17473e300",
"Tags": "564f7a74-9c5c-4d3d-9063-63f4a007f4dc",
"ParentId": "3ecae76d-f739-498f-8df1-53d9843e3850",
"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": "2026-02-07T07:26:52.348831Z",
"Title": "sample string 2",
"Description": "sample string 3",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"Category": "8372146a-c628-4fd5-8d6a-c065011cb9d8",
"listtypes": "c09ac478-3bd1-4929-9e41-22a4ceae13a1",
"regionscountries": "56d21dec-dc2a-433a-9fff-d9da0ce3741f",
"healthtopics": "69e169d7-2314-44c9-9952-60cb658625ed",
"Tags": "9224809c-9796-4636-94f4-28498ffac22d",
"ParentId": "1711dd90-ac3e-4b3c-97f0-2a87ada2082c",
"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": "2026-02-07T07:26:52.348831Z",
"PublicationDate": "2026-02-07T07:26:52.348831Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-07T07:26:52.348831Z",
"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": "2026-02-07T07:26:52.348831+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-07T07:26:52.348831Z",
"PublicationDate": "2026-02-07T07:26:52.348831Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-07T07:26:52.348831Z",
"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": "2026-02-07T07:26:52.348831+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.