...
Code Block |
---|
[{"id" : "240e97c0-7fe5-11e1-b0c4-0800200c9a66", "createdDate" : "2008-04-09T12:07:56", "createdByIdcreatedBy" : {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "firstName" : "John", "lastName" : "Doe"}, "modifiedDate" : "2008-04-09T12:07:56", "modifiedBy" : {"modifiedByIdid" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "objectStatusfirstName" : "ACTIVEJohn", "namelastName" : "Child CareDoe"}, "descriptionobjectStatus" : "ACTIVE", "name" : "Child Care", "description" : "Child care description text.", "tags" : "child,kids,daycare,babysitter", "showInStudentIntake" : "true", "showInSelfHelpSearch" : "false", "selfHelpGuideQuestion" : "", "selfHelpGuideDescription" : ""}, {"id" : "3c952070-7fe5-11e1-b0c4-0800200c9a66", "createdDate" : "2008-04-09T12:07:56", "createdByIdcreatedBy" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "modifiedDate" : "2008-04-09T12:07:56", {"modifiedByIdid" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "objectStatusfirstName" : "ACTIVEJohn", "namelastName" : "Enhancing Academic ExcellenceDoe"}, "descriptionmodifiedDate" : "Opportunities for students seeking to take their academics to the next level.2008-04-09T12:07:56", "modifiedBy" : {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "tagsfirstName" : "honors,grades,deanJohn", "showInStudentIntakelastName" : "trueDoe"}, "showInSelfHelpSearchobjectStatus" : "falseACTIVE", "selfHelpGuideQuestionname" : "Enhancing Academic Excellence", "selfHelpGuideDescriptiondescription" : ""},Opportunities for ... ] |
Get All Journal Entries for Person
GET /ssp/api/1/person/{id}/journalEntry
Notes
entryDate may be different than the createDate if an entry is back-dated.
Parameters
status : ALL, ACTIVE, INACTIVE, DELETED
start : First result (0-based index) to return
limit : Maximum number of results to return
sort : Property name
sortDirection : "ASC" or "DESC" or "ASCENDING" or "DESCENDING"
Returns
List<JournalEntry>
Code Block |
---|
[{"id" : "240e97c0-7fe5-11e1-b0c4-0800200c9a66", "createdDate" : 1332216000000, "createdById" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "modifiedDate" : 1332216000000, "modifiedByIdstudents seeking to take their academics to the next level.", "tags" : "honors,grades,dean", "showInStudentIntake" : "true", "showInSelfHelpSearch" : "false", "selfHelpGuideQuestion" : "", "selfHelpGuideDescription" : ""}, ... ] |
Get All Journal Entries for Person
GET /ssp/api/1/person/{id}/journalEntry
Notes
entryDate may be different than the createDate if an entry is back-dated.
Parameters
status : ALL, ACTIVE, INACTIVE, DELETED
start : First result (0-based index) to return
limit : Maximum number of results to return
sort : Property name
sortDirection : "ASC" or "DESC" or "ASCENDING" or "DESCENDING"
Returns
List<JournalEntry>
Code Block |
---|
[{"id" : "240e97c0-7fe5-11e1-b0c4-0800200c9a66",
"createdDate" : 1332216000000,
"createdBy" :
{"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
"firstName" : "John",
"lastName" : "Doe"},
"modifiedDate" : 1332216000000,
"modifiedBy" :
{"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
"firstName" : "John",
"lastName" : "Doe"},
"objectStatus" : "ACTIVE",
"entryDate" : 1332216000000,
"comment" : "",
"confidentialityLevel" : "EVERYONE",
"journalSourceId" : "aabf0232-5994-4108-986e-cfb6f28724ae",
"journalTrackId" : "1ec33887-7d5e-4770-aef2-049a8314130e",
"journalStepDetails" :
[{"id" : "23befc50-7f91-11e1-b0c4-0800200c9a66",
"createdDate" : "1332216000000",
"createdBy" :
{"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
"firstName" : "John",
"lastName" : "Doe"},
"modifiedDate" : "1332216000000",
"modifiedBy" :
{"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
"firstName" : "John",
"lastName" : "Doe"},
"objectStatus" : "ACTIVE",
"name" : "Action Plan Developed",
"description" : "Action plan developed with student.",
"sortOrder" : 1},
{"id" : "7ed6d720-7f91-11e1-b0c4-0800200c9a66",
"createdDate" : "1332216000000",
"createdBy" :
{"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
"firstName" : "John",
"lastName" : "Doe"},
"modifiedDate" : "1332216000000",
"modifiedBy" :
{"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
"firstName" : "John",
"lastName" : "Doe"},
"objectStatus" : "ACTIVE",
"name" : "Discussed Financial Aid Information",
"description" : "Discussed financial aid information with student and determined any additional financial needs."
"sortOrder" : 2},
{"id" : "3ac714c7-390d-4994-ac43-5de0a0ac9832",
"createdDate" : "1332216000000",
"createdBy" :
{"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
"firstName" : "John",
"lastName" : "Doe"},
"modifiedDate" : "1332216000000",
"modifiedBy" :
{"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
"firstName" : "John",
"lastName" : "Doe"},
"objectStatus" : "ACTIVE",
"name" : "Follow-Up Appointment Made",
"description" : "Follow-up appointment made with student."
"sortOrder" : 3},
...
]
},
{"id" : "3c952070-7fe5-11e1-b0c4-0800200c9a66",
"createdDate" : "2008-04-09T12:07:56",
"createdBy" :
{"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
"firstName" : "John",
"lastName" : "Doe"},
"modifiedDate" : "2008-04-09T12:07:56",
"modifiedBy" :
{"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
"firstName" : "John",
"lastName" : "Doe"},
"objectStatus" : "ACTIVE",
"entryDate" : 1332216000000,
"comment" : "",
"confidentialityLevel" : "EVERYONE",
"journalSourceId" : "aabf0232-5994-4108-986e-cfb6f28724ae",
"journalTrackId" : "1ec33887-7d5e-4770-aef2-049a8314130e",
"journalStepDetails" :
[{"id" : "23befc50-7f91-11e1-b0c4-0800200c9a66",
"createdDate" : "1332216000000",
"createdBy" :
{"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
"firstName" : "John",
"lastName" : "Doe"},
"modifiedDate" : "1332216000000",
"modifiedBy" :
{"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
"firstName" : "John",
"lastName" : "Doe"},
"objectStatus" : "ACTIVE",
"name" : "Action Plan Developed",
"description" : "Action plan developed with student.",
"sortOrder" : 1},
{"id" : "7ed6d720-7f91-11e1-b0c4-0800200c9a66",
"createdDate" : "1332216000000",
"createdBy" :
{"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
"firstName" : "John",
"lastName" : "Doe"},
"modifiedDate" : "1332216000000",
"modifiedBy" :
{"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
"firstName" : "John",
"lastName" : "Doe"},
"objectStatus" : "ACTIVE",
"name" : "Discussed Financial Aid Information",
"description" : "Discussed financial aid information with student and determined any additional financial needs."
"sortOrder" : 2},
{"id" : "3ac714c7-390d-4994-ac43-5de0a0ac9832",
"createdDate" : "1332216000000",
"createdBy" :
{"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
"firstName" : "John",
"lastName" : "Doe"},
"modifiedDate" : "1332216000000",
"modifiedBy" :
{"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
"firstName" : "John",
"lastName" : "Doe"},
"objectStatus" : "ACTIVE",
"name" : "Follow-Up Appointment Made",
"description" : "Follow-up appointment made with student."
"sortOrder" : 3},
...
]
}] |
Get One Journal Entry for a Person
POST /ssp/api/1/person/{id}/journalEntry/{id}
Returns
JournalEntry
Code Block |
---|
{"id" : "240e97c0-7fe5-11e1-b0c4-0800200c9a66", "createdDate" : 1332216000000, "createdBy" : {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "firstName" : "John", "lastName" : "Doe"}, "modifiedDate" : 1332216000000, "modifiedBy" : {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "firstName" : "John", "lastName" : "Doe"}, "objectStatus" : "ACTIVE", "entryDate" : 1332216000000, "comment" : "", "confidentialityLevel" : "EVERYONE", "journalSourceId" : "aabf0232-5994-4108-986e-cfb6f28724ae", "journalTrackId" : "1ec33887-7d5e-4770-aef2-049a8314130e", "journalStepDetails" : [{"id" : "23befc50-7f91-11e1-b0c4-0800200c9a66", "createdDate" : "1332216000000", "createdBy" : {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "firstName" : "John", "lastName" : "Doe"}, "modifiedDate" : "1332216000000", "modifiedBy" : {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "firstName" : "John", "lastName" : "Doe"}, "objectStatus" : "ACTIVE", "name" : "Action Plan Developed", "description" : "Action plan developed with student.", "sortOrder" : 1}, {"id" : "7ed6d720-7f91-11e1-b0c4-0800200c9a66", "createdDate" : "1332216000000", "createdBy" : {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "firstName" : "John", "lastName" : "Doe"}, "modifiedDate" : "1332216000000", "modifiedBy" : {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "objectStatus" : "ACTIVE", "entryDate" : 1332216000000, "commentfirstName" : "John", "confidentialityLevel" : "EVERYONE", "journalSourceId" : "aabf0232-5994-4108-986e-cfb6f28724ae", "journalTrackId" : "1ec33887-7d5e-4770-aef2-049a8314130e", "journalStepDetails" :lastName" : "Doe"}, [{"idobjectStatus" : "23befc50-7f91-11e1-b0c4-0800200c9a66ACTIVE", "createdDatename" : "1332216000000Discussed Financial Aid Information", "createdByIddescription" : "91f46e39-cea8-422b-b215-00f6bcf5d280",Discussed financial aid information with student and determined any additional financial needs." "modifiedDatesortOrder" : "1332216000000"2}, {"modifiedByIdid" : "91f46e393ac714c7-cea8390d-422b4994-b215ac43-00f6bcf5d2805de0a0ac9832", "objectStatuscreatedDate" : "ACTIVE1332216000000", "namecreatedBy" : "Action Plan Developed", {"descriptionid" : "Action plan developed with student.","91f46e39-cea8-422b-b215-00f6bcf5d280", "sortOrderfirstName" : 1}"John", {"id" : "7ed6d720-7f91-11e1-b0c4-0800200c9a66", "createdDatelastName" : "1332216000000Doe"}, "createdByIdmodifiedDate" : "91f46e39-cea8-422b-b215-00f6bcf5d2801332216000000", "modifiedDatemodifiedBy" : "1332216000000", {"modifiedByIdid" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "objectStatusfirstName" : "ACTIVEJohn", "namelastName" : "Discussed Financial Aid Information"Doe"}, "descriptionobjectStatus" : "ACTIVE"Discussed, financial aid information with student and determined any"name" additional: financial needs." "sortOrder" : 2},"Follow-Up Appointment Made", {"iddescription" : "3ac714c7-390d-4994-ac43-5de0a0ac9832",Follow-up appointment made with student." "createdDatesortOrder" : "1332216000000"3}, ... ] "createdById} |
Create Journal Entry for a Person
PUT /ssp/api/1/person/{id}/journalEntry
Sample Post
JournalEntryTO
Code Block |
---|
{"id" : "91f46e39240e97c0-cea87fe5-422b11e1-b215b0c4-00f6bcf5d2800800200c9a66", "modifiedDate"createdDate" : 1332216000000, "1332216000000createdBy", : {"modifiedByIdid" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "objectStatusfirstName" : "ACTIVEJohn", "lastName" : "nameDoe"}, : "modifiedDate"Follow-Up Appointment: Made"1332216000000, "modifiedBy" : {"descriptionid" : "Follow-up appointment made with student." 91f46e39-cea8-422b-b215-00f6bcf5d280", "sortOrderfirstName" : 3}"John", ... ] "lastName" : "Doe"}, {"idobjectStatus" : "3c952070-7fe5-11e1-b0c4-0800200c9a66ACTIVE", "createdDateentryDate" : "2008-04-09T12:07:56"1332216000000, "createdByIdcomment" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "modifiedDateconfidentialityLevel" : "2008-04-09T12:07:56EVERYONE", "modifiedByIdjournalSourceId" : "91f46e39aabf0232-cea85994-422b4108-b215986e-00f6bcf5d280cfb6f28724ae", "objectStatusjournalTrackId" : "ACTIVE1ec33887-7d5e-4770-aef2-049a8314130e", "entryDatejournalStepDetails" : 1332216000000, [{"commentid" : "23befc50-7f91-11e1-b0c4-0800200c9a66"}, "confidentialityLevel" : "EVERYONE", {"journalSourceIdid" : "aabf02327ed6d720-59947f91-410811e1-986eb0c4-cfb6f28724ae0800200c9a66"}, {"journalTrackIdid" : "1ec338873ac714c7-7d5e390d-47704994-aef2ac43-049a8314130e5de0a0ac9832"}, "journalStepDetails" : ... [] } |
Returns
JournalEntryTO
Code Block |
---|
{"id" : "23befc50240e97c0-7f917fe5-11e1-b0c4-0800200c9a66", "createdDate" : 1332216000000, "1332216000000createdBy", : {"createdByIdid" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "modifiedDatefirstName" : "1332216000000John", "lastName" : "modifiedByIdDoe"}, : "91f46e39-cea8-422b-b215-00f6bcf5d280"modifiedDate" : 1332216000000, "modifiedBy" : {"objectStatusid" : "ACTIVE91f46e39-cea8-422b-b215-00f6bcf5d280", "namefirstName" : "Action Plan DevelopedJohn", "descriptionlastName" : "Action plan developed with student.", Doe"}, "sortOrderobjectStatus" : 1}"ACTIVE", "entryDate" : 1332216000000, {"idcomment" : "7ed6d720-7f91-11e1-b0c4-0800200c9a66", "createdDate"confidentialityLevel" : "1332216000000EVERYONE", "createdByIdjournalSourceId" : "91f46e39aabf0232-cea85994-422b4108-b215986e-00f6bcf5d280cfb6f28724ae", "journalTrackId" : "modifiedDate" : "1332216000000", "1ec33887-7d5e-4770-aef2-049a8314130e", "journalStepDetails" : [{"modifiedByIdid" : "91f46e3923befc50-cea87f91-422b11e1-b215b0c4-00f6bcf5d2800800200c9a66", "objectStatuscreatedDate" : "ACTIVE1332216000000", "namecreatedBy" : "Discussed Financial Aid Information", {"descriptionid" : "Discussed financial aid information with student and determined any additional financial needs.""91f46e39-cea8-422b-b215-00f6bcf5d280", "firstName" : "John", "sortOrderlastName" : 2"Doe"}, { "idmodifiedDate" : "3ac714c7-390d-4994-ac43-5de0a0ac98321332216000000", "createdDatemodifiedBy" : "1332216000000", {"createdByIdid" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "modifiedDatefirstName" : "1332216000000John", "modifiedByIdlastName" : "91f46e39-cea8-422b-b215-00f6bcf5d280"Doe"}, "objectStatus" : "ACTIVE", "name" : "Follow-UpAction AppointmentPlan MadeDeveloped", "description" : "Follow-upAction appointmentplan madedeveloped with student.", "sortOrder" : 3}, ... ] }] |
Get One Journal Entry for a Person
...
1 |
...
Returns
JournalEntry
Code Block |
---|
}, {"id" : "240e97c07ed6d720-7fe57f91-11e1-b0c4-0800200c9a66", "createdDate" : "1332216000000", "createdById "createdBy" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "modifiedDate" : 1332216000000, "modifiedById {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "objectStatus" : "ACTIVE", "entryDate" : 1332216000000, "commentfirstName" : "John", "confidentialityLevel" : "EVERYONE", "journalSourceId" : "aabf0232-5994-4108-986e-cfb6f28724ae", "journalTrackIdlastName" : "1ec33887-7d5e-4770-aef2-049a8314130e"Doe"}, "journalStepDetails" : [{"idmodifiedDate" : "23befc50-7f91-11e1-b0c4-0800200c9a661332216000000", "createdDatemodifiedBy" : "1332216000000", {"createdByIdid" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "modifiedDatefirstName" : "1332216000000John", "modifiedByIdlastName" : "91f46e39-cea8-422b-b215-00f6bcf5d280"Doe"}, "objectStatus" : "ACTIVE", "name" : "ActionDiscussed Financial PlanAid DevelopedInformation", "description" : "ActionDiscussed financial planaid developedinformation with student and determined any additional financial needs.", "sortOrder" : 12}, {"id" : "7ed6d7203ac714c7-7f91390d-11e14994-b0c4ac43-0800200c9a665de0a0ac9832", "createdDate" : "1332216000000", "createdById"createdBy" : {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "modifiedDatefirstName" : "1332216000000","John", "modifiedByIdlastName" : "91f46e39-cea8-422b-b215-00f6bcf5d280"Doe"}, "objectStatusmodifiedDate" : "ACTIVE1332216000000", "namemodifiedBy" : "Discussed Financial Aid Information", {"descriptionid" : "Discussed financial aid information with student and determined any additional financial needs.""91f46e39-cea8-422b-b215-00f6bcf5d280", "firstName" : "John", "sortOrderlastName" : 2"Doe"}, { "idobjectStatus" : "3ac714c7-390d-4994-ac43-5de0a0ac9832ACTIVE", "createdDatename" : "1332216000000Follow-Up Appointment Made", "createdByIddescription" : "91f46e39-cea8-422b-b215-00f6bcf5d280",Follow-up appointment made with student." "modifiedDatesortOrder" : "1332216000000"3}, "modifiedById ... ] } |
Save Journal Entry for a Person
PUT /ssp/api/1/person/{id}/journalEntry
Sample Post
JournalEntryTO
Code Block |
---|
{"id" : "91f46e39240e97c0-cea87fe5-422b11e1-b215b0c4-00f6bcf5d2800800200c9a66", "objectStatuscreatedDate" : "ACTIVE", 1332216000000, "namecreatedBy" : "Follow-Up Appointment Made", "description{"id" : "Follow-up appointment made with student." "sortOrder" : 3}91f46e39-cea8-422b-b215-00f6bcf5d280", ... "firstName" : "John", ] } |
Create Journal Entry for a Person
PUT /ssp/api/1/person/{id}/journalEntry
Sample Post
JournalEntryTO
Code Block |
---|
{"id"lastName" : "240e97c0-7fe5-11e1-b0c4-0800200c9a66"Doe"}, "createdDatemodifiedDate" : 1332216000000, "createdById"modifiedBy" : {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",, "modifiedDatefirstName" : 1332216000000,"John", "modifiedByIdlastName" : "91f46e39-cea8-422b-b215-00f6bcf5d280"Doe"}, "objectStatus" : "ACTIVE", "entryDate" : 1332216000000, "comment" : "", "confidentialityLevel" : "EVERYONE", "journalSourceId" : "aabf0232-5994-4108-986e-cfb6f28724ae", "journalTrackId" : "1ec33887-7d5e-4770-aef2-049a8314130e", "journalStepDetails" : [{"id" : "23befc50-7f91-11e1-b0c4-0800200c9a66", "createdDate" : "1332216000000", "createdBy" : [{"id" : "23befc5091f46e39-7f91cea8-11e1422b-b0c4b215-0800200c9a6600f6bcf5d280"}, { "idfirstName" : "7ed6d720-7f91-11e1-b0c4-0800200c9a66"},John", {"idlastName" : "3ac714c7-390d-4994-ac43-5de0a0ac9832Doe"}, ... "modifiedDate" : "1332216000000", ] } |
Returns
JournalEntryTO
Code Block |
---|
{"id" : "240e97c0-7fe5-11e1-b0c4-0800200c9a66", "createdDatemodifiedBy" : 1332216000000, "createdById" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "modifiedDate" : 1332216000000, {"modifiedByIdid" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "objectStatus" : "ACTIVE", "entryDate" : 1332216000000, "commentfirstName" : "John", "confidentialityLevel" : "EVERYONE", "journalSourceId" : "aabf0232-5994-4108-986e-cfb6f28724ae", "journalTrackIdlastName" : "1ec33887-7d5e-4770-aef2-049a8314130e", "journalStepDetails" :Doe"}, "objectStatus" : "ACTIVE", [{"idname" : "23befc50-7f91-11e1-b0c4-0800200c9a66Action Plan Developed", "createdDatedescription" : "1332216000000Action plan developed with student.", "createdByIdsortOrder" : "91f46e39-cea8-422b-b215-00f6bcf5d280"1}, {"modifiedDateid" : "13322160000007ed6d720-7f91-11e1-b0c4-0800200c9a66", "modifiedByIdcreatedDate" : "91f46e39-cea8-422b-b215-00f6bcf5d2801332216000000", "objectStatuscreatedBy" : "ACTIVE", {"nameid" : "Action Plan Developed",91f46e39-cea8-422b-b215-00f6bcf5d280", "descriptionfirstName" : "John"Action, plan developed with student.", "sortOrderlastName" : 1"Doe"}, { "idmodifiedDate" : "7ed6d720-7f91-11e1-b0c4-0800200c9a661332216000000", "createdDatemodifiedBy" : "1332216000000", {"createdByIdid" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "modifiedDatefirstName" : "1332216000000John", "modifiedByIdlastName" : "91f46e39-cea8-422b-b215-00f6bcf5d280"Doe"}, "objectStatus" : "ACTIVE", "name" : "Discussed Financial Aid Information", "description" : "Discussed financial aid information with student and determined any additional financial needs." "sortOrder" : 2}, {"id" : "3ac714c7-390d-4994-ac43-5de0a0ac9832", "createdDate" : "1332216000000", "createdByIdcreatedBy" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "modifiedDate" : "1332216000000", {"modifiedByIdid" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "objectStatus" : "ACTIVE", "namefirstName" : "Follow-Up Appointment MadeJohn", "description" : "Follow-up appointment made with student." "sortOrderlastName" : 3"Doe"}, "modifiedDate" ...: "1332216000000", ] } |
Save Journal Entry for a Person
PUT /ssp/api/1/person/{id}/journalEntry
Sample Post
JournalEntryTO
Code Block |
---|
{"id"modifiedBy" : "240e97c0-7fe5-11e1-b0c4-0800200c9a66", "createdDate" : 1332216000000, "createdById {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "modifiedDatefirstName" : 1332216000000,"John", "modifiedByIdlastName" : "91f46e39-cea8-422b-b215-00f6bcf5d280"Doe"}, "objectStatus" : "ACTIVE", "name" : "entryDate" : 1332216000000, "comment" : "", "confidentialityLevel" : "EVERYONE", "journalSourceId" : "aabf0232-5994-4108-986e-cfb6f28724ae", "journalTrackId" : "1ec33887-7d5e-4770-aef2-049a8314130e", "journalStepDetails" :Follow-Up Appointment Made", "description" : "Follow-up appointment made with student." "sortOrder" : 3}, ... [] } |
Returns
JournalEntryTO
Code Block |
---|
{"id" : "23befc50240e97c0-7f917fe5-11e1-b0c4-0800200c9a66", "createdDate" : "1332216000000", "createdBy" : {"createdByIdid" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "modifiedDatefirstName" : "1332216000000John", "modifiedByIdlastName" : "91f46e39-cea8-422b-b215-00f6bcf5d280"Doe"}, "modifiedDate" : 1332216000000, "objectStatusmodifiedBy" : "ACTIVE", {"nameid" : "Action Plan Developed91f46e39-cea8-422b-b215-00f6bcf5d280", "descriptionfirstName" : "Action plan developed with student.John", "sortOrderlastName" : 1"Doe"}, {"idobjectStatus" : "7ed6d720-7f91-11e1-b0c4-0800200c9a66ACTIVE", "entryDate" : 1332216000000, "createdDatecomment" : "1332216000000", "confidentialityLevel" : "EVERYONE", "createdByIdjournalSourceId" : "91f46e39aabf0232-cea85994-422b4108-b215986e-00f6bcf5d280cfb6f28724ae", "journalTrackId" : "modifiedDate" : "1332216000000", "1ec33887-7d5e-4770-aef2-049a8314130e", "journalStepDetails" : [{"modifiedByIdid" : "91f46e3923befc50-cea87f91-422b11e1-b215b0c4-00f6bcf5d2800800200c9a66", "objectStatuscreatedDate" : "ACTIVE1332216000000", "namecreatedBy" : "Discussed Financial Aid Information", {"descriptionid" : "Discussed financial aid information with student and determined any additional financial needs.""91f46e39-cea8-422b-b215-00f6bcf5d280", "firstName" : "John", "sortOrderlastName" : 2"Doe"}, { "idmodifiedDate" : "3ac714c7-390d-4994-ac43-5de0a0ac98321332216000000", "createdDatemodifiedBy" : "1332216000000", {"createdByIdid" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "modifiedDatefirstName" : "1332216000000John", "modifiedByIdlastName" : "91f46e39-cea8-422b-b215-00f6bcf5d280"Doe"}, "objectStatus" : "ACTIVE", "name" : "Follow-UpAction AppointmentPlan MadeDeveloped", "description" : "Follow-upAction appointmentplan madedeveloped with student.", "sortOrder" : 31}, ... ] } |
Returns
JournalEntryTO
Code Block |
---|
{"id" : "240e97c07ed6d720-7fe57f91-11e1-b0c4-0800200c9a66",, "createdDate" : "1332216000000", "createdDatecreatedBy" : 1332216000000, "createdById" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "modifiedDate" : 1332216000000, {"modifiedByIdid" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "objectStatus" : "ACTIVE", "entryDate" : 1332216000000, "commentfirstName" : "John", "confidentialityLevel" : "EVERYONE", "journalSourceId" : "aabf0232-5994-4108-986e-cfb6f28724ae", "journalTrackId" : "1ec33887-7d5e-4770-aef2-049a8314130e", "journalStepDetails" : "lastName" : "Doe"}, [{"idmodifiedDate" : "23befc50-7f91-11e1-b0c4-0800200c9a661332216000000", "createdDatemodifiedBy" : "1332216000000", {"createdByIdid" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "modifiedDatefirstName" : "1332216000000John", "modifiedByIdlastName" : "91f46e39-cea8-422b-b215-00f6bcf5d280"Doe"}, "objectStatus" : "ACTIVE", "name" : "ActionDiscussed Financial PlanAid DevelopedInformation", "description" : "Action plan developed with student.",Discussed financial aid information with student and determined any additional financial needs." "sortOrder" : 12}, {"id" : "7ed6d7203ac714c7-7f91390d-11e14994-b0c4ac43-0800200c9a665de0a0ac9832", "createdDate" : "1332216000000", "createdByIdcreatedBy" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "modifiedDate" : "1332216000000", "modifiedById {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "objectStatus" : "ACTIVE", "name" : "Discussed Financial Aid Information", "descriptionfirstName" : "Discussed financial aid information with student and determined any additional financial needs."John", "sortOrderlastName" : 2"Doe"}, {"idmodifiedDate" : "3ac714c7-390d-4994-ac43-5de0a0ac98321332216000000", "createdDatemodifiedBy" : "1332216000000", {"createdByIdid" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "modifiedDatefirstName" : "1332216000000John", "modifiedByIdlastName" : "91f46e39-cea8-422b-b215-00f6bcf5d280"Doe"}, "objectStatus" : "ACTIVE", "name" : "Follow-Up Appointment Made", "description" : "Follow-up appointment made with student." "sortOrder" : 3}, ... ] } |
...