資格証明のRESTエンドポイント
資格証明
資格証明のREST APIエンドポイント
- 資格証明の作成
- メソッド: postパス:
/api/v2/credentials/ - 資格証明の資格証明入力ソースの作成
- メソッド: postパス:
/api/v2/credentials/{id}/input_sources/ - 資格証明の削除
- メソッド: deleteパス:
/api/v2/credentials/{id}/ - 資格証明のアクティビティ・ストリームのリスト
- メソッド: getパス:
/api/v2/credentials/{id}/activity_stream/ - 資格証明の資格証明入力ソースのリスト
- メソッド: getパス:
/api/v2/credentials/{id}/input_sources/ - 資格証明のリスト
- メソッド: getパス:
/api/v2/credentials/ - 資格証明のロールのリスト
- メソッド: getパス:
/api/v2/credentials/{id}/object_roles/ - 資格証明のチームのリスト
- メソッド: getパス:
/api/v2/credentials/{id}/owner_teams/ - ユーザーのリスト
- メソッド: getパス:
/api/v2/credentials/{id}/access_list/ - 資格証明のユーザーのリスト
- メソッド: getパス:
/api/v2/credentials/{id}/owner_users/ - 資格証明の取得
- メソッド: getパス:
/api/v2/credentials/{id}/ - 資格証明の取得
- メソッド: getパス:
/api/v2/credentials/{id}/test/ - 資格証明の取得
- メソッド: postパス:
/api/v2/credentials/{id}/test/ - 資格証明の更新
- メソッド: patchパス:
/api/v2/credentials/{id}/ - 資格証明の更新
- メソッド: putパス:
/api/v2/credentials/{id}/ - 資格証明コピーの作成
- メソッド: postパス:
/api/v2/credentials/{id}/copy/ - 資格証明コピーのリスト
- メソッド: getパス:
/api/v2/credentials/{id}/copy/