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.
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.
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 |