Overview
The /1/assessment_report/iep endpoint returns the structure of the VB-Mapp IEP Assessment Report.
...
Info |
---|
|
X-SystemDomain | <the system domain> | vbmapp | X-LearnerId | <the learner id> | The DMTD-supplied identifier that identifies the learner (see REST API Guide) | X-LearnerCode | <the learner code> | A REST-client-supplied identifier that identifies the learner (see REST API Guide) | User-Agent | <company identifier> | The exact value here is not important, but it should include something to identify your company | Authorization | Bearer <your token> | Bearer wV1MLk5+sFzioJw/3M5r9A== | Accept | application/json |
|
Info |
---|
title | Paragraph Descriptor Fields |
---|
|
Field | Type | Optional | Description |
---|
Style | String | Required | The paragraph style | Condition | String | Optional | An expression that determines if the paragraph belongs in the report | Condition_Comment | String | Optional | A free-form comment describing the Condition field | Text | String | Required | The paragraph's text, which might contain %SUBSTITUTION_FIELD%s |
|
...