autocomplete group field
/groups/{group}/autocomplete/{field} [GET]
API Support | Available since | Last updated | Output |
---|---|---|---|
Description
This service is now deprecated, use Service: /groups/{group}/autocomplete [GET] instead.
Autocomplete for a specific field
Returns the list of terms that auto-complete the prefix from terms in the field specified in the URL.
Parameters
Name | Description | Required | Type | Default |
---|---|---|---|---|
term | The term to autocomplete, effectively a prefix for possible terms | yes | string | |
max-terms | The maximum number of terms to return | no | integer | 20 |
Permission
This service is restricted to guest and higher.
Response
Example XML output:
<autocomplete term="test"> <term text="test1" prefix="true"/> <term text="test2" prefix="true"/> <term text="testable" prefix="true"/> <term text="tested" prefix="true"/> ... </autocomplete>
Error Handling
No specific errors expected for this service.