Skip to content

Instantly share code, notes, and snippets.

@dwaynemac
Created September 8, 2011 18:32
Show Gist options
  • Select an option

  • Save dwaynemac/1204211 to your computer and use it in GitHub Desktop.

Select an option

Save dwaynemac/1204211 to your computer and use it in GitHub Desktop.
statistica README updated on 8sep2011

Todos los requests deben ser realizandos enviando API_KEY via GET

GET /schools

Retorna un JSON

  • collection: Arreglo de unidades con ID y Nombre

GET /schools/:school_id/students

ej: /schools/1/students

Retorna los alumnos actuales de la unidad especificada

Retorna un JSON con

  • collection: lista de alumnos

  • total: cuenta total de alumnos

GET /schools/:school_id/drop_outs/:year/:month
GET /schools/:school_id/enrollments/:year/:month
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment