GET IDP/Get/Package/{itemId}/{itemType}/{Mid}

Get Course/Package Progress

Request Information

URI Parameters

NameDescriptionTypeAdditional information
itemId

Required

itemType

Required

Mid

Required

Body Parameters

None.

Response Information

Resource Description

NameDescriptionTypeAdditional information
title

None.

courseId

None.

progress

None.

type

None.

status

None.

expertise

None.

workflowStatus

None.

packageId

None.

Response Formats

application/json, text/json

Sample:
{
  "title": "sample string 1",
  "courseId": "sample string 2",
  "progress": "sample string 3",
  "type": "sample string 4",
  "status": "sample string 5",
  "expertise": "sample string 6",
  "workflowStatus": "sample string 7",
  "packageId": "sample string 8"
}

application/xml, text/xml

Sample:
<ProgressStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yorbit.Business.IDP">
  <courseId>sample string 2</courseId>
  <expertise>sample string 6</expertise>
  <packageId>sample string 8</packageId>
  <progress>sample string 3</progress>
  <status>sample string 5</status>
  <title>sample string 1</title>
  <type>sample string 4</type>
  <workflowStatus>sample string 7</workflowStatus>
</ProgressStatus>