Retrieve the List of Objects

Retrieve the list of objects for a specified feature.
Resource
/connect/industries/${featureName}/objects
Resource Example
/connect/industries/dataloading/objects?entityType=standard&offset=0&limit=100
Available 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
Response body for GET
Feature Objects Result