#main - queryFind actor suggestions for a prefix search term. Expected use is for auto-completion during text field entry. Does not require auth.
Query Parameters
| Name | Type | Details |
|---|---|---|
limit |
integer |
Default: Minimum: Maxumum: |
q |
string |
Search query prefix; not a full query string. |
term |
string |
DEPRECATED: use 'q' instead. |
Response Body
Content Type: application/json
Data Fields
| Name | Type | Details |
|---|---|---|
actors |
array (required) |
Elements are of type: |
Errors
No error types defined