diff --git a/src/core/baseClient.ts b/src/core/baseClient.ts index 9f863d8..0f040d0 100644 --- a/src/core/baseClient.ts +++ b/src/core/baseClient.ts @@ -343,7 +343,7 @@ export class BaseClient { async getPupilFields(): Promise { return ( await this.makeAuthedRequest( - this.API_BASE + "/apiv2student/customfields" + this.studentId, + this.API_BASE + "/apiv2student/customfields/" + this.studentId, { method: "GET" }