autocomplete
Returns all object groups of the user returned in a basic auto-complete array.
get/v1/autocomplete/object-groups
Query parameters
querystring string
The autocomplete search query.
limitinteger
The number of items returned.
Headers
X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00
Unique identifier associated with this request.
Response
A list of object groups with very basic information.
Example response
[
{
"id": "2",
"title": "Object Group one",
"name": "Object Group one"
}
]