/1/guide - GET

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

This API returns guide data

curl --location 'https://api-sandbox.vbmappapp.com/1/guide' \
--header 'Authorization: Bearer *************'

curl --location 'https://api-sandbox.vbmappapp.com/1/guide/index' \
--header 'Authorization: Bearer *************'

curl --location 'https://api-sandbox.vbmappapp.com/1/guide/chapter?chapter_num=0' \
--header 'Authorization: Bearer *************'

curl --location 'https://api-sandbox.vbmappapp.com/1/guide/section?chapter_num=0&section_num=0' \
--header 'Authorization: Bearer *************'

The \n\n signals a line break

Example Response

{
    "chapters": [
        {
            "title": "VB-MAPP",
            "content": "VB-MAPP\n\n Verbal Behavior Milestones\n\n Assessment and Placement Program\n\n Second Edition\n\n GUIDE\n\n A Language and Social Skills Assessment Program\n\n for Children with Autism or Other Intellectual Disabilities\n\n Mark L. Sundberg, Ph.D., BCBA-D\n\n 2014\n\n www.avbpress.com\n\n VB-MAPP, Verbal Behavior Milestones Assessment and Placement Program: Guide - 2nd ed.\n\n Copyright 2007-2014, Mark L. Sundberg, Ph.D., BCBA-D\n\n EESA, Early Echoic Skills Assessment\n\n Copyright 2007-2014, Barbara E. Esch, Ph.D., BCBA-D, CCC-SLPM",
            "sections": [
                {
                    "title": "VB-MAPP",
                  "content": "VB-MAPP\n\n Verbal Behavior Milestones\n\n Assessment and Placement Program\n\n Second Edition\n\n GUIDE\n\n A Language and Social Skills Assessment Program\n\n for Children with Autism or Other Intellectual Disabilities\n\n Mark L. Sundberg, Ph.D., BCBA-D\n\n 2014\n\n www.avbpress.com\n\n VB-MAPP, Verbal...

Did this page help you?