# Retrieve client details **GET /client** Retrieve details of a client or search for clients based on given criteria. ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Query parameters - **companyID** (integer) - **clientID** (integer) - **search** (string) ## Responses ### 200 A list of clients #### Body: application/json (array[object]) - **clientID** (integer) - **FirstName** (string) - **LastName** (string) - **Company** (string) - **Phone** (string) - **Email** (string) - **isActive** (boolean) - **CustomerSince** (string) - **companyID** (integer) - **createdBy** (integer) - **updatedBy** (integer) ### 500 Internal Server Error [Powered by Bump.sh](https://bump.sh)