RESTful API
multimedias

Statistics

Get statistics

Returns a set of data items of type statistics.

Copy GET /api/multimedias/statistics
Request Informaion

URI Parameters

None

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

Subtitle

System.String

Read only: False
Selected by default: True

BackgroundImageDropdown

System.String

Read only: False
Selected by default: True

ButtonText

System.String

Read only: False
Selected by default: True

FrontendTitle

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ExternalURL

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-12T09:20:04.2111954Z",
    "PublicationDate": "2025-09-12T09:20:04.2111954Z",
    "DateCreated": "2025-09-12T09:20:04.2111954Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "healthtopics": "97ee9ae8-a1b7-4641-9e27-568959c0ff9d",
    "Subtitle": "sample string 9",
    "BackgroundImageDropdown": "sample string 10",
    "ButtonText": "sample string 11",
    "FrontendTitle": "sample string 12",
    "Summary": "sample string 13",
    "Title": "sample string 14",
    "ExternalURL": "sample string 15",
    "Provider": "sample string 16",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-12T09:20:04.2111954+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-12T09:20:04.2111954Z",
    "PublicationDate": "2025-09-12T09:20:04.2111954Z",
    "DateCreated": "2025-09-12T09:20:04.2111954Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "healthtopics": "97ee9ae8-a1b7-4641-9e27-568959c0ff9d",
    "Subtitle": "sample string 9",
    "BackgroundImageDropdown": "sample string 10",
    "ButtonText": "sample string 11",
    "FrontendTitle": "sample string 12",
    "Summary": "sample string 13",
    "Title": "sample string 14",
    "ExternalURL": "sample string 15",
    "Provider": "sample string 16",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-12T09:20:04.2111954+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get statistics by key

Gets statistics item by id.

Copy GET /api/multimedias/statistics({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

Subtitle

System.String

Read only: False
Selected by default: True

BackgroundImageDropdown

System.String

Read only: False
Selected by default: True

ButtonText

System.String

Read only: False
Selected by default: True

FrontendTitle

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ExternalURL

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-12T09:20:04.2111954Z",
  "PublicationDate": "2025-09-12T09:20:04.2111954Z",
  "DateCreated": "2025-09-12T09:20:04.2111954Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "healthtopics": "3075f0c6-5bfe-4723-a099-b9c2d36c6eef",
  "Subtitle": "sample string 9",
  "BackgroundImageDropdown": "sample string 10",
  "ButtonText": "sample string 11",
  "FrontendTitle": "sample string 12",
  "Summary": "sample string 13",
  "Title": "sample string 14",
  "ExternalURL": "sample string 15",
  "Provider": "sample string 16",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-12T09:20:04.2111954+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from statistics item.

Copy GET /api/multimedias/statistics({key})/property
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

property

System.String

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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

Resource Format

Response Formats
Copy
application/json
{
  "Id": "ce1a0374-57e0-45fe-8b31-e16c7f14117a"
}

Post statistics

Creates a statistics item.

Copy POST /api/multimedias/statistics
Request Informaion

URI Parameters

None

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

Subtitle

System.String

Read only: False
Selected by default: True

BackgroundImageDropdown

System.String

Read only: False
Selected by default: True

ButtonText

System.String

Read only: False
Selected by default: True

FrontendTitle

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ExternalURL

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-12T09:20:04.2111954Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "healthtopics": "f04fd464-18fd-4630-9616-4481aa6720bd",
  "Subtitle": "sample string 6",
  "BackgroundImageDropdown": "sample string 7",
  "ButtonText": "sample string 8",
  "FrontendTitle": "sample string 9",
  "Summary": "sample string 10",
  "Title": "sample string 11",
  "ExternalURL": "sample string 12"
}
Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

Subtitle

System.String

Read only: False
Selected by default: True

BackgroundImageDropdown

System.String

Read only: False
Selected by default: True

ButtonText

System.String

Read only: False
Selected by default: True

FrontendTitle

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ExternalURL

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-12T09:20:04.2111954Z",
  "PublicationDate": "2025-09-12T09:20:04.2111954Z",
  "DateCreated": "2025-09-12T09:20:04.2111954Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "healthtopics": "3477d2ea-9c1c-4c1f-bd4e-09cd84fee49d",
  "Subtitle": "sample string 9",
  "BackgroundImageDropdown": "sample string 10",
  "ButtonText": "sample string 11",
  "FrontendTitle": "sample string 12",
  "Summary": "sample string 13",
  "Title": "sample string 14",
  "ExternalURL": "sample string 15",
  "Provider": "sample string 16",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-12T09:20:04.2111954+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch statistics by key

Partial update for statistics item.

Copy PATCH /api/multimedias/statistics({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

Subtitle

System.String

Read only: False
Selected by default: True

BackgroundImageDropdown

System.String

Read only: False
Selected by default: True

ButtonText

System.String

Read only: False
Selected by default: True

FrontendTitle

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ExternalURL

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-12T09:20:04.2111954Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "healthtopics": "a550b64a-dbd0-4578-b558-f087ef4d3e51",
  "Subtitle": "sample string 6",
  "BackgroundImageDropdown": "sample string 7",
  "ButtonText": "sample string 8",
  "FrontendTitle": "sample string 9",
  "Summary": "sample string 10",
  "Title": "sample string 11",
  "ExternalURL": "sample string 12"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Put statistics by key

Full update for statistics item.

Copy PUT /api/multimedias/statistics({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

Subtitle

System.String

Read only: False
Selected by default: True

BackgroundImageDropdown

System.String

Read only: False
Selected by default: True

ButtonText

System.String

Read only: False
Selected by default: True

FrontendTitle

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ExternalURL

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-12T09:20:04.2111954Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "healthtopics": "13432c85-d1fe-4f86-a2cc-6761e1666e48",
  "Subtitle": "sample string 6",
  "BackgroundImageDropdown": "sample string 7",
  "ButtonText": "sample string 8",
  "FrontendTitle": "sample string 9",
  "Summary": "sample string 10",
  "Title": "sample string 11",
  "ExternalURL": "sample string 12"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete statistics by key

Deletes a statistics item by Id.

Copy DELETE /api/multimedias/statistics({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get Document

Returns a set of related items of type Document from statistics item.

Copy GET /api/multimedias/statistics({key})/Document
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

Ordinal

System.Single

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Author

System.String

Read only: False
Selected by default: True

Extension

System.String

Read only: True
Selected by default: True

MimeType

System.String

Read only: True
Selected by default: True

TotalSize

System.Int64

Read only: True
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

targets

System.Guid

Read only: False
Selected by default: False

regionscountries

System.Guid

Read only: False
Selected by default: False

stakeholders

System.Guid

Read only: False
Selected by default: False

targetaudiences

System.Guid

Read only: False
Selected by default: False

Category

System.Guid

Read only: False
Selected by default: False

Tags

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

Parts

System.String

Read only: False
Selected by default: True

FolderId

System.Guid

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Url

System.String

Read only: True
Selected by default: True

ThumbnailUrl

System.String

Read only: True
Selected by default: True

IsDamMedia

System.Boolean

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-12T09:20:04.2111954Z",
    "PublicationDate": "2025-09-12T09:20:04.2111954Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-12T09:20:04.2111954Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 7",
    "Ordinal": 8.1,
    "UrlName": "sample string 9",
    "ItemDefaultUrl": "sample string 10",
    "Author": "sample string 11",
    "Extension": "sample string 12",
    "MimeType": "sample string 13",
    "TotalSize": 14,
    "healthtopics": "19936b56-e577-4986-a564-c5d6c28bdb84",
    "targets": "caa51b06-d0f1-44a6-9896-c954224b1888",
    "regionscountries": "f40c4e6d-dc20-40b7-ae6f-ade7dcc004e0",
    "stakeholders": "d0387c85-495e-41f1-ac64-514983481fd6",
    "targetaudiences": "8533d2a7-8876-4619-87f8-e3b3cc17cb38",
    "Category": "1e1fa1b3-ddc3-4382-a744-9e71aa472837",
    "Tags": "2624d393-2ebc-4ee0-a4d3-034cb5963223",
    "departmentaltargets": "53d9c3bd-ada4-46bc-861c-192588884bad",
    "events": "79f22869-13e0-4378-a9d2-e19bfd2484f1",
    "publishingoffices": "30e71171-e7ec-42f5-8ff2-04bb3e64f41f",
    "Parts": "sample string 25",
    "FolderId": "1a2495f6-f768-4c49-b63f-ecb62dce0b6d",
    "ParentId": "6701a0e2-d55f-43a4-9ad1-039cc5c37512",
    "Provider": "sample string 28",
    "Url": "sample string 29",
    "ThumbnailUrl": "sample string 30",
    "IsDamMedia": true
  },
  {
    "LastModified": "2025-09-12T09:20:04.2111954Z",
    "PublicationDate": "2025-09-12T09:20:04.2111954Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-12T09:20:04.2111954Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 7",
    "Ordinal": 8.1,
    "UrlName": "sample string 9",
    "ItemDefaultUrl": "sample string 10",
    "Author": "sample string 11",
    "Extension": "sample string 12",
    "MimeType": "sample string 13",
    "TotalSize": 14,
    "healthtopics": "19936b56-e577-4986-a564-c5d6c28bdb84",
    "targets": "caa51b06-d0f1-44a6-9896-c954224b1888",
    "regionscountries": "f40c4e6d-dc20-40b7-ae6f-ade7dcc004e0",
    "stakeholders": "d0387c85-495e-41f1-ac64-514983481fd6",
    "targetaudiences": "8533d2a7-8876-4619-87f8-e3b3cc17cb38",
    "Category": "1e1fa1b3-ddc3-4382-a744-9e71aa472837",
    "Tags": "2624d393-2ebc-4ee0-a4d3-034cb5963223",
    "departmentaltargets": "53d9c3bd-ada4-46bc-861c-192588884bad",
    "events": "79f22869-13e0-4378-a9d2-e19bfd2484f1",
    "publishingoffices": "30e71171-e7ec-42f5-8ff2-04bb3e64f41f",
    "Parts": "sample string 25",
    "FolderId": "1a2495f6-f768-4c49-b63f-ecb62dce0b6d",
    "ParentId": "6701a0e2-d55f-43a4-9ad1-039cc5c37512",
    "Provider": "sample string 28",
    "Url": "sample string 29",
    "ThumbnailUrl": "sample string 30",
    "IsDamMedia": true
  }
]

Get Document by relatedKey

Returns a related item of type Document from statistics item.

Copy GET /api/multimedias/statistics({key})/Document({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

Ordinal

System.Single

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Author

System.String

Read only: False
Selected by default: True

Extension

System.String

Read only: True
Selected by default: True

MimeType

System.String

Read only: True
Selected by default: True

TotalSize

System.Int64

Read only: True
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

targets

System.Guid

Read only: False
Selected by default: False

regionscountries

System.Guid

Read only: False
Selected by default: False

stakeholders

System.Guid

Read only: False
Selected by default: False

targetaudiences

System.Guid

Read only: False
Selected by default: False

Category

System.Guid

Read only: False
Selected by default: False

Tags

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

Parts

System.String

Read only: False
Selected by default: True

FolderId

System.Guid

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Url

System.String

Read only: True
Selected by default: True

ThumbnailUrl

System.String

Read only: True
Selected by default: True

IsDamMedia

System.Boolean

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-12T09:20:04.2111954Z",
  "PublicationDate": "2025-09-12T09:20:04.2111954Z",
  "Title": "sample string 3",
  "Description": "sample string 4",
  "DateCreated": "2025-09-12T09:20:04.2111954Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 7",
  "Ordinal": 8.1,
  "UrlName": "sample string 9",
  "ItemDefaultUrl": "sample string 10",
  "Author": "sample string 11",
  "Extension": "sample string 12",
  "MimeType": "sample string 13",
  "TotalSize": 14,
  "healthtopics": "b8081865-92ca-4cd4-a877-cbf3aebabdcd",
  "targets": "4fe1ef1e-a44a-445a-a7cf-f483af114189",
  "regionscountries": "b205c744-3e3f-4031-a7ab-068e90bf353c",
  "stakeholders": "fc615cda-df7a-4053-ba94-652898df2d4d",
  "targetaudiences": "9978c717-a987-4814-8f2b-68d680802ef2",
  "Category": "e6d88ddb-b9da-4fbc-8e6b-46357af1da61",
  "Tags": "d136ce7d-4cf6-4e6e-852f-3ecba8f89bdb",
  "departmentaltargets": "32700a48-7955-4614-8bdd-fc854efebc63",
  "events": "06b9d215-603e-4fd2-8b89-831d9584f0e3",
  "publishingoffices": "1db1cbcf-3b5f-4ef3-b1ce-88210753406c",
  "Parts": "sample string 25",
  "FolderId": "cc6d9520-e037-44fa-8394-84c2ab55632a",
  "ParentId": "f8fff61d-071e-4178-9c83-1980b14ccadb",
  "Provider": "sample string 28",
  "Url": "sample string 29",
  "ThumbnailUrl": "sample string 30",
  "IsDamMedia": true
}

Post Document

Add Document relation to statistics item.

Copy POST /api/multimedias/statistics({key})/Document/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete Document

Delete set of related items of type Document from statistics item.

Copy DELETE /api/multimedias/statistics({key})/Document/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete Document by relatedKey

Delete relation of type Document from statistics item.

Copy DELETE /api/multimedias/statistics({key})/Document({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get Page

Returns a set of related items of type Page from statistics item.

Copy GET /api/multimedias/statistics({key})/Page
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

organizations

System.Guid

Read only: False
Selected by default: False

regionscountries

System.Guid

Read only: False
Selected by default: False

sustainabledevelopmentgoals

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

WebPageType

System.String

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

OpenGraphTitle

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: False
Selected by default: True

ShowInNavigation

System.Boolean

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

RootId

System.Guid

Read only: False
Selected by default: True

ExpirationInDays

System.Int32

Read only: False
Selected by default: True

HtmlTitle

System.String

Read only: False
Selected by default: False

Description

System.String

Read only: False
Selected by default: False

HeadTagContent

System.String

Read only: False
Selected by default: False

CodeBehindType

System.String

Read only: False
Selected by default: False

IncludeScriptManager

System.Boolean

Read only: False
Selected by default: False

EnableViewState

System.Boolean

Read only: False
Selected by default: False

PageType

Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType

Read only: False
Selected by default: False

RedirectPage

Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage

Read only: False
Selected by default: False

TemplateId

System.Guid

Read only: False
Selected by default: False

RequireSsl

System.Boolean

Read only: False
Selected by default: False

EnableScriptManager

System.Boolean

Read only: False
Selected by default: False

AllowParametersValidation

System.Boolean

Read only: False
Selected by default: False

Crawlable

System.Boolean

Read only: False
Selected by default: False

IncludeInSearchIndex

System.Boolean

Read only: False
Selected by default: False

Priority

System.Single

Read only: False
Selected by default: False

LocalizationStrategy

Telerik.Sitefinity.Localization.LocalizationStrategy

Read only: True
Selected by default: False

CanonicalUrlBehaviour

Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings

Read only: False
Selected by default: False

OutputCacheProfile

System.String

Read only: False
Selected by default: False

Renderer

System.String

Read only: False
Selected by default: False

TemplateName

System.String

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

HasChildren

System.Boolean

Read only: True
Selected by default: True

Breadcrumb

System.String

Read only: True
Selected by default: True

AvailableLanguages

System.String

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: True
Selected by default: True

ViewUrl

System.String

Read only: True
Selected by default: True

EditUrl

System.String

Read only: True
Selected by default: True

EditUrlBasePath

System.String

Read only: True
Selected by default: True

IsHomePage

System.Boolean

Read only: True
Selected by default: True

RelativeUrlPath

System.String

Read only: True
Selected by default: True

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-12T09:20:04.2111954Z",
    "UrlName": "sample string 2",
    "organizations": "6ca98bb6-163d-4e3e-94d3-81fbc57e5d47",
    "regionscountries": "50108e50-d62a-4142-a5e9-dc08f282b388",
    "sustainabledevelopmentgoals": "dd82107e-fe39-4f24-957b-a974e12b220b",
    "departmentaltargets": "f1251f6e-c37f-4fb7-be3b-7a0a3277f05e",
    "healthtopics": "b83352e6-f135-46af-8fab-86d0042b0992",
    "events": "9b3a211b-9265-462b-99c9-9dfef33f6889",
    "publishingoffices": "2fd9cc65-dad8-4e20-be20-d8ad7cbe664a",
    "WebPageType": "sample string 10",
    "targetaudiences": "cdf26792-5f93-4102-94a8-49fc3bca9d01",
    "OpenGraphTitle": "sample string 12",
    "OpenGraphDescription": "sample string 13",
    "Title": "sample string 14",
    "DateCreated": "2025-09-12T09:20:04.2111954Z",
    "ShowInNavigation": true,
    "ParentId": "786c0bf5-00d4-48db-9f8a-739c855800c3",
    "RootId": "8f2d561c-af17-4dbb-914d-1c344ad0a4d4",
    "ExpirationInDays": 19,
    "HtmlTitle": "sample string 20",
    "Description": "sample string 21",
    "HeadTagContent": "sample string 22",
    "CodeBehindType": "sample string 23",
    "IncludeScriptManager": true,
    "EnableViewState": true,
    "PageType": 0,
    "RedirectPage": null,
    "TemplateId": "f98dc73c-0783-497c-af4e-5ec1fd41bb94",
    "RequireSsl": true,
    "EnableScriptManager": true,
    "AllowParametersValidation": true,
    "Crawlable": true,
    "IncludeInSearchIndex": true,
    "Priority": 32.1,
    "LocalizationStrategy": 0,
    "CanonicalUrlBehaviour": 0,
    "OutputCacheProfile": "sample string 33",
    "Renderer": "sample string 34",
    "TemplateName": "sample string 35",
    "Provider": "sample string 36",
    "HasChildren": true,
    "Breadcrumb": "sample string 38",
    "AvailableLanguages": "sample string 39",
    "PublicationDate": "2025-09-12T09:20:04.2111954Z",
    "ViewUrl": "sample string 41",
    "EditUrl": "sample string 42",
    "EditUrlBasePath": "sample string 43",
    "IsHomePage": true,
    "RelativeUrlPath": "sample string 45"
  },
  {
    "LastModified": "2025-09-12T09:20:04.2111954Z",
    "UrlName": "sample string 2",
    "organizations": "6ca98bb6-163d-4e3e-94d3-81fbc57e5d47",
    "regionscountries": "50108e50-d62a-4142-a5e9-dc08f282b388",
    "sustainabledevelopmentgoals": "dd82107e-fe39-4f24-957b-a974e12b220b",
    "departmentaltargets": "f1251f6e-c37f-4fb7-be3b-7a0a3277f05e",
    "healthtopics": "b83352e6-f135-46af-8fab-86d0042b0992",
    "events": "9b3a211b-9265-462b-99c9-9dfef33f6889",
    "publishingoffices": "2fd9cc65-dad8-4e20-be20-d8ad7cbe664a",
    "WebPageType": "sample string 10",
    "targetaudiences": "cdf26792-5f93-4102-94a8-49fc3bca9d01",
    "OpenGraphTitle": "sample string 12",
    "OpenGraphDescription": "sample string 13",
    "Title": "sample string 14",
    "DateCreated": "2025-09-12T09:20:04.2111954Z",
    "ShowInNavigation": true,
    "ParentId": "786c0bf5-00d4-48db-9f8a-739c855800c3",
    "RootId": "8f2d561c-af17-4dbb-914d-1c344ad0a4d4",
    "ExpirationInDays": 19,
    "HtmlTitle": "sample string 20",
    "Description": "sample string 21",
    "HeadTagContent": "sample string 22",
    "CodeBehindType": "sample string 23",
    "IncludeScriptManager": true,
    "EnableViewState": true,
    "PageType": 0,
    "RedirectPage": null,
    "TemplateId": "f98dc73c-0783-497c-af4e-5ec1fd41bb94",
    "RequireSsl": true,
    "EnableScriptManager": true,
    "AllowParametersValidation": true,
    "Crawlable": true,
    "IncludeInSearchIndex": true,
    "Priority": 32.1,
    "LocalizationStrategy": 0,
    "CanonicalUrlBehaviour": 0,
    "OutputCacheProfile": "sample string 33",
    "Renderer": "sample string 34",
    "TemplateName": "sample string 35",
    "Provider": "sample string 36",
    "HasChildren": true,
    "Breadcrumb": "sample string 38",
    "AvailableLanguages": "sample string 39",
    "PublicationDate": "2025-09-12T09:20:04.2111954Z",
    "ViewUrl": "sample string 41",
    "EditUrl": "sample string 42",
    "EditUrlBasePath": "sample string 43",
    "IsHomePage": true,
    "RelativeUrlPath": "sample string 45"
  }
]

Get Page by relatedKey

Returns a related item of type Page from statistics item.

Copy GET /api/multimedias/statistics({key})/Page({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

organizations

System.Guid

Read only: False
Selected by default: False

regionscountries

System.Guid

Read only: False
Selected by default: False

sustainabledevelopmentgoals

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

WebPageType

System.String

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

OpenGraphTitle

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: False
Selected by default: True

ShowInNavigation

System.Boolean

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

RootId

System.Guid

Read only: False
Selected by default: True

ExpirationInDays

System.Int32

Read only: False
Selected by default: True

HtmlTitle

System.String

Read only: False
Selected by default: False

Description

System.String

Read only: False
Selected by default: False

HeadTagContent

System.String

Read only: False
Selected by default: False

CodeBehindType

System.String

Read only: False
Selected by default: False

IncludeScriptManager

System.Boolean

Read only: False
Selected by default: False

EnableViewState

System.Boolean

Read only: False
Selected by default: False

PageType

Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType

Read only: False
Selected by default: False

RedirectPage

Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage

Read only: False
Selected by default: False

TemplateId

System.Guid

Read only: False
Selected by default: False

RequireSsl

System.Boolean

Read only: False
Selected by default: False

EnableScriptManager

System.Boolean

Read only: False
Selected by default: False

AllowParametersValidation

System.Boolean

Read only: False
Selected by default: False

Crawlable

System.Boolean

Read only: False
Selected by default: False

IncludeInSearchIndex

System.Boolean

Read only: False
Selected by default: False

Priority

System.Single

Read only: False
Selected by default: False

LocalizationStrategy

Telerik.Sitefinity.Localization.LocalizationStrategy

Read only: True
Selected by default: False

CanonicalUrlBehaviour

Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings

Read only: False
Selected by default: False

OutputCacheProfile

System.String

Read only: False
Selected by default: False

Renderer

System.String

Read only: False
Selected by default: False

TemplateName

System.String

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

HasChildren

System.Boolean

Read only: True
Selected by default: True

Breadcrumb

System.String

Read only: True
Selected by default: True

AvailableLanguages

System.String

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: True
Selected by default: True

ViewUrl

System.String

Read only: True
Selected by default: True

EditUrl

System.String

Read only: True
Selected by default: True

EditUrlBasePath

System.String

Read only: True
Selected by default: True

IsHomePage

System.Boolean

Read only: True
Selected by default: True

RelativeUrlPath

System.String

Read only: True
Selected by default: True

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-12T09:20:04.2111954Z",
  "UrlName": "sample string 2",
  "organizations": "0794a583-67a3-4bd7-b80a-f5e4c8b6a64b",
  "regionscountries": "f674aceb-1c47-447d-bf21-f7288def808e",
  "sustainabledevelopmentgoals": "e513dbe0-2194-43af-915e-2db52e419ac4",
  "departmentaltargets": "975cf73d-f68b-408d-8d0f-ea362e5ed1ee",
  "healthtopics": "9f658273-4b52-4fe7-ae08-4eeb207f84ad",
  "events": "1b7859f1-6d2f-46e7-aad9-e7d5d57b7246",
  "publishingoffices": "3eecdc7f-096c-4e39-a93a-c54074ef8d12",
  "WebPageType": "sample string 10",
  "targetaudiences": "a46250fe-a037-488b-ae2b-698bd772e52b",
  "OpenGraphTitle": "sample string 12",
  "OpenGraphDescription": "sample string 13",
  "Title": "sample string 14",
  "DateCreated": "2025-09-12T09:20:04.2111954Z",
  "ShowInNavigation": true,
  "ParentId": "fa3d82a1-7983-4e13-903f-bb472697104c",
  "RootId": "7c07b3d3-f159-43a9-aa7f-7a6f8a1592df",
  "ExpirationInDays": 19,
  "HtmlTitle": "sample string 20",
  "Description": "sample string 21",
  "HeadTagContent": "sample string 22",
  "CodeBehindType": "sample string 23",
  "IncludeScriptManager": true,
  "EnableViewState": true,
  "PageType": 0,
  "RedirectPage": null,
  "TemplateId": "43b18620-9aa2-4131-914f-5eba5d283bc3",
  "RequireSsl": true,
  "EnableScriptManager": true,
  "AllowParametersValidation": true,
  "Crawlable": true,
  "IncludeInSearchIndex": true,
  "Priority": 32.1,
  "LocalizationStrategy": 0,
  "CanonicalUrlBehaviour": 0,
  "OutputCacheProfile": "sample string 33",
  "Renderer": "sample string 34",
  "TemplateName": "sample string 35",
  "Provider": "sample string 36",
  "HasChildren": true,
  "Breadcrumb": "sample string 38",
  "AvailableLanguages": "sample string 39",
  "PublicationDate": "2025-09-12T09:20:04.2111954Z",
  "ViewUrl": "sample string 41",
  "EditUrl": "sample string 42",
  "EditUrlBasePath": "sample string 43",
  "IsHomePage": true,
  "RelativeUrlPath": "sample string 45"
}

Post Page

Add Page relation to statistics item.

Copy POST /api/multimedias/statistics({key})/Page/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete Page

Delete set of related items of type Page from statistics item.

Copy DELETE /api/multimedias/statistics({key})/Page/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete Page by relatedKey

Delete relation of type Page from statistics item.

Copy DELETE /api/multimedias/statistics({key})/Page({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.