Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleFields
FieldTypeOptionalDescription
chapterPreamblecontent
stringRequired chapterShortTitle
title
stringRequired 
chapterTitle
stringRequired 
Info
titleExample

curl -X GET \
-H 'Authorization: Token token="9319224d0002e7a32b26c0686c42a0bf"' \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "X-ClientId: 1" \
http://data-sandbox.vbmappapp.com/1/guide/chapter?chapter_num=0

Info
titleResponse
{
  "response": {
    "chapterTitletitle": "Acknowledgements",
    "chapterShortTitle": "Acknowledgements",
    "chapterPreamblecontent": "B. F. Skinner's groundbreaking analysis of human behavior (1953) and language (1957) ...  <p>Mark L. Sundberg<p>May, 2014 "
  }
}