# Person skills lookup Person skills objects lookup. Endpoint: GET /api/datastorage/autocomplete/person_skills/ Version: 1.0.0 ## Query parameters: - `q` (string, required) Person skill name. - `page` (integer) ## Response 200 fields (application/json): - `results` (array) - `results.id` (string) Object primary key. - `results.text` (string) Person skill name. - `pagination` (object) - `pagination.more` (boolean) If True then the next page is available.