(body, options = {})
| 1312 | } |
| 1313 | |
| 1314 | getRelatedAccounts (body, options = {}) { |
| 1315 | options.url = '/db/user/related-accounts/details' |
| 1316 | return this.fetch(options) |
| 1317 | } |
| 1318 | |
| 1319 | getTestStudentId () { |
| 1320 | const testStudentRelation = (this.get('related') || []).filter(related => related.relation === 'TestStudent')[0] |