get_assignment_history: Get assignment history

View source: R/assignments.R

get_assignment_historyR Documentation

Get assignment history

Description

Get the history of actions taken on the target assignment.

Usage

get_assignment_history(
  id,
  server = Sys.getenv("SUSO_SERVER"),
  workspace = Sys.getenv("SUSO_WORKSPACE"),
  user = Sys.getenv("SUSO_USER"),
  password = Sys.getenv("SUSO_PASSWORD")
)

Arguments

id

Assignment ID number

server

Full server web address (e.g., https://demo.mysurvey.solutions, https://my.domain)

workspace

Character. Name of the workspace whose assignments to get. In workspace list, value of NAME, not ⁠DISPLAY NAME⁠, for the target workspace.

user

API user name

password

API password

Details

Wrapper for the ⁠GET ​/api​/v1​/assignments​/{id}​/history⁠ endpoint


arthur-shaw/susoapi documentation built on Oct. 15, 2024, 3:44 a.m.