複合リソースのリストの取得
構文
- URI
- /services/data/vXX.X/composite
- 形式
- JSON
- HTTP のメソッド
- GET
- 認証
- Authorization: Bearer token
- パラメータ
- 不要
- リクエストボディ
- 不要
例
- リクエストの例
-
1curl https://MyDomainName.my.salesforce.com/services/data/v59.0/composite/ -H "Authorization: Bearer token" - レスポンスボディの例
-
1{ 2 "tree": "/services/data/v54.0/composite/tree", 3 "batch": "/services/data/v54.0/composite/batch", 4 "sobjects": "/services/data/v54.0/composite/sobjects", 5 "graph": "/services/data/v54.0/composite/graph" 6}