**This is an old revision of the document!** ----
Each Student has a Student Cluster which contains the Students who are similar to him/her. {{ :api2:student:student_cluster.png?400 |Student Cluster }} ===Object resources=== ^ Property ^ Type ^ Description ^ | student_id | Integer | The Student the Student Cluster belongs to | ===Fetch (GET)=== ^ Method | GET| ^ URL | /student_clusters/{student_cluster_id} | If no student_cluster_id is provided it will fetch all the Student Clusters for your instance. ==Get the response (JSON output example)== **With ID provided**\\ <code> { id: 1, student_id: 1 } </code> **Without ID provided**\\ <code> [{ id: 1, student_id: 1 }, { id: 2, student_id: 2 }] </code>