This call is used when creating a new user account. It returns all of the possible affiliations that a user might have.
Extra Parameters: |
|
||||
HTTP Method |
GET | ||||
Requires authentication: |
No | ||||
Return Format: |
JSON | ||||
Return Example: |
{ success:true message:Found 6 affiliations. resultcount:6 result: [...] 0 {...} id:1 abbreviation:NA description:Not Applicable 1 {...} id:2 abbreviation:ADMIN description:Admin/Curriculum Professional . . . } |
This call is used when creating a new user account. It returns one specific affliation by abbreviation.
Extra Parameters: |
|
||||||||
HTTP Method |
GET | ||||||||
Requires authentication: |
No | ||||||||
Return Format: |
JSON | ||||||||
Return Example: |
{ success:true message:Found 1 affiliations. resultcount:1 result: [...] 0 {...} id:5 abbreviation:HIGHSCHOOL description:High School Teacher (9-12) } |
This call is used when creating a new user account. It returns one specific affliation.
Extra Parameters: |
|
||||||||
HTTP Method |
GET | ||||||||
Requires authentication: |
No | ||||||||
Return Format: |
JSON | ||||||||
Return Example: |
{ success:true message:Found 1 affiliations. resultcount:1 result: [...] 0 {...} id:5 abbreviation:HIGHSCHOOL description:High School Teacher (9-12) } |