Field Set Fields
Output representation of the collection of fields that are associated with a specific
field set.
- JSON example
- This is a sample success response.
-
1{ 2 "fields": [ 3 { 4 "apiName": "Field1", 5 "label": "Field 1" 6 } 7 ], 8 "fieldSetId": "0182819gvahBghvdh", 9 "objectName": "ClaimCoveragePaymentDetail" 10}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| fields | Field Set Field Details[] | List of fields within the specified field set ID. | Small, 65.0 | 65.0 |
| fieldSetId | String | ID of the field set whose associated fields are retrieved. | Small, 65.0 | 65.0 |
| objectName | String | API name of the object whose associated fields are retrieved. | Small, 65.0 | 65.0 |