Students - OBSOLETE API

List Students

URL

https://dev.v3manager.com/demo/api/courseParticipant

HTTP Method

GET

Example

curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/courseParticipant"

Count Students

URL

https://dev.v3manager.com/demo/api/courseParticipant/count

HTTP Method

GET

Sum Students

URL

https://dev.v3manager.com/demo/api/courseParticipant/sum

HTTP Method

GET

Example

curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/courseParticipant/sum?field=total&search=["created",">","05-07-2023"]" Encoded: curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/courseParticipant/sum?field=total&search=%5B%22created%22%2C%22%3E%22%2C%2205-07-2023%22%5D"

Parameters

Name Type Required
field string yes
filter array no

Load Student by id

URL

https://dev.v3manager.com/demo/api/courseParticipant/:id

HTTP Method

GET

Example

curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/courseParticipant/22"

Create or update Students

URL

https://dev.v3manager.com/demo/api/courseParticipant

HTTP Method

POST

Fields

Name Label Data type Readonly Descrition
updateUserName Updated by string No
updateUser Updated by int Yes
customerName Customer string No
customer Customer int No
createUser Created by int Yes
createUserName Created by string No
courseName Lesson package string No
course Lesson package int No
deleted Removed bool Yes
updated Update date datetime Yes
created Creation date datetime Yes
end End date No
start Start date No
notify Notify bool No
id ID int Yes