mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
16 lines
412 B
YAML
16 lines
412 B
YAML
in: query
|
|
name: limit
|
|
description: >-
|
|
Max number of results to return.
|
|
|
|
See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters)
|
|
for more information.
|
|
required: false
|
|
example: 250
|
|
schema:
|
|
type: integer
|
|
format: int32
|
|
minimum: 0
|
|
maximum: 250
|
|
default: 250
|