Get Individual Activities
Get a list of activities for an individual.
Path parameters
entityId
Unique identifier for an entity
Headers
api_key
api_key
Your API key provided by FrankieOne
X-Frankie-CustomerID
Your Customer ID provided by FrankieOne
X-Frankie-CustomerChildID
Your Customer Child ID provided by FrankieOne
X-Frankie-Channel
Open string that can be used to define the “channel” the request comes in from. It can potentially be used in routing and risk calculations upon request. Default values that can be used are: api portal smartui Any alphanumeric string is supported though. Anything over 64 characters will be truncated.
X-Frankie-Username
Username provided by API caller
Query parameters
activityTypes
Query parameter to filter activities by types
processResultId
Query parameter to filter activity results by process result ID
activityResultClasses
Query parameter to filter results by classes
Allowed values:
sortField
Query parameter to determine which fields specific field to sort by.
Allowed values:
sort
The order in which your results will display.
This is to be used in conjunction with sortField
.
If there are multiple matches for the same value, the results will be sorted by the primary identifier (e.g. activityId).
Allowed values:
limit
Query parameter to limit the number of records returned
page
Query parameter to paginate through returned items
status
Query parameter to filter activities and evaluations by manual status
Allowed values:
afterActivityAt
Query parameter to filter records after a specific activity timestamp.
Timestamp values must be in UTC ISO8601 format.
beforeActivityAt
Query parameter to filter records that occurred before a specific activity timestamp.
Timestamp values must be in UTC ISO8601 format.
Response
OK
activities
requestId
The unique request identifier for the API call made.
meta
Meta information about the request and response