getinfo
allows you to retrieve relevant additional information from the assignmentClass
,
object depending on the api endpoint.
Arguments
- obj
object of assignmentClass
- arg
name of attribute, if arg="arglist"
then it returns all available arguments
Value
the specific attribute
Details
To retrieve all availalbe arguments use arg="arglist"
Examples
if (FALSE) {
# retrieve the uid of the person responsible after retrieving details for specific assignment
getinfo(asslist, "responsibleid")
# see all available attribute names
getinfo(asslist, "arglist")
}