チームとフリート›テクニシャン一覧の取得
テクニシャン一覧の取得
現在のビジネスのテクニシャンの、ページネーション対応の一覧を返します
引数
pageintegerquery任意
ページ番号(デフォルト 1)
limitintegerquery任意
1 ページあたりの件数(デフォルト 15、最大 1000)
statusstringquery任意
ステータスで絞り込みます(active、onboarding、deactive)
assignment_tierstringquery任意
アサインメントティアで絞り込みます(lead、buddy、float)
keywordstringquery任意
氏名、メールアドレス、電話番号、住所で検索します
sortstringquery任意
並び順: created_at_desc|created_at_asc|name_asc|name_desc(デフォルト: created_at_desc)
sincestringquery任意
ショートポーリング用の RFC3339 カーソルです。前回のレスポンスの next_since をそのまま指定してください
GET/v1/technicians
curl -X GET "https://api.crisphive.com/v1/technicians" \ -H "Authorization: Bearer chsk_test_4eC8xQ9mZ2pL7Ka0rT"
Bearer