GET lmsService/getUserProductSyncConfigDetails?userCode={userCode}&productCode={productCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userCode

string

Required

productCode

string

Required

Body Parameters

None.

Response Information

Resource Description

SyncInfo
NameDescriptionTypeAdditional information
ContentMaster

string

None.

TestMaster

string

None.

LectureDetails

string

None.

TestActivation

string

None.

ChapterActivation

string

None.

Banner

string

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ContentMaster": "sample string 1",
  "TestMaster": "sample string 2",
  "LectureDetails": "sample string 3",
  "TestActivation": "sample string 4",
  "ChapterActivation": "sample string 5",
  "Banner": "sample string 6",
  "Message": "sample string 7"
}

application/xml, text/xml

Sample:
<ContentActivityEntity.SyncInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities">
  <Banner>sample string 6</Banner>
  <ChapterActivation>sample string 5</ChapterActivation>
  <ContentMaster>sample string 1</ContentMaster>
  <LectureDetails>sample string 3</LectureDetails>
  <Message>sample string 7</Message>
  <TestActivation>sample string 4</TestActivation>
  <TestMaster>sample string 2</TestMaster>
</ContentActivityEntity.SyncInfo>