Activity
100
The name of the report. Supports wildcard () for partial matches - use * for contains, prefix for starts with, *suffix for ends with
OK
GET /api/admin/v1/activity-reports HTTP/1.1
Host: api.apono.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
OK
{
"items": [
{
"id": "text",
"name": "text",
"fields": [
"text"
],
"filters": {
"requestor_source_ids": [
"text"
],
"grantee_source_ids": [
"text"
],
"grantee_identity_types": [
"text"
],
"integration_ids": [
"text"
],
"permission_names": [
"text"
],
"resource_ids": [
"text"
],
"resource_types": [
"text"
],
"statuses": [
"text"
],
"trigger_types": [
"text"
],
"access_flow_ids": [
"text"
]
},
"timeframe": {
"absolute": {
"start_date": "2022-03-10T16:15:50Z",
"end_date": "2022-03-10T16:15:50Z"
},
"relative": {
"last": 1,
"unit": "text",
"rounded": true
}
},
"schedule": {
"cron_expression": "text",
"recipients": [
"text"
]
},
"format": "text",
"creation_date": "2022-03-10T16:15:50Z",
"update_date": "2022-03-10T16:15:50Z"
}
],
"pagination": {
"next_page_token": "text"
}
}
Display name of the report. Must be unique.
List of fields to include in the report. Possible values: request_id, request_date, request_grant_date, request_revoke_date, requestor_name, requestor_email, grantee_name, grantee_id, grantee_type, integration, resources, resource_type, permissions, approver_names, approver_emails, approver_types, justification, status, approver_reason, resources_status, trigger_type, access_flow, bundle_name.
Format of the report. Possible values: csv, pdf. Default is csv
OK
POST /api/admin/v1/activity-reports HTTP/1.1
Host: api.apono.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 542
{
"name": "text",
"fields": [
"text"
],
"filters": {
"requestor_source_ids": [
"text"
],
"grantee_source_ids": [
"text"
],
"grantee_identity_types": [
"text"
],
"integration_ids": [
"text"
],
"permission_names": [
"text"
],
"resource_ids": [
"text"
],
"resource_types": [
"text"
],
"statuses": [
"text"
],
"trigger_types": [
"text"
],
"access_flow_ids": [
"text"
]
},
"timeframe": {
"absolute": {
"start_date": "2022-03-10T16:15:50Z",
"end_date": "2022-03-10T16:15:50Z"
},
"relative": {
"last": 1,
"unit": "text",
"rounded": true
}
},
"schedule": {
"cron_expression": "text",
"recipients": [
"text"
]
},
"format": "text"
}
OK
{
"id": "text",
"name": "text",
"fields": [
"text"
],
"filters": {
"requestor_source_ids": [
"text"
],
"grantee_source_ids": [
"text"
],
"grantee_identity_types": [
"text"
],
"integration_ids": [
"text"
],
"permission_names": [
"text"
],
"resource_ids": [
"text"
],
"resource_types": [
"text"
],
"statuses": [
"text"
],
"trigger_types": [
"text"
],
"access_flow_ids": [
"text"
]
},
"timeframe": {
"absolute": {
"start_date": "2022-03-10T16:15:50Z",
"end_date": "2022-03-10T16:15:50Z"
},
"relative": {
"last": 1,
"unit": "text",
"rounded": true
}
},
"schedule": {
"cron_expression": "text",
"recipients": [
"text"
]
},
"format": "text",
"creation_date": "2022-03-10T16:15:50Z",
"update_date": "2022-03-10T16:15:50Z"
}
OK
GET /api/admin/v1/activity-reports/{id} HTTP/1.1
Host: api.apono.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
OK
{
"id": "text",
"name": "text",
"fields": [
"text"
],
"filters": {
"requestor_source_ids": [
"text"
],
"grantee_source_ids": [
"text"
],
"grantee_identity_types": [
"text"
],
"integration_ids": [
"text"
],
"permission_names": [
"text"
],
"resource_ids": [
"text"
],
"resource_types": [
"text"
],
"statuses": [
"text"
],
"trigger_types": [
"text"
],
"access_flow_ids": [
"text"
]
},
"timeframe": {
"absolute": {
"start_date": "2022-03-10T16:15:50Z",
"end_date": "2022-03-10T16:15:50Z"
},
"relative": {
"last": 1,
"unit": "text",
"rounded": true
}
},
"schedule": {
"cron_expression": "text",
"recipients": [
"text"
]
},
"format": "text",
"creation_date": "2022-03-10T16:15:50Z",
"update_date": "2022-03-10T16:15:50Z"
}
Display name of the report. Must be unique.
List of fields to include in the report. Possible values: request_id, request_date, request_grant_date, request_revoke_date, requestor_name, requestor_email, grantee_name, grantee_id, grantee_type, integration, resources, resource_type, permissions, approver_names, approver_emails, approver_types, justification, status, approver_reason, resources_status, trigger_type, access_flow, bundle_name.
Format of the report. Possible values: csv, pdf. Default is csv
OK
PUT /api/admin/v1/activity-reports/{id} HTTP/1.1
Host: api.apono.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 542
{
"name": "text",
"fields": [
"text"
],
"filters": {
"requestor_source_ids": [
"text"
],
"grantee_source_ids": [
"text"
],
"grantee_identity_types": [
"text"
],
"integration_ids": [
"text"
],
"permission_names": [
"text"
],
"resource_ids": [
"text"
],
"resource_types": [
"text"
],
"statuses": [
"text"
],
"trigger_types": [
"text"
],
"access_flow_ids": [
"text"
]
},
"timeframe": {
"absolute": {
"start_date": "2022-03-10T16:15:50Z",
"end_date": "2022-03-10T16:15:50Z"
},
"relative": {
"last": 1,
"unit": "text",
"rounded": true
}
},
"schedule": {
"cron_expression": "text",
"recipients": [
"text"
]
},
"format": "text"
}
OK
{
"id": "text",
"name": "text",
"fields": [
"text"
],
"filters": {
"requestor_source_ids": [
"text"
],
"grantee_source_ids": [
"text"
],
"grantee_identity_types": [
"text"
],
"integration_ids": [
"text"
],
"permission_names": [
"text"
],
"resource_ids": [
"text"
],
"resource_types": [
"text"
],
"statuses": [
"text"
],
"trigger_types": [
"text"
],
"access_flow_ids": [
"text"
]
},
"timeframe": {
"absolute": {
"start_date": "2022-03-10T16:15:50Z",
"end_date": "2022-03-10T16:15:50Z"
},
"relative": {
"last": 1,
"unit": "text",
"rounded": true
}
},
"schedule": {
"cron_expression": "text",
"recipients": [
"text"
]
},
"format": "text",
"creation_date": "2022-03-10T16:15:50Z",
"update_date": "2022-03-10T16:15:50Z"
}
OK
GET /api/v3/activity HTTP/1.1
Host: api.apono.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
OK
{
"data": [
{
"request_id": "text",
"request_date": "text",
"requestor_name": "text",
"requestor_email": "text",
"integration": "text",
"resource_type": "text",
"resources": [
"text"
],
"permissions": [
"text"
],
"justification": "text",
"status": "text",
"trigger_type": "text",
"access_flow": "text"
}
],
"pagination": {
"total": 1,
"limit": 1,
"offset": 1
}
}
Last updated
Was this helpful?