クライアントの一覧をページ毎に取得する
get/applications/{applicationId}/clients/page/{pageNum}
Path parameters
applicationIdstring required
取得対象のアプリケーションのID
pageNuminteger required
取得対象のページ数の指定。0 指定時には 1 指定時と同じ結果が得られる。
Response
200
Example response
{
"total": 1
}Changes
No recorded changes to this endpoint across all 1 revision of this API.