|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
This files describes API changes in /cohort/ information provided here is intended
|
|
|
2 |
especially for developers.
|
|
|
3 |
|
|
|
4 |
=== 4.2 ===
|
|
|
5 |
* Added cohort custom fields.
|
|
|
6 |
|
|
|
7 |
=== 3.1 ===
|
|
|
8 |
* The Webservice core_cohort_get_cohorts now has the added functionality of getting all cohorts
|
|
|
9 |
by not passing any parameters
|
|
|
10 |
|
|
|
11 |
=== 2.6 ===
|
|
|
12 |
* Webservice core_cohort_update_cohorts was incorrectly specifiying float as the parameter type
|
|
|
13 |
for cohort id. This field is actually int and input is now reported and processed as such.
|
|
|
14 |
* Webservice core_cohort_get_cohorts was incorrectly specifiying float as the return
|
|
|
15 |
type for cohort id. The actual return type is int and is now reported as such.
|
|
|
16 |
|