Gets the summary for the event count for a specific identity

GET {{baseUrl}}/historical-identities/:id/snapshot-summary

This method gets the summary for the event count for a specific identity by month/day Requires authorization scope of 'idn:identity-history:read'

Request Params

KeyDatatypeRequiredDescription
beforestringThe date before which snapshot summary is required
intervalstringThe interval indicating day or month. Defaults to month if not specified
time-zonestringThe time zone. Defaults to UTC if not provided
limitnumberMax number of results to return.
See V3 API Standard Collection Parameters for more information.
offsetnumberOffset into the full result set. Usually specified with limit to paginate through the results.
See V3 API Standard Collection Parameters for more information.
countbooleanIf 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 for more information. |

HEADERS

KeyDatatypeRequiredDescription
X-SailPoint-Experimentalboolean(Required) Use this header to enable this experimental API.
Acceptstring

RESPONSES

status: OK

[{"name":"2021-04-01T00:00:00.000Z","value":2},{"name":"2021-04-01T00:00:00.000Z","value":2}]