{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Child API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Child", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Get Child Records", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/records/:RECORD_ID/child-relationships/:RELATIONSHIP_NAME", "params": [ { "name": "RECORD_ID", "value": "500123", "type": "path", "description": "Record ID" }, { "name": "RELATIONSHIP_NAME", "value": "example_value", "type": "path", "description": "API name of the relationship" } ] }, "docs": "Get child records for a specified record and child relationship name. Relationships are connections between records. On a record detail page, each record in a related list has a child relationship to the parent record." } ] } ], "bundled": true }