Lists all the snapshots for the identity

GET {{baseUrl}}/historical-identities/:id/snapshots

This method retrieves all the snapshots for the identity Requires authorization scope of 'idn:identity-history:read'

Request Params

KeyDatatypeRequiredDescription
startstringThe specified start date
intervalstringThe interval indicating the range in day or month for the specified interval-name
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
Acceptstring

RESPONSES

status: OK

[{"snapshot":"2007-03-01T13:00:00.000Z"},{"snapshot":"2007-03-01T13:00:00.000Z"}]