Метод | Описание | |
---|---|---|
Curriculums ( ) : System.Collections.Generic | ||
Curriculums ( ISchooxService schooxService ) : System.Collections.Generic | ||
GetCurriculums ( int userId = null, int start = null, int limit = null ) : SchooxResponse
|
Returns a list of all curriculums with extended details.
|
|
GetDetailsForCurriculum ( int curriculumId, int userId = null ) : SchooxResponse |
Returns extended details of a specific curriculum. A user's progress percentage, time spent and enrollment date can be retrieved by his/her schooX ID.
|
|
GetUsersCurriculums ( int userId, int start = null, int limit = null ) : SchooxResponse
|
Returns a list of a user's enrolled & created curriculums with extended details by his/her schooX ID.
|
public Curriculums ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public Curriculums ( ISchooxService schooxService ) : System.Collections.Generic | ||
schooxService | ISchooxService | |
Результат | System.Collections.Generic |
public GetCurriculums ( int userId = null, int start = null, int limit = null ) : SchooxResponse
|
||
userId | int | User's ID you want to retrieve his/her curriculum list view |
start | int | Starting Position |
limit | int | Max size of retrieved curriculums |
Результат | SchooxResponse
|
public GetDetailsForCurriculum ( int curriculumId, int userId = null ) : SchooxResponse |
||
curriculumId | int | Curriculum ID |
userId | int | User's ID you want to retrieve his/her curriculum list view |
Результат | SchooxResponse |
public GetUsersCurriculums ( int userId, int start = null, int limit = null ) : SchooxResponse
|
||
userId | int | User's ID you want to retrieve his/her curriculum list view |
start | int | Starting Position |
limit | int | Max size of retrieved curriculums |
Результат | SchooxResponse
|