Create attendance track

Creates a new attendance track with optional node and class relationships and settings.

Authentication

AuthorizationBearer

You can retrieve your token by visiting your dashboard and clicking Generate API token.

Request

This endpoint expects an object.
namestringRequired
Must not be greater than 255 characters.
activebooleanRequired
active flag.
academic_year_idintegerRequired
academic year ID identifier.
descriptionstring or nullOptional
description value.
timestring or nullOptional
Must not be greater than 255 characters.
nodesobject or nullOptional
nodes object.
classesobject or nullOptional
classes object.
allow_editboolean or nullOptional
allow edit value.
days_in_the_pastinteger or nullOptional
Must be at least 0.
days_in_past_scopeenum or nullOptional
days in past scope value.
Allowed values:

Response

Successful POST response for /api/v1/attendance/track/create.

statusenum
Allowed values:
messagestring
dataobject