---
title: "getAllMobileSuggests"
method: GET
path: "/api/mobile-suggests"
tags: ["mobile-suggest-resource"]
---

# getAllMobileSuggests

`GET /api/mobile-suggests`

## Query parameters

- `address.contains` string
- `address.doesNotContain` string
- `address.equals` string
- `address.in` string[]
- `address.notEquals` string
- `address.notIn` string[]
- `address.specified` boolean
- `fullname.contains` string
- `fullname.doesNotContain` string
- `fullname.equals` string
- `fullname.in` string[]
- `fullname.notEquals` string
- `fullname.notIn` string[]
- `fullname.specified` boolean
- `id.equals` integer
- `id.greaterThan` integer
- `id.greaterThanOrEqual` integer
- `id.in` integer[]
- `id.lessThan` integer
- `id.lessThanOrEqual` integer
- `id.notEquals` integer
- `id.notIn` integer[]
- `id.specified` boolean
- `mobile.contains` string
- `mobile.doesNotContain` string
- `mobile.equals` string
- `mobile.in` string[]
- `mobile.notEquals` string
- `mobile.notIn` string[]
- `mobile.specified` boolean
- `page` integer
- `size` integer
- `sort` string[]

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/ayriaclub/apis/ayria-api.md) · [All operations](https://skmtc.dev/ayriaclub/apis/ayria-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ayriaclub/ayria-api/revisions/097cded81400/schema)
