Files
api-specs/idn/v3/parameters/count.yaml
2022-09-28 19:55:18 +00:00

19 lines
637 B
YAML

in: query
name: count
description: >-
If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned
if *limit* and *offset* were ignored.
Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if
that value will not be used.
See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters)
for more information.
required: false
example: true
schema:
type: boolean
default: false