Skip to main content
GET
C#

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

パスパラメータ

id
string<organization-id>
必須

organizationのID。

クエリパラメータ

from
string

選択開始位置となる任意の ID。

take
integer
デフォルト:50

ページあたりの結果数。デフォルトは 50 です。最大値の 100 を超える値は 100 に制限されます。

必須範囲: x >= 1

レスポンス

organizationのクライアントが正常に取得されました。

clients
object[]
必須

organization に関連付けられているクライアントの一覧。

next
string

存在する場合に、結果の次ページを取得するための from クエリパラメータとして渡すことができる不透明なトークン。