mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
19 lines
637 B
YAML
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
|