環境グループ一覧取得

Prev Next
Get
/api/environment_groups
Security
API Key: ApiKeyAuth
Header parameter nameAuthorization

認証キーとなるAPI KEYをAuthorization: Token {{API KEY}}の形式でヘッダーにセットします。
API KEYがabc123の場合は、Authorization: Token abc123とします。
API KEYの作成方法は、TROCCO API KEYの作成を参照ください。

Query parameters
limit
integer (int64)

取得する環境グループの最大件数

Maximum200
Default50
cursor
string

取得する環境グループ一覧の最初のレコードを示すページネーションカーソル
レスポンスに含まれるnext_cursorをセットすると、後続の環境グループ一覧を取得できます。

ExampleeyJpZCI6MjF9
Responses
200

環境グループ一覧を返します。

Expand All
object
items
Array of object
object
id
integer (int64)

環境グループID

Example1
name
string

環境グループ名

Exampleサンプル環境グループ
memo
string | null

メモ

Example# 環境グループのメモ この環境グループは本番環境用です。
created_at
string

環境グループの作成日時

Example2023-08-23T03:00:00.000+09:00
updated_at
string

環境グループの更新日時

Example2023-08-23T03:00:00.000+09:00
next_cursor
string

後続のページネーションリクエストの取得開始レコードを示すカーソル値です。

401

Not authenticated.
認証エラーです。API KEYをご確認ください。