Scott Foresman · Example Payload

Scott Foresman Educational Content Example

EducationPublishingK-12E-LearningTextbooks

Scott Foresman Educational Content Example is an example object payload from Scott Foresman, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtitleseriesgradeLevelsubjectAreapublisherpublicationYearisbneditioncontentTypecurriculumStandardsdigitalPlatformcomponents

Example Payload

scott-foresman-educational-content-example.json Raw ↑
{
  "id": "SF-RS-2019-G3",
  "title": "Reading Street Grade 3 Student Edition",
  "series": "Reading Street",
  "gradeLevel": "3",
  "subjectArea": "Reading",
  "publisher": "Savvas Learning Company",
  "publicationYear": 2019,
  "isbn": "978-0328827572",
  "edition": "2019 Edition",
  "contentType": "Student Edition",
  "curriculumStandards": [
    "Common Core State Standards",
    "CCSS.ELA-LITERACY.RL.3.1",
    "CCSS.ELA-LITERACY.RL.3.2",
    "CCSS.ELA-LITERACY.RF.3.3"
  ],
  "digitalPlatform": "Savvas Realize",
  "components": [
    {
      "name": "Student Edition (Print)",
      "type": "print"
    },
    {
      "name": "Student Interactive Digital Edition",
      "type": "digital"
    },
    {
      "name": "Practice Book",
      "type": "print"
    },
    {
      "name": "AudioText CDs",
      "type": "audio"
    }
  ]
}