Create an attendance track

Creates an attendance track and attaches the supplied school-structure node and class IDs.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Request

This endpoint expects an object.
namestringRequired<=255 characters
activebooleanRequired
academic_year_idintegerRequired
descriptionstring or nullOptional
timestring or nullOptional<=255 characters
nodeslist of integersOptional
classeslist of integersOptional
allow_editboolean or nullOptional
days_in_the_pastinteger or nullOptional>=0
days_in_past_scopeenum or nullOptional
Allowed values:

Response

Attendance track created
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error