GET coursecontent/getLMSCourseContentURL?contentPath={contentPath}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
contentPath

string

Required

Body Parameters

None.

Response Information

Resource Description

CourseContentAzureURL
NameDescriptionTypeAdditional information
ContentUrl

string

None.

hasToken

boolean

None.

Token

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ContentUrl": "sample string 1",
  "hasToken": true,
  "Token": "sample string 3"
}

application/xml, text/xml

Sample:
<ProductEntity.CourseContentAzureURL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities">
  <ContentUrl>sample string 1</ContentUrl>
  <Token>sample string 3</Token>
  <hasToken>true</hasToken>
</ProductEntity.CourseContentAzureURL>