Versions Compared

Key

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

...

Code Block
{
   "success":"true",
   "results":1,
   "rows":[
      {
         "id":"58ba5ee3-734e-4ae9-b9c5-943774b4de41",
         "createdDate":1331269200000,
         "createdBy":{
            "id":"91f46e39-cea8-422b-b215-00f6bcf5d280",
            "firstName":"John",
            "lastName":"Doe"
         },
         "modifiedDate":1331269200000,
         "modifiedBy":{
            "id":"91f46e39-cea8-422b-b215-00f6bcf5d280",
            "firstName":"John",
            "lastName":"Doe"
         },
         "objectStatus":"ACTIVE",
         "personId":"b3c888f8-5056-a51a-8061-00a5435f98d9",
         "ownerId": "da572870-5699-11e2-be1e-406c8f22c3ce",
         "contactTitle":"Ms.",
         "contactName":"Joan James",
         "contactPhone":"(212) 555-1234",
         "contactEmail":"john.james@hkjhfe.com",
         "contactNotes":"Call before Noon",
         "name":"John Doe's Path To Success",
         "isOnPlan":false,
         "studentNotes":"Summer classes may help complete the program quicker",
         "academicGoals":"Graduate from a 4 year university",
         "offPlanReason":"John had to pick up extra hours at work.",
         "isFinancialAid":true,
         "isImportant":true,
         "isF1Visa":false,
         "careerLink":"http://www.careers.com/dental_hygenist",
         "academicLink":"http://www.academics.com/dental_hygenist_classes"
      }
   ]
}

Get All

...

Plans (MAP)

Description

Paginated collection of all plan details for {person-uuid}, optionally filtered by status. See API notes for status parameter handling handling.

...