TAO 3.3 is released. Check out the announcement here - https://forum.taotesting.com/discussion/593/tao-community-edition-3-3-released#latest
Custom test taker fields in REST API
in Developers
Version: TAO 3.3.0-RC02
I can create test takers using the /taoTestTaker/api/testTakers REST api but I'm unable to populate any custom defined fields from the schema of the class. I've tried passing the parameters using the field name, the fully qualified RDF (ex http://hostname/tao/taoapp.rdf#i15746201006725193) and just the id (ex i15746201006725193).
Below is an example of what I would like to achieve. I would like to populate a custom field called "school" with the name of the school (ex "my school").
The above example does not work. What is the correct way to achieve this?