Gets a list of differences of specific accessType for the given identity between 2 snapshots
GET {{baseUrl}}/historical-identities/:id/compare/:access-type
This method gets a list of differences of specific accessType for the given identity between 2 snapshots Requires authorization scope of 'idn:identity-history:read'
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| access-associated | string | Indicates if added or removed access needs to be returned. true - added, false - removed, null - both added & removed | |
| snapshot1 | string | The snapshot 1 of identity | |
| snapshot2 | string | The snapshot 2 of identity | |
| limit | number | Max number of results to return. | |
| See V3 API Standard Collection Parameters for more information. | |||
| offset | number | Offset into the full result set. Usually specified with limit to paginate through the results. | |
| See V3 API Standard Collection Parameters for more information. | |||
| count | boolean | 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 for more information. |
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
[{"eventType":"ADD","displayName":"Test","sourceName":"Source"},{"eventType":"ADD","displayName":"Test","sourceName":"Source"}]