Gets the list of identity access items at a given date filterd by item type​
This method retrieves the list of identity access items at a given date filterd by item type Requires authorization scope of 'idn:identity-history:read'
Path Parameters
- id string required
The identity id
Example: 8c190e6787aa4ed9a90bd9d5344523fb - date string required
The specified date
Example: 2007-03-01T13:00:00Z
Query Parameters
- type string
The access item type
Example: account
- 200
- 400
- 401
- 403
- 404
- 500
The identity object.
- application/json
- Schema
- Example (from schema)
- Access Item Access Profile Response
- Access Item Account Response
- Access Item App Response
- Access Item Entitlement Response
- Access Item Role Response
Schema array
- MOD1
- MOD2
- MOD3
- MOD4
- MOD5
- accessType string
the access item type. accessProfile in this case
- id string
the access item id
- name string
the access profile name
- sourceName string
the name of the source
- sourceId string
the id of the source
- description string
the description for the access profile
- displayName string
the display name of the identity
- entitlementCount string
the number of entitlements the access profile will create
- appDisplayName string
the name of app
- accessType string
the access item type. account in this case
- id string
the access item id
- nativeIdentity string
the native identifier used to uniquely identify an acccount
- sourceName string
the name of the source
- sourceId string
the id of the source
- entitlementCount string
the number of entitlements the account will create
- displayName string
the display name of the identity
- accessType string
the access item type. entitlement in this case
- id string
the access item id
- displayName string
the access profile display name
- sourceName string
the associated source name if it exists
- accessType string
the access item type. entitlement in this case
- id string
the access item id
- attribute string
the entitlement attribute
- value string
the associated value
- entitlementType string
the type of entitlement
- sourceName string
the name of the source
- sourceId string
the id of the source
- description string
the description for the entitlment
- displayName string
the display name of the identity
- accessType string
the access item type. role in this case
- id string
the access item id
- displayName string
the role display name
- description string
the description for the role
- sourceName string
the associated source name if it exists
[
{
"accessType": "accessProfile",
"id": "2c918087763e69d901763e72e97f006f",
"name": "sample",
"sourceName": "DataScienceDataset",
"sourceId": "2793o32dwd",
"description": "AccessProfile - Workday/Citizenship access",
"displayName": "Dr. Arden Rogahn MD",
"entitlementCount": 12,
"appDisplayName": "AppName"
},
{
"accessType": "account",
"id": "2c918087763e69d901763e72e97f006f",
"nativeIdentity": "dr.arden.ogahn.d",
"sourceName": "DataScienceDataset",
"sourceId": "2793o32dwd",
"entitlementCount": 12,
"displayName": "Dr. Arden Rogahn MD"
},
{
"accessType": "app",
"id": "2c918087763e69d901763e72e97f006f",
"displayName": "Display Name",
"sourceName": "appName"
},
{
"accessType": "entitlement",
"id": "2c918087763e69d901763e72e97f006f",
"attribute": "groups",
"value": "Upward mobility access",
"entitlementType": "entitlement",
"sourceName": "DataScienceDataset",
"sourceId": "2793o32dwd",
"description": "Entitlement - Workday/Citizenship access",
"displayName": "Dr. Arden Rogahn MD"
},
{
"accessType": "role",
"id": "2c918087763e69d901763e72e97f006f",
"displayName": "sample",
"description": "Role - Workday/Citizenship access",
"sourceName": "Source Name"
}
]
[
{
"type": "accessProfile",
"id": "2c918087763e69d901763e72e97f006f",
"name": "sample",
"sourceName": "DataScienceDataset",
"sourceId": "2793o32dwd",
"description": "AccessProfile - Workday/Citizenship access",
"displayName": "Dr. Arden Rogahn MD",
"entitlementCount": 12,
"appDisplayName": "AppName"
}
]
[
{
"type": "account",
"id": "2c918087763e69d901763e72e97f006f",
"nativeIdentity": "dr.arden.ogahn.d",
"sourceName": "DataScienceDataset",
"sourceId": "2793o32dwd",
"entitlementCount": 12,
"displayName": "Dr. Arden Rogahn MD"
}
]
[
{
"type": "app",
"id": "2c918087763e69d901763e72e97f006f",
"name": "appName"
}
]
[
{
"type": "entitlement",
"id": "2c918087763e69d901763e72e97f006f",
"attribute": "groups",
"value": "Upward mobility access",
"entitlementType": "entitlement",
"sourceName": "DataScienceDataset",
"sourceId": "2793o32dwd",
"description": "Entitlement - Workday/Citizenship access",
"displayName": "Dr. Arden Rogahn MD"
}
]
[
{
"type": "role",
"id": "2c918087763e69d901763e72e97f006f",
"name": "sample",
"description": "Role - Workday/Citizenship access"
}
]
Client Error - Returned if the request body is invalid.
- application/json
- Schema
- Example (from schema)
Schema
- detailCode string
Fine-grained error code providing more detail of the error.
- trackingId string
Unique tracking id for the error.
messages object[]
Generic localized reason for error
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
causes object[]
Plain-text descriptive reasons to provide additional detail to the text provided in the messages field
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
{
"detailCode": "400.1 Bad Request Content",
"trackingId": "e7eab60924f64aa284175b9fa3309599",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
],
"causes": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
]
}
Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.
- application/json
- Schema
- Example (from schema)
Schema
- error
A message describing the error
{
"error": "JWT validation failed: JWT is expired"
}
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
- application/json
- Schema
- Example (from schema)
- 403
Schema
- detailCode string
Fine-grained error code providing more detail of the error.
- trackingId string
Unique tracking id for the error.
messages object[]
Generic localized reason for error
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
causes object[]
Plain-text descriptive reasons to provide additional detail to the text provided in the messages field
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
{
"detailCode": "400.1 Bad Request Content",
"trackingId": "e7eab60924f64aa284175b9fa3309599",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
],
"causes": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
]
}
An example of a 403 response object
{
"detailCode": "403 Forbidden",
"trackingId": "b21b1f7ce4da4d639f2c62a57171b427",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The server understood the request but refuses to authorize it."
}
]
}
Not Found - returned if the request URL refers to a resource or object that does not exist
- application/json
- Schema
- Example (from schema)
- 404
Schema
- detailCode string
Fine-grained error code providing more detail of the error.
- trackingId string
Unique tracking id for the error.
messages object[]
Generic localized reason for error
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
causes object[]
Plain-text descriptive reasons to provide additional detail to the text provided in the messages field
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
{
"detailCode": "400.1 Bad Request Content",
"trackingId": "e7eab60924f64aa284175b9fa3309599",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
],
"causes": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
]
}
An example of a 404 response object
{
"detailCode": "404 Not found",
"trackingId": "b21b1f7ce4da4d639f2c62a57171b427",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The server did not find a current representation for the target resource."
}
]
}
Internal Server Error - Returned if there is an unexpected error.
- application/json
- Schema
- Example (from schema)
- 500
Schema
- detailCode string
Fine-grained error code providing more detail of the error.
- trackingId string
Unique tracking id for the error.
messages object[]
Generic localized reason for error
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
causes object[]
Plain-text descriptive reasons to provide additional detail to the text provided in the messages field
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
{
"detailCode": "400.1 Bad Request Content",
"trackingId": "e7eab60924f64aa284175b9fa3309599",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
],
"causes": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
]
}
An example of a 500 response object
{
"detailCode": "500.0 Internal Fault",
"trackingId": "b21b1f7ce4da4d639f2c62a57171b427",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "An internal fault occurred."
}
]
}