get_assignment_details: Get details for a single assignment

View source: R/assignments.R

get_assignment_detailsR Documentation

Get details for a single assignment

Description

Wrapper for GET /api/v1/assignments/{id} endpoint

Usage

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

Arguments

id

Integer. Assignment ID

server

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

workspace

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

user

API user name

password

API password

Value

Data frame of assignment details for single assignment


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