This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
API reference
Adam Żbikowski edited this page Apr 4, 2017
·
1 revision
Property name | Value type | Description |
---|---|---|
ID |
string | ID of given account |
UserID |
string | User ID |
FirstName |
string | First name |
LastName |
string | Last name |
Email |
string | Email adress |
Login |
string | Used to log in to Synergia |
IsPremium |
boolean | True if account has premium status, false if not |
Property name | Value type | Description |
---|---|---|
ID |
string | ID of given attendance |
LessonID |
string | ID of the lesson given attendance is related to |
Date |
LocalDate | Date of the attendance |
AddDate |
LocalDate | The day given attendance was added |
LessonNumber |
int | Number of the lesson attendance is related to |
SemesterNumber |
int | Number of the semester |
TypeID |
string | ID of attendance category |
AuthorID |
string | ID of the user that added the attendance |
Property name | Value type | Description |
---|---|---|
ID |
string | ID of given attendance category |
Name |
string | Name of the category |
ShortName |
string | Short name of the category, usually used when displaying a list of attendances |