/1/assessment_report/iep

DISCLAIMER: The content provided through this API is proprietary and copyrighted material. This content must NOT be shared with any third-party services including grammar checkers, AI tools, analytics platforms, or any external applications. The content is strictly for internal use within your authorized platform only. Unauthorized sharing or distribution is prohibited and may result in termination of access and legal action.

Overview

An example CURL is:

curl --location 'https://api-sandbox.vbmappapp.com/1/assessment_report/iep' \
--header 'Authorization: Bearer *************'
--header 'User-Agent: your company' \
--header 'Accept: application/json'

Example Response

{
    "response": [
        {
            "Style": "H1",
            "Text": "VB-MAPP Language Milestones, Barriers and EESA Assessment"
        },
        {
            "Style": "Intro",
            "Text": "Name: %STUDENT_FULL_NAME%"
        },
        {
            "Style": "Intro",
            "Text": "Date of Birth: %STUDENT_DOB%"
        },
        {
            "Style": "Intro",
            "Text": "Age: %STUDENT_AGE%"
        },
        {
            "Style": "Intro",
            "Text": "Assessment Date: %STUDENT_ASSESSMENT_DATES%"
        },

Did this page help you?