Retrieve the List of Objects
Resource
1/connect/industries/${featureName}/objectsResource Example
1/connect/industries/dataloading/objects?entityType=standard&offset=0&limit=100Available Version
58.0
Requires Chatter
No
HTTP Methods
GET
Request Parameters for GET
| Parameter Name | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| entityType | String | The type of objects. The API returns only the objects filtered by the object type. | Optional | 58.0 |
| limit | Integer | The maximum number of objects that are returned for a single
request. Note: To configure pagination, either provide values for the offset and limit parameters together, or provide no values, at all. If neither offset nor limit parameters are provided, then all of the available records are returned. |
Optional | 58.0 |
| offset | Integer | The starting point within the sorted list of objects. Note: To configure pagination, either provide values for the offset and limit parameters together, or provide no values, at all. If neither offset nor limit parameters are provided, then all of the available records are returned. |
Optional | 58.0 |