Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Watch A Student


POST /ssp/api/1/person/[watcher id]/watchstudent/

Security

PERSON_WATCHLIST_WRITE

BULK_WATCHLIST_WRITE


Method: Post

{ "id":"",
 "studentId":"0beff43f-f3c1-4689-be35-72d4972ec160",
 "watcherId":"c0a80097-4b52-1f09-814b-5235b24f0001"
}

 

Returns

{  
   "id":"c0a80097-5047-1231-8150-477cc8760000",
   "createdDate":1444308371574,
   "createdBy":{  
      "id":"c0a80097-4b52-1f09-814b-5235b24f0001",
      "firstName":null,
      "lastName":null,
      "fullName":"null null"
   },
   "modifiedDate":1444308371574,
   "modifiedBy":{  
      "id":"c0a80097-4b52-1f09-814b-5235b24f0001",
      "firstName":null,
      "lastName":null,
      "fullName":"null null"
   },
   "objectStatus":"ACTIVE",
   "watcherId":"c0a80097-4b52-1f09-814b-5235b24f0001",
   "studentId":"0beff43f-f3c1-4689-be35-72d4972ec160",
   "watchDate":1444308371574
}

 

Un-Watch A Student


POST /ssp/api/1/person/{watcher id}/watchstudent/{student id}

Security

PERSON_WATCHLIST_DELETE

 

Method: Delete

{  
   "id":"c0a80097-5047-1231-8150-477cc8760000",
   "studentId":"0beff43f-f3c1-4689-be35-72d4972ec160",
   "watcherId":"c0a80097-4b52-1f09-814b-5235b24f0001"
}

 

Returns

{"success":"true","message":""}

 

 

GET /1/person/{personId}/watchstudent/

GET /1/person/{personId}/watchstudent/whoiswatching


  • No labels