⭐ List People Profiles
GET https://api.crisp.chat/v1/website/:website_id/people/profiles/:page_number?per_page=&sort_field=&sort_order=&search_operator=&search_filter=&search_text=&filter_date_start=&filter_date_end=
Request Params
Key | Datatype | Required | Description |
---|
per_page | null | | Page size for people paging (between 20 and 50 , defaults to 20 ) |
sort_field | null | | Sort on field (based on available search field names, eg. nickname and more) |
sort_order | null | | Sort order (ascending or descending ) |
search_operator | null | | Search operator (or or and respectful to boolean algebra, defaults to and if not set) |
search_filter | null | | Search filter (object filter mapped as string) |
search_text | null | | Search text (text for a quick search) |
filter_date_start | null | | When to start relative to profile creation date (date, ISO 8601) |
filter_date_end | null | | When to end relative to profile creation date (date, ISO 8601) |
Key | Datatype | Required | Description |
---|
Content-Type | string | | |
X-Crisp-Tier | string | | |