POST AzureBlob/ListMediaLibraryItems

Request Information

URI Parameters

None.

Body Parameters

MediaLibraryRequest
NameDescriptionTypeAdditional information
ParentId

integer

None.

FolderId

integer

None.

UserId

integer

None.

ReceivedLink

string

None.

IsRoot

boolean

None.

PageNumber

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ParentId": 1,
  "FolderId": 1,
  "UserId": 1,
  "ReceivedLink": "sample string 1",
  "IsRoot": true,
  "PageNumber": 3,
  "PageSize": 4
}

application/xml, text/xml

Sample:
<Azureblob_BO.MediaLibraryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MediaLibrary_BO.Azureblob">
  <FolderId>1</FolderId>
  <IsRoot>true</IsRoot>
  <PageNumber>3</PageNumber>
  <PageSize>4</PageSize>
  <ParentId>1</ParentId>
  <ReceivedLink>sample string 1</ReceivedLink>
  <UserId>1</UserId>
</Azureblob_BO.MediaLibraryRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.