Versions Compared

Key

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

...

Code Block
{"success" : "true",
 "results" : "100",
 "rows" : 
    [{"id" : "ce0d041dacf7d721-d3ac196f-42a14353-90859508-7f744240e07efe86c61e3c1d",
      "createdBy" : 
         {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
          "firstName" : "John",
          "lastName" : "Doe"},  
      "createdDate" : "1332216000000",
      "modifiedBy" : 
         {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
          "firstName" : "John",
          "lastName" : "Doe"},
      "modifiedDate" : "1332216000000",
      "objectStatus" : "ACTIVE",
      "name" : "Active",
      "description" : "Student is part of an active program."},
     {"id" : "e34b0d14e8f6a45b-f6f079ce-4adb4687-85c6831c-694de9fc0685ca5f190dddc3",
      "createdBy" : 
         {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
          "firstName" : "John",
          "lastName" : "Doe"},
      "createdDate" : "1332216000000",
      "modifiedBy" : 
         {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
          "firstName" : "John",
          "lastName" : "Doe"},  
      "modifiedDate" : "1332216000000",
      "objectStatus" : "ACTIVE",
      "name" : "Non-participating",
      "description" : "The student has chosen to not participate in the advising services offered by the college."},
     ...
    ]
}

 

Get a

...

Program Status

GET /ssp/api/1/reference/programStatus/{id}

Returns

Code Block
{"id" : "ce0d041dacf7d721-d3ac196f-42a14353-90859508-7f744240e07efe86c61e3c1d",
 "createdBy" : 
    {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
     "firstName" : "John",
     "lastName" : "Doe"},  
 "createdDate" : "1332216000000",
 "modifiedBy" : 
    {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
     "firstName" : "John",
     "lastName" : "Doe"},  
 "modifiedDate" : "1332216000000",
 "objectStatus" : "ACTIVE",
 "name" : "Active",
 "description" : "Student is part of an active program."}

 

Create a

...

Program Status

POST /ssp/api/1/reference/programStatus

...

ProgramStatus

Code Block
{"id" : "ce0d041dacf7d721-d3ac196f-42a14353-90859508-7f744240e07efe86c61e3c1d",
 "createdBy" : 
    {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
     "firstName" : "John",
     "lastName" : "Doe"},  
 "createdDate" : "1332216000000",
 "modifiedBy" : 
    {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
     "firstName" : "John",
     "lastName" : "Doe"},  
 "modifiedDate" : "1332216000000",
 "objectStatus" : "ACTIVE",
 "name" : "Active",
 "description" : "Student is part of an active program."}

...

Sample Post

Code Block
{"id" : "ce0d041dacf7d721-d3ac196f-42a14353-90859508-7f744240e07efe86c61e3c1d",
 "createdBy" : 
    {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
     "firstName" : "John",
     "lastName" : "Doe"},  
 "createdDate" : "1332216000000",
 "modifiedBy" : 
    {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
     "firstName" : "John",
     "lastName" : "Doe"},  
 "modifiedDate" : "1332216000000",
 "objectStatus" : "ACTIVE",
 "name" : "Active",
 "description" : "Student is part of an active program."}

...

ProgramStatus

Code Block
{"id" : "ce0d041dacf7d721-d3ac196f-42a14353-90859508-7f744240e07efe86c61e3c1d",
 "createdBy" : 
    {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
     "firstName" : "John",
     "lastName" : "Doe"},  
 "createdDate" : "1332216000000",
 "modifiedBy" : 
    {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
     "firstName" : "John",
     "lastName" : "Doe"},  
 "modifiedDate" : "1332216000000",
 "objectStatus" : "ACTIVE",
 "name" : "Active",
 "description" : "Student is part of an active program."}

...