Get Get Application Adoption Report
Adoption rate is determined as the percentage of users that are entitled to the resource that have launched the resource. Includes the name of the resource, its type, how many users are entitled, how many have launched the resource at least once, and the adoption percentage. DAY = past day WEEK = past week MONTH = past month QUARTER = past 12 weeks
Generate report for this past time interval
successful operation
{
"header": [
"string"
],
"headerArg": [
"string"
],
"data": [
[
{}
]
]
}
The headers for each column, as i18n messages
The values of any positional arguments for the header messages (max one per header)
_links
The table rows. Each entry represents an audit event and each audit even is represented by an array of 5 elements:
-
" + "
- 1. Formatted date and time of the event " + "
- 2. Who performed the event " + "
- 3. Simple summary of the event " + "
- 4. The object affected by the event " + "
- 5. The full details of the event as JSON serialized Action or Audit objects " + "