Additional request parameters
Since API version 2.9 (TermWeb 3.16) you can specify additional parameters for generic method calls. These parameters are used to modify what data should be returned for objects.
Calling a method with additional parameters
Parameters can be added to the type name value in all generic methods, in the same format as a URL query string.
ConceptEntry?field1=value1&field2=value2&field3=value3...
Example
This will return a Concept entry with meta data fields.
getObject('123456789', 'ConceptEntry?metadata=true', '42')
Available parameters
Parameter | Description | Allowed values | Default |
---|---|---|---|
metadata | Determines if the meta data fields (createdBy, createdOn, changedBy, changedOn ) should be included in the object(s) returned from the method call. | true / false | false |