pub async fn retrieve_action_with_id(
configuration: &Configuration,
action_id: &str,
) -> Result<ActionResponse, Error<RetrieveActionWithIdError>>
Expand description
Retrieves a single action log (the log of a user action that was taken on a user previously) for the given Id.