contacts.get_all
Name | Default value |
---|---|
page | 1 |
per_page | 5 |
order | asc |
order_by | created_at |
from | |
to |
contacts.by_id
Name | Default value |
---|---|
contact_id |
contacts.get_by_email
Name | Default value |
---|---|
page | 1 |
per_page | 5 |
order | asc |
order_by | created_at |
from | |
to |
contacts.get_by_phone_number
Name | Default value |
---|---|
phone_number | |
page | 1 |
per_page | 5 |
order | asc |
order_by | created_at |
from | |
to |