JWTを使用している企業のShield情報バリアオブジェクトのリストを取得します。
1000
1000
返す項目の1ページあたりの最大数。
JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii
結果が返される開始位置のマーカー。マーカーベースのページ割りを使用している場合に使用さ れます。
Shield情報バリアオブジェクトのページ割りされたリストを返します。現在バリアがない場合は空のリストを返します。
JWTを使用している企業が見つからない場合はnot_found
エラーを返します。
予期しないクライアントエラー。
await client.shieldInformationBarriers.getShieldInformationBarriers();
client.shield_information_barriers.get_shield_information_barriers()
await client.ShieldInformationBarriers.GetShieldInformationBarriersAsync();
const result = await client.shieldInformationBarriers.getAll();
console.log(`There are ${result.entries.length} shield information barriers`);
{
"entries": [
{
"id": "11446498",
"type": "shield_information_barrier",
"enterprise": {
"id": "1910967",
"type": "enterprise"
},
"status": "draft",
"created_at": "2020-06-26T18:44:45.869Z",
"created_by": {
"id": "11446498",
"type": "user"
},
"updated_at": "2020-07-26T18:44:45.869Z",
"updated_by": {
"id": "11446498",
"type": "user"
},
"enabled_at": "2020-07-26T18:44:45.869Z",
"enabled_by": {
"id": "11446498",
"type": "user"
}
}
],
"limit": 1000,
"next_marker": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii"
}