# 📇 Contact

Manage contact information and relationships for clients.

 - [POST /gql/v1/contacts](https://api.doc.aiwyn.ai/bundle/contact/getcontactspaginated.md): **Retrieve all contacts with basic pagination support** Returns a paginated list of contacts. Default sort prioritizes last/first name. Real Example: ```bash curl --location 'https://{{host}}/v1/cont
 - [POST /gql/v1/contacts/search](https://api.doc.aiwyn.ai/bundle/contact/filtercontactsdynamic.md): **Advanced contact filtering with custom GraphQL where clauses and dynamic ordering** Filter contacts using boolean logic and relationship-aware fields from `contact_info`. Real Example: ```bash curl
 - [GET /gql/v1/contact/{id}](https://api.doc.aiwyn.ai/bundle/contact/getcontactbyid.md): **Retrieve a specific contact by its unique identifier** This endpoint provides detailed contact information including: - Complete contact details and demographics - Contact status and relationship in
 - [GET /gql/v1/contacts/by_client/{clientId}](https://api.doc.aiwyn.ai/bundle/contact/getcontactsbyclientid.md): **Retrieve active contacts associated with a specific client** Returns all contacts linked to the given client via the contact-client relationship, where the contact, contact-client link, and contact
