Download OpenAPI specification:Download
REST API documentation for Sentral
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "reportName": "string",
- "description": "string",
- "startDate": "string",
- "endDate": "string",
- "startTime": "string",
- "endTime": "string",
- "permissionFormDueDate": "string",
- "isRestrictedByTerm": true,
- "isRestrictedByYear": true,
- "showReports": true,
- "showAttendance": true,
- "showPortal": true,
- "selfRegistration": true,
- "approvalRequired": true,
- "maximumPlaces": 0,
- "waitingListPlaces": 0,
- "archived": "string",
- "riskAssessment": true,
- "registrationType": "string",
- "portalDescription": "string",
- "availableTerms": [
- 0
], - "availableYears": [
- "string"
], - "isActive": true
}, - "links": {
- "self": "string",
- "cycles": "string",
- "instances": "string"
}, - "relationships": {
- "cycles": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "instances": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "organisers": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "venue": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "category": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of activity
.
include | string String Comma-separated list of relations to sideload. Allowed values are: venue. [optional] [default: null] [example: "venue"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
fromDate | string Date (Y-m-d, eg. 2019-12-31) Filter the results to only returns activities which |
toDate | string Date (Y-m-d, eg. 2019-12-31) Filter the results to only returns activities which |
{- "data": [
- {
- "type": "activity",
- "id": "1",
- "attributes": {
- "name": "Basketball Match",
- "reportName": "Basketball Match Report",
- "description": "A basketball match between two classes.",
- "startDate": "2018-10-01",
- "endDate": "2018-10-01",
- "startTime": "10:00:00",
- "endTime": "12:00:00",
- "permissionFormDueDate": null,
- "isRestrictedByTerm": false,
- "isRestrictedByYear": false,
- "showReports": false,
- "showAttendance": false,
- "showPortal": false,
- "selfRegistration": false,
- "approvalRequired": false,
- "maximumPlaces": 128,
- "waitingListPlaces": 30,
- "archived": null,
- "riskAssessment": false,
- "registrationType": "ACTIVITY",
- "portalDescription": "A match (remember to call parents).",
- "availableTerms": [ ],
- "availableYears": null,
- "isActive": true
}, - "relationships": {
- "cycles": {
- "links": {
- "related": "/v1/activities/activity/1/cycles"
}
}, - "instances": {
- "links": {
- "related": "/v1/activities/activity/1/instances"
}
}, - "organisers": {
- "data": [
- {
- "id": "1",
- "type": "staff"
}, - {
- "id": "2",
- "type": "staff"
}
]
}, - "category": {
- "data": {
- "id": "1",
- "type": "activityCategory"
}
}
}, - "links": {
- "self": "/v1/activities/activity/1",
- "cycles": "/v1/activities/activity/1/cycles",
- "instances": "/v1/activities/activity/1/instances"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "activity",
- "id": "1",
- "attributes": {
- "name": "Basketball Match",
- "reportName": "Basketball Match Report",
- "description": "A basketball match between two classes.",
- "startDate": "2018-10-01",
- "endDate": "2018-10-01",
- "startTime": "10:00:00",
- "endTime": "12:00:00",
- "permissionFormDueDate": null,
- "isRestrictedByTerm": false,
- "isRestrictedByYear": false,
- "showReports": false,
- "showAttendance": false,
- "showPortal": false,
- "selfRegistration": false,
- "approvalRequired": false,
- "maximumPlaces": 128,
- "waitingListPlaces": 30,
- "archived": null,
- "riskAssessment": false,
- "registrationType": "ACTIVITY",
- "portalDescription": "A match (remember to call parents).",
- "availableTerms": [ ],
- "availableYears": null,
- "isActive": true
}, - "relationships": {
- "cycles": {
- "links": {
- "related": "/v1/activities/activity/1/cycles"
}
}, - "instances": {
- "links": {
- "related": "/v1/activities/activity/1/instances"
}
}, - "organisers": {
- "data": [
- {
- "id": "1",
- "type": "staff"
}, - {
- "id": "2",
- "type": "staff"
}
]
}, - "category": {
- "data": {
- "id": "1",
- "type": "activityCategory"
}
}
}, - "links": {
- "self": "/v1/activities/activity/1",
- "cycles": "/v1/activities/activity/1/cycles",
- "instances": "/v1/activities/activity/1/instances"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "activity",
- "id": "1",
- "attributes": {
- "name": "Basketball Match",
- "reportName": "Basketball Match Report",
- "description": "A basketball match between two classes.",
- "startDate": "2018-10-01",
- "endDate": "2018-10-01",
- "startTime": "10:00:00",
- "endTime": "12:00:00",
- "permissionFormDueDate": null,
- "isRestrictedByTerm": false,
- "isRestrictedByYear": false,
- "showReports": false,
- "showAttendance": false,
- "showPortal": false,
- "selfRegistration": false,
- "approvalRequired": false,
- "maximumPlaces": 128,
- "waitingListPlaces": 30,
- "archived": null,
- "riskAssessment": false,
- "registrationType": "ACTIVITY",
- "portalDescription": "A match (remember to call parents).",
- "availableTerms": [ ],
- "availableYears": null,
- "isActive": true
}, - "relationships": {
- "cycles": {
- "links": {
- "related": "/v1/activities/activity/1/cycles"
}
}, - "instances": {
- "links": {
- "related": "/v1/activities/activity/1/instances"
}
}, - "organisers": {
- "data": [
- {
- "id": "1",
- "type": "staff"
}, - {
- "id": "2",
- "type": "staff"
}
]
}, - "category": {
- "data": {
- "id": "1",
- "type": "activityCategory"
}
}
}, - "links": {
- "self": "/v1/activities/activity/1",
- "cycles": "/v1/activities/activity/1/cycles",
- "instances": "/v1/activities/activity/1/instances"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of activity
.
id required | number Number ID of the 'activity' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: venue. [optional] [default: null] [example: "venue"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "activity",
- "id": "1",
- "attributes": {
- "name": "Basketball Match",
- "reportName": "Basketball Match Report",
- "description": "A basketball match between two classes.",
- "startDate": "2018-10-01",
- "endDate": "2018-10-01",
- "startTime": "10:00:00",
- "endTime": "12:00:00",
- "permissionFormDueDate": null,
- "isRestrictedByTerm": false,
- "isRestrictedByYear": false,
- "showReports": false,
- "showAttendance": false,
- "showPortal": false,
- "selfRegistration": false,
- "approvalRequired": false,
- "maximumPlaces": 128,
- "waitingListPlaces": 30,
- "archived": null,
- "riskAssessment": false,
- "registrationType": "ACTIVITY",
- "portalDescription": "A match (remember to call parents).",
- "availableTerms": [ ],
- "availableYears": null,
- "isActive": true
}, - "relationships": {
- "cycles": {
- "links": {
- "related": "/v1/activities/activity/1/cycles"
}
}, - "instances": {
- "links": {
- "related": "/v1/activities/activity/1/instances"
}
}, - "organisers": {
- "data": [
- {
- "id": "1",
- "type": "staff"
}, - {
- "id": "2",
- "type": "staff"
}
]
}, - "category": {
- "data": {
- "id": "1",
- "type": "activityCategory"
}
}
}, - "links": {
- "self": "/v1/activities/activity/1",
- "cycles": "/v1/activities/activity/1/cycles",
- "instances": "/v1/activities/activity/1/instances"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves a page of cycleInstance
related to activity
via relation cycles
.
id required | number Number ID of the 'activity', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "cycleInstance",
- "id": "1",
- "attributes": {
- "name": "Week #7 2018",
- "year": 2018,
- "cycle": "Weekly",
- "period": "Week #7"
}, - "links": {
- "self": "/v1/activities/cycle-instance/1"
}
}, - {
- "type": "cycleInstance",
- "id": "1",
- "attributes": {
- "name": "Week #7 2018",
- "year": 2018,
- "cycle": "Weekly",
- "period": "Week #7"
}, - "links": {
- "self": "/v1/activities/cycle-instance/1"
}
}, - {
- "type": "cycleInstance",
- "id": "1",
- "attributes": {
- "name": "Week #7 2018",
- "year": 2018,
- "cycle": "Weekly",
- "period": "Week #7"
}, - "links": {
- "self": "/v1/activities/cycle-instance/1"
}
}
]
}
id required | number Number ID of 'activity' to which |
cycleId required | number Number ID of the 'cycleInstance' to which |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "attendeeLink",
- "id": "1",
- "attributes": {
- "attendeeType": "Family Member",
- "showInReports": false,
- "points": null,
- "permissionGiven": false,
- "paid": false,
- "paidAmount": "0.00"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "activityInstance": {
- "data": {
- "id": "1",
- "type": "activityInstance"
}
}
}, - "links": {
- "self": "/v1/activities/attendee-link/1",
- "enrolmentAttendee": "/v1/activities/attendee-link/1/student"
}
}, - {
- "type": "attendeeLink",
- "id": "1",
- "attributes": {
- "attendeeType": "Family Member",
- "showInReports": false,
- "points": null,
- "permissionGiven": false,
- "paid": false,
- "paidAmount": "0.00"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "activityInstance": {
- "data": {
- "id": "1",
- "type": "activityInstance"
}
}
}, - "links": {
- "self": "/v1/activities/attendee-link/1",
- "enrolmentAttendee": "/v1/activities/attendee-link/1/student"
}
}, - {
- "type": "attendeeLink",
- "id": "1",
- "attributes": {
- "attendeeType": "Family Member",
- "showInReports": false,
- "points": null,
- "permissionGiven": false,
- "paid": false,
- "paidAmount": "0.00"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "activityInstance": {
- "data": {
- "id": "1",
- "type": "activityInstance"
}
}
}, - "links": {
- "self": "/v1/activities/attendee-link/1",
- "enrolmentAttendee": "/v1/activities/attendee-link/1/student"
}
}
]
}
Retrieves all of activityInstance
related to activity
via relation instances
.
id required | number Number ID of the 'activity', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: activity. [optional] [default: null] [example: "activity"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "activityInstance",
- "id": "1",
- "attributes": {
- "status": "pending",
- "year": 2018,
- "name": "2018 - ",
- "startDate": "2018-01-01",
- "endDate": "2018-01-02",
- "startTime": "12:00:00",
- "endTime": "13:00:00",
- "isPublishedToPortal": true,
- "isPaymentRequired": true,
- "isPermissionRequired": true,
- "isActive": true
}, - "relationships": {
- "activity": {
- "data": {
- "id": "1",
- "type": "activity"
}
}, - "rolls": {
- "links": {
- "related": "/v1/activities/activity-instance/1/rolls"
}
}
}, - "links": {
- "self": "/v1/activities/activity-instance/1",
- "rolls": "/v1/activities/activity-instance/1/rolls"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "activityInstance",
- "id": "1",
- "attributes": {
- "status": "pending",
- "year": 2018,
- "name": "2018 - ",
- "startDate": "2018-01-01",
- "endDate": "2018-01-02",
- "startTime": "12:00:00",
- "endTime": "13:00:00",
- "isPublishedToPortal": true,
- "isPaymentRequired": true,
- "isPermissionRequired": true,
- "isActive": true
}, - "relationships": {
- "activity": {
- "data": {
- "id": "1",
- "type": "activity"
}
}, - "rolls": {
- "links": {
- "related": "/v1/activities/activity-instance/1/rolls"
}
}
}, - "links": {
- "self": "/v1/activities/activity-instance/1",
- "rolls": "/v1/activities/activity-instance/1/rolls"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "activityInstance",
- "id": "1",
- "attributes": {
- "status": "pending",
- "year": 2018,
- "name": "2018 - ",
- "startDate": "2018-01-01",
- "endDate": "2018-01-02",
- "startTime": "12:00:00",
- "endTime": "13:00:00",
- "isPublishedToPortal": true,
- "isPaymentRequired": true,
- "isPermissionRequired": true,
- "isActive": true
}, - "relationships": {
- "activity": {
- "data": {
- "id": "1",
- "type": "activity"
}
}, - "rolls": {
- "links": {
- "related": "/v1/activities/activity-instance/1/rolls"
}
}
}, - "links": {
- "self": "/v1/activities/activity-instance/1",
- "rolls": "/v1/activities/activity-instance/1/rolls"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a page of activitySportEvent
related to activity
via relation sportEvents
.
id required | number Number ID of the 'activity', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: venues, grounds, coaches, vehicles, teams. [optional] [default: null] [example: "venues"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "activitySportEvent",
- "id": "1",
- "attributes": {
- "name": null,
- "description": null,
- "startDate": "2018-01-01",
- "endDate": "2018-01-03",
- "startTime": "08:00:00",
- "endTime": "17:45:00",
- "isWholeDay": false,
- "placeType": "central",
- "opposition": "",
- "playersType": "cohort",
- "type": "practice",
- "isActive": true
}, - "relationships": {
- "venues": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/venues"
}
}, - "grounds": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/grounds"
}
}, - "coaches": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/coaches"
}
}, - "vehicles": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/vehicle"
}
}, - "teams": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/teams"
}
}, - "transportEvents": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/transport-events"
}
}
}, - "links": {
- "self": "/v1/activities/activity-sport-event/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "activitySportEvent",
- "id": "1",
- "attributes": {
- "name": null,
- "description": null,
- "startDate": "2018-01-01",
- "endDate": "2018-01-03",
- "startTime": "08:00:00",
- "endTime": "17:45:00",
- "isWholeDay": false,
- "placeType": "central",
- "opposition": "",
- "playersType": "cohort",
- "type": "practice",
- "isActive": true
}, - "relationships": {
- "venues": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/venues"
}
}, - "grounds": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/grounds"
}
}, - "coaches": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/coaches"
}
}, - "vehicles": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/vehicle"
}
}, - "teams": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/teams"
}
}, - "transportEvents": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/transport-events"
}
}
}, - "links": {
- "self": "/v1/activities/activity-sport-event/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "activitySportEvent",
- "id": "1",
- "attributes": {
- "name": null,
- "description": null,
- "startDate": "2018-01-01",
- "endDate": "2018-01-03",
- "startTime": "08:00:00",
- "endTime": "17:45:00",
- "isWholeDay": false,
- "placeType": "central",
- "opposition": "",
- "playersType": "cohort",
- "type": "practice",
- "isActive": true
}, - "relationships": {
- "venues": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/venues"
}
}, - "grounds": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/grounds"
}
}, - "coaches": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/coaches"
}
}, - "vehicles": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/vehicle"
}
}, - "teams": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/teams"
}
}, - "transportEvents": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/transport-events"
}
}
}, - "links": {
- "self": "/v1/activities/activity-sport-event/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "type": "string"
}, - "links": {
- "self": "string"
}
}
A category for an activity.
Retrieves a page of instances of activityCategory
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "activityCategory",
- "id": "1",
- "attributes": {
- "name": "Excursions",
- "type": "Excursion"
}, - "links": {
- "self": "/v1/activities/activity-category/1"
}
}, - {
- "type": "activityCategory",
- "id": "1",
- "attributes": {
- "name": "Excursions",
- "type": "Excursion"
}, - "links": {
- "self": "/v1/activities/activity-category/1"
}
}, - {
- "type": "activityCategory",
- "id": "1",
- "attributes": {
- "name": "Excursions",
- "type": "Excursion"
}, - "links": {
- "self": "/v1/activities/activity-category/1"
}
}
]
}
Retrieves a single instance of activityCategory
.
id required | number Number ID of the 'activityCategory' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "activityCategory",
- "id": "1",
- "attributes": {
- "name": "Excursions",
- "type": "Excursion"
}, - "links": {
- "self": "/v1/activities/activity-category/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "startTime": "string",
- "endTime": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "activityInstance": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "staff": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "person": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A link to a guardian of the activity, either a staff member or a non-student. Depending on the type of the guardian, only one of the relations `staff` and `person` will contain data.
Retrieves a page of instances of activityGuardianLink
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
activityIds | string String Comma-separated list of 'activities' relation IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "activityGuardianLink",
- "id": "0",
- "attributes": {
- "startTime": "10:00:00",
- "endTime": null
}, - "relationships": {
- "activityInstance": {
- "data": {
- "id": "2",
- "type": "activityInstance"
}
}, - "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}
}, - "links": {
- "self": "/v1/activities/activity-guardian-link/0"
}
}, - {
- "type": "activityGuardianLink",
- "id": "0",
- "attributes": {
- "startTime": "10:00:00",
- "endTime": null
}, - "relationships": {
- "activityInstance": {
- "data": {
- "id": "2",
- "type": "activityInstance"
}
}, - "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}
}, - "links": {
- "self": "/v1/activities/activity-guardian-link/0"
}
}, - {
- "type": "activityGuardianLink",
- "id": "0",
- "attributes": {
- "startTime": "10:00:00",
- "endTime": null
}, - "relationships": {
- "activityInstance": {
- "data": {
- "id": "2",
- "type": "activityInstance"
}
}, - "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}
}, - "links": {
- "self": "/v1/activities/activity-guardian-link/0"
}
}
]
}
Retrieves a single instance of activityGuardianLink
.
id required | number Number ID of the 'activityGuardianLink' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "activityGuardianLink",
- "id": "0",
- "attributes": {
- "startTime": "10:00:00",
- "endTime": null
}, - "relationships": {
- "activityInstance": {
- "data": {
- "id": "2",
- "type": "activityInstance"
}
}, - "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}
}, - "links": {
- "self": "/v1/activities/activity-guardian-link/0"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "status": "string",
- "year": 0,
- "name": "string",
- "startDate": "string",
- "endDate": "string",
- "startTime": "string",
- "endTime": "string",
- "isPublishedToPortal": true,
- "isPaymentRequired": true,
- "isPermissionRequired": true,
- "isActive": true
}, - "links": {
- "self": "string",
- "rolls": "string"
}, - "relationships": {
- "activity": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "rolls": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
Retrieves a page of instances of activityInstance
.
include | string String Comma-separated list of relations to sideload. Allowed values are: activity. [optional] [default: null] [example: "activity"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
activityIds | string String Comma-separated list of |
fromDate | string Date (Y-m-d, eg. 2019-12-31) Filter the results to only returns activity instances which |
toDate | string Date (Y-m-d, eg. 2019-12-31) Filter the results to only returns activity instances which |
includeInactive | boolean Boolean If true inactive (soft deleted) models will be included in the results. [optional] [default: false] [example: TRUE] |
{- "data": [
- {
- "type": "activityInstance",
- "id": "1",
- "attributes": {
- "status": "pending",
- "year": 2018,
- "name": "2018 - ",
- "startDate": "2018-01-01",
- "endDate": "2018-01-02",
- "startTime": "12:00:00",
- "endTime": "13:00:00",
- "isPublishedToPortal": true,
- "isPaymentRequired": true,
- "isPermissionRequired": true,
- "isActive": true
}, - "relationships": {
- "activity": {
- "data": {
- "id": "1",
- "type": "activity"
}
}, - "rolls": {
- "links": {
- "related": "/v1/activities/activity-instance/1/rolls"
}
}
}, - "links": {
- "self": "/v1/activities/activity-instance/1",
- "rolls": "/v1/activities/activity-instance/1/rolls"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "activityInstance",
- "id": "1",
- "attributes": {
- "status": "pending",
- "year": 2018,
- "name": "2018 - ",
- "startDate": "2018-01-01",
- "endDate": "2018-01-02",
- "startTime": "12:00:00",
- "endTime": "13:00:00",
- "isPublishedToPortal": true,
- "isPaymentRequired": true,
- "isPermissionRequired": true,
- "isActive": true
}, - "relationships": {
- "activity": {
- "data": {
- "id": "1",
- "type": "activity"
}
}, - "rolls": {
- "links": {
- "related": "/v1/activities/activity-instance/1/rolls"
}
}
}, - "links": {
- "self": "/v1/activities/activity-instance/1",
- "rolls": "/v1/activities/activity-instance/1/rolls"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "activityInstance",
- "id": "1",
- "attributes": {
- "status": "pending",
- "year": 2018,
- "name": "2018 - ",
- "startDate": "2018-01-01",
- "endDate": "2018-01-02",
- "startTime": "12:00:00",
- "endTime": "13:00:00",
- "isPublishedToPortal": true,
- "isPaymentRequired": true,
- "isPermissionRequired": true,
- "isActive": true
}, - "relationships": {
- "activity": {
- "data": {
- "id": "1",
- "type": "activity"
}
}, - "rolls": {
- "links": {
- "related": "/v1/activities/activity-instance/1/rolls"
}
}
}, - "links": {
- "self": "/v1/activities/activity-instance/1",
- "rolls": "/v1/activities/activity-instance/1/rolls"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of activityInstance
.
id required | number Number ID of the 'activityInstance' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: activity. [optional] [default: null] [example: "activity"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "activityInstance",
- "id": "1",
- "attributes": {
- "status": "pending",
- "year": 2018,
- "name": "2018 - ",
- "startDate": "2018-01-01",
- "endDate": "2018-01-02",
- "startTime": "12:00:00",
- "endTime": "13:00:00",
- "isPublishedToPortal": true,
- "isPaymentRequired": true,
- "isPermissionRequired": true,
- "isActive": true
}, - "relationships": {
- "activity": {
- "data": {
- "id": "1",
- "type": "activity"
}
}, - "rolls": {
- "links": {
- "related": "/v1/activities/activity-instance/1/rolls"
}
}
}, - "links": {
- "self": "/v1/activities/activity-instance/1",
- "rolls": "/v1/activities/activity-instance/1/rolls"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves a page of attendeeLink
related to activityInstance
via relation attendeeLinks
.
id required | number Number ID of the 'activityInstance', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "attendeeLink",
- "id": "1",
- "attributes": {
- "attendeeType": "Family Member",
- "showInReports": false,
- "points": null,
- "permissionGiven": false,
- "paid": false,
- "paidAmount": "0.00"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "activityInstance": {
- "data": {
- "id": "1",
- "type": "activityInstance"
}
}
}, - "links": {
- "self": "/v1/activities/attendee-link/1",
- "enrolmentAttendee": "/v1/activities/attendee-link/1/student"
}
}, - {
- "type": "attendeeLink",
- "id": "1",
- "attributes": {
- "attendeeType": "Family Member",
- "showInReports": false,
- "points": null,
- "permissionGiven": false,
- "paid": false,
- "paidAmount": "0.00"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "activityInstance": {
- "data": {
- "id": "1",
- "type": "activityInstance"
}
}
}, - "links": {
- "self": "/v1/activities/attendee-link/1",
- "enrolmentAttendee": "/v1/activities/attendee-link/1/student"
}
}, - {
- "type": "attendeeLink",
- "id": "1",
- "attributes": {
- "attendeeType": "Family Member",
- "showInReports": false,
- "points": null,
- "permissionGiven": false,
- "paid": false,
- "paidAmount": "0.00"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "activityInstance": {
- "data": {
- "id": "1",
- "type": "activityInstance"
}
}
}, - "links": {
- "self": "/v1/activities/attendee-link/1",
- "enrolmentAttendee": "/v1/activities/attendee-link/1/student"
}
}
]
}
Adds a student to an activityInstance
by creating a new attendeeLink
.
Payload has the following requirements:
And supports these models:
attendeeLink
showInReports
→ Boolean Whether to display this attendee link in reports [example: TRUE]student
→ [required] [single] expected type is student
.id required | number Number ID of the |
object |
{- "data": {
- "type": "attendeeLink",
- "attributes": {
- "showInReports": true
}, - "relationships": {
- "student": {
- "data": {
- "id": 1,
- "type": "student"
}
}
}
}
}
{- "data": {
- "type": "attendeeLink",
- "id": "1",
- "attributes": {
- "attendeeType": "Family Member",
- "showInReports": false,
- "points": null,
- "permissionGiven": false,
- "paid": false,
- "paidAmount": "0.00"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "activityInstance": {
- "data": {
- "id": "1",
- "type": "activityInstance"
}
}
}, - "links": {
- "self": "/v1/activities/attendee-link/1",
- "enrolmentAttendee": "/v1/activities/attendee-link/1/student"
}
}
}
Retrieves a page of activityGuardianLink
related to activityInstance
via relation guardianLinks
.
id required | number Number ID of the 'activityInstance', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "activityGuardianLink",
- "id": "0",
- "attributes": {
- "startTime": "10:00:00",
- "endTime": null
}, - "relationships": {
- "activityInstance": {
- "data": {
- "id": "2",
- "type": "activityInstance"
}
}, - "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}
}, - "links": {
- "self": "/v1/activities/activity-guardian-link/0"
}
}, - {
- "type": "activityGuardianLink",
- "id": "0",
- "attributes": {
- "startTime": "10:00:00",
- "endTime": null
}, - "relationships": {
- "activityInstance": {
- "data": {
- "id": "2",
- "type": "activityInstance"
}
}, - "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}
}, - "links": {
- "self": "/v1/activities/activity-guardian-link/0"
}
}, - {
- "type": "activityGuardianLink",
- "id": "0",
- "attributes": {
- "startTime": "10:00:00",
- "endTime": null
}, - "relationships": {
- "activityInstance": {
- "data": {
- "id": "2",
- "type": "activityInstance"
}
}, - "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}
}, - "links": {
- "self": "/v1/activities/activity-guardian-link/0"
}
}
]
}
Retrieves a page of activityResponse
related to activityInstance
via relation responses
.
id required | number Number ID of the 'activityInstance', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
studentIds | string String Comma-separated list of |
studentId | string [Deprecated] Use |
{- "data": [
- {
- "type": "activityResponse",
- "id": "1",
- "attributes": {
- "additionalNotes": "Nothing",
- "medicalDetails": "None",
- "emergencyContactDetails": "John McDoe, (03) 8070 5665",
- "consentedAt": null,
- "consentedBy": "John McDoe",
- "permissionGiven": "Yes",
- "isPaid": true
}, - "relationships": {
- "attendeeStudent": {
- "data": {
- "id": "6",
- "type": "student"
}
}, - "coreConsentor": {
- "data": {
- "id": "4",
- "type": "corePerson"
}
}, - "enrolmentConsentor": {
- "data": {
- "id": "7",
- "type": "person"
}
}, - "activityInstance": {
- "data": {
- "id": "5",
- "type": "activityInstance"
}
}
}, - "links": {
- "self": "/v1/portal/activity-response/1"
}
}, - {
- "type": "activityResponse",
- "id": "1",
- "attributes": {
- "additionalNotes": "Nothing",
- "medicalDetails": "None",
- "emergencyContactDetails": "John McDoe, (03) 8070 5665",
- "consentedAt": null,
- "consentedBy": "John McDoe",
- "permissionGiven": "Yes",
- "isPaid": true
}, - "relationships": {
- "attendeeStudent": {
- "data": {
- "id": "6",
- "type": "student"
}
}, - "coreConsentor": {
- "data": {
- "id": "4",
- "type": "corePerson"
}
}, - "enrolmentConsentor": {
- "data": {
- "id": "7",
- "type": "person"
}
}, - "activityInstance": {
- "data": {
- "id": "5",
- "type": "activityInstance"
}
}
}, - "links": {
- "self": "/v1/portal/activity-response/1"
}
}, - {
- "type": "activityResponse",
- "id": "1",
- "attributes": {
- "additionalNotes": "Nothing",
- "medicalDetails": "None",
- "emergencyContactDetails": "John McDoe, (03) 8070 5665",
- "consentedAt": null,
- "consentedBy": "John McDoe",
- "permissionGiven": "Yes",
- "isPaid": true
}, - "relationships": {
- "attendeeStudent": {
- "data": {
- "id": "6",
- "type": "student"
}
}, - "coreConsentor": {
- "data": {
- "id": "4",
- "type": "corePerson"
}
}, - "enrolmentConsentor": {
- "data": {
- "id": "7",
- "type": "person"
}
}, - "activityInstance": {
- "data": {
- "id": "5",
- "type": "activityInstance"
}
}
}, - "links": {
- "self": "/v1/portal/activity-response/1"
}
}
]
}
Adds a new activityResponse
to a published activityInstance
.
Payload has the following requirements:
And supports these models:
activityResponse
additionalNotes
→ String {DESCRIPTION-MISSING} [optional] [example: "Response was delivered via snail mail"]
Value constraints:
Length must be between 65536 and 0 characters, inclusivemedicalDetails
→ String {DESCRIPTION-MISSING} [optional] [example: "None"]
Value constraints:
Length must be between 65536 and 0 characters, inclusiveemergencyContactDetails
→ String {DESCRIPTION-MISSING} [optional] [example: "Mother, Jane Doe, +48 123-123-123"]
Value constraints:
Length must be between 65536 and 0 characters, inclusiveconsentedBy
→ String {DESCRIPTION-MISSING} [optional] [example: "Mother"]
Value constraints:
Length must be between 65536 and 0 characters, inclusivepermissionGiven
→ String {DESCRIPTION-MISSING} [example: "Yes"]
Value constraints:
Allowed values: "Unknown", "Yes", "No", "Excluded"isPaid
→ Boolean {DESCRIPTION-MISSING} [example: FALSE]student
→ [required] [single] expected type is student
. coreConsentor
→ [optional] [single] expected type is corePerson
. Only one of coreConsentor
and enrolmentConsentor
must be provided - the operation will fail if both are in the payload.enrolmentConsentor
→ [optional] [single] expected type is person
. Only one of coreConsentor
and enrolmentConsentor
must be provided - the operation will fail if both are in the payload.id required | number Number ID of the 'activityInstance' to which a detail should be added. [example: 1] |
object |
{- "data": {
- "type": "activityResponse",
- "attributes": {
- "additionalNotes": "Response was delivered via snail mail",
- "medicalDetails": "None",
- "emergencyContactDetails": "Mother, Jane Doe, +48 123-123-123",
- "consentedBy": "Mother",
- "permissionGiven": "Yes",
- "isPaid": false
}, - "relationships": {
- "student": {
- "data": {
- "id": 1,
- "type": "student"
}
}, - "coreConsentor": {
- "data": {
- "id": 1,
- "type": "corePerson"
}
}, - "enrolmentConsentor": {
- "data": {
- "id": 1,
- "type": "person"
}
}
}
}
}
{- "data": {
- "type": "activityResponse",
- "id": "1",
- "attributes": {
- "additionalNotes": "Nothing",
- "medicalDetails": "None",
- "emergencyContactDetails": "John McDoe, (03) 8070 5665",
- "consentedAt": null,
- "consentedBy": "John McDoe",
- "permissionGiven": "Yes",
- "isPaid": true
}, - "relationships": {
- "attendeeStudent": {
- "data": {
- "id": "6",
- "type": "student"
}
}, - "coreConsentor": {
- "data": {
- "id": "4",
- "type": "corePerson"
}
}, - "enrolmentConsentor": {
- "data": {
- "id": "7",
- "type": "person"
}
}, - "activityInstance": {
- "data": {
- "id": "5",
- "type": "activityInstance"
}
}
}, - "links": {
- "self": "/v1/portal/activity-response/1"
}
}
}
Retrieves all of activityRoll
related to activityInstance
via relation rolls
.
id required | number Number ID of the 'activityInstance', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "activityRoll",
- "id": "1",
- "attributes": {
- "name": "Main roll",
- "rollDate": null,
- "isSubmitted": false
}, - "relationships": {
- "activityInstance": {
- "data": {
- "id": "2",
- "type": "activityInstance"
}, - "links": {
- "related": "/v1/activities/activity-instance/1/activity-instance"
}
}
}, - "links": {
- "self": "/v1/activities/roll/1",
- "activityInstance": "/v1/activities/roll/1/activity-instance",
- "uiMarkRolls": "/activities/mark_roll/1"
}
}, - {
- "type": "activityRoll",
- "id": "1",
- "attributes": {
- "name": "Main roll",
- "rollDate": null,
- "isSubmitted": false
}, - "relationships": {
- "activityInstance": {
- "data": {
- "id": "2",
- "type": "activityInstance"
}, - "links": {
- "related": "/v1/activities/activity-instance/1/activity-instance"
}
}
}, - "links": {
- "self": "/v1/activities/roll/1",
- "activityInstance": "/v1/activities/roll/1/activity-instance",
- "uiMarkRolls": "/activities/mark_roll/1"
}
}, - {
- "type": "activityRoll",
- "id": "1",
- "attributes": {
- "name": "Main roll",
- "rollDate": null,
- "isSubmitted": false
}, - "relationships": {
- "activityInstance": {
- "data": {
- "id": "2",
- "type": "activityInstance"
}, - "links": {
- "related": "/v1/activities/activity-instance/1/activity-instance"
}
}
}, - "links": {
- "self": "/v1/activities/roll/1",
- "activityInstance": "/v1/activities/roll/1/activity-instance",
- "uiMarkRolls": "/activities/mark_roll/1"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "group": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
{DESCRIPTION-MISSING}
Retrieves a page of instances of activityPosition
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "activityPosition",
- "id": "1",
- "attributes": {
- "name": "Example position"
}, - "links": {
- "self": "/v1/activities/activity-position/1"
}
}, - {
- "type": "activityPosition",
- "id": "1",
- "attributes": {
- "name": "Example position"
}, - "links": {
- "self": "/v1/activities/activity-position/1"
}
}, - {
- "type": "activityPosition",
- "id": "1",
- "attributes": {
- "name": "Example position"
}, - "links": {
- "self": "/v1/activities/activity-position/1"
}
}
]
}
Retrieves a single instance of activityPosition
.
id required | number Number ID of the 'activityPosition' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "activityPosition",
- "id": "1",
- "attributes": {
- "name": "Example position"
}, - "links": {
- "self": "/v1/activities/activity-position/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "positions": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
Retrieves a page of instances of activityPositionGroup
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "activityPositionGroup",
- "id": "1",
- "attributes": {
- "name": "Example group"
}, - "relationships": {
- "positions": {
- "links": {
- "related": "/v1/activities/activity-position-group/1/positions"
}
}
}, - "links": {
- "self": "/v1/activities/activity-position-group/1"
}
}, - {
- "type": "activityPositionGroup",
- "id": "1",
- "attributes": {
- "name": "Example group"
}, - "relationships": {
- "positions": {
- "links": {
- "related": "/v1/activities/activity-position-group/1/positions"
}
}
}, - "links": {
- "self": "/v1/activities/activity-position-group/1"
}
}, - {
- "type": "activityPositionGroup",
- "id": "1",
- "attributes": {
- "name": "Example group"
}, - "relationships": {
- "positions": {
- "links": {
- "related": "/v1/activities/activity-position-group/1/positions"
}
}
}, - "links": {
- "self": "/v1/activities/activity-position-group/1"
}
}
]
}
Retrieves a single instance of activityPositionGroup
.
id required | number Number ID of the 'activityPositionGroup' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "activityPositionGroup",
- "id": "1",
- "attributes": {
- "name": "Example group"
}, - "relationships": {
- "positions": {
- "links": {
- "related": "/v1/activities/activity-position-group/1/positions"
}
}
}, - "links": {
- "self": "/v1/activities/activity-position-group/1"
}
}
}
Retrieves a page of activityPosition
related to activityPositionGroup
via relation positions
.
id required | number Number ID of the 'activityPositionGroup', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "activityPosition",
- "id": "1",
- "attributes": {
- "name": "Example position"
}, - "links": {
- "self": "/v1/activities/activity-position/1"
}
}, - {
- "type": "activityPosition",
- "id": "1",
- "attributes": {
- "name": "Example position"
}, - "links": {
- "self": "/v1/activities/activity-position/1"
}
}, - {
- "type": "activityPosition",
- "id": "1",
- "attributes": {
- "name": "Example position"
}, - "links": {
- "self": "/v1/activities/activity-position/1"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "description": "string",
- "startDate": "string",
- "endDate": "string",
- "startTime": "string",
- "endTime": "string",
- "isWholeDay": true,
- "placeType": "string",
- "opposition": "string",
- "playersType": "string",
- "type": "string",
- "isActive": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "activity": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "venues": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "grounds": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "coaches": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "vehicles": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "teams": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "transportEvents": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
Retrieves a page of instances of activitySportEvent
.
include | string String Comma-separated list of relations to sideload. Allowed values are: venues, grounds, coaches, vehicles, teams. [optional] [default: null] [example: "venues"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
activityIds | string String Comma-separated list of |
fromDate | string Date (Y-m-d, eg. 2019-12-31) Filter the results to only returns events which |
toDate | string Date (Y-m-d, eg. 2019-12-31) Filter the results to only returns events which |
includeInactive | boolean Boolean If true inactive (soft deleted) models will be included in the results. [optional] [default: false] [example: TRUE] |
{- "data": [
- {
- "type": "activitySportEvent",
- "id": "1",
- "attributes": {
- "name": null,
- "description": null,
- "startDate": "2018-01-01",
- "endDate": "2018-01-03",
- "startTime": "08:00:00",
- "endTime": "17:45:00",
- "isWholeDay": false,
- "placeType": "central",
- "opposition": "",
- "playersType": "cohort",
- "type": "practice",
- "isActive": true
}, - "relationships": {
- "venues": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/venues"
}
}, - "grounds": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/grounds"
}
}, - "coaches": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/coaches"
}
}, - "vehicles": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/vehicle"
}
}, - "teams": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/teams"
}
}, - "transportEvents": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/transport-events"
}
}
}, - "links": {
- "self": "/v1/activities/activity-sport-event/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "activitySportEvent",
- "id": "1",
- "attributes": {
- "name": null,
- "description": null,
- "startDate": "2018-01-01",
- "endDate": "2018-01-03",
- "startTime": "08:00:00",
- "endTime": "17:45:00",
- "isWholeDay": false,
- "placeType": "central",
- "opposition": "",
- "playersType": "cohort",
- "type": "practice",
- "isActive": true
}, - "relationships": {
- "venues": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/venues"
}
}, - "grounds": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/grounds"
}
}, - "coaches": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/coaches"
}
}, - "vehicles": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/vehicle"
}
}, - "teams": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/teams"
}
}, - "transportEvents": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/transport-events"
}
}
}, - "links": {
- "self": "/v1/activities/activity-sport-event/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "activitySportEvent",
- "id": "1",
- "attributes": {
- "name": null,
- "description": null,
- "startDate": "2018-01-01",
- "endDate": "2018-01-03",
- "startTime": "08:00:00",
- "endTime": "17:45:00",
- "isWholeDay": false,
- "placeType": "central",
- "opposition": "",
- "playersType": "cohort",
- "type": "practice",
- "isActive": true
}, - "relationships": {
- "venues": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/venues"
}
}, - "grounds": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/grounds"
}
}, - "coaches": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/coaches"
}
}, - "vehicles": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/vehicle"
}
}, - "teams": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/teams"
}
}, - "transportEvents": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/transport-events"
}
}
}, - "links": {
- "self": "/v1/activities/activity-sport-event/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of activitySportEvent
.
id required | number Number ID of the 'activitySportEvent' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: venues, grounds, coaches, vehicles, teams. [optional] [default: null] [example: "venues"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "activitySportEvent",
- "id": "1",
- "attributes": {
- "name": null,
- "description": null,
- "startDate": "2018-01-01",
- "endDate": "2018-01-03",
- "startTime": "08:00:00",
- "endTime": "17:45:00",
- "isWholeDay": false,
- "placeType": "central",
- "opposition": "",
- "playersType": "cohort",
- "type": "practice",
- "isActive": true
}, - "relationships": {
- "venues": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/venues"
}
}, - "grounds": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/grounds"
}
}, - "coaches": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/coaches"
}
}, - "vehicles": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/vehicle"
}
}, - "teams": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/teams"
}
}, - "transportEvents": {
- "links": {
- "related": "/v1/activities/activity-sport-event/1/transport-events"
}
}
}, - "links": {
- "self": "/v1/activities/activity-sport-event/1"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves a page of staff
related to activitySportEvent
via relation coaches
.
id required | number Number ID of the 'activitySportEvent', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: person, qualifications, employments. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "staff",
- "id": "1",
- "attributes": {
- "staffCode": "978020137962",
- "timetableCode": "978020137962",
- "barcode": "9031101",
- "emergencyContactName": "",
- "emergencyContactPhone": "",
- "emergencyContactMobile": "",
- "employmentStatus": 2,
- "employmentClassification": "teaching",
- "jobTitle": "Teacher",
- "contractCommencementDate": "2018-10-01",
- "contractExpiryDate": "2018-10-01",
- "wWCCNumber": "9031101",
- "wWCCStatus": null,
- "wWCCExpiryDate": "2018-10-01",
- "codeOfConductDateSigned": "2018-10-01",
- "socialNetworkingPolicyDateSigned": "2018-10-01",
- "childProtectionPolicyDateSigned": "2018-10-01",
- "iCTPolicyDateSigned": "2018-10-01",
- "firstAidExpiryDate": "2018-10-01",
- "resuscitationExpiryDate": "2018-10-01",
- "publicLiabilityExpiryDate": "2018-10-01",
- "aGSNumber": "978020137962",
- "positionNumber": null,
- "payRate": null,
- "staffActivity": "Speech Therapist",
- "staffActivityCode": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "person": {
- "links": {
- "related": "/v1/enrolments/staff/1/person"
}
}, - "absences": {
- "links": {
- "related": "/v1/enrolments/staff/1/absences"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff/1",
- "person": "/v1/enrolments/staff/1/person",
- "absences": "/v1/enrolments/staff/1/absences"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "staff",
- "id": "1",
- "attributes": {
- "staffCode": "978020137962",
- "timetableCode": "978020137962",
- "barcode": "9031101",
- "emergencyContactName": "",
- "emergencyContactPhone": "",
- "emergencyContactMobile": "",
- "employmentStatus": 2,
- "employmentClassification": "teaching",
- "jobTitle": "Teacher",
- "contractCommencementDate": "2018-10-01",
- "contractExpiryDate": "2018-10-01",
- "wWCCNumber": "9031101",
- "wWCCStatus": null,
- "wWCCExpiryDate": "2018-10-01",
- "codeOfConductDateSigned": "2018-10-01",
- "socialNetworkingPolicyDateSigned": "2018-10-01",
- "childProtectionPolicyDateSigned": "2018-10-01",
- "iCTPolicyDateSigned": "2018-10-01",
- "firstAidExpiryDate": "2018-10-01",
- "resuscitationExpiryDate": "2018-10-01",
- "publicLiabilityExpiryDate": "2018-10-01",
- "aGSNumber": "978020137962",
- "positionNumber": null,
- "payRate": null,
- "staffActivity": "Speech Therapist",
- "staffActivityCode": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "person": {
- "links": {
- "related": "/v1/enrolments/staff/1/person"
}
}, - "absences": {
- "links": {
- "related": "/v1/enrolments/staff/1/absences"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff/1",
- "person": "/v1/enrolments/staff/1/person",
- "absences": "/v1/enrolments/staff/1/absences"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "staff",
- "id": "1",
- "attributes": {
- "staffCode": "978020137962",
- "timetableCode": "978020137962",
- "barcode": "9031101",
- "emergencyContactName": "",
- "emergencyContactPhone": "",
- "emergencyContactMobile": "",
- "employmentStatus": 2,
- "employmentClassification": "teaching",
- "jobTitle": "Teacher",
- "contractCommencementDate": "2018-10-01",
- "contractExpiryDate": "2018-10-01",
- "wWCCNumber": "9031101",
- "wWCCStatus": null,
- "wWCCExpiryDate": "2018-10-01",
- "codeOfConductDateSigned": "2018-10-01",
- "socialNetworkingPolicyDateSigned": "2018-10-01",
- "childProtectionPolicyDateSigned": "2018-10-01",
- "iCTPolicyDateSigned": "2018-10-01",
- "firstAidExpiryDate": "2018-10-01",
- "resuscitationExpiryDate": "2018-10-01",
- "publicLiabilityExpiryDate": "2018-10-01",
- "aGSNumber": "978020137962",
- "positionNumber": null,
- "payRate": null,
- "staffActivity": "Speech Therapist",
- "staffActivityCode": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "person": {
- "links": {
- "related": "/v1/enrolments/staff/1/person"
}
}, - "absences": {
- "links": {
- "related": "/v1/enrolments/staff/1/absences"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff/1",
- "person": "/v1/enrolments/staff/1/person",
- "absences": "/v1/enrolments/staff/1/absences"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a page of venueGrounds
related to activitySportEvent
via relation grounds
.
id required | number Number ID of the 'activitySportEvent', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "venueGrounds",
- "id": "1",
- "attributes": {
- "name": "Footbal Stadium"
}, - "relationships": {
- "venue": {
- "data": {
- "id": "2",
- "type": "venue"
}
}
}, - "links": {
- "self": "/v1/activities/venue-grounds/1"
}
}, - {
- "type": "venueGrounds",
- "id": "1",
- "attributes": {
- "name": "Footbal Stadium"
}, - "relationships": {
- "venue": {
- "data": {
- "id": "2",
- "type": "venue"
}
}
}, - "links": {
- "self": "/v1/activities/venue-grounds/1"
}
}, - {
- "type": "venueGrounds",
- "id": "1",
- "attributes": {
- "name": "Footbal Stadium"
}, - "relationships": {
- "venue": {
- "data": {
- "id": "2",
- "type": "venue"
}
}
}, - "links": {
- "self": "/v1/activities/venue-grounds/1"
}
}
]
}
Retrieves a page of activityTeam
related to activitySportEvent
via relation teams
.
id required | number Number ID of the 'activitySportEvent', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: teamMembers, teamMemberPositions. [optional] [default: null] [example: "teamMembers"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "activityTeam",
- "id": "1",
- "attributes": {
- "name": "Wild Donkeys"
}, - "relationships": {
- "activity": {
- "data": {
- "id": "2",
- "type": "activity"
}
}, - "coaches": {
- "links": {
- "related": "/v1/activities/activity-team/1/coaches"
}
}, - "teamMembers": {
- "links": {
- "related": "/v1/activities/activity-team/1/team-members"
}
}
}, - "links": {
- "self": "/v1/activities/activity-team/1"
}
}, - {
- "type": "activityTeam",
- "id": "1",
- "attributes": {
- "name": "Wild Donkeys"
}, - "relationships": {
- "activity": {
- "data": {
- "id": "2",
- "type": "activity"
}
}, - "coaches": {
- "links": {
- "related": "/v1/activities/activity-team/1/coaches"
}
}, - "teamMembers": {
- "links": {
- "related": "/v1/activities/activity-team/1/team-members"
}
}
}, - "links": {
- "self": "/v1/activities/activity-team/1"
}
}, - {
- "type": "activityTeam",
- "id": "1",
- "attributes": {
- "name": "Wild Donkeys"
}, - "relationships": {
- "activity": {
- "data": {
- "id": "2",
- "type": "activity"
}
}, - "coaches": {
- "links": {
- "related": "/v1/activities/activity-team/1/coaches"
}
}, - "teamMembers": {
- "links": {
- "related": "/v1/activities/activity-team/1/team-members"
}
}
}, - "links": {
- "self": "/v1/activities/activity-team/1"
}
}
]
}
Retrieves a page of activityTransportEvent
related to activitySportEvent
via relation transportEvents
.
id required | number Number ID of the 'activitySportEvent', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "activityTransportEvent",
- "id": "1",
- "attributes": {
- "date": "2018-01-01",
- "time": "08:00:00",
- "type": "bus"
}, - "relationships": {
- "sportEvent": {
- "data": {
- "id": "3",
- "type": "activitySportEvent"
}
}
}, - "links": {
- "self": "/v1/activities/activity-transport-event/1"
}
}, - {
- "type": "activityTransportEvent",
- "id": "1",
- "attributes": {
- "date": "2018-01-01",
- "time": "08:00:00",
- "type": "bus"
}, - "relationships": {
- "sportEvent": {
- "data": {
- "id": "3",
- "type": "activitySportEvent"
}
}
}, - "links": {
- "self": "/v1/activities/activity-transport-event/1"
}
}, - {
- "type": "activityTransportEvent",
- "id": "1",
- "attributes": {
- "date": "2018-01-01",
- "time": "08:00:00",
- "type": "bus"
}, - "relationships": {
- "sportEvent": {
- "data": {
- "id": "3",
- "type": "activitySportEvent"
}
}
}, - "links": {
- "self": "/v1/activities/activity-transport-event/1"
}
}
]
}
Retrieves a page of activityVehicle
related to activitySportEvent
via relation vehicles
.
id required | number Number ID of the 'activitySportEvent', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "activityVehicle",
- "id": "1",
- "attributes": {
- "name": null,
- "description": null,
- "useDate": "2018-01-02",
- "vehicleIdentifier": "GDA 1234P",
- "capacity": 24,
- "type": "bus"
}, - "relationships": {
- "transportEvents": {
- "links": {
- "related": "/v1/activities/activity-behicle/1/transport-events"
}
}
}, - "links": {
- "self": "/v1/activities/activity-vehicle/1"
}
}, - {
- "type": "activityVehicle",
- "id": "1",
- "attributes": {
- "name": null,
- "description": null,
- "useDate": "2018-01-02",
- "vehicleIdentifier": "GDA 1234P",
- "capacity": 24,
- "type": "bus"
}, - "relationships": {
- "transportEvents": {
- "links": {
- "related": "/v1/activities/activity-behicle/1/transport-events"
}
}
}, - "links": {
- "self": "/v1/activities/activity-vehicle/1"
}
}, - {
- "type": "activityVehicle",
- "id": "1",
- "attributes": {
- "name": null,
- "description": null,
- "useDate": "2018-01-02",
- "vehicleIdentifier": "GDA 1234P",
- "capacity": 24,
- "type": "bus"
}, - "relationships": {
- "transportEvents": {
- "links": {
- "related": "/v1/activities/activity-behicle/1/transport-events"
}
}
}, - "links": {
- "self": "/v1/activities/activity-vehicle/1"
}
}
]
}
Retrieves a page of venue
related to activitySportEvent
via relation venues
.
id required | number Number ID of the 'activitySportEvent', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: grounds. [optional] [default: null] [example: "grounds"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "venue",
- "id": "1",
- "attributes": {
- "name": "Australian International High School",
- "address": null,
- "mapUrl": null
}, - "relationships": {
- "group": {
- "data": {
- "id": "2",
- "type": "venueGroup"
}
}, - "grounds": {
- "links": {
- "related": "/v1/activities/venue/1/grounds"
}
}
}, - "links": {
- "self": "/v1/activities/venue/1"
}
}, - {
- "type": "venue",
- "id": "1",
- "attributes": {
- "name": "Australian International High School",
- "address": null,
- "mapUrl": null
}, - "relationships": {
- "group": {
- "data": {
- "id": "2",
- "type": "venueGroup"
}
}, - "grounds": {
- "links": {
- "related": "/v1/activities/venue/1/grounds"
}
}
}, - "links": {
- "self": "/v1/activities/venue/1"
}
}, - {
- "type": "venue",
- "id": "1",
- "attributes": {
- "name": "Australian International High School",
- "address": null,
- "mapUrl": null
}, - "relationships": {
- "group": {
- "data": {
- "id": "2",
- "type": "venueGroup"
}
}, - "grounds": {
- "links": {
- "related": "/v1/activities/venue/1/grounds"
}
}
}, - "links": {
- "self": "/v1/activities/venue/1"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "activity": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "coaches": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "teamMembers": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "teamMemberPositions": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
Retrieves a page of instances of activityTeam
.
include | string String Comma-separated list of relations to sideload. Allowed values are: teamMembers, teamMemberPositions. [optional] [default: null] [example: "teamMembers"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
activityIds | string String Comma-separated list of |
studentIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "activityTeam",
- "id": "1",
- "attributes": {
- "name": "Wild Donkeys"
}, - "relationships": {
- "activity": {
- "data": {
- "id": "2",
- "type": "activity"
}
}, - "coaches": {
- "links": {
- "related": "/v1/activities/activity-team/1/coaches"
}
}, - "teamMembers": {
- "links": {
- "related": "/v1/activities/activity-team/1/team-members"
}
}
}, - "links": {
- "self": "/v1/activities/activity-team/1"
}
}, - {
- "type": "activityTeam",
- "id": "1",
- "attributes": {
- "name": "Wild Donkeys"
}, - "relationships": {
- "activity": {
- "data": {
- "id": "2",
- "type": "activity"
}
}, - "coaches": {
- "links": {
- "related": "/v1/activities/activity-team/1/coaches"
}
}, - "teamMembers": {
- "links": {
- "related": "/v1/activities/activity-team/1/team-members"
}
}
}, - "links": {
- "self": "/v1/activities/activity-team/1"
}
}, - {
- "type": "activityTeam",
- "id": "1",
- "attributes": {
- "name": "Wild Donkeys"
}, - "relationships": {
- "activity": {
- "data": {
- "id": "2",
- "type": "activity"
}
}, - "coaches": {
- "links": {
- "related": "/v1/activities/activity-team/1/coaches"
}
}, - "teamMembers": {
- "links": {
- "related": "/v1/activities/activity-team/1/team-members"
}
}
}, - "links": {
- "self": "/v1/activities/activity-team/1"
}
}
]
}
Retrieves a single instance of activityTeam
.
id required | number Number ID of the 'activityTeam' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: teamMembers, teamMemberPositions. [optional] [default: null] [example: "teamMembers"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "activityTeam",
- "id": "1",
- "attributes": {
- "name": "Wild Donkeys"
}, - "relationships": {
- "activity": {
- "data": {
- "id": "2",
- "type": "activity"
}
}, - "coaches": {
- "links": {
- "related": "/v1/activities/activity-team/1/coaches"
}
}, - "teamMembers": {
- "links": {
- "related": "/v1/activities/activity-team/1/team-members"
}
}
}, - "links": {
- "self": "/v1/activities/activity-team/1"
}
}
}
Retrieves a page of staff
related to activityTeam
via relation coaches
.
id required | number Number ID of the 'activityTeam', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: person, qualifications, employments. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "staff",
- "id": "1",
- "attributes": {
- "staffCode": "978020137962",
- "timetableCode": "978020137962",
- "barcode": "9031101",
- "emergencyContactName": "",
- "emergencyContactPhone": "",
- "emergencyContactMobile": "",
- "employmentStatus": 2,
- "employmentClassification": "teaching",
- "jobTitle": "Teacher",
- "contractCommencementDate": "2018-10-01",
- "contractExpiryDate": "2018-10-01",
- "wWCCNumber": "9031101",
- "wWCCStatus": null,
- "wWCCExpiryDate": "2018-10-01",
- "codeOfConductDateSigned": "2018-10-01",
- "socialNetworkingPolicyDateSigned": "2018-10-01",
- "childProtectionPolicyDateSigned": "2018-10-01",
- "iCTPolicyDateSigned": "2018-10-01",
- "firstAidExpiryDate": "2018-10-01",
- "resuscitationExpiryDate": "2018-10-01",
- "publicLiabilityExpiryDate": "2018-10-01",
- "aGSNumber": "978020137962",
- "positionNumber": null,
- "payRate": null,
- "staffActivity": "Speech Therapist",
- "staffActivityCode": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "person": {
- "links": {
- "related": "/v1/enrolments/staff/1/person"
}
}, - "absences": {
- "links": {
- "related": "/v1/enrolments/staff/1/absences"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff/1",
- "person": "/v1/enrolments/staff/1/person",
- "absences": "/v1/enrolments/staff/1/absences"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "staff",
- "id": "1",
- "attributes": {
- "staffCode": "978020137962",
- "timetableCode": "978020137962",
- "barcode": "9031101",
- "emergencyContactName": "",
- "emergencyContactPhone": "",
- "emergencyContactMobile": "",
- "employmentStatus": 2,
- "employmentClassification": "teaching",
- "jobTitle": "Teacher",
- "contractCommencementDate": "2018-10-01",
- "contractExpiryDate": "2018-10-01",
- "wWCCNumber": "9031101",
- "wWCCStatus": null,
- "wWCCExpiryDate": "2018-10-01",
- "codeOfConductDateSigned": "2018-10-01",
- "socialNetworkingPolicyDateSigned": "2018-10-01",
- "childProtectionPolicyDateSigned": "2018-10-01",
- "iCTPolicyDateSigned": "2018-10-01",
- "firstAidExpiryDate": "2018-10-01",
- "resuscitationExpiryDate": "2018-10-01",
- "publicLiabilityExpiryDate": "2018-10-01",
- "aGSNumber": "978020137962",
- "positionNumber": null,
- "payRate": null,
- "staffActivity": "Speech Therapist",
- "staffActivityCode": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "person": {
- "links": {
- "related": "/v1/enrolments/staff/1/person"
}
}, - "absences": {
- "links": {
- "related": "/v1/enrolments/staff/1/absences"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff/1",
- "person": "/v1/enrolments/staff/1/person",
- "absences": "/v1/enrolments/staff/1/absences"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "staff",
- "id": "1",
- "attributes": {
- "staffCode": "978020137962",
- "timetableCode": "978020137962",
- "barcode": "9031101",
- "emergencyContactName": "",
- "emergencyContactPhone": "",
- "emergencyContactMobile": "",
- "employmentStatus": 2,
- "employmentClassification": "teaching",
- "jobTitle": "Teacher",
- "contractCommencementDate": "2018-10-01",
- "contractExpiryDate": "2018-10-01",
- "wWCCNumber": "9031101",
- "wWCCStatus": null,
- "wWCCExpiryDate": "2018-10-01",
- "codeOfConductDateSigned": "2018-10-01",
- "socialNetworkingPolicyDateSigned": "2018-10-01",
- "childProtectionPolicyDateSigned": "2018-10-01",
- "iCTPolicyDateSigned": "2018-10-01",
- "firstAidExpiryDate": "2018-10-01",
- "resuscitationExpiryDate": "2018-10-01",
- "publicLiabilityExpiryDate": "2018-10-01",
- "aGSNumber": "978020137962",
- "positionNumber": null,
- "payRate": null,
- "staffActivity": "Speech Therapist",
- "staffActivityCode": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "person": {
- "links": {
- "related": "/v1/enrolments/staff/1/person"
}
}, - "absences": {
- "links": {
- "related": "/v1/enrolments/staff/1/absences"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff/1",
- "person": "/v1/enrolments/staff/1/person",
- "absences": "/v1/enrolments/staff/1/absences"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a page of activityTeamMember
related to activityTeam
via relation teamMembers
.
id required | number Number ID of the 'activityTeam', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "activityTeamMember",
- "id": "1",
- "attributes": {
- "isActive": true
}, - "relationships": {
- "attendeeLink": {
- "data": {
- "id": "5",
- "type": "attendeeLink"
}
}, - "team": {
- "data": {
- "id": "4",
- "type": "activityTeam"
}
}, - "position": {
- "data": {
- "id": "2",
- "type": "activityPosition"
}
}, - "cycleInstance": {
- "data": {
- "id": "3",
- "type": "cycleInstance"
}
}, - "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/activities/activity-team-member/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "activityTeamMember",
- "id": "1",
- "attributes": {
- "isActive": true
}, - "relationships": {
- "attendeeLink": {
- "data": {
- "id": "5",
- "type": "attendeeLink"
}
}, - "team": {
- "data": {
- "id": "4",
- "type": "activityTeam"
}
}, - "position": {
- "data": {
- "id": "2",
- "type": "activityPosition"
}
}, - "cycleInstance": {
- "data": {
- "id": "3",
- "type": "cycleInstance"
}
}, - "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/activities/activity-team-member/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "activityTeamMember",
- "id": "1",
- "attributes": {
- "isActive": true
}, - "relationships": {
- "attendeeLink": {
- "data": {
- "id": "5",
- "type": "attendeeLink"
}
}, - "team": {
- "data": {
- "id": "4",
- "type": "activityTeam"
}
}, - "position": {
- "data": {
- "id": "2",
- "type": "activityPosition"
}
}, - "cycleInstance": {
- "data": {
- "id": "3",
- "type": "cycleInstance"
}
}, - "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/activities/activity-team-member/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "isActive": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "attendeeLink": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "team": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "position": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "cycleInstance": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "student": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A definition of a student assigned to a team with additional information about their position and which `cycleInstance` and `activityInstance` they belong to. Keep in mind that team members have to be linked separately for each activity instance! They are link to `attendeeLink` and `cycleInstance` which determine the `activityInstance` they are part of.
Retrieves a page of instances of activityTeamMember
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
positionIds | string String Comma-separated list of |
attendeeLinkIds | string String Comma-separated list of |
teamIds | string String Comma-separated list of |
cycleInstanceIds | string String Comma-separated list of |
sportEventIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "activityTeamMember",
- "id": "1",
- "attributes": {
- "isActive": true
}, - "relationships": {
- "attendeeLink": {
- "data": {
- "id": "5",
- "type": "attendeeLink"
}
}, - "team": {
- "data": {
- "id": "4",
- "type": "activityTeam"
}
}, - "position": {
- "data": {
- "id": "2",
- "type": "activityPosition"
}
}, - "cycleInstance": {
- "data": {
- "id": "3",
- "type": "cycleInstance"
}
}, - "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/activities/activity-team-member/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "activityTeamMember",
- "id": "1",
- "attributes": {
- "isActive": true
}, - "relationships": {
- "attendeeLink": {
- "data": {
- "id": "5",
- "type": "attendeeLink"
}
}, - "team": {
- "data": {
- "id": "4",
- "type": "activityTeam"
}
}, - "position": {
- "data": {
- "id": "2",
- "type": "activityPosition"
}
}, - "cycleInstance": {
- "data": {
- "id": "3",
- "type": "cycleInstance"
}
}, - "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/activities/activity-team-member/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "activityTeamMember",
- "id": "1",
- "attributes": {
- "isActive": true
}, - "relationships": {
- "attendeeLink": {
- "data": {
- "id": "5",
- "type": "attendeeLink"
}
}, - "team": {
- "data": {
- "id": "4",
- "type": "activityTeam"
}
}, - "position": {
- "data": {
- "id": "2",
- "type": "activityPosition"
}
}, - "cycleInstance": {
- "data": {
- "id": "3",
- "type": "cycleInstance"
}
}, - "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/activities/activity-team-member/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of activityTeamMember
.
id required | number Number ID of the 'activityTeamMember' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "activityTeamMember",
- "id": "1",
- "attributes": {
- "isActive": true
}, - "relationships": {
- "attendeeLink": {
- "data": {
- "id": "5",
- "type": "attendeeLink"
}
}, - "team": {
- "data": {
- "id": "4",
- "type": "activityTeam"
}
}, - "position": {
- "data": {
- "id": "2",
- "type": "activityPosition"
}
}, - "cycleInstance": {
- "data": {
- "id": "3",
- "type": "cycleInstance"
}
}, - "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/activities/activity-team-member/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "date": "string",
- "time": "string",
- "type": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "activity": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "vehicle": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "sportEvent": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A specific usage of a vehicle for an event.
Retrieves a page of instances of activityTransportEvent
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "activityTransportEvent",
- "id": "1",
- "attributes": {
- "date": "2018-01-01",
- "time": "08:00:00",
- "type": "bus"
}, - "relationships": {
- "sportEvent": {
- "data": {
- "id": "3",
- "type": "activitySportEvent"
}
}
}, - "links": {
- "self": "/v1/activities/activity-transport-event/1"
}
}, - {
- "type": "activityTransportEvent",
- "id": "1",
- "attributes": {
- "date": "2018-01-01",
- "time": "08:00:00",
- "type": "bus"
}, - "relationships": {
- "sportEvent": {
- "data": {
- "id": "3",
- "type": "activitySportEvent"
}
}
}, - "links": {
- "self": "/v1/activities/activity-transport-event/1"
}
}, - {
- "type": "activityTransportEvent",
- "id": "1",
- "attributes": {
- "date": "2018-01-01",
- "time": "08:00:00",
- "type": "bus"
}, - "relationships": {
- "sportEvent": {
- "data": {
- "id": "3",
- "type": "activitySportEvent"
}
}
}, - "links": {
- "self": "/v1/activities/activity-transport-event/1"
}
}
]
}
Retrieves a single instance of activityTransportEvent
.
id required | number Number ID of the 'activityTransportEvent' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "activityTransportEvent",
- "id": "1",
- "attributes": {
- "date": "2018-01-01",
- "time": "08:00:00",
- "type": "bus"
}, - "relationships": {
- "sportEvent": {
- "data": {
- "id": "3",
- "type": "activitySportEvent"
}
}
}, - "links": {
- "self": "/v1/activities/activity-transport-event/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "description": "string",
- "useDate": "string",
- "vehicleIdentifier": "string",
- "capacity": 0,
- "type": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "activity": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "transportEvents": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
A vehicle used for an event.
Retrieves a page of instances of activityVehicle
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "activityVehicle",
- "id": "1",
- "attributes": {
- "name": null,
- "description": null,
- "useDate": "2018-01-02",
- "vehicleIdentifier": "GDA 1234P",
- "capacity": 24,
- "type": "bus"
}, - "relationships": {
- "transportEvents": {
- "links": {
- "related": "/v1/activities/activity-behicle/1/transport-events"
}
}
}, - "links": {
- "self": "/v1/activities/activity-vehicle/1"
}
}, - {
- "type": "activityVehicle",
- "id": "1",
- "attributes": {
- "name": null,
- "description": null,
- "useDate": "2018-01-02",
- "vehicleIdentifier": "GDA 1234P",
- "capacity": 24,
- "type": "bus"
}, - "relationships": {
- "transportEvents": {
- "links": {
- "related": "/v1/activities/activity-behicle/1/transport-events"
}
}
}, - "links": {
- "self": "/v1/activities/activity-vehicle/1"
}
}, - {
- "type": "activityVehicle",
- "id": "1",
- "attributes": {
- "name": null,
- "description": null,
- "useDate": "2018-01-02",
- "vehicleIdentifier": "GDA 1234P",
- "capacity": 24,
- "type": "bus"
}, - "relationships": {
- "transportEvents": {
- "links": {
- "related": "/v1/activities/activity-behicle/1/transport-events"
}
}
}, - "links": {
- "self": "/v1/activities/activity-vehicle/1"
}
}
]
}
Retrieves a single instance of activityVehicle
.
id required | number Number ID of the 'activityVehicle' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "activityVehicle",
- "id": "1",
- "attributes": {
- "name": null,
- "description": null,
- "useDate": "2018-01-02",
- "vehicleIdentifier": "GDA 1234P",
- "capacity": 24,
- "type": "bus"
}, - "relationships": {
- "transportEvents": {
- "links": {
- "related": "/v1/activities/activity-behicle/1/transport-events"
}
}
}, - "links": {
- "self": "/v1/activities/activity-vehicle/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "attendeeType": "string",
- "showInReports": true,
- "points": 0,
- "permissionGiven": true,
- "paid": true,
- "paidAmount": "string"
}, - "links": {
- "self": "string",
- "enrolmentAttendee": "string"
}, - "relationships": {
- "student": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "activityInstance": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "activity": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "cycleInstance": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of attendeeLink
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
activityIds | string String Comma-separated list of 'activities' relation IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
activityInstanceIds | string String Comma-separated list of 'activityInstances' relation IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "attendeeLink",
- "id": "1",
- "attributes": {
- "attendeeType": "Family Member",
- "showInReports": false,
- "points": null,
- "permissionGiven": false,
- "paid": false,
- "paidAmount": "0.00"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "activityInstance": {
- "data": {
- "id": "1",
- "type": "activityInstance"
}
}
}, - "links": {
- "self": "/v1/activities/attendee-link/1",
- "enrolmentAttendee": "/v1/activities/attendee-link/1/student"
}
}, - {
- "type": "attendeeLink",
- "id": "1",
- "attributes": {
- "attendeeType": "Family Member",
- "showInReports": false,
- "points": null,
- "permissionGiven": false,
- "paid": false,
- "paidAmount": "0.00"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "activityInstance": {
- "data": {
- "id": "1",
- "type": "activityInstance"
}
}
}, - "links": {
- "self": "/v1/activities/attendee-link/1",
- "enrolmentAttendee": "/v1/activities/attendee-link/1/student"
}
}, - {
- "type": "attendeeLink",
- "id": "1",
- "attributes": {
- "attendeeType": "Family Member",
- "showInReports": false,
- "points": null,
- "permissionGiven": false,
- "paid": false,
- "paidAmount": "0.00"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "activityInstance": {
- "data": {
- "id": "1",
- "type": "activityInstance"
}
}
}, - "links": {
- "self": "/v1/activities/attendee-link/1",
- "enrolmentAttendee": "/v1/activities/attendee-link/1/student"
}
}
]
}
Retrieves a single instance of attendeeLink
.
id required | number Number ID of the 'attendeeLink' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "attendeeLink",
- "id": "1",
- "attributes": {
- "attendeeType": "Family Member",
- "showInReports": false,
- "points": null,
- "permissionGiven": false,
- "paid": false,
- "paidAmount": "0.00"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "activityInstance": {
- "data": {
- "id": "1",
- "type": "activityInstance"
}
}
}, - "links": {
- "self": "/v1/activities/attendee-link/1",
- "enrolmentAttendee": "/v1/activities/attendee-link/1/student"
}
}
}
Retrieves a single instance of student
, the relation student
of attendeeLink
.
id required | number Number ID of the 'attendeeLink' which relation to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: primaryEnrolment, person, activities, activityInstances, tenants, flags, flagLinks, contacts, holidays, specialNeedsPrograms, schoolHistory. [optional] [default: null] [example: "primaryEnrolment"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "attendeeType": "string",
- "showInReports": true,
- "points": 0,
- "permissionGiven": true,
- "paid": true,
- "paidAmount": "string"
}, - "links": {
- "self": "string",
- "enrolmentAttendee": "string"
}, - "relationships": {
- "student": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "activityInstance": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "activity": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "cycleInstance": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
{DESCRIPTION-MISSING}
Modifies an existing attendeeLink
.
Payload has the following requirements:
And supports these models:
attendeeLink
showInReports
→ Boolean Whether to display this attendee link in reports [example: TRUE]id required | number Number ID of the 'attendeeLink' which should be modified. [example: 1] |
object |
{- "data": {
- "type": "attendeeLink",
- "id": 1,
- "attributes": {
- "showInReports": true
}
}
}
{- "data": {
- "type": "attendeeLink",
- "id": "1",
- "attributes": {
- "attendeeType": "Family Member",
- "showInReports": false,
- "points": null,
- "permissionGiven": false,
- "paid": false,
- "paidAmount": "0.00"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "activityInstance": {
- "data": {
- "id": "1",
- "type": "activityInstance"
}
}
}, - "links": {
- "self": "/v1/activities/attendee-link/1",
- "enrolmentAttendee": "/v1/activities/attendee-link/1/student"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "year": 0,
- "cycle": "string",
- "period": "string"
}, - "links": {
- "self": "string"
}
}
{DESCRIPTION-MISSING}
Retrieves a page of instances of cycleInstance
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "cycleInstance",
- "id": "1",
- "attributes": {
- "name": "Week #7 2018",
- "year": 2018,
- "cycle": "Weekly",
- "period": "Week #7"
}, - "links": {
- "self": "/v1/activities/cycle-instance/1"
}
}, - {
- "type": "cycleInstance",
- "id": "1",
- "attributes": {
- "name": "Week #7 2018",
- "year": 2018,
- "cycle": "Weekly",
- "period": "Week #7"
}, - "links": {
- "self": "/v1/activities/cycle-instance/1"
}
}, - {
- "type": "cycleInstance",
- "id": "1",
- "attributes": {
- "name": "Week #7 2018",
- "year": 2018,
- "cycle": "Weekly",
- "period": "Week #7"
}, - "links": {
- "self": "/v1/activities/cycle-instance/1"
}
}
]
}
Retrieves a single instance of cycleInstance
.
id required | number Number ID of the 'cycleInstance' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "cycleInstance",
- "id": "1",
- "attributes": {
- "name": "Week #7 2018",
- "year": 2018,
- "cycle": "Weekly",
- "period": "Week #7"
}, - "links": {
- "self": "/v1/activities/cycle-instance/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "rollDate": "string",
- "isSubmitted": true
}, - "links": {
- "self": "string",
- "activityInstance": "string",
- "uiMarkRolls": "string"
}, - "relationships": {
- "activityInstance": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of activityRoll
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "activityRoll",
- "id": "1",
- "attributes": {
- "name": "Main roll",
- "rollDate": null,
- "isSubmitted": false
}, - "relationships": {
- "activityInstance": {
- "data": {
- "id": "2",
- "type": "activityInstance"
}, - "links": {
- "related": "/v1/activities/activity-instance/1/activity-instance"
}
}
}, - "links": {
- "self": "/v1/activities/roll/1",
- "activityInstance": "/v1/activities/roll/1/activity-instance",
- "uiMarkRolls": "/activities/mark_roll/1"
}
}, - {
- "type": "activityRoll",
- "id": "1",
- "attributes": {
- "name": "Main roll",
- "rollDate": null,
- "isSubmitted": false
}, - "relationships": {
- "activityInstance": {
- "data": {
- "id": "2",
- "type": "activityInstance"
}, - "links": {
- "related": "/v1/activities/activity-instance/1/activity-instance"
}
}
}, - "links": {
- "self": "/v1/activities/roll/1",
- "activityInstance": "/v1/activities/roll/1/activity-instance",
- "uiMarkRolls": "/activities/mark_roll/1"
}
}, - {
- "type": "activityRoll",
- "id": "1",
- "attributes": {
- "name": "Main roll",
- "rollDate": null,
- "isSubmitted": false
}, - "relationships": {
- "activityInstance": {
- "data": {
- "id": "2",
- "type": "activityInstance"
}, - "links": {
- "related": "/v1/activities/activity-instance/1/activity-instance"
}
}
}, - "links": {
- "self": "/v1/activities/roll/1",
- "activityInstance": "/v1/activities/roll/1/activity-instance",
- "uiMarkRolls": "/activities/mark_roll/1"
}
}
]
}
Retrieves a single instance of activityRoll
.
id required | number Number ID of the 'activityRoll' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "activityRoll",
- "id": "1",
- "attributes": {
- "name": "Main roll",
- "rollDate": null,
- "isSubmitted": false
}, - "relationships": {
- "activityInstance": {
- "data": {
- "id": "2",
- "type": "activityInstance"
}, - "links": {
- "related": "/v1/activities/activity-instance/1/activity-instance"
}
}
}, - "links": {
- "self": "/v1/activities/roll/1",
- "activityInstance": "/v1/activities/roll/1/activity-instance",
- "uiMarkRolls": "/activities/mark_roll/1"
}
}
}
Retrieves a single instance of activityInstance
, the relation activityInstance
of activityRoll
.
id required | number Number ID of the 'activityRoll' which relation to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: activity. [optional] [default: null] [example: "activity"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "activityInstance",
- "id": "1",
- "attributes": {
- "status": "pending",
- "year": 2018,
- "name": "2018 - ",
- "startDate": "2018-01-01",
- "endDate": "2018-01-02",
- "startTime": "12:00:00",
- "endTime": "13:00:00",
- "isPublishedToPortal": true,
- "isPaymentRequired": true,
- "isPermissionRequired": true,
- "isActive": true
}, - "relationships": {
- "activity": {
- "data": {
- "id": "1",
- "type": "activity"
}
}, - "rolls": {
- "links": {
- "related": "/v1/activities/activity-instance/1/rolls"
}
}
}, - "links": {
- "self": "/v1/activities/activity-instance/1",
- "rolls": "/v1/activities/activity-instance/1/rolls"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "address": "string",
- "mapUrl": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "group": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "grounds": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
Retrieves a page of instances of venue
.
include | string String Comma-separated list of relations to sideload. Allowed values are: grounds. [optional] [default: null] [example: "grounds"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "venue",
- "id": "1",
- "attributes": {
- "name": "Australian International High School",
- "address": null,
- "mapUrl": null
}, - "relationships": {
- "group": {
- "data": {
- "id": "2",
- "type": "venueGroup"
}
}, - "grounds": {
- "links": {
- "related": "/v1/activities/venue/1/grounds"
}
}
}, - "links": {
- "self": "/v1/activities/venue/1"
}
}, - {
- "type": "venue",
- "id": "1",
- "attributes": {
- "name": "Australian International High School",
- "address": null,
- "mapUrl": null
}, - "relationships": {
- "group": {
- "data": {
- "id": "2",
- "type": "venueGroup"
}
}, - "grounds": {
- "links": {
- "related": "/v1/activities/venue/1/grounds"
}
}
}, - "links": {
- "self": "/v1/activities/venue/1"
}
}, - {
- "type": "venue",
- "id": "1",
- "attributes": {
- "name": "Australian International High School",
- "address": null,
- "mapUrl": null
}, - "relationships": {
- "group": {
- "data": {
- "id": "2",
- "type": "venueGroup"
}
}, - "grounds": {
- "links": {
- "related": "/v1/activities/venue/1/grounds"
}
}
}, - "links": {
- "self": "/v1/activities/venue/1"
}
}
]
}
Retrieves a single instance of venue
.
id required | number Number ID of the 'venue' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: grounds. [optional] [default: null] [example: "grounds"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "venue",
- "id": "1",
- "attributes": {
- "name": "Australian International High School",
- "address": null,
- "mapUrl": null
}, - "relationships": {
- "group": {
- "data": {
- "id": "2",
- "type": "venueGroup"
}
}, - "grounds": {
- "links": {
- "related": "/v1/activities/venue/1/grounds"
}
}
}, - "links": {
- "self": "/v1/activities/venue/1"
}
}
}
Retrieves a page of venueGrounds
related to venue
via relation grounds
.
id required | number Number ID of the 'venue', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "venueGrounds",
- "id": "1",
- "attributes": {
- "name": "Footbal Stadium"
}, - "relationships": {
- "venue": {
- "data": {
- "id": "2",
- "type": "venue"
}
}
}, - "links": {
- "self": "/v1/activities/venue-grounds/1"
}
}, - {
- "type": "venueGrounds",
- "id": "1",
- "attributes": {
- "name": "Footbal Stadium"
}, - "relationships": {
- "venue": {
- "data": {
- "id": "2",
- "type": "venue"
}
}
}, - "links": {
- "self": "/v1/activities/venue-grounds/1"
}
}, - {
- "type": "venueGrounds",
- "id": "1",
- "attributes": {
- "name": "Footbal Stadium"
}, - "relationships": {
- "venue": {
- "data": {
- "id": "2",
- "type": "venue"
}
}
}, - "links": {
- "self": "/v1/activities/venue-grounds/1"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "venue": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Specifc place or area in a venue.
Retrieves a page of instances of venueGrounds
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "venueGrounds",
- "id": "1",
- "attributes": {
- "name": "Footbal Stadium"
}, - "relationships": {
- "venue": {
- "data": {
- "id": "2",
- "type": "venue"
}
}
}, - "links": {
- "self": "/v1/activities/venue-grounds/1"
}
}, - {
- "type": "venueGrounds",
- "id": "1",
- "attributes": {
- "name": "Footbal Stadium"
}, - "relationships": {
- "venue": {
- "data": {
- "id": "2",
- "type": "venue"
}
}
}, - "links": {
- "self": "/v1/activities/venue-grounds/1"
}
}, - {
- "type": "venueGrounds",
- "id": "1",
- "attributes": {
- "name": "Footbal Stadium"
}, - "relationships": {
- "venue": {
- "data": {
- "id": "2",
- "type": "venue"
}
}
}, - "links": {
- "self": "/v1/activities/venue-grounds/1"
}
}
]
}
Retrieves a single instance of venueGrounds
.
id required | number Number ID of the 'venueGrounds' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "venueGrounds",
- "id": "1",
- "attributes": {
- "name": "Footbal Stadium"
}, - "relationships": {
- "venue": {
- "data": {
- "id": "2",
- "type": "venue"
}
}
}, - "links": {
- "self": "/v1/activities/venue-grounds/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "venues": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
Retrieves a page of instances of venueGroup
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "venueGroup",
- "id": "1",
- "attributes": {
- "name": "Sport venues"
}, - "relationships": {
- "venues": {
- "links": {
- "related": "/v1/activities/venue-group/1/venues"
}
}
}, - "links": {
- "self": "/v1/activities/venue-group/1"
}
}, - {
- "type": "venueGroup",
- "id": "1",
- "attributes": {
- "name": "Sport venues"
}, - "relationships": {
- "venues": {
- "links": {
- "related": "/v1/activities/venue-group/1/venues"
}
}
}, - "links": {
- "self": "/v1/activities/venue-group/1"
}
}, - {
- "type": "venueGroup",
- "id": "1",
- "attributes": {
- "name": "Sport venues"
}, - "relationships": {
- "venues": {
- "links": {
- "related": "/v1/activities/venue-group/1/venues"
}
}
}, - "links": {
- "self": "/v1/activities/venue-group/1"
}
}
]
}
Retrieves a single instance of venueGroup
.
id required | number Number ID of the 'venueGroup' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "venueGroup",
- "id": "1",
- "attributes": {
- "name": "Sport venues"
}, - "relationships": {
- "venues": {
- "links": {
- "related": "/v1/activities/venue-group/1/venues"
}
}
}, - "links": {
- "self": "/v1/activities/venue-group/1"
}
}
}
Retrieves a page of venue
related to venueGroup
via relation venues
.
id required | number Number ID of the 'venueGroup', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: grounds. [optional] [default: null] [example: "grounds"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "venue",
- "id": "1",
- "attributes": {
- "name": "Australian International High School",
- "address": null,
- "mapUrl": null
}, - "relationships": {
- "group": {
- "data": {
- "id": "2",
- "type": "venueGroup"
}
}, - "grounds": {
- "links": {
- "related": "/v1/activities/venue/1/grounds"
}
}
}, - "links": {
- "self": "/v1/activities/venue/1"
}
}, - {
- "type": "venue",
- "id": "1",
- "attributes": {
- "name": "Australian International High School",
- "address": null,
- "mapUrl": null
}, - "relationships": {
- "group": {
- "data": {
- "id": "2",
- "type": "venueGroup"
}
}, - "grounds": {
- "links": {
- "related": "/v1/activities/venue/1/grounds"
}
}
}, - "links": {
- "self": "/v1/activities/venue/1"
}
}, - {
- "type": "venue",
- "id": "1",
- "attributes": {
- "name": "Australian International High School",
- "address": null,
- "mapUrl": null
}, - "relationships": {
- "group": {
- "data": {
- "id": "2",
- "type": "venueGroup"
}
}, - "grounds": {
- "links": {
- "related": "/v1/activities/venue/1/grounds"
}
}
}, - "links": {
- "self": "/v1/activities/venue/1"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "type": "string",
- "date": "string",
- "start": "string",
- "end": "string",
- "comment": "string",
- "explainer": "string",
- "explainerSource": "string",
- "letterSent": true,
- "bulkAbsenceId": true,
- "submitted": true,
- "externalSource": "string"
}, - "links": {
- "self": "string",
- "student": "string"
}, - "relationships": {
- "reason": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "enrolmentStudent": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "coreStudent": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "matchingFutureAbsence": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Creates a new absence
Payload has the following requirements:
And supports these models:
absence
date
→ Date (Y-m-d, eg. 2019-12-31) Date of the absence [example: "2018-08-01"]type
→ String Type of the absence [example: "whole"]
Value constraints:
Allowed values: "whole", "early", "timed", "late"start
→ Time (H:i:s, eg 23:59:59) Start time of the absence. [optional] [example: "8:00"]end
→ Time (H:i:s, eg 23:59:59) End time of the absence [optional] [example: "15:00"]comment
→ String Comment for the absence [optional] [example: "Doctor appointment"]reason
→ [optional] [single] expected type is absenceReason
. coreStudent
→ [required] [single] expected type is coreStudent
.object |
{- "data": {
- "type": "absence",
- "attributes": {
- "date": "2018-08-01",
- "type": "whole",
- "start": "8:00",
- "end": "15:00",
- "comment": "Doctor appointment"
}, - "relationships": {
- "reason": {
- "data": {
- "id": 1,
- "type": "absenceReason"
}
}, - "coreStudent": {
- "data": {
- "id": 1,
- "type": "coreStudent"
}
}
}
}
}
{- "data": {
- "type": "absence",
- "id": "1",
- "attributes": {
- "type": "timed",
- "date": "2018-10-01",
- "start": null,
- "end": null,
- "comment": "",
- "explainer": "",
- "explainerSource": "",
- "letterSent": false,
- "bulkAbsenceId": null,
- "submitted": false,
- "externalSource": null
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "3",
- "type": "student"
}
}, - "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}, - "matchingFutureAbsence": {
- "data": {
- "id": "4",
- "type": "futureAbsence"
}
}
}, - "links": {
- "self": "/v1/attendance/absence/1",
- "student": "/v1/enrolments/student/3"
}
}
}
Retrieves a page of instances of absence
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 366 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
studentId | string String Comma-separated list of |
year | string String Comma-separated list of years from which absences to return (matches the year of the |
coreStudentIds | string String Comma-separated list of |
dates | string String Comma-separated list of |
{- "data": [
- {
- "type": "absence",
- "id": "1",
- "attributes": {
- "type": "timed",
- "date": "2018-10-01",
- "start": null,
- "end": null,
- "comment": "",
- "explainer": "",
- "explainerSource": "",
- "letterSent": false,
- "bulkAbsenceId": null,
- "submitted": false,
- "externalSource": null
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "3",
- "type": "student"
}
}, - "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}, - "matchingFutureAbsence": {
- "data": {
- "id": "4",
- "type": "futureAbsence"
}
}
}, - "links": {
- "self": "/v1/attendance/absence/1",
- "student": "/v1/enrolments/student/3"
}
}, - {
- "type": "absence",
- "id": "1",
- "attributes": {
- "type": "timed",
- "date": "2018-10-01",
- "start": null,
- "end": null,
- "comment": "",
- "explainer": "",
- "explainerSource": "",
- "letterSent": false,
- "bulkAbsenceId": null,
- "submitted": false,
- "externalSource": null
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "3",
- "type": "student"
}
}, - "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}, - "matchingFutureAbsence": {
- "data": {
- "id": "4",
- "type": "futureAbsence"
}
}
}, - "links": {
- "self": "/v1/attendance/absence/1",
- "student": "/v1/enrolments/student/3"
}
}, - {
- "type": "absence",
- "id": "1",
- "attributes": {
- "type": "timed",
- "date": "2018-10-01",
- "start": null,
- "end": null,
- "comment": "",
- "explainer": "",
- "explainerSource": "",
- "letterSent": false,
- "bulkAbsenceId": null,
- "submitted": false,
- "externalSource": null
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "3",
- "type": "student"
}
}, - "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}, - "matchingFutureAbsence": {
- "data": {
- "id": "4",
- "type": "futureAbsence"
}
}
}, - "links": {
- "self": "/v1/attendance/absence/1",
- "student": "/v1/enrolments/student/3"
}
}
]
}
Retrieves a single instance of absence
.
id required | number Number ID of the 'absence' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "absence",
- "id": "1",
- "attributes": {
- "type": "timed",
- "date": "2018-10-01",
- "start": null,
- "end": null,
- "comment": "",
- "explainer": "",
- "explainerSource": "",
- "letterSent": false,
- "bulkAbsenceId": null,
- "submitted": false,
- "externalSource": null
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "3",
- "type": "student"
}
}, - "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}, - "matchingFutureAbsence": {
- "data": {
- "id": "4",
- "type": "futureAbsence"
}
}
}, - "links": {
- "self": "/v1/attendance/absence/1",
- "student": "/v1/enrolments/student/3"
}
}
}
Removes a link between an 'absence' and 'incomingMessage' which form a response to former from a guardian.
id required | number Number ID of 'absence' of which response should be removed. [example: 1] |
messageId required | number Number ID of the 'incomingMessage' belonging to the 'absence' to which link should be removed. [example: 1] |
Adds a response to an absence by creating a new outgoing message in the system and linking it through to the absence.
Payload has the following requirements:
And supports these models:
incomingMessage
message
→ String The message that was sent that contains the explanation for absence. [example: ""]
Value constraints:
Length must be at most 1 characters, inclusivetype
→ String Type of the message delivery mechanism. [example: "sms"]
Value constraints:
Allowed values: "sms", "email", "phone", "letter", "portal"isUnsolicited
→ Boolean Whether the message was unsolicited. [example: FALSE]id required | number Number ID of the |
object |
{- "data": {
- "type": "incomingMessage",
- "attributes": {
- "message": "",
- "type": "sms",
- "isUnsolicited": false
}
}
}
{- "data": {
- "type": "incomingMessage",
- "id": "1",
- "attributes": {
- "type": "portal",
- "message": "Hi! This is an example message!",
- "isUnsolicited": false
}, - "links": {
- "self": "/v1/messaging/incoming-message/1"
}
}
}
Retrieves all of incomingMessage
related to absence
via relation responses
.
id required | number Number ID of the 'absence', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "incomingMessage",
- "id": "1",
- "attributes": {
- "type": "portal",
- "message": "Hi! This is an example message!",
- "isUnsolicited": false
}, - "links": {
- "self": "/v1/messaging/incoming-message/1"
}
}, - {
- "type": "incomingMessage",
- "id": "1",
- "attributes": {
- "type": "portal",
- "message": "Hi! This is an example message!",
- "isUnsolicited": false
}, - "links": {
- "self": "/v1/messaging/incoming-message/1"
}
}, - {
- "type": "incomingMessage",
- "id": "1",
- "attributes": {
- "type": "portal",
- "message": "Hi! This is an example message!",
- "isUnsolicited": false
}, - "links": {
- "self": "/v1/messaging/incoming-message/1"
}
}
]
}
Creates a new staff absence.
Payload has the following requirements:
And supports these models:
staffAbsence
type
→ String {DESCRIPTION-MISSING} [example: "whole"]
Value constraints:
Allowed values: "whole", "early", "late", "timed"startDate
→ Date (Y-m-d, eg. 2019-12-31) {DESCRIPTION-MISSING} [example: "2018-01-01"]endDate
→ Date (Y-m-d, eg. 2019-12-31) {DESCRIPTION-MISSING} [example: "2018-01-02"]startTime
→ Time (H:i:s, eg 23:59:59) {DESCRIPTION-MISSING} [optional] [default: null] [example: "08:15:00"]endTime
→ Time (H:i:s, eg 23:59:59) {DESCRIPTION-MISSING} [optional] [default: null] [example: "16:30:00"]reason
→ String {DESCRIPTION-MISSING} [optional] [default: null] [example: "Struck down by flu"]
Value constraints:
Length must be between 255 and 0 characters, inclusivenotes
→ String {DESCRIPTION-MISSING} [optional] [default: null] [example: "Pending confirmation from a doctor"]
Value constraints:
Length must be between 65025 and 0 characters, inclusivehasReceivedMedicalCertificate
→ Boolean {DESCRIPTION-MISSING} [optional] [default: false] [example: FALSE]externalSource
→ String {DESCRIPTION-MISSING} [optional] [default: null] [example: "PAPER-RECORDS"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveexternalId
→ String {DESCRIPTION-MISSING} [optional] [default: null] [example: "P/73/112"]
Value constraints:
Length must be between 255 and 0 characters, inclusivestaff
→ [required] [single] expected type is staff
. leaveType
→ [required] [single] expected type is staffAbsenceLeaveType
.object |
{- "data": {
- "type": "staffAbsence",
- "attributes": {
- "type": "whole",
- "startDate": "2018-01-01",
- "endDate": "2018-01-02",
- "startTime": "08:15:00",
- "endTime": "16:30:00",
- "reason": "Struck down by flu",
- "notes": "Pending confirmation from a doctor",
- "hasReceivedMedicalCertificate": false,
- "externalSource": "PAPER-RECORDS",
- "externalId": "P/73/112"
}, - "relationships": {
- "staff": {
- "data": {
- "id": 1,
- "type": "staff"
}
}, - "leaveType": {
- "data": {
- "id": 1,
- "type": "staffAbsenceLeaveType"
}
}
}
}
}
{- "data": {
- "type": "staffAbsence",
- "id": "1",
- "attributes": {
- "type": "whole",
- "startDate": "2018-02-01",
- "endDate": "2025-03-21",
- "startTime": "08:00:00",
- "endTime": null,
- "leaveType": "Sickness",
- "reason": null,
- "notes": null,
- "hasReceivedMedicalCertificate": false,
- "externalSource": null,
- "externalId": null,
- "isApproved": true
}, - "relationships": {
- "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}, - "leaveType": {
- "data": {
- "id": "1",
- "type": "staffAbsenceLeaveType"
}
}
}, - "links": {
- "self": "/v1/staff/absence/1"
}
}
}
Retrieves a page of instances of staffAbsence
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "staffAbsence",
- "id": "1",
- "attributes": {
- "type": "whole",
- "startDate": "2018-02-01",
- "endDate": "2025-03-21",
- "startTime": "08:00:00",
- "endTime": null,
- "leaveType": "Sickness",
- "reason": null,
- "notes": null,
- "hasReceivedMedicalCertificate": false,
- "externalSource": null,
- "externalId": null,
- "isApproved": true
}, - "relationships": {
- "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}, - "leaveType": {
- "data": {
- "id": "1",
- "type": "staffAbsenceLeaveType"
}
}
}, - "links": {
- "self": "/v1/staff/absence/1"
}
}, - {
- "type": "staffAbsence",
- "id": "1",
- "attributes": {
- "type": "whole",
- "startDate": "2018-02-01",
- "endDate": "2025-03-21",
- "startTime": "08:00:00",
- "endTime": null,
- "leaveType": "Sickness",
- "reason": null,
- "notes": null,
- "hasReceivedMedicalCertificate": false,
- "externalSource": null,
- "externalId": null,
- "isApproved": true
}, - "relationships": {
- "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}, - "leaveType": {
- "data": {
- "id": "1",
- "type": "staffAbsenceLeaveType"
}
}
}, - "links": {
- "self": "/v1/staff/absence/1"
}
}, - {
- "type": "staffAbsence",
- "id": "1",
- "attributes": {
- "type": "whole",
- "startDate": "2018-02-01",
- "endDate": "2025-03-21",
- "startTime": "08:00:00",
- "endTime": null,
- "leaveType": "Sickness",
- "reason": null,
- "notes": null,
- "hasReceivedMedicalCertificate": false,
- "externalSource": null,
- "externalId": null,
- "isApproved": true
}, - "relationships": {
- "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}, - "leaveType": {
- "data": {
- "id": "1",
- "type": "staffAbsenceLeaveType"
}
}
}, - "links": {
- "self": "/v1/staff/absence/1"
}
}
]
}
Retrieves a single instance of staffAbsence
.
id required | number Number ID of the 'staffAbsence' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "staffAbsence",
- "id": "1",
- "attributes": {
- "type": "whole",
- "startDate": "2018-02-01",
- "endDate": "2025-03-21",
- "startTime": "08:00:00",
- "endTime": null,
- "leaveType": "Sickness",
- "reason": null,
- "notes": null,
- "hasReceivedMedicalCertificate": false,
- "externalSource": null,
- "externalId": null,
- "isApproved": true
}, - "relationships": {
- "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}, - "leaveType": {
- "data": {
- "id": "1",
- "type": "staffAbsenceLeaveType"
}
}
}, - "links": {
- "self": "/v1/staff/absence/1"
}
}
}
Adds a new 'staffAbsenceAttachment' to a 'staffAbsence'. The file should be uploaded via 'multipart/form-data' and should be sent under key 'attachment'.
id required | number Number ID of the 'staffAbsence' to which the attachment should be added. [example: 1] |
uploaderId required | number Number ID of the |
displayName required | string String Displayed name of the file. [example: "Learning plan"] Value constraints: Length must be between 100 and 0 characters, inclusive |
{- "data": {
- "type": "staffAbsenceAttachment",
- "id": "1",
- "attributes": {
- "displayName": "Learning plan"
}, - "relationships": {
- "absence": {
- "data": {
- "id": "2",
- "type": "staffAbsence"
}
}, - "uploader": {
- "data": {
- "id": "1",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/staff/staff-absence-attachment/1"
}
}
}
Retrieves a page of staffAbsenceAttachment
related to staffAbsence
via relation attachments
.
id required | number Number ID of the 'staffAbsence', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "staffAbsenceAttachment",
- "id": "1",
- "attributes": {
- "displayName": "Learning plan"
}, - "relationships": {
- "absence": {
- "data": {
- "id": "2",
- "type": "staffAbsence"
}
}, - "uploader": {
- "data": {
- "id": "1",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/staff/staff-absence-attachment/1"
}
}, - {
- "type": "staffAbsenceAttachment",
- "id": "1",
- "attributes": {
- "displayName": "Learning plan"
}, - "relationships": {
- "absence": {
- "data": {
- "id": "2",
- "type": "staffAbsence"
}
}, - "uploader": {
- "data": {
- "id": "1",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/staff/staff-absence-attachment/1"
}
}, - {
- "type": "staffAbsenceAttachment",
- "id": "1",
- "attributes": {
- "displayName": "Learning plan"
}, - "relationships": {
- "absence": {
- "data": {
- "id": "2",
- "type": "staffAbsence"
}
}, - "uploader": {
- "data": {
- "id": "1",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/staff/staff-absence-attachment/1"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "description": "string",
- "internalCode": "string",
- "shorthand": "string",
- "isExplained": true,
- "isLegal": true,
- "isDefault": true,
- "isRestricted": true
}, - "links": {
- "self": "string"
}
}
Reason for an absence
Retrieves a page of instances of absenceReason
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "absenceReason",
- "id": "1",
- "attributes": {
- "description": "Work shift",
- "shorthand": "Ws",
- "internalCode": "workshift",
- "isExplained": true,
- "isLegal": true,
- "isDefault": false,
- "isRestricted": false
}, - "links": {
- "self": "/v1/attendance/absence-reason/1"
}
}, - {
- "type": "absenceReason",
- "id": "1",
- "attributes": {
- "description": "Work shift",
- "shorthand": "Ws",
- "internalCode": "workshift",
- "isExplained": true,
- "isLegal": true,
- "isDefault": false,
- "isRestricted": false
}, - "links": {
- "self": "/v1/attendance/absence-reason/1"
}
}, - {
- "type": "absenceReason",
- "id": "1",
- "attributes": {
- "description": "Work shift",
- "shorthand": "Ws",
- "internalCode": "workshift",
- "isExplained": true,
- "isLegal": true,
- "isDefault": false,
- "isRestricted": false
}, - "links": {
- "self": "/v1/attendance/absence-reason/1"
}
}
]
}
Retrieves a single instance of absenceReason
.
id required | number Number ID of the 'absenceReason' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "absenceReason",
- "id": "1",
- "attributes": {
- "description": "Work shift",
- "shorthand": "Ws",
- "internalCode": "workshift",
- "isExplained": true,
- "isLegal": true,
- "isDefault": false,
- "isRestricted": false
}, - "links": {
- "self": "/v1/attendance/absence-reason/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "date": "string",
- "schoolTime": 0,
- "source": "string"
}, - "links": {
- "self": "string",
- "student": "string"
}
}
Information about student attendance on a specific day.
Retrieves a page of instances of attendance
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 366 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
studentId | number Number ID of the student whose attendances should be returned. [optional] [default: null] |
year | number Number Year from which attendances should be returned. [optional] [default: null] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "attendance",
- "id": "1",
- "attributes": {
- "date": "2018-10-01",
- "schoolTime": null,
- "source": "WEBATTEND"
}, - "links": {
- "self": "/v1/attendance/attendance/1",
- "student": "/v1/enrolments/student/1"
}
}, - {
- "type": "attendance",
- "id": "1",
- "attributes": {
- "date": "2018-10-01",
- "schoolTime": null,
- "source": "WEBATTEND"
}, - "links": {
- "self": "/v1/attendance/attendance/1",
- "student": "/v1/enrolments/student/1"
}
}, - {
- "type": "attendance",
- "id": "1",
- "attributes": {
- "date": "2018-10-01",
- "schoolTime": null,
- "source": "WEBATTEND"
}, - "links": {
- "self": "/v1/attendance/attendance/1",
- "student": "/v1/enrolments/student/1"
}
}
]
}
Retrieves a single instance of attendance
.
id required | number Number ID of the 'attendance' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "attendance",
- "id": "1",
- "attributes": {
- "date": "2018-10-01",
- "schoolTime": null,
- "source": "WEBATTEND"
}, - "links": {
- "self": "/v1/attendance/attendance/1",
- "student": "/v1/enrolments/student/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "date": "string",
- "submittedAt": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "coreRollclass": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "absences": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
Roll submission information for a specific day and rollclass. Unlike `dayRoll` it neither depends on `enrolments`'s rollclass, nor is a 'virtual' model - this model represents data that exists in the database.
Submits a coreDayRoll, which closes off a roll for the given class for the given date
Payload has the following requirements:
And supports these models:
coreDayRoll
date
→ Date (Y-m-d, eg. 2019-12-31) Date for which to submit the roll. Must be a school day. [example: "2019-02-27"]coreRollclass
→ [required] [single] expected type is coreRollclass
. Rollclass for which to submit the rollsubmitter
→ [required] [single] expected type is coreAdministrativeUser
. User who submitted the rollobject |
{- "data": {
- "type": "coreDayRoll",
- "attributes": {
- "date": "2019-02-27"
}, - "relationships": {
- "coreRollclass": {
- "data": {
- "id": 1,
- "type": "coreRollclass"
}
}, - "submitter": {
- "data": {
- "id": 1,
- "type": "coreAdministrativeUser"
}
}
}
}
}
{- "data": {
- "type": "coreDayRoll",
- "id": "1",
- "attributes": {
- "date": "2018-06-01",
- "submittedAt": null
}, - "links": {
- "self": "/v1/attendance/core-day-roll/1"
}
}
}
Retrieves a page of instances of coreDayRoll
.
include | string String Comma-separated list of relations to sideload. Allowed values are: absences. [optional] [default: null] [example: "absences"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 3660 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
coreRollclassIds | string String Comma-separated list of |
years | string String Comma-separated list of years in |
{- "data": [
- {
- "type": "coreDayRoll",
- "id": "1",
- "attributes": {
- "date": "2018-06-01",
- "submittedAt": null
}, - "links": {
- "self": "/v1/attendance/core-day-roll/1"
}
}, - {
- "type": "coreDayRoll",
- "id": "1",
- "attributes": {
- "date": "2018-06-01",
- "submittedAt": null
}, - "links": {
- "self": "/v1/attendance/core-day-roll/1"
}
}, - {
- "type": "coreDayRoll",
- "id": "1",
- "attributes": {
- "date": "2018-06-01",
- "submittedAt": null
}, - "links": {
- "self": "/v1/attendance/core-day-roll/1"
}
}
]
}
Retrieves a single instance of coreDayRoll
.
id required | number Number ID of the 'coreDayRoll' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: absences. [optional] [default: null] [example: "absences"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "coreDayRoll",
- "id": "1",
- "attributes": {
- "date": "2018-06-01",
- "submittedAt": null
}, - "links": {
- "self": "/v1/attendance/core-day-roll/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "date": "string",
- "submitted": true,
- "rollMarkingUrl": "string"
}, - "links": {
- "self": "string",
- "rollClass": "string"
}, - "relationships": {
- "coreRollclass": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Information about roll on a specific day.
Retrieves a page of instances of dayRoll
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
year | number Number Academic Year from which rolls should be returned. [optional] [default: Defaults to current year if not provided.] |
term | number Number Term whose rolls should be returned. [optional] [default: null] Value constraints: Minimum value: 0 [inclusive] |
week | number Number Term week whose rolls should be returned. [optional] [default: null] Value constraints: Minimum value: 0 [inclusive] |
rollclassId | number Number ID of enrolment rollclass by which to filter [optional] [default: null] Value constraints: Minimum value: 0 [inclusive] |
date | number Number If provided it will return only rolls that happen in the week of this date. If no other date filter is provided this is set to current server date. [optional] [default: Current date] Value constraints: Minimum value: 0 [inclusive] |
coreRollclassIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "dayRoll",
- "id": "2-20180601",
- "attributes": {
- "date": "2018-06-01",
- "submitted": false,
}, - "links": {
- "self": "/v1/attendance/day-roll/2-20180601",
- "rollClass": "/v1/enrolments/rollclass/2"
}
}, - {
- "type": "dayRoll",
- "id": "2-20180601",
- "attributes": {
- "date": "2018-06-01",
- "submitted": false,
}, - "links": {
- "self": "/v1/attendance/day-roll/2-20180601",
- "rollClass": "/v1/enrolments/rollclass/2"
}
}, - {
- "type": "dayRoll",
- "id": "2-20180601",
- "attributes": {
- "date": "2018-06-01",
- "submitted": false,
}, - "links": {
- "self": "/v1/attendance/day-roll/2-20180601",
- "rollClass": "/v1/enrolments/rollclass/2"
}
}
]
}
Retrieves a single instance of dayRoll
.
id required | string String |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "dayRoll",
- "id": "2-20180601",
- "attributes": {
- "date": "2018-06-01",
- "submitted": false,
}, - "links": {
- "self": "/v1/attendance/day-roll/2-20180601",
- "rollClass": "/v1/enrolments/rollclass/2"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "type": "string",
- "startDate": "string",
- "endDate": "string",
- "startTime": "string",
- "endTime": "string",
- "comment": "string",
- "category": "string",
- "status": "string"
}, - "links": {
- "self": "string",
- "student": "string"
}, - "relationships": {
- "student": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "reason": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "futureAbsenceReason": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "matchingAbsence": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "sender": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Creates a new future absence
Payload has the following requirements:
And supports these models:
futureAbsence
startDate
→ Date (Y-m-d, eg. 2019-12-31) The start date of the planned absence. Must be the same date or earlier than endDate
. [example: "2018-08-01"]
Value constraints:
Minimum value: yesterday [inclusive]endDate
→ Date (Y-m-d, eg. 2019-12-31) The end date of the planned absence. Must be the same date or later than startDate
. [example: "2018-08-08"]
Value constraints:
Minimum value: today [inclusive]startTime
→ Time (H:i:s, eg 23:59:59) Start time of the planned absence. Will be ignored if the futureAbsence's
type is either 'whole' or 'early'. Can't be earlier than school start time for the given student and date. [example: "8:00"]endTime
→ Time (H:i:s, eg 23:59:59) End time of the planned absence. Will be ignored if the futureAbsence's
type is either 'whole' or 'late'. Can't be later than school end time for the given student and date. [example: "15:00"]type
→ String Time-span category of the absence. whole
means the absence covers fully every day in the specified date range, and will ignore the provided values for startTime
and endTime
, setting them to the school start/end time for the respective days for the student. late
means that on the last day of the absence the student will be in the school after it starts; it will ignore the provided value for startTime
, setting it to the school start time of the last day of the absence. early
means that on the first day of the absence the student will be in the school but will leave earlier than normal; it will ignore the provided value for endTime
, setting it to the school end time of the first day of the absence. timed
means the student will be in the school both on the first and last day of the absence, but will leave early and return late. [example: "whole"]
Value constraints:
Allowed values: "whole", "early", "timed", "late"category
→ String Category of the absence. [example: "medical"]
Value constraints:
Allowed values: "holiday", "observance", "medical", "sport", "other"comment
→ String A comment from the submiter [example: "Minor cosmetic surgery"]futureAbsenceReason
→ [optional] [single] expected type is futureAbsenceReason
. sender
→ [optional] [single] expected type is portalUser
. student
→ [required] [single] expected type is student
. reason
→ [optional] [single] expected type is absenceReason
.object |
{- "data": {
- "type": "futureAbsence",
- "attributes": {
- "startDate": "2018-08-01",
- "endDate": "2018-08-08",
- "startTime": "8:00",
- "endTime": "15:00",
- "type": "whole",
- "category": "medical",
- "comment": "Minor cosmetic surgery"
}, - "relationships": {
- "futureAbsenceReason": {
- "data": {
- "id": 1,
- "type": "futureAbsenceReason"
}
}, - "sender": {
- "data": {
- "id": 1,
- "type": "portalUser"
}
}, - "student": {
- "data": {
- "id": 1,
- "type": "student"
}
}, - "reason": {
- "data": {
- "id": 1,
- "type": "absenceReason"
}
}
}
}
}
{- "data": {
- "type": "futureAbsence",
- "id": "1",
- "attributes": {
- "type": "whole",
- "startDate": "2018-11-01",
- "endDate": "2018-11-02",
- "startTime": null,
- "endTime": null,
- "comment": "Family vacation",
- "category": "holiday",
- "status": "PENDING"
}, - "relationships": {
- "student": {
- "data": {
- "id": "3",
- "type": "student"
}
}, - "matchingAbsence": {
- "data": [
- {
- "id": "4",
- "type": "absence"
}, - {
- "id": "5",
- "type": "absence"
}, - {
- "id": "6",
- "type": "absence"
}
]
}
}, - "links": {
- "self": "/v1/attendance/absence/1",
- "student": "/v1/enrolments/student/3"
}
}
}
Retrieves a page of instances of futureAbsence
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
studentId | number Number ID of the student whose future absences should be returned. [optional] [default: null] |
startDateFrom | string Date (Y-m-d, eg. 2019-12-31) Any future absence that has a start date occuring on or after the specified date. [optional] [example: "2018-01-01"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
startDateto | string Date (Y-m-d, eg. 2019-12-31) Any future absence that has an start date occuring on or before the specified date. [optional] [example: "2018-01-01"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "futureAbsence",
- "id": "1",
- "attributes": {
- "type": "whole",
- "startDate": "2018-11-01",
- "endDate": "2018-11-02",
- "startTime": null,
- "endTime": null,
- "comment": "Family vacation",
- "category": "holiday",
- "status": "PENDING"
}, - "relationships": {
- "student": {
- "data": {
- "id": "3",
- "type": "student"
}
}, - "matchingAbsence": {
- "data": [
- {
- "id": "4",
- "type": "absence"
}, - {
- "id": "5",
- "type": "absence"
}, - {
- "id": "6",
- "type": "absence"
}
]
}
}, - "links": {
- "self": "/v1/attendance/absence/1",
- "student": "/v1/enrolments/student/3"
}
}, - {
- "type": "futureAbsence",
- "id": "1",
- "attributes": {
- "type": "whole",
- "startDate": "2018-11-01",
- "endDate": "2018-11-02",
- "startTime": null,
- "endTime": null,
- "comment": "Family vacation",
- "category": "holiday",
- "status": "PENDING"
}, - "relationships": {
- "student": {
- "data": {
- "id": "3",
- "type": "student"
}
}, - "matchingAbsence": {
- "data": [
- {
- "id": "4",
- "type": "absence"
}, - {
- "id": "5",
- "type": "absence"
}, - {
- "id": "6",
- "type": "absence"
}
]
}
}, - "links": {
- "self": "/v1/attendance/absence/1",
- "student": "/v1/enrolments/student/3"
}
}, - {
- "type": "futureAbsence",
- "id": "1",
- "attributes": {
- "type": "whole",
- "startDate": "2018-11-01",
- "endDate": "2018-11-02",
- "startTime": null,
- "endTime": null,
- "comment": "Family vacation",
- "category": "holiday",
- "status": "PENDING"
}, - "relationships": {
- "student": {
- "data": {
- "id": "3",
- "type": "student"
}
}, - "matchingAbsence": {
- "data": [
- {
- "id": "4",
- "type": "absence"
}, - {
- "id": "5",
- "type": "absence"
}, - {
- "id": "6",
- "type": "absence"
}
]
}
}, - "links": {
- "self": "/v1/attendance/absence/1",
- "student": "/v1/enrolments/student/3"
}
}
]
}
Retrieves a single instance of futureAbsence
.
id required | number Number ID of the 'futureAbsence' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "futureAbsence",
- "id": "1",
- "attributes": {
- "type": "whole",
- "startDate": "2018-11-01",
- "endDate": "2018-11-02",
- "startTime": null,
- "endTime": null,
- "comment": "Family vacation",
- "category": "holiday",
- "status": "PENDING"
}, - "relationships": {
- "student": {
- "data": {
- "id": "3",
- "type": "student"
}
}, - "matchingAbsence": {
- "data": [
- {
- "id": "4",
- "type": "absence"
}, - {
- "id": "5",
- "type": "absence"
}, - {
- "id": "6",
- "type": "absence"
}
]
}
}, - "links": {
- "self": "/v1/attendance/absence/1",
- "student": "/v1/enrolments/student/3"
}
}
}
Updates an existing absence
Payload has the following requirements:
And supports these models:
futureAbsence
startDate
→ Date (Y-m-d, eg. 2019-12-31) The start date of the planned absence. Must be the same date or earlier than endDate
. [example: "2018-08-01"]
Value constraints:
Minimum value: yesterday [inclusive]endDate
→ Date (Y-m-d, eg. 2019-12-31) The end date of the planned absence. Must be the same date or later than startDate
. [example: "2018-08-08"]
Value constraints:
Minimum value: today [inclusive]startTime
→ Time (H:i:s, eg 23:59:59) Start time of the planned absence. Will be ignored if the futureAbsence's
type is either 'whole' or 'early'. Can't be earlier than school start time for the given student and date. [example: "8:00"]endTime
→ Time (H:i:s, eg 23:59:59) End time of the planned absence. Will be ignored if the futureAbsence's
type is either 'whole' or 'late'. Can't be later than school end time for the given student and date. [example: "15:00"]type
→ String Time-span category of the absence. whole
means the absence covers fully every day in the specified date range, and will ignore the provided values for startTime
and endTime
, setting them to the school start/end time for the respective days for the student. late
means that on the last day of the absence the student will be in the school after it starts; it will ignore the provided value for startTime
, setting it to the school start time of the last day of the absence. early
means that on the first day of the absence the student will be in the school but will leave earlier than normal; it will ignore the provided value for endTime
, setting it to the school end time of the first day of the absence. timed
means the student will be in the school both on the first and last day of the absence, but will leave early and return late. [example: "whole"]
Value constraints:
Allowed values: "whole", "early", "timed", "late"category
→ String Category of the absence. [example: "medical"]
Value constraints:
Allowed values: "holiday", "observance", "medical", "sport", "other"comment
→ String A comment from the submiter [example: "Minor cosmetic surgery"]futureAbsenceReason
→ [optional] [single] expected type is futureAbsenceReason
. sender
→ [optional] [single] expected type is portalUser
.id required | number Number ID of the |
object |
{- "data": {
- "type": "futureAbsence",
- "id": 1,
- "attributes": {
- "startDate": "2018-08-01",
- "endDate": "2018-08-08",
- "startTime": "8:00",
- "endTime": "15:00",
- "type": "whole",
- "category": "medical",
- "comment": "Minor cosmetic surgery"
}, - "relationships": {
- "futureAbsenceReason": {
- "data": {
- "id": 1,
- "type": "futureAbsenceReason"
}
}, - "sender": {
- "data": {
- "id": 1,
- "type": "portalUser"
}
}
}
}
}
{- "data": {
- "type": "futureAbsence",
- "id": "1",
- "attributes": {
- "type": "whole",
- "startDate": "2018-11-01",
- "endDate": "2018-11-02",
- "startTime": null,
- "endTime": null,
- "comment": "Family vacation",
- "category": "holiday",
- "status": "PENDING"
}, - "relationships": {
- "student": {
- "data": {
- "id": "3",
- "type": "student"
}
}, - "matchingAbsence": {
- "data": [
- {
- "id": "4",
- "type": "absence"
}, - {
- "id": "5",
- "type": "absence"
}, - {
- "id": "6",
- "type": "absence"
}
]
}
}, - "links": {
- "self": "/v1/attendance/absence/1",
- "student": "/v1/enrolments/student/3"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "reason": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Parent/guardian supplied reason for a future absence
Retrieves a page of instances of futureAbsenceReason
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "futureAbsenceReason",
- "id": "1",
- "attributes": {
- "name": "Overseas Trip"
}, - "relationships": {
- "reason": {
- "data": {
- "id": "1",
- "type": "absenceReason"
}
}
}, - "links": {
- "self": "/v1/attendance/absence-reason/1"
}
}, - {
- "type": "futureAbsenceReason",
- "id": "1",
- "attributes": {
- "name": "Overseas Trip"
}, - "relationships": {
- "reason": {
- "data": {
- "id": "1",
- "type": "absenceReason"
}
}
}, - "links": {
- "self": "/v1/attendance/absence-reason/1"
}
}, - {
- "type": "futureAbsenceReason",
- "id": "1",
- "attributes": {
- "name": "Overseas Trip"
}, - "relationships": {
- "reason": {
- "data": {
- "id": "1",
- "type": "absenceReason"
}
}
}, - "links": {
- "self": "/v1/attendance/absence-reason/1"
}
}
]
}
Retrieves a single instance of futureAbsenceReason
.
id required | number Number ID of the 'futureAbsenceReason' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "futureAbsenceReason",
- "id": "1",
- "attributes": {
- "name": "Overseas Trip"
}, - "relationships": {
- "reason": {
- "data": {
- "id": "1",
- "type": "absenceReason"
}
}
}, - "links": {
- "self": "/v1/attendance/absence-reason/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "date": "string",
- "period": 0,
- "periodName": "string",
- "classTime": 0,
- "isSubmitted": true,
- "startTime": "string",
- "endTime": "string",
- "rollMarkingUrl": "string"
}, - "links": {
- "self": "string",
- "rollClass": "string"
}
}
Information about roll on a specific day and period.
Retrieves a page of instances of periodRoll
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
date | string Date (Y-m-d, eg. 2019-12-31) Filters by the date field [optional] [default: null] [example: "2018-01-01"] |
period | number Number Filters by the period filed [optional] [default: null] [example: "3"] |
rollclassId | number Number Filters by the rollclass to which this periodRoll belongs [optional] [default: null] [example: "7"] |
{- "data": [
- {
- "type": "periodRoll",
- "id": "2--20180401",
- "attributes": {
- "date": "2018-04-01",
- "period": null,
- "periodName": null,
- "classTime": null,
- "isSubmitted": false,
- "startTime": null,
- "endTime": null,
}, - "links": {
- "self": "/v1/attendance/period-roll/2--20180401",
- "rollClass": "/v1/enrolments/rollclass/2"
}
}, - {
- "type": "periodRoll",
- "id": "2--20180401",
- "attributes": {
- "date": "2018-04-01",
- "period": null,
- "periodName": null,
- "classTime": null,
- "isSubmitted": false,
- "startTime": null,
- "endTime": null,
}, - "links": {
- "self": "/v1/attendance/period-roll/2--20180401",
- "rollClass": "/v1/enrolments/rollclass/2"
}
}, - {
- "type": "periodRoll",
- "id": "2--20180401",
- "attributes": {
- "date": "2018-04-01",
- "period": null,
- "periodName": null,
- "classTime": null,
- "isSubmitted": false,
- "startTime": null,
- "endTime": null,
}, - "links": {
- "self": "/v1/attendance/period-roll/2--20180401",
- "rollClass": "/v1/enrolments/rollclass/2"
}
}
]
}
Retrieves a single instance of periodRoll
.
id required | string String ID of the 'periodRoll' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "periodRoll",
- "id": "2--20180401",
- "attributes": {
- "date": "2018-04-01",
- "period": null,
- "periodName": null,
- "classTime": null,
- "isSubmitted": false,
- "startTime": null,
- "endTime": null,
}, - "links": {
- "self": "/v1/attendance/period-roll/2--20180401",
- "rollClass": "/v1/enrolments/rollclass/2"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "username": "string",
- "title": "string",
- "firstName": "string",
- "lastName": "string",
- "email": "string",
- "provider": "string",
- "providerId": "string",
- "externalId": "string",
- "externalSource": "string",
- "createdAt": "string"
}, - "links": {
- "self": "string"
}
}
A tenant-specific administrative user (admins, teachers, staff).
Retrieves a page of instances of coreAdministrativeUser
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
administrativeUserIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "coreAdministrativeUser",
- "id": "1",
- "attributes": {
- "username": "admin",
- "title": "Ms",
- "firstName": "Jane",
- "lastName": "Doe",
- "email": "jane.doe@example.com",
- "provider": "au.com.sentral.enterprise",
- "providerId": "7a7bcf7ac7dd2009",
- "externalId": "EXT-ID-0001",
- "externalSource": "SIS",
- "createdAt": "2019-01-01"
}, - "links": {
- "self": "/v1/core/core-administrative-user/1"
}
}, - {
- "type": "coreAdministrativeUser",
- "id": "1",
- "attributes": {
- "username": "admin",
- "title": "Ms",
- "firstName": "Jane",
- "lastName": "Doe",
- "email": "jane.doe@example.com",
- "provider": "au.com.sentral.enterprise",
- "providerId": "7a7bcf7ac7dd2009",
- "externalId": "EXT-ID-0001",
- "externalSource": "SIS",
- "createdAt": "2019-01-01"
}, - "links": {
- "self": "/v1/core/core-administrative-user/1"
}
}, - {
- "type": "coreAdministrativeUser",
- "id": "1",
- "attributes": {
- "username": "admin",
- "title": "Ms",
- "firstName": "Jane",
- "lastName": "Doe",
- "email": "jane.doe@example.com",
- "provider": "au.com.sentral.enterprise",
- "providerId": "7a7bcf7ac7dd2009",
- "externalId": "EXT-ID-0001",
- "externalSource": "SIS",
- "createdAt": "2019-01-01"
}, - "links": {
- "self": "/v1/core/core-administrative-user/1"
}
}
]
}
Retrieves a single instance of coreAdministrativeUser
.
id required | number Number ID of the 'coreAdministrativeUser' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "coreAdministrativeUser",
- "id": "1",
- "attributes": {
- "username": "admin",
- "title": "Ms",
- "firstName": "Jane",
- "lastName": "Doe",
- "email": "jane.doe@example.com",
- "provider": "au.com.sentral.enterprise",
- "providerId": "7a7bcf7ac7dd2009",
- "externalId": "EXT-ID-0001",
- "externalSource": "SIS",
- "createdAt": "2019-01-01"
}, - "links": {
- "self": "/v1/core/core-administrative-user/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "description": "string",
- "year": 0,
- "schoolYear": "string",
- "courseCode": "string",
- "subjectCode": "string",
- "externalId": "string",
- "externalSource": "string",
- "refId": "string",
- "createdAt": "string",
- "updatedAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "isActive": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "assignedStudents": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "assignedStaff": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "coreSubject": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "timetableClass": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Tenant-specific class.
Retrieves a single instance of coreClass
.
id required | number Number ID of the 'coreClass' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: assignedStudents, assignedStaff, coreSubject, timetableClass. [optional] [default: null] [example: "assignedStudents"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "coreClass",
- "id": "1",
- "attributes": {
- "name": "English 101",
- "description": null,
- "year": 2019,
- "schoolYear": "",
- "courseCode": null,
- "subjectCode": null,
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "2",
- "type": "coreStaff"
}
}, - "assignedStudents": {
- "links": {
- "related": "/v1/core/core-class/1/assigned-students"
}
}, - "assignedStaff": {
- "links": {
- "related": "/v1/core/core-class/1/assigned-staff"
}
}
}, - "links": {
- "self": "/v1/core/core-class/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "description": "string",
- "year": 0,
- "schoolYear": "string",
- "courseCode": "string",
- "subjectCode": "string",
- "externalId": "string",
- "externalSource": "string",
- "refId": "string",
- "createdAt": "string",
- "updatedAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "isActive": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "assignedStudents": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "assignedStaff": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "coreSubject": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "timetableClass": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of coreClass
.
include | string String Comma-separated list of relations to sideload. Allowed values are: assignedStudents, assignedStaff, coreSubject, timetableClass. [optional] [default: null] [example: "assignedStudents"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
years | string String Comma-separated list of |
teacherIds | string String Comma-separated list of |
assignedStudentIds | string String Comma-separated list of |
assignedStaffIds | string String Comma-separated list of |
includeInactive | boolean Boolean If true inactive (soft deleted) models will be included in the results. [optional] [default: false] [example: TRUE] |
{- "data": [
- {
- "type": "coreClass",
- "id": "1",
- "attributes": {
- "name": "English 101",
- "description": null,
- "year": 2019,
- "schoolYear": "",
- "courseCode": null,
- "subjectCode": null,
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "2",
- "type": "coreStaff"
}
}, - "assignedStudents": {
- "links": {
- "related": "/v1/core/core-class/1/assigned-students"
}
}, - "assignedStaff": {
- "links": {
- "related": "/v1/core/core-class/1/assigned-staff"
}
}
}, - "links": {
- "self": "/v1/core/core-class/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreClass",
- "id": "1",
- "attributes": {
- "name": "English 101",
- "description": null,
- "year": 2019,
- "schoolYear": "",
- "courseCode": null,
- "subjectCode": null,
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "2",
- "type": "coreStaff"
}
}, - "assignedStudents": {
- "links": {
- "related": "/v1/core/core-class/1/assigned-students"
}
}, - "assignedStaff": {
- "links": {
- "related": "/v1/core/core-class/1/assigned-staff"
}
}
}, - "links": {
- "self": "/v1/core/core-class/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreClass",
- "id": "1",
- "attributes": {
- "name": "English 101",
- "description": null,
- "year": 2019,
- "schoolYear": "",
- "courseCode": null,
- "subjectCode": null,
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "2",
- "type": "coreStaff"
}
}, - "assignedStudents": {
- "links": {
- "related": "/v1/core/core-class/1/assigned-students"
}
}, - "assignedStaff": {
- "links": {
- "related": "/v1/core/core-class/1/assigned-staff"
}
}
}, - "links": {
- "self": "/v1/core/core-class/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a page of coreStaff
related to coreClass
via relation assignedStaff
.
id required | number Number ID of the 'coreClass', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: assignedClasses. [optional] [default: null] [example: "assignedClasses"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "coreStaff",
- "id": "1",
- "attributes": {
- "title": "Ms",
- "givenNames": "Jane Matilda",
- "lastName": "Lizbona-Moscow",
- "preferredTitle": "Miss",
- "preferredFirstName": "Jane",
- "preferredLastName": "Lizbona",
- "gender": "F",
- "dateOfBirth": null,
- "mobilePhone": null,
- "phoneNumber": null,
- "phoneNumberType": null,
- "email": "jane.lizbona@example.com",
- "username": null,
- "employmentStatus": null,
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": "100ecf7b-30b5-411d-910a-27892f5d1722",
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStaff": {
- "data": {
- "id": "2",
- "type": "staff"
}
}, - "assignedClasses": {
- "links": {
- "related": "/v1/core/core-staff/1/assigned-classes"
}
}
}, - "links": {
- "self": "/v1/core/core-staff/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreStaff",
- "id": "1",
- "attributes": {
- "title": "Ms",
- "givenNames": "Jane Matilda",
- "lastName": "Lizbona-Moscow",
- "preferredTitle": "Miss",
- "preferredFirstName": "Jane",
- "preferredLastName": "Lizbona",
- "gender": "F",
- "dateOfBirth": null,
- "mobilePhone": null,
- "phoneNumber": null,
- "phoneNumberType": null,
- "email": "jane.lizbona@example.com",
- "username": null,
- "employmentStatus": null,
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": "100ecf7b-30b5-411d-910a-27892f5d1722",
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStaff": {
- "data": {
- "id": "2",
- "type": "staff"
}
}, - "assignedClasses": {
- "links": {
- "related": "/v1/core/core-staff/1/assigned-classes"
}
}
}, - "links": {
- "self": "/v1/core/core-staff/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreStaff",
- "id": "1",
- "attributes": {
- "title": "Ms",
- "givenNames": "Jane Matilda",
- "lastName": "Lizbona-Moscow",
- "preferredTitle": "Miss",
- "preferredFirstName": "Jane",
- "preferredLastName": "Lizbona",
- "gender": "F",
- "dateOfBirth": null,
- "mobilePhone": null,
- "phoneNumber": null,
- "phoneNumberType": null,
- "email": "jane.lizbona@example.com",
- "username": null,
- "employmentStatus": null,
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": "100ecf7b-30b5-411d-910a-27892f5d1722",
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStaff": {
- "data": {
- "id": "2",
- "type": "staff"
}
}, - "assignedClasses": {
- "links": {
- "related": "/v1/core/core-staff/1/assigned-classes"
}
}
}, - "links": {
- "self": "/v1/core/core-staff/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a page of coreStudent
related to coreClass
via relation assignedStudents
.
id required | number Number ID of the 'coreClass', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: additionalDetails, coreRollclass, attendedClasses, holidays, studentRelationships, coreHouse, contacts. [optional] [default: null] [example: "additionalDetails"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "coreStudent",
- "id": "2",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Smith",
- "preferredName": "Jane",
- "gender": null,
- "barcode": "B000007001",
- "examId": null,
- "schoolYear": "",
- "dateOfBirth": null,
- "allergies": null,
- "medicalConditions": null,
- "externalId": "EXT_123",
- "externalSource": "SentralEnrolment",
- "username": null,
- "email": null,
- "mobile": null,
- "refId": "8b6447c6-49e1-44f7-952c-12006df6dfab",
- "eslSupportNeeded": false,
- "eslDateAssessed": null,
- "isEslSupportReceived": false,
- "enrolDate": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "additionalDetails": {
- "data": {
- "id": "1",
- "type": "corePerson"
}
}, - "attendedClasses": {
- "links": {
- "related": "/v1/core/core-student/2/attended-classes"
}
}, - "studentRelationships": {
- "links": {
- "related": "/v1/core/core-student-relationships?studentIds=2"
}
}, - "coreHouse": {
- "data": {
- "id": "1",
- "type": "coreHouse"
}
}, - "contacts": {
- "links": {
- "related": "/v1/core/core-student/2/contacts"
}
}
}, - "links": {
- "self": "/v1/core/core-student/2"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreStudent",
- "id": "2",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Smith",
- "preferredName": "Jane",
- "gender": null,
- "barcode": "B000007001",
- "examId": null,
- "schoolYear": "",
- "dateOfBirth": null,
- "allergies": null,
- "medicalConditions": null,
- "externalId": "EXT_123",
- "externalSource": "SentralEnrolment",
- "username": null,
- "email": null,
- "mobile": null,
- "refId": "8b6447c6-49e1-44f7-952c-12006df6dfab",
- "eslSupportNeeded": false,
- "eslDateAssessed": null,
- "isEslSupportReceived": false,
- "enrolDate": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "additionalDetails": {
- "data": {
- "id": "1",
- "type": "corePerson"
}
}, - "attendedClasses": {
- "links": {
- "related": "/v1/core/core-student/2/attended-classes"
}
}, - "studentRelationships": {
- "links": {
- "related": "/v1/core/core-student-relationships?studentIds=2"
}
}, - "coreHouse": {
- "data": {
- "id": "1",
- "type": "coreHouse"
}
}, - "contacts": {
- "links": {
- "related": "/v1/core/core-student/2/contacts"
}
}
}, - "links": {
- "self": "/v1/core/core-student/2"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreStudent",
- "id": "2",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Smith",
- "preferredName": "Jane",
- "gender": null,
- "barcode": "B000007001",
- "examId": null,
- "schoolYear": "",
- "dateOfBirth": null,
- "allergies": null,
- "medicalConditions": null,
- "externalId": "EXT_123",
- "externalSource": "SentralEnrolment",
- "username": null,
- "email": null,
- "mobile": null,
- "refId": "8b6447c6-49e1-44f7-952c-12006df6dfab",
- "eslSupportNeeded": false,
- "eslDateAssessed": null,
- "isEslSupportReceived": false,
- "enrolDate": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "additionalDetails": {
- "data": {
- "id": "1",
- "type": "corePerson"
}
}, - "attendedClasses": {
- "links": {
- "related": "/v1/core/core-student/2/attended-classes"
}
}, - "studentRelationships": {
- "links": {
- "related": "/v1/core/core-student-relationships?studentIds=2"
}
}, - "coreHouse": {
- "data": {
- "id": "1",
- "type": "coreHouse"
}
}, - "contacts": {
- "links": {
- "related": "/v1/core/core-student/2/contacts"
}
}
}, - "links": {
- "self": "/v1/core/core-student/2"
}, - "meta": {
- "deletedDate": null
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "addressTitle": "string",
- "addressPoBox": "string",
- "addressStreetNo": "string",
- "addressStreet": "string",
- "addressSuburb": "string",
- "addressState": "string",
- "addressPostCode": "string",
- "isOutOfArea": true,
- "phone": "string",
- "emailAddress": "string",
- "contact1Title": "string",
- "contact1Gender": "string",
- "contact1Surname": "string",
- "contact1GivenNames": "string",
- "contact1HomePhone": "string",
- "contact1WorkPhone": "string",
- "contact1Mobile": "string",
- "contact1Email": "string",
- "contact1Occupation": "string",
- "contact1OccupationGroup": "string",
- "contact1CountryOfBirth": "string",
- "contact1Nationality": "string",
- "contact1LanguageHome": "string",
- "contact1LanguageOther1": "string",
- "contact1LanguageOther2": "string",
- "contact1InterpreterRequired": true,
- "contact1SchoolEducation": "string",
- "contact1NonschoolEducation": "string",
- "contact2Title": "string",
- "contact2Gender": "string",
- "contact2Surname": "string",
- "contact2GivenNames": "string",
- "contact2HomePhone": "string",
- "contact2WorkPhone": "string",
- "contact2Mobile": "string",
- "contact2Email": "string",
- "contact2Occupation": "string",
- "contact2OccupationGroup": "string",
- "contact2CountryOfBirth": "string",
- "contact2Nationality": "string",
- "contact2LanguageHome": "string",
- "contact2LanguageOther1": "string",
- "contact2LanguageOther2": "string",
- "contact2InterpreterRequired": true,
- "contact2SchoolEducation": "string",
- "contact2NonschoolEducation": "string",
- "emergencyContact1Name": "string",
- "emergencyContact1Phone": "string",
- "emergencyContact1Mobile": "string",
- "emergencyContact1Email": "string",
- "emergencyContact1Relationship": "string",
- "emergencyContact2Name": "string",
- "emergencyContact2Phone": "string",
- "emergencyContact2Mobile": "string",
- "emergencyContact2Email": "string",
- "emergencyContact2Relationship": "string",
- "externalId": "string",
- "externalSource": "string",
- "refId": "string",
- "createdAt": "string",
- "isActive": true
}, - "links": {
- "self": "string"
}
}
Tenant-specific family
Retrieves a page of instances of coreFamily
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "coreFamily",
- "id": "1",
- "attributes": {
- "addressTitle": "Mr & Mrs",
- "addressPoBox": "",
- "addressStreetNo": "7",
- "addressStreet": "Railway Avenue",
- "addressSuburb": "",
- "addressState": "Victoria",
- "addressPostCode": "3616",
- "isOutOfArea": false,
- "phone": "03586-67499",
- "emailAddress": "smiths@example.com",
- "contact1Title": "Mr",
- "contact1Gender": "M",
- "contact1Surname": "Smith",
- "contact1GivenNames": "John",
- "contact1HomePhone": "02896-07460",
- "contact1WorkPhone": "08550-44838",
- "contact1Mobile": "042010-8714",
- "contact1Email": "john.smith@example.com",
- "contact1Occupation": "Software Developer",
- "contact1OccupationGroup": "Tradsesmen/women, clerks and skilled office, sales and service staff",
- "contact1CountryOfBirth": "Australia",
- "contact1Nationality": "Australian",
- "contact1LanguageHome": "English",
- "contact1LanguageOther1": "Spanish",
- "contact1LanguageOther2": "Russian",
- "contact1InterpreterRequired": false,
- "contact1SchoolEducation": "Year 12 or equivalent",
- "contact1NonschoolEducation": "Advanced diploma/Diploma",
- "contact2Title": "Mrs",
- "contact2Gender": "F",
- "contact2Surname": "Smith",
- "contact2GivenNames": "Jane",
- "contact2HomePhone": "08753-02803",
- "contact2WorkPhone": "03872-09569",
- "contact2Mobile": "048980-5491",
- "contact2Email": "jane.smith@example.com",
- "contact2Occupation": "CTO",
- "contact2OccupationGroup": "Senior management in large business organisation, government administration and defence and qualified professionals.",
- "contact2CountryOfBirth": "France",
- "contact2Nationality": "French",
- "contact2LanguageHome": "English",
- "contact2LanguageOther1": "French",
- "contact2LanguageOther2": "",
- "contact2InterpreterRequired": false,
- "contact2SchoolEducation": "Year 12 or equivalnet",
- "contact2NonschoolEducation": "Advanced diploma/Diploma",
- "emergencyContact1Name": "Laura",
- "emergencyContact1Phone": "02896-07460",
- "emergencyContact1Mobile": "048980-5491",
- "emergencyContact1Email": "laura@example.com",
- "emergencyContact1Relationship": "Cousin",
- "emergencyContact2Name": "Richard",
- "emergencyContact2Phone": "03586-67499",
- "emergencyContact2Mobile": "048998-5190",
- "emergencyContact2Email": "richard@example.com",
- "emergencyContact2Relationship": "Brother",
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": null,
- "createdAt": null,
- "isActive": true
}, - "links": {
- "self": "/v1/core/core-family/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreFamily",
- "id": "1",
- "attributes": {
- "addressTitle": "Mr & Mrs",
- "addressPoBox": "",
- "addressStreetNo": "7",
- "addressStreet": "Railway Avenue",
- "addressSuburb": "",
- "addressState": "Victoria",
- "addressPostCode": "3616",
- "isOutOfArea": false,
- "phone": "03586-67499",
- "emailAddress": "smiths@example.com",
- "contact1Title": "Mr",
- "contact1Gender": "M",
- "contact1Surname": "Smith",
- "contact1GivenNames": "John",
- "contact1HomePhone": "02896-07460",
- "contact1WorkPhone": "08550-44838",
- "contact1Mobile": "042010-8714",
- "contact1Email": "john.smith@example.com",
- "contact1Occupation": "Software Developer",
- "contact1OccupationGroup": "Tradsesmen/women, clerks and skilled office, sales and service staff",
- "contact1CountryOfBirth": "Australia",
- "contact1Nationality": "Australian",
- "contact1LanguageHome": "English",
- "contact1LanguageOther1": "Spanish",
- "contact1LanguageOther2": "Russian",
- "contact1InterpreterRequired": false,
- "contact1SchoolEducation": "Year 12 or equivalent",
- "contact1NonschoolEducation": "Advanced diploma/Diploma",
- "contact2Title": "Mrs",
- "contact2Gender": "F",
- "contact2Surname": "Smith",
- "contact2GivenNames": "Jane",
- "contact2HomePhone": "08753-02803",
- "contact2WorkPhone": "03872-09569",
- "contact2Mobile": "048980-5491",
- "contact2Email": "jane.smith@example.com",
- "contact2Occupation": "CTO",
- "contact2OccupationGroup": "Senior management in large business organisation, government administration and defence and qualified professionals.",
- "contact2CountryOfBirth": "France",
- "contact2Nationality": "French",
- "contact2LanguageHome": "English",
- "contact2LanguageOther1": "French",
- "contact2LanguageOther2": "",
- "contact2InterpreterRequired": false,
- "contact2SchoolEducation": "Year 12 or equivalnet",
- "contact2NonschoolEducation": "Advanced diploma/Diploma",
- "emergencyContact1Name": "Laura",
- "emergencyContact1Phone": "02896-07460",
- "emergencyContact1Mobile": "048980-5491",
- "emergencyContact1Email": "laura@example.com",
- "emergencyContact1Relationship": "Cousin",
- "emergencyContact2Name": "Richard",
- "emergencyContact2Phone": "03586-67499",
- "emergencyContact2Mobile": "048998-5190",
- "emergencyContact2Email": "richard@example.com",
- "emergencyContact2Relationship": "Brother",
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": null,
- "createdAt": null,
- "isActive": true
}, - "links": {
- "self": "/v1/core/core-family/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreFamily",
- "id": "1",
- "attributes": {
- "addressTitle": "Mr & Mrs",
- "addressPoBox": "",
- "addressStreetNo": "7",
- "addressStreet": "Railway Avenue",
- "addressSuburb": "",
- "addressState": "Victoria",
- "addressPostCode": "3616",
- "isOutOfArea": false,
- "phone": "03586-67499",
- "emailAddress": "smiths@example.com",
- "contact1Title": "Mr",
- "contact1Gender": "M",
- "contact1Surname": "Smith",
- "contact1GivenNames": "John",
- "contact1HomePhone": "02896-07460",
- "contact1WorkPhone": "08550-44838",
- "contact1Mobile": "042010-8714",
- "contact1Email": "john.smith@example.com",
- "contact1Occupation": "Software Developer",
- "contact1OccupationGroup": "Tradsesmen/women, clerks and skilled office, sales and service staff",
- "contact1CountryOfBirth": "Australia",
- "contact1Nationality": "Australian",
- "contact1LanguageHome": "English",
- "contact1LanguageOther1": "Spanish",
- "contact1LanguageOther2": "Russian",
- "contact1InterpreterRequired": false,
- "contact1SchoolEducation": "Year 12 or equivalent",
- "contact1NonschoolEducation": "Advanced diploma/Diploma",
- "contact2Title": "Mrs",
- "contact2Gender": "F",
- "contact2Surname": "Smith",
- "contact2GivenNames": "Jane",
- "contact2HomePhone": "08753-02803",
- "contact2WorkPhone": "03872-09569",
- "contact2Mobile": "048980-5491",
- "contact2Email": "jane.smith@example.com",
- "contact2Occupation": "CTO",
- "contact2OccupationGroup": "Senior management in large business organisation, government administration and defence and qualified professionals.",
- "contact2CountryOfBirth": "France",
- "contact2Nationality": "French",
- "contact2LanguageHome": "English",
- "contact2LanguageOther1": "French",
- "contact2LanguageOther2": "",
- "contact2InterpreterRequired": false,
- "contact2SchoolEducation": "Year 12 or equivalnet",
- "contact2NonschoolEducation": "Advanced diploma/Diploma",
- "emergencyContact1Name": "Laura",
- "emergencyContact1Phone": "02896-07460",
- "emergencyContact1Mobile": "048980-5491",
- "emergencyContact1Email": "laura@example.com",
- "emergencyContact1Relationship": "Cousin",
- "emergencyContact2Name": "Richard",
- "emergencyContact2Phone": "03586-67499",
- "emergencyContact2Mobile": "048998-5190",
- "emergencyContact2Email": "richard@example.com",
- "emergencyContact2Relationship": "Brother",
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": null,
- "createdAt": null,
- "isActive": true
}, - "links": {
- "self": "/v1/core/core-family/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "addressTitle": "string",
- "addressPoBox": "string",
- "addressStreetNo": "string",
- "addressStreet": "string",
- "addressSuburb": "string",
- "addressState": "string",
- "addressPostCode": "string",
- "isOutOfArea": true,
- "phone": "string",
- "emailAddress": "string",
- "contact1Title": "string",
- "contact1Gender": "string",
- "contact1Surname": "string",
- "contact1GivenNames": "string",
- "contact1HomePhone": "string",
- "contact1WorkPhone": "string",
- "contact1Mobile": "string",
- "contact1Email": "string",
- "contact1Occupation": "string",
- "contact1OccupationGroup": "string",
- "contact1CountryOfBirth": "string",
- "contact1Nationality": "string",
- "contact1LanguageHome": "string",
- "contact1LanguageOther1": "string",
- "contact1LanguageOther2": "string",
- "contact1InterpreterRequired": true,
- "contact1SchoolEducation": "string",
- "contact1NonschoolEducation": "string",
- "contact2Title": "string",
- "contact2Gender": "string",
- "contact2Surname": "string",
- "contact2GivenNames": "string",
- "contact2HomePhone": "string",
- "contact2WorkPhone": "string",
- "contact2Mobile": "string",
- "contact2Email": "string",
- "contact2Occupation": "string",
- "contact2OccupationGroup": "string",
- "contact2CountryOfBirth": "string",
- "contact2Nationality": "string",
- "contact2LanguageHome": "string",
- "contact2LanguageOther1": "string",
- "contact2LanguageOther2": "string",
- "contact2InterpreterRequired": true,
- "contact2SchoolEducation": "string",
- "contact2NonschoolEducation": "string",
- "emergencyContact1Name": "string",
- "emergencyContact1Phone": "string",
- "emergencyContact1Mobile": "string",
- "emergencyContact1Email": "string",
- "emergencyContact1Relationship": "string",
- "emergencyContact2Name": "string",
- "emergencyContact2Phone": "string",
- "emergencyContact2Mobile": "string",
- "emergencyContact2Email": "string",
- "emergencyContact2Relationship": "string",
- "externalId": "string",
- "externalSource": "string",
- "refId": "string",
- "createdAt": "string",
- "isActive": true
}, - "links": {
- "self": "string"
}
}
Tenant-specific family
Retrieves a single instance of coreFamily
.
id required | number Number ID of the 'coreFamily' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "coreFamily",
- "id": "1",
- "attributes": {
- "addressTitle": "Mr & Mrs",
- "addressPoBox": "",
- "addressStreetNo": "7",
- "addressStreet": "Railway Avenue",
- "addressSuburb": "",
- "addressState": "Victoria",
- "addressPostCode": "3616",
- "isOutOfArea": false,
- "phone": "03586-67499",
- "emailAddress": "smiths@example.com",
- "contact1Title": "Mr",
- "contact1Gender": "M",
- "contact1Surname": "Smith",
- "contact1GivenNames": "John",
- "contact1HomePhone": "02896-07460",
- "contact1WorkPhone": "08550-44838",
- "contact1Mobile": "042010-8714",
- "contact1Email": "john.smith@example.com",
- "contact1Occupation": "Software Developer",
- "contact1OccupationGroup": "Tradsesmen/women, clerks and skilled office, sales and service staff",
- "contact1CountryOfBirth": "Australia",
- "contact1Nationality": "Australian",
- "contact1LanguageHome": "English",
- "contact1LanguageOther1": "Spanish",
- "contact1LanguageOther2": "Russian",
- "contact1InterpreterRequired": false,
- "contact1SchoolEducation": "Year 12 or equivalent",
- "contact1NonschoolEducation": "Advanced diploma/Diploma",
- "contact2Title": "Mrs",
- "contact2Gender": "F",
- "contact2Surname": "Smith",
- "contact2GivenNames": "Jane",
- "contact2HomePhone": "08753-02803",
- "contact2WorkPhone": "03872-09569",
- "contact2Mobile": "048980-5491",
- "contact2Email": "jane.smith@example.com",
- "contact2Occupation": "CTO",
- "contact2OccupationGroup": "Senior management in large business organisation, government administration and defence and qualified professionals.",
- "contact2CountryOfBirth": "France",
- "contact2Nationality": "French",
- "contact2LanguageHome": "English",
- "contact2LanguageOther1": "French",
- "contact2LanguageOther2": "",
- "contact2InterpreterRequired": false,
- "contact2SchoolEducation": "Year 12 or equivalnet",
- "contact2NonschoolEducation": "Advanced diploma/Diploma",
- "emergencyContact1Name": "Laura",
- "emergencyContact1Phone": "02896-07460",
- "emergencyContact1Mobile": "048980-5491",
- "emergencyContact1Email": "laura@example.com",
- "emergencyContact1Relationship": "Cousin",
- "emergencyContact2Name": "Richard",
- "emergencyContact2Phone": "03586-67499",
- "emergencyContact2Mobile": "048998-5190",
- "emergencyContact2Email": "richard@example.com",
- "emergencyContact2Relationship": "Brother",
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": null,
- "createdAt": null,
- "isActive": true
}, - "links": {
- "self": "/v1/core/core-family/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "date": "string",
- "name": "string",
- "isReoccuring": true,
- "isWholeSchool": true
}, - "links": {
- "self": "string"
}
}
A holiday information
Retrieves a page of instances of coreHoliday
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
years | string String Comma-separated list of years to filter by. When filtering by years it will also return ALL reoccuring holidays from the past. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "coreHoliday",
- "id": "1",
- "attributes": {
- "date": "2017-12-24",
- "name": "Christmas Eve",
- "isReoccuring": true,
- "isWholeSchool": true
}, - "links": {
- "self": "/v1/core/core-holiday/1"
}
}, - {
- "type": "coreHoliday",
- "id": "1",
- "attributes": {
- "date": "2017-12-24",
- "name": "Christmas Eve",
- "isReoccuring": true,
- "isWholeSchool": true
}, - "links": {
- "self": "/v1/core/core-holiday/1"
}
}, - {
- "type": "coreHoliday",
- "id": "1",
- "attributes": {
- "date": "2017-12-24",
- "name": "Christmas Eve",
- "isReoccuring": true,
- "isWholeSchool": true
}, - "links": {
- "self": "/v1/core/core-holiday/1"
}
}
]
}
Retrieves a single instance of coreHoliday
.
id required | number Number ID of the 'coreHoliday' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "coreHoliday",
- "id": "1",
- "attributes": {
- "date": "2017-12-24",
- "name": "Christmas Eve",
- "isReoccuring": true,
- "isWholeSchool": true
}, - "links": {
- "self": "/v1/core/core-holiday/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "shortName": "string",
- "colour": "string",
- "externalSource": "string",
- "isActive": true
}, - "links": {
- "self": "string"
}
}
Tenant-specific house.
Retrieves a page of instances of coreHouse
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
includeInactive | boolean Boolean If true inactive (soft deleted) models will be included in the results. [optional] [default: false] [example: TRUE] |
{- "data": [
- {
- "type": "coreHouse",
- "id": "1",
- "attributes": {
- "name": "Kangaroos",
- "shortName": "KNG",
- "colour": "DDDDDD",
- "externalId": "01000214-8494-4fc1-bd5f-a1438f560a13",
- "externalSource": "ENROLMENTS",
- "isActive": true
}, - "links": {
- "self": "/v1/core/core-house/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreHouse",
- "id": "1",
- "attributes": {
- "name": "Kangaroos",
- "shortName": "KNG",
- "colour": "DDDDDD",
- "externalId": "01000214-8494-4fc1-bd5f-a1438f560a13",
- "externalSource": "ENROLMENTS",
- "isActive": true
}, - "links": {
- "self": "/v1/core/core-house/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreHouse",
- "id": "1",
- "attributes": {
- "name": "Kangaroos",
- "shortName": "KNG",
- "colour": "DDDDDD",
- "externalId": "01000214-8494-4fc1-bd5f-a1438f560a13",
- "externalSource": "ENROLMENTS",
- "isActive": true
}, - "links": {
- "self": "/v1/core/core-house/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of coreHouse
.
id required | number Number ID of the 'coreHouse' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "coreHouse",
- "id": "1",
- "attributes": {
- "name": "Kangaroos",
- "shortName": "KNG",
- "colour": "DDDDDD",
- "externalId": "01000214-8494-4fc1-bd5f-a1438f560a13",
- "externalSource": "ENROLMENTS",
- "isActive": true
}, - "links": {
- "self": "/v1/core/core-house/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "firstName": "string",
- "lastName": "string",
- "title": "string",
- "preferredName": "string",
- "gender": "string",
- "externalId": "string",
- "isDeceased": true,
- "isActive": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "enrolmentPerson": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "studentContacts": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
Retrieves a page of instances of corePerson
.
include | string String Comma-separated list of relations to sideload. Allowed values are: studentContacts. [optional] [default: null] [example: "studentContacts"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "corePerson",
- "id": "1",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Doe",
- "title": "Ms",
- "preferredName": "JL",
- "gender": "F",
- "externalId": "",
- "isDeceased": false,
- "isActive": true
}, - "relationships": {
- "enrolmentPerson": {
- "data": {
- "id": "2",
- "type": "person"
}
}, - "studentContacts": {
- "links": {
- "related": "/v1/core/core-person/1/student-contacts"
}
}
}, - "links": {
- "self": "/v1/core/core-person/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "corePerson",
- "id": "1",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Doe",
- "title": "Ms",
- "preferredName": "JL",
- "gender": "F",
- "externalId": "",
- "isDeceased": false,
- "isActive": true
}, - "relationships": {
- "enrolmentPerson": {
- "data": {
- "id": "2",
- "type": "person"
}
}, - "studentContacts": {
- "links": {
- "related": "/v1/core/core-person/1/student-contacts"
}
}
}, - "links": {
- "self": "/v1/core/core-person/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "corePerson",
- "id": "1",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Doe",
- "title": "Ms",
- "preferredName": "JL",
- "gender": "F",
- "externalId": "",
- "isDeceased": false,
- "isActive": true
}, - "relationships": {
- "enrolmentPerson": {
- "data": {
- "id": "2",
- "type": "person"
}
}, - "studentContacts": {
- "links": {
- "related": "/v1/core/core-person/1/student-contacts"
}
}
}, - "links": {
- "self": "/v1/core/core-person/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of corePerson
.
id required | number Number ID of the 'corePerson' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: studentContacts. [optional] [default: null] [example: "studentContacts"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "corePerson",
- "id": "1",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Doe",
- "title": "Ms",
- "preferredName": "JL",
- "gender": "F",
- "externalId": "",
- "isDeceased": false,
- "isActive": true
}, - "relationships": {
- "enrolmentPerson": {
- "data": {
- "id": "2",
- "type": "person"
}
}, - "studentContacts": {
- "links": {
- "related": "/v1/core/core-person/1/student-contacts"
}
}
}, - "links": {
- "self": "/v1/core/core-person/1"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves a page of coreStudentPersonRelation
related to corePerson
via relation studentContacts
.
id required | number Number ID of the 'corePerson', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "coreStudentPersonRelation",
- "id": "1",
- "attributes": {
- "relationship": null,
- "isResidentialGuardian": true,
- "isEmergencyContact": false,
- "isAuthorisedPickup": true,
- "canContactViaSms": true,
- "canContactViaEmail": true,
- "canContactViaPhone": true,
- "canContactViaLetter": true,
- "canReceiveCorrespondence": true,
- "canReceivePortalAccess": true,
- "canReceiveReports": true,
- "canReceiveSms": true,
- "canReceiveAbsences": true,
- "doNotContact": false,
- "sequence": 1,
- "externalId": null,
- "externalSource": null
}, - "relationships": {
- "coreStudent": {
- "data": {
- "id": "1",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/core/core-student-relationship/1"
}
}, - {
- "type": "coreStudentPersonRelation",
- "id": "1",
- "attributes": {
- "relationship": null,
- "isResidentialGuardian": true,
- "isEmergencyContact": false,
- "isAuthorisedPickup": true,
- "canContactViaSms": true,
- "canContactViaEmail": true,
- "canContactViaPhone": true,
- "canContactViaLetter": true,
- "canReceiveCorrespondence": true,
- "canReceivePortalAccess": true,
- "canReceiveReports": true,
- "canReceiveSms": true,
- "canReceiveAbsences": true,
- "doNotContact": false,
- "sequence": 1,
- "externalId": null,
- "externalSource": null
}, - "relationships": {
- "coreStudent": {
- "data": {
- "id": "1",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/core/core-student-relationship/1"
}
}, - {
- "type": "coreStudentPersonRelation",
- "id": "1",
- "attributes": {
- "relationship": null,
- "isResidentialGuardian": true,
- "isEmergencyContact": false,
- "isAuthorisedPickup": true,
- "canContactViaSms": true,
- "canContactViaEmail": true,
- "canContactViaPhone": true,
- "canContactViaLetter": true,
- "canReceiveCorrespondence": true,
- "canReceivePortalAccess": true,
- "canReceiveReports": true,
- "canReceiveSms": true,
- "canReceiveAbsences": true,
- "doNotContact": false,
- "sequence": 1,
- "externalId": null,
- "externalSource": null
}, - "relationships": {
- "coreStudent": {
- "data": {
- "id": "1",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/core/core-student-relationship/1"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "year": 0,
- "externalId": "string",
- "externalSource": "string",
- "refId": "string",
- "createdAt": "string",
- "updatedAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "isActive": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "assignedStudents": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "assignedStaff": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "enrolmentRollclass": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Tenant-specific rollclass.
Retrieves a page of instances of coreRollclass
.
include | string String Comma-separated list of relations to sideload. Allowed values are: assignedStudents, assignedStaff. [optional] [default: null] [example: "assignedStudents"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
enterpriseUserIds | string String Comma-separated list of IDs of |
includeInactive | boolean Boolean If true inactive (soft deleted) models will be included in the results. [optional] [default: false] [example: TRUE] |
{- "data": [
- {
- "type": "coreRollclass",
- "id": "1",
- "attributes": {
- "name": "",
- "year": 0,
- "externalId": "10962115-2ad2-4272-8cb6-6f03a78d52e4",
- "externalSource": "ENROLMENTS",
- "refId": "68004d0b-7c6f-492d-84cb-06d1d335bcfc",
- "createdAt": "2019-01-01",
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "2",
- "type": "coreStaff"
}
}, - "enrolmentRollclass": {
- "data": {
- "id": "3",
- "type": "rollclass"
}
}
}, - "links": {
- "self": "/v1/core/core-rollclass/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreRollclass",
- "id": "1",
- "attributes": {
- "name": "",
- "year": 0,
- "externalId": "10962115-2ad2-4272-8cb6-6f03a78d52e4",
- "externalSource": "ENROLMENTS",
- "refId": "68004d0b-7c6f-492d-84cb-06d1d335bcfc",
- "createdAt": "2019-01-01",
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "2",
- "type": "coreStaff"
}
}, - "enrolmentRollclass": {
- "data": {
- "id": "3",
- "type": "rollclass"
}
}
}, - "links": {
- "self": "/v1/core/core-rollclass/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreRollclass",
- "id": "1",
- "attributes": {
- "name": "",
- "year": 0,
- "externalId": "10962115-2ad2-4272-8cb6-6f03a78d52e4",
- "externalSource": "ENROLMENTS",
- "refId": "68004d0b-7c6f-492d-84cb-06d1d335bcfc",
- "createdAt": "2019-01-01",
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "2",
- "type": "coreStaff"
}
}, - "enrolmentRollclass": {
- "data": {
- "id": "3",
- "type": "rollclass"
}
}
}, - "links": {
- "self": "/v1/core/core-rollclass/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of coreRollclass
.
id required | number Number ID of the 'coreRollclass' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: assignedStudents, assignedStaff. [optional] [default: null] [example: "assignedStudents"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "coreRollclass",
- "id": "1",
- "attributes": {
- "name": "",
- "year": 0,
- "externalId": "10962115-2ad2-4272-8cb6-6f03a78d52e4",
- "externalSource": "ENROLMENTS",
- "refId": "68004d0b-7c6f-492d-84cb-06d1d335bcfc",
- "createdAt": "2019-01-01",
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "2",
- "type": "coreStaff"
}
}, - "enrolmentRollclass": {
- "data": {
- "id": "3",
- "type": "rollclass"
}
}
}, - "links": {
- "self": "/v1/core/core-rollclass/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "title": "string",
- "givenNames": "string",
- "lastName": "string",
- "preferredTitle": "string",
- "preferredFirstName": "string",
- "preferredLastName": "string",
- "gender": "string",
- "dateOfBirth": "string",
- "mobilePhone": true,
- "phoneNumber": "string",
- "phoneNumberType": "string",
- "email": "string",
- "username": "string",
- "employmentStatus": "string",
- "externalId": "string",
- "externalSource": "string",
- "refId": "string",
- "createdAt": "string",
- "updatedAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "isActive": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "enrolmentStaff": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "assignedClasses": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
Retrieves a page of instances of coreStaff
.
include | string String Comma-separated list of relations to sideload. Allowed values are: assignedClasses. [optional] [default: null] [example: "assignedClasses"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "coreStaff",
- "id": "1",
- "attributes": {
- "title": "Ms",
- "givenNames": "Jane Matilda",
- "lastName": "Lizbona-Moscow",
- "preferredTitle": "Miss",
- "preferredFirstName": "Jane",
- "preferredLastName": "Lizbona",
- "gender": "F",
- "dateOfBirth": null,
- "mobilePhone": null,
- "phoneNumber": null,
- "phoneNumberType": null,
- "email": "jane.lizbona@example.com",
- "username": null,
- "employmentStatus": null,
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": "100ecf7b-30b5-411d-910a-27892f5d1722",
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStaff": {
- "data": {
- "id": "2",
- "type": "staff"
}
}, - "assignedClasses": {
- "links": {
- "related": "/v1/core/core-staff/1/assigned-classes"
}
}
}, - "links": {
- "self": "/v1/core/core-staff/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreStaff",
- "id": "1",
- "attributes": {
- "title": "Ms",
- "givenNames": "Jane Matilda",
- "lastName": "Lizbona-Moscow",
- "preferredTitle": "Miss",
- "preferredFirstName": "Jane",
- "preferredLastName": "Lizbona",
- "gender": "F",
- "dateOfBirth": null,
- "mobilePhone": null,
- "phoneNumber": null,
- "phoneNumberType": null,
- "email": "jane.lizbona@example.com",
- "username": null,
- "employmentStatus": null,
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": "100ecf7b-30b5-411d-910a-27892f5d1722",
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStaff": {
- "data": {
- "id": "2",
- "type": "staff"
}
}, - "assignedClasses": {
- "links": {
- "related": "/v1/core/core-staff/1/assigned-classes"
}
}
}, - "links": {
- "self": "/v1/core/core-staff/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreStaff",
- "id": "1",
- "attributes": {
- "title": "Ms",
- "givenNames": "Jane Matilda",
- "lastName": "Lizbona-Moscow",
- "preferredTitle": "Miss",
- "preferredFirstName": "Jane",
- "preferredLastName": "Lizbona",
- "gender": "F",
- "dateOfBirth": null,
- "mobilePhone": null,
- "phoneNumber": null,
- "phoneNumberType": null,
- "email": "jane.lizbona@example.com",
- "username": null,
- "employmentStatus": null,
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": "100ecf7b-30b5-411d-910a-27892f5d1722",
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStaff": {
- "data": {
- "id": "2",
- "type": "staff"
}
}, - "assignedClasses": {
- "links": {
- "related": "/v1/core/core-staff/1/assigned-classes"
}
}
}, - "links": {
- "self": "/v1/core/core-staff/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of coreStaff
.
id required | number Number ID of the 'coreStaff' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: assignedClasses. [optional] [default: null] [example: "assignedClasses"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "coreStaff",
- "id": "1",
- "attributes": {
- "title": "Ms",
- "givenNames": "Jane Matilda",
- "lastName": "Lizbona-Moscow",
- "preferredTitle": "Miss",
- "preferredFirstName": "Jane",
- "preferredLastName": "Lizbona",
- "gender": "F",
- "dateOfBirth": null,
- "mobilePhone": null,
- "phoneNumber": null,
- "phoneNumberType": null,
- "email": "jane.lizbona@example.com",
- "username": null,
- "employmentStatus": null,
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": "100ecf7b-30b5-411d-910a-27892f5d1722",
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStaff": {
- "data": {
- "id": "2",
- "type": "staff"
}
}, - "assignedClasses": {
- "links": {
- "related": "/v1/core/core-staff/1/assigned-classes"
}
}
}, - "links": {
- "self": "/v1/core/core-staff/1"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves a page of coreClass
related to coreStaff
via relation assignedClasses
.
id required | number Number ID of the 'coreStaff', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: assignedStudents, assignedStaff, coreSubject, timetableClass. [optional] [default: null] [example: "assignedStudents"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "coreClass",
- "id": "1",
- "attributes": {
- "name": "English 101",
- "description": null,
- "year": 2019,
- "schoolYear": "",
- "courseCode": null,
- "subjectCode": null,
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "2",
- "type": "coreStaff"
}
}, - "assignedStudents": {
- "links": {
- "related": "/v1/core/core-class/1/assigned-students"
}
}, - "assignedStaff": {
- "links": {
- "related": "/v1/core/core-class/1/assigned-staff"
}
}
}, - "links": {
- "self": "/v1/core/core-class/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreClass",
- "id": "1",
- "attributes": {
- "name": "English 101",
- "description": null,
- "year": 2019,
- "schoolYear": "",
- "courseCode": null,
- "subjectCode": null,
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "2",
- "type": "coreStaff"
}
}, - "assignedStudents": {
- "links": {
- "related": "/v1/core/core-class/1/assigned-students"
}
}, - "assignedStaff": {
- "links": {
- "related": "/v1/core/core-class/1/assigned-staff"
}
}
}, - "links": {
- "self": "/v1/core/core-class/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreClass",
- "id": "1",
- "attributes": {
- "name": "English 101",
- "description": null,
- "year": 2019,
- "schoolYear": "",
- "courseCode": null,
- "subjectCode": null,
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "2",
- "type": "coreStaff"
}
}, - "assignedStudents": {
- "links": {
- "related": "/v1/core/core-class/1/assigned-students"
}
}, - "assignedStaff": {
- "links": {
- "related": "/v1/core/core-class/1/assigned-staff"
}
}
}, - "links": {
- "self": "/v1/core/core-class/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "firstName": "string",
- "lastName": "string",
- "preferredName": "string",
- "gender": "string",
- "barcode": "string",
- "examId": "string",
- "schoolYear": "string",
- "dateOfBirth": "string",
- "allergies": [
- "string"
], - "medicalConditions": [
- "string"
], - "externalId": "string",
- "externalSource": "string",
- "username": "string",
- "email": "string",
- "mobile": "string",
- "refId": "string",
- "eslSupportNeeded": true,
- "eslDateAssessed": "string",
- "isEslSupportReceived": true,
- "enrolDate": "string",
- "createdAt": "string",
- "updatedAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "isActive": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "additionalDetails": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "coreRollclass": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "attendedClasses": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "holidays": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "studentRelationships": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "coreHouse": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "family": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "nonResidentialFamily": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "contacts": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
Retrieves a page of instances of coreStudent
.
include | string String Comma-separated list of relations to sideload. Allowed values are: additionalDetails, coreRollclass, attendedClasses, holidays, studentRelationships, coreHouse, contacts. [optional] [default: null] [example: "additionalDetails"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
coreRollclassIds | string String Comma-separated list of |
includeInactive | boolean Boolean If true inactive (soft deleted) models will be included in the results. [optional] [default: false] [example: TRUE] |
{- "data": [
- {
- "type": "coreStudent",
- "id": "2",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Smith",
- "preferredName": "Jane",
- "gender": null,
- "barcode": "B000007001",
- "examId": null,
- "schoolYear": "",
- "dateOfBirth": null,
- "allergies": null,
- "medicalConditions": null,
- "externalId": "EXT_123",
- "externalSource": "SentralEnrolment",
- "username": null,
- "email": null,
- "mobile": null,
- "refId": "8b6447c6-49e1-44f7-952c-12006df6dfab",
- "eslSupportNeeded": false,
- "eslDateAssessed": null,
- "isEslSupportReceived": false,
- "enrolDate": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "additionalDetails": {
- "data": {
- "id": "1",
- "type": "corePerson"
}
}, - "attendedClasses": {
- "links": {
- "related": "/v1/core/core-student/2/attended-classes"
}
}, - "studentRelationships": {
- "links": {
- "related": "/v1/core/core-student-relationships?studentIds=2"
}
}, - "coreHouse": {
- "data": {
- "id": "1",
- "type": "coreHouse"
}
}, - "contacts": {
- "links": {
- "related": "/v1/core/core-student/2/contacts"
}
}
}, - "links": {
- "self": "/v1/core/core-student/2"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreStudent",
- "id": "2",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Smith",
- "preferredName": "Jane",
- "gender": null,
- "barcode": "B000007001",
- "examId": null,
- "schoolYear": "",
- "dateOfBirth": null,
- "allergies": null,
- "medicalConditions": null,
- "externalId": "EXT_123",
- "externalSource": "SentralEnrolment",
- "username": null,
- "email": null,
- "mobile": null,
- "refId": "8b6447c6-49e1-44f7-952c-12006df6dfab",
- "eslSupportNeeded": false,
- "eslDateAssessed": null,
- "isEslSupportReceived": false,
- "enrolDate": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "additionalDetails": {
- "data": {
- "id": "1",
- "type": "corePerson"
}
}, - "attendedClasses": {
- "links": {
- "related": "/v1/core/core-student/2/attended-classes"
}
}, - "studentRelationships": {
- "links": {
- "related": "/v1/core/core-student-relationships?studentIds=2"
}
}, - "coreHouse": {
- "data": {
- "id": "1",
- "type": "coreHouse"
}
}, - "contacts": {
- "links": {
- "related": "/v1/core/core-student/2/contacts"
}
}
}, - "links": {
- "self": "/v1/core/core-student/2"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreStudent",
- "id": "2",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Smith",
- "preferredName": "Jane",
- "gender": null,
- "barcode": "B000007001",
- "examId": null,
- "schoolYear": "",
- "dateOfBirth": null,
- "allergies": null,
- "medicalConditions": null,
- "externalId": "EXT_123",
- "externalSource": "SentralEnrolment",
- "username": null,
- "email": null,
- "mobile": null,
- "refId": "8b6447c6-49e1-44f7-952c-12006df6dfab",
- "eslSupportNeeded": false,
- "eslDateAssessed": null,
- "isEslSupportReceived": false,
- "enrolDate": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "additionalDetails": {
- "data": {
- "id": "1",
- "type": "corePerson"
}
}, - "attendedClasses": {
- "links": {
- "related": "/v1/core/core-student/2/attended-classes"
}
}, - "studentRelationships": {
- "links": {
- "related": "/v1/core/core-student-relationships?studentIds=2"
}
}, - "coreHouse": {
- "data": {
- "id": "1",
- "type": "coreHouse"
}
}, - "contacts": {
- "links": {
- "related": "/v1/core/core-student/2/contacts"
}
}
}, - "links": {
- "self": "/v1/core/core-student/2"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of coreStudent
.
id required | number Number ID of the 'coreStudent' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: additionalDetails, coreRollclass, attendedClasses, holidays, studentRelationships, coreHouse, contacts. [optional] [default: null] [example: "additionalDetails"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "coreStudent",
- "id": "2",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Smith",
- "preferredName": "Jane",
- "gender": null,
- "barcode": "B000007001",
- "examId": null,
- "schoolYear": "",
- "dateOfBirth": null,
- "allergies": null,
- "medicalConditions": null,
- "externalId": "EXT_123",
- "externalSource": "SentralEnrolment",
- "username": null,
- "email": null,
- "mobile": null,
- "refId": "8b6447c6-49e1-44f7-952c-12006df6dfab",
- "eslSupportNeeded": false,
- "eslDateAssessed": null,
- "isEslSupportReceived": false,
- "enrolDate": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "additionalDetails": {
- "data": {
- "id": "1",
- "type": "corePerson"
}
}, - "attendedClasses": {
- "links": {
- "related": "/v1/core/core-student/2/attended-classes"
}
}, - "studentRelationships": {
- "links": {
- "related": "/v1/core/core-student-relationships?studentIds=2"
}
}, - "coreHouse": {
- "data": {
- "id": "1",
- "type": "coreHouse"
}
}, - "contacts": {
- "links": {
- "related": "/v1/core/core-student/2/contacts"
}
}
}, - "links": {
- "self": "/v1/core/core-student/2"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves a page of coreClass
related to coreStudent
via relation attendedClasses
.
id required | number Number ID of the 'coreStudent', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: assignedStudents, assignedStaff, coreSubject, timetableClass. [optional] [default: null] [example: "assignedStudents"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "coreClass",
- "id": "1",
- "attributes": {
- "name": "English 101",
- "description": null,
- "year": 2019,
- "schoolYear": "",
- "courseCode": null,
- "subjectCode": null,
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "2",
- "type": "coreStaff"
}
}, - "assignedStudents": {
- "links": {
- "related": "/v1/core/core-class/1/assigned-students"
}
}, - "assignedStaff": {
- "links": {
- "related": "/v1/core/core-class/1/assigned-staff"
}
}
}, - "links": {
- "self": "/v1/core/core-class/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreClass",
- "id": "1",
- "attributes": {
- "name": "English 101",
- "description": null,
- "year": 2019,
- "schoolYear": "",
- "courseCode": null,
- "subjectCode": null,
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "2",
- "type": "coreStaff"
}
}, - "assignedStudents": {
- "links": {
- "related": "/v1/core/core-class/1/assigned-students"
}
}, - "assignedStaff": {
- "links": {
- "related": "/v1/core/core-class/1/assigned-staff"
}
}
}, - "links": {
- "self": "/v1/core/core-class/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreClass",
- "id": "1",
- "attributes": {
- "name": "English 101",
- "description": null,
- "year": 2019,
- "schoolYear": "",
- "courseCode": null,
- "subjectCode": null,
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "2",
- "type": "coreStaff"
}
}, - "assignedStudents": {
- "links": {
- "related": "/v1/core/core-class/1/assigned-students"
}
}, - "assignedStaff": {
- "links": {
- "related": "/v1/core/core-class/1/assigned-staff"
}
}
}, - "links": {
- "self": "/v1/core/core-class/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a page of coreStudentPersonRelation
related to coreStudent
via relation contacts
.
id required | number Number ID of the 'coreStudent', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "coreStudentPersonRelation",
- "id": "1",
- "attributes": {
- "relationship": null,
- "isResidentialGuardian": true,
- "isEmergencyContact": false,
- "isAuthorisedPickup": true,
- "canContactViaSms": true,
- "canContactViaEmail": true,
- "canContactViaPhone": true,
- "canContactViaLetter": true,
- "canReceiveCorrespondence": true,
- "canReceivePortalAccess": true,
- "canReceiveReports": true,
- "canReceiveSms": true,
- "canReceiveAbsences": true,
- "doNotContact": false,
- "sequence": 1,
- "externalId": null,
- "externalSource": null
}, - "relationships": {
- "coreStudent": {
- "data": {
- "id": "1",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/core/core-student-relationship/1"
}
}, - {
- "type": "coreStudentPersonRelation",
- "id": "1",
- "attributes": {
- "relationship": null,
- "isResidentialGuardian": true,
- "isEmergencyContact": false,
- "isAuthorisedPickup": true,
- "canContactViaSms": true,
- "canContactViaEmail": true,
- "canContactViaPhone": true,
- "canContactViaLetter": true,
- "canReceiveCorrespondence": true,
- "canReceivePortalAccess": true,
- "canReceiveReports": true,
- "canReceiveSms": true,
- "canReceiveAbsences": true,
- "doNotContact": false,
- "sequence": 1,
- "externalId": null,
- "externalSource": null
}, - "relationships": {
- "coreStudent": {
- "data": {
- "id": "1",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/core/core-student-relationship/1"
}
}, - {
- "type": "coreStudentPersonRelation",
- "id": "1",
- "attributes": {
- "relationship": null,
- "isResidentialGuardian": true,
- "isEmergencyContact": false,
- "isAuthorisedPickup": true,
- "canContactViaSms": true,
- "canContactViaEmail": true,
- "canContactViaPhone": true,
- "canContactViaLetter": true,
- "canReceiveCorrespondence": true,
- "canReceivePortalAccess": true,
- "canReceiveReports": true,
- "canReceiveSms": true,
- "canReceiveAbsences": true,
- "doNotContact": false,
- "sequence": 1,
- "externalId": null,
- "externalSource": null
}, - "relationships": {
- "coreStudent": {
- "data": {
- "id": "1",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/core/core-student-relationship/1"
}
}
]
}
Returns the photo of a given student. Allowed dimensions are: 50x50, 100x100, 250x250, 500x500, 16x16, 28x28, 30x30, 32x32, 40x40, 45x45, 48x48, 64x64, 70x70, 75x75, 90x90, 92x92, 150x150, 170x170, 180x180, 190x35, 200x200, 245x245, 256x256, 300x300. If provided dimensions don't match it'll return the next closest dimension available.
id required | string String ID of the coreStudent whose photo to retrieve. Also supports |
width | number Number Width of the returned photo, must be between 1 and 1500, defaults to 256. If not one of the allowed dimensions it will select the next closest available option. [optional] [default: 256] Value constraints: Minimum value: 1 [inclusive] Maximum value: 1500 [inclusive] |
height | number Number Height of the returned photo, must be between 1 and 1500, defaults to 256. If not one of the allowed dimensions it will select the next closest available option. [optional] [default: 256] Value constraints: Minimum value: 1 [inclusive] Maximum value: 1500 [inclusive] |
Retrieves a page of timetableClass
related to timetableStudent
via relation timetableClasses
.
id required | number Number ID of the 'timetableStudent', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: timetableStudents. [optional] [default: null] [example: "timetableStudents"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "timetableClass",
- "id": "1",
- "attributes": {
- "name": "BIOLOGY Y4",
- "type": null,
- "externalId": null,
- "externalSource": null
}, - "relationships": {
- "subject": {
- "data": {
- "id": "1",
- "type": "timetableSubject"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-class/1"
}
}, - {
- "type": "timetableClass",
- "id": "1",
- "attributes": {
- "name": "BIOLOGY Y4",
- "type": null,
- "externalId": null,
- "externalSource": null
}, - "relationships": {
- "subject": {
- "data": {
- "id": "1",
- "type": "timetableSubject"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-class/1"
}
}, - {
- "type": "timetableClass",
- "id": "1",
- "attributes": {
- "name": "BIOLOGY Y4",
- "type": null,
- "externalId": null,
- "externalSource": null
}, - "relationships": {
- "subject": {
- "data": {
- "id": "1",
- "type": "timetableSubject"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-class/1"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "relationship": "string",
- "isResidentialGuardian": true,
- "isEmergencyContact": true,
- "sequence": 0,
- "corePerson": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "title": "string",
- "preferredName": "string",
- "gender": "string",
- "homePhone": "string",
- "workPhone": "string",
- "mobile": "string",
- "email": "string",
- "externalId": "string",
- "externalSource": "string",
- "refId": "string",
- "isActive": true
}, - "isActive": true
}, - "links": {
- "self": "string",
- "person": "string"
}, - "relationships": {
- "coreStudent": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "corePerson": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Tenant-specific student relationship.
Retrieves a single instance of coreStudentRelationship
.
id required | number Number ID of the 'coreStudentRelationship' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: coreStudent. [optional] [default: null] [example: "coreStudent"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "coreStudentRelationship",
- "id": "1",
- "attributes": {
- "relationship": null,
- "isResidentialGuardian": true,
- "isEmergencyContact": false,
- "sequence": 1,
- "corePerson": {
- "id": "1",
- "firstName": "Jane",
- "lastName": "Doe",
- "title": "Ms",
- "preferredName": "JL",
- "gender": "F",
- "homePhone": "+48 123 123 123 ",
- "workPhone": "",
- "mobile": "",
- "email": "jane.doe@example.com",
- "externalId": "",
- "externalSource": "",
- "refId": "d32423b6-f117-4f17-8d2d-c91910dade28",
- "isActive": true
}, - "isActive": true
}, - "relationships": {
- "coreStudent": {
- "data": {
- "id": "1",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/core/core-student-relationship/1",
- "person": "/v1/core/core-person/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "relationship": "string",
- "isResidentialGuardian": true,
- "isEmergencyContact": true,
- "sequence": 0,
- "corePerson": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "title": "string",
- "preferredName": "string",
- "gender": "string",
- "homePhone": "string",
- "workPhone": "string",
- "mobile": "string",
- "email": "string",
- "externalId": "string",
- "externalSource": "string",
- "refId": "string",
- "isActive": true
}, - "isActive": true
}, - "links": {
- "self": "string",
- "person": "string"
}, - "relationships": {
- "coreStudent": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "corePerson": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Tenant-specific student relationship.
Retrieves a page of instances of coreStudentRelationship
.
include | string String Comma-separated list of relations to sideload. Allowed values are: coreStudent. [optional] [default: null] [example: "coreStudent"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
studentIds | string String Comma-separated list of Student IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
includeInactive | boolean Boolean If true inactive (soft deleted) models will be included in the results. [optional] [default: false] [example: TRUE] |
{- "data": [
- {
- "type": "coreStudentRelationship",
- "id": "1",
- "attributes": {
- "relationship": null,
- "isResidentialGuardian": true,
- "isEmergencyContact": false,
- "sequence": 1,
- "corePerson": {
- "id": "1",
- "firstName": "Jane",
- "lastName": "Doe",
- "title": "Ms",
- "preferredName": "JL",
- "gender": "F",
- "homePhone": "+48 123 123 123 ",
- "workPhone": "",
- "mobile": "",
- "email": "jane.doe@example.com",
- "externalId": "",
- "externalSource": "",
- "refId": "d32423b6-f117-4f17-8d2d-c91910dade28",
- "isActive": true
}, - "isActive": true
}, - "relationships": {
- "coreStudent": {
- "data": {
- "id": "1",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/core/core-student-relationship/1",
- "person": "/v1/core/core-person/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreStudentRelationship",
- "id": "1",
- "attributes": {
- "relationship": null,
- "isResidentialGuardian": true,
- "isEmergencyContact": false,
- "sequence": 1,
- "corePerson": {
- "id": "1",
- "firstName": "Jane",
- "lastName": "Doe",
- "title": "Ms",
- "preferredName": "JL",
- "gender": "F",
- "homePhone": "+48 123 123 123 ",
- "workPhone": "",
- "mobile": "",
- "email": "jane.doe@example.com",
- "externalId": "",
- "externalSource": "",
- "refId": "d32423b6-f117-4f17-8d2d-c91910dade28",
- "isActive": true
}, - "isActive": true
}, - "relationships": {
- "coreStudent": {
- "data": {
- "id": "1",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/core/core-student-relationship/1",
- "person": "/v1/core/core-person/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreStudentRelationship",
- "id": "1",
- "attributes": {
- "relationship": null,
- "isResidentialGuardian": true,
- "isEmergencyContact": false,
- "sequence": 1,
- "corePerson": {
- "id": "1",
- "firstName": "Jane",
- "lastName": "Doe",
- "title": "Ms",
- "preferredName": "JL",
- "gender": "F",
- "homePhone": "+48 123 123 123 ",
- "workPhone": "",
- "mobile": "",
- "email": "jane.doe@example.com",
- "externalId": "",
- "externalSource": "",
- "refId": "d32423b6-f117-4f17-8d2d-c91910dade28",
- "isActive": true
}, - "isActive": true
}, - "relationships": {
- "coreStudent": {
- "data": {
- "id": "1",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/core/core-student-relationship/1",
- "person": "/v1/core/core-person/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "description": "string",
- "externalId": "string",
- "externalSource": "string",
- "isActive": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "timetableSubject": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Tenant-specific subject.
Retrieves a page of instances of coreSubject
.
include | string String Comma-separated list of relations to sideload. Allowed values are: timetableSubject. [optional] [default: null] [example: "timetableSubject"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
includeInactive | boolean Boolean If true inactive (soft deleted) models will be included in the results. [optional] [default: false] [example: TRUE] |
{- "data": [
- {
- "type": "coreSubject",
- "id": "1",
- "attributes": {
- "name": "Yr 7 English",
- "description": "Year 7 English",
- "externalId": " 3ae65a2f-5ffc-4bc5-a161-892c3d94bc1c",
- "externalSource": "ENROLMENTS",
- "isActive": true
}, - "links": {
- "self": "/v1/core/core-subject/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreSubject",
- "id": "1",
- "attributes": {
- "name": "Yr 7 English",
- "description": "Year 7 English",
- "externalId": " 3ae65a2f-5ffc-4bc5-a161-892c3d94bc1c",
- "externalSource": "ENROLMENTS",
- "isActive": true
}, - "links": {
- "self": "/v1/core/core-subject/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreSubject",
- "id": "1",
- "attributes": {
- "name": "Yr 7 English",
- "description": "Year 7 English",
- "externalId": " 3ae65a2f-5ffc-4bc5-a161-892c3d94bc1c",
- "externalSource": "ENROLMENTS",
- "isActive": true
}, - "links": {
- "self": "/v1/core/core-subject/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of coreSubject
.
id required | number Number ID of the 'coreSubject' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: timetableSubject. [optional] [default: null] [example: "timetableSubject"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "coreSubject",
- "id": "1",
- "attributes": {
- "name": "Yr 7 English",
- "description": "Year 7 English",
- "externalId": " 3ae65a2f-5ffc-4bc5-a161-892c3d94bc1c",
- "externalSource": "ENROLMENTS",
- "isActive": true
}, - "links": {
- "self": "/v1/core/core-subject/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "year": 0,
- "term": 0,
- "startDate": "string",
- "endDate": "string"
}, - "links": {
- "self": "string"
}
}
School terms
Retrieves a single instance of coreTerm
.
id required | string String matching regular expression: |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "coreTerm",
- "id": "2019-1",
- "attributes": {
- "year": 2019,
- "term": 1,
- "startDate": "2019-01-01",
- "endDate": "2019-03-31"
}, - "links": {
- "self": "/v1/core/core-term/2019-1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "year": 0,
- "term": 0,
- "startDate": "string",
- "endDate": "string"
}, - "links": {
- "self": "string"
}
}
School terms
Retrieves a page of instances of coreTerm
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
years | string String Comma-separated list of years to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "coreTerm",
- "id": "2019-1",
- "attributes": {
- "year": 2019,
- "term": 1,
- "startDate": "2019-01-01",
- "endDate": "2019-03-31"
}, - "links": {
- "self": "/v1/core/core-term/2019-1"
}
}, - {
- "type": "coreTerm",
- "id": "2019-1",
- "attributes": {
- "year": 2019,
- "term": 1,
- "startDate": "2019-01-01",
- "endDate": "2019-03-31"
}, - "links": {
- "self": "/v1/core/core-term/2019-1"
}
}, - {
- "type": "coreTerm",
- "id": "2019-1",
- "attributes": {
- "year": 2019,
- "term": 1,
- "startDate": "2019-01-01",
- "endDate": "2019-03-31"
}, - "links": {
- "self": "/v1/core/core-term/2019-1"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "term": 0,
- "week": 0,
- "code": "string"
}, - "links": {
- "self": "string"
}
}
Retrieves at most a year worth of dates.
fromDate | string Date (Y-m-d, eg. 2019-12-31) Date from which to return. Must be the same year as |
toDate | string Date (Y-m-d, eg. 2019-12-31) Date to which to return. Must be the same year as |
{- "data": [
- {
- "type": "date",
- "id": "2019-01-01",
- "attributes": {
- "term": 1,
- "week": 2,
- "code": "S"
}, - "links": {
- "self": "/v1/core/date/2019-01-01"
}
}, - {
- "type": "date",
- "id": "2019-01-01",
- "attributes": {
- "term": 1,
- "week": 2,
- "code": "S"
}, - "links": {
- "self": "/v1/core/date/2019-01-01"
}
}, - {
- "type": "date",
- "id": "2019-01-01",
- "attributes": {
- "term": 1,
- "week": 2,
- "code": "S"
}, - "links": {
- "self": "/v1/core/date/2019-01-01"
}
}
]
}
Retrieves information about a dates.
id required | string Date (Y-m-d, eg. 2019-12-31) ID of the 'date' to retrieve [example: "2019-01-01"] |
{- "data": {
- "type": "date",
- "id": "2019-01-01",
- "attributes": {
- "term": 1,
- "week": 2,
- "code": "S"
}, - "links": {
- "self": "/v1/core/date/2019-01-01"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "type": "string",
- "source": "string",
- "subject": "string",
- "body": "string",
- "isHtml": true,
- "createdAt": {
- "timestamp": 0,
- "iso8601": "string"
}
}, - "links": {
- "self": "string"
}, - "relationships": {
- "sender": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "recipients": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
Retrieves a page of instances of dashboardNotice
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
recipientIds | string String Comma-separated list of recipient IDs, will only include notices which have any of given recipients (in any status). [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
senderIds | string String Comma-separated list of sender IDs to filter by, |
{- "data": [
- {
- "type": "dashboardNotice",
- "id": "1",
- "attributes": {
- "type": "PERSONAL",
- "source": "user",
- "subject": "School break announcement",
- "body": "<p>A reminder that this year's school break will start at 10:30.</p>",
- "isHtml": true,
- "createdAt": {
- "timestamp": 1514801543,
- "iso8601": "2018-01-01T10:12:23+0000"
}
}, - "relationships": {
- "sender": {
- "data": {
- "id": "2",
- "type": "administrativeUser"
}
}, - "recipients": {
- "links": {
- "related": "/v1/dashboards/dashboard-notice/1/recipients"
}
}
}, - "links": {
- "self": "/v1/dashboard/dashboard-notice/1"
}
}, - {
- "type": "dashboardNotice",
- "id": "1",
- "attributes": {
- "type": "PERSONAL",
- "source": "user",
- "subject": "School break announcement",
- "body": "<p>A reminder that this year's school break will start at 10:30.</p>",
- "isHtml": true,
- "createdAt": {
- "timestamp": 1514801543,
- "iso8601": "2018-01-01T10:12:23+0000"
}
}, - "relationships": {
- "sender": {
- "data": {
- "id": "2",
- "type": "administrativeUser"
}
}, - "recipients": {
- "links": {
- "related": "/v1/dashboards/dashboard-notice/1/recipients"
}
}
}, - "links": {
- "self": "/v1/dashboard/dashboard-notice/1"
}
}, - {
- "type": "dashboardNotice",
- "id": "1",
- "attributes": {
- "type": "PERSONAL",
- "source": "user",
- "subject": "School break announcement",
- "body": "<p>A reminder that this year's school break will start at 10:30.</p>",
- "isHtml": true,
- "createdAt": {
- "timestamp": 1514801543,
- "iso8601": "2018-01-01T10:12:23+0000"
}
}, - "relationships": {
- "sender": {
- "data": {
- "id": "2",
- "type": "administrativeUser"
}
}, - "recipients": {
- "links": {
- "related": "/v1/dashboards/dashboard-notice/1/recipients"
}
}
}, - "links": {
- "self": "/v1/dashboard/dashboard-notice/1"
}
}
]
}
Retrieves a single instance of dashboardNotice
.
id required | number Number ID of the 'dashboardNotice' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "dashboardNotice",
- "id": "1",
- "attributes": {
- "type": "PERSONAL",
- "source": "user",
- "subject": "School break announcement",
- "body": "<p>A reminder that this year's school break will start at 10:30.</p>",
- "isHtml": true,
- "createdAt": {
- "timestamp": 1514801543,
- "iso8601": "2018-01-01T10:12:23+0000"
}
}, - "relationships": {
- "sender": {
- "data": {
- "id": "2",
- "type": "administrativeUser"
}
}, - "recipients": {
- "links": {
- "related": "/v1/dashboards/dashboard-notice/1/recipients"
}
}
}, - "links": {
- "self": "/v1/dashboard/dashboard-notice/1"
}
}
}
Retrieves a page of dashboardNoticeRecipient
related to dashboardNotice
via relation recipients
.
id required | number Number ID of the 'dashboardNotice', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
statuses | string String Comma-separated list of statuses to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
recipientIds | string String Comma-separated list of recipient IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "dashboardNoticeRecipient",
- "id": "1",
- "attributes": {
- "status": "UNREAD"
}, - "relationships": {
- "notice": {
- "data": {
- "id": "1",
- "type": "dashboardNotice"
}
}, - "recipient": {
- "data": {
- "id": "2",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/dashboard/dashboard-notice-recipient/1"
}
}, - {
- "type": "dashboardNoticeRecipient",
- "id": "1",
- "attributes": {
- "status": "UNREAD"
}, - "relationships": {
- "notice": {
- "data": {
- "id": "1",
- "type": "dashboardNotice"
}
}, - "recipient": {
- "data": {
- "id": "2",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/dashboard/dashboard-notice-recipient/1"
}
}, - {
- "type": "dashboardNoticeRecipient",
- "id": "1",
- "attributes": {
- "status": "UNREAD"
}, - "relationships": {
- "notice": {
- "data": {
- "id": "1",
- "type": "dashboardNotice"
}
}, - "recipient": {
- "data": {
- "id": "2",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/dashboard/dashboard-notice-recipient/1"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "status": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "notice": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "recipient": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A dashboard notice recipient and delivery status information.
Retrieves a page of instances of dashboardNoticeRecipient
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
noticeIds | string String Comma-separated list of notice IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
recipientIds | string String Comma-separated list of recipient IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
statuses | string String Comma-separated list of statuses to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "dashboardNoticeRecipient",
- "id": "1",
- "attributes": {
- "status": "UNREAD"
}, - "relationships": {
- "notice": {
- "data": {
- "id": "1",
- "type": "dashboardNotice"
}
}, - "recipient": {
- "data": {
- "id": "2",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/dashboard/dashboard-notice-recipient/1"
}
}, - {
- "type": "dashboardNoticeRecipient",
- "id": "1",
- "attributes": {
- "status": "UNREAD"
}, - "relationships": {
- "notice": {
- "data": {
- "id": "1",
- "type": "dashboardNotice"
}
}, - "recipient": {
- "data": {
- "id": "2",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/dashboard/dashboard-notice-recipient/1"
}
}, - {
- "type": "dashboardNoticeRecipient",
- "id": "1",
- "attributes": {
- "status": "UNREAD"
}, - "relationships": {
- "notice": {
- "data": {
- "id": "1",
- "type": "dashboardNotice"
}
}, - "recipient": {
- "data": {
- "id": "2",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/dashboard/dashboard-notice-recipient/1"
}
}
]
}
Retrieves a single instance of dashboardNoticeRecipient
.
id required | number Number ID of the 'dashboardNoticeRecipient' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "dashboardNoticeRecipient",
- "id": "1",
- "attributes": {
- "status": "UNREAD"
}, - "relationships": {
- "notice": {
- "data": {
- "id": "1",
- "type": "dashboardNotice"
}
}, - "recipient": {
- "data": {
- "id": "2",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/dashboard/dashboard-notice-recipient/1"
}
}
}
Updates an existing dasboardNoticeRecipient
Payload has the following requirements:
And supports these models:
dashboardNoticeRecipient
status
→ String New status of the delivery. [example: "UNREAD"]
Value constraints:
Allowed values: "READ", "UNREAD", "DELETED"id required | number Number ID of the |
object |
{- "data": {
- "type": "dashboardNoticeRecipient",
- "id": 1,
- "attributes": {
- "status": "UNREAD"
}
}
}
{- "data": {
- "type": "dashboardNoticeRecipient",
- "id": "1",
- "attributes": {
- "status": "UNREAD"
}, - "relationships": {
- "notice": {
- "data": {
- "id": "1",
- "type": "dashboardNotice"
}
}, - "recipient": {
- "data": {
- "id": "2",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/dashboard/dashboard-notice-recipient/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "publishedDateTime": {
- "timestamp": 0,
- "iso8601": "string"
}, - "year": "string",
- "semester": "string",
- "reportingPeriod": "string",
- "isActive": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "student": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "period": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of studentAcademicReportEduPro
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
studentIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "studentAcademicReportEduPro",
- "id": "1",
- "attributes": {
- "year": 2018,
- "semester": 1,
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/edupro/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "studentAcademicReportEduPro",
- "id": "1",
- "attributes": {
- "year": 2018,
- "semester": 1,
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/edupro/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "studentAcademicReportEduPro",
- "id": "1",
- "attributes": {
- "year": 2018,
- "semester": 1,
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/edupro/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of studentAcademicReportEduPro
.
id required | number Number ID of the 'studentAcademicReportEduPro' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "studentAcademicReportEduPro",
- "id": "1",
- "attributes": {
- "year": 2018,
- "semester": 1,
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/edupro/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves a page of instances of studentAcademicReport
.
include | string String Comma-separated list of relations to sideload. Allowed values are: period. [optional] [default: null] [example: "period"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
studentIds | string String Comma-separated list of |
years | string String Comma-separated list of years to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
semesters | string String Comma-separated list of semesters to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
periods | string String Comma-separated list of periods to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "studentAcademicReport",
- "id": "1",
- "attributes": {
- "publishedDateTime": null,
- "year": "2018",
- "semester": "1",
- "reportingPeriod": "First semester 2018",
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/reports/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "studentAcademicReport",
- "id": "1",
- "attributes": {
- "publishedDateTime": null,
- "year": "2018",
- "semester": "1",
- "reportingPeriod": "First semester 2018",
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/reports/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "studentAcademicReport",
- "id": "1",
- "attributes": {
- "publishedDateTime": null,
- "year": "2018",
- "semester": "1",
- "reportingPeriod": "First semester 2018",
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/reports/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of studentAcademicReport
.
id required | number Number ID of the 'studentAcademicReport' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: period. [optional] [default: null] [example: "period"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "studentAcademicReport",
- "id": "1",
- "attributes": {
- "publishedDateTime": null,
- "year": "2018",
- "semester": "1",
- "reportingPeriod": "First semester 2018",
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/reports/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "type": "string",
- "level": "string",
- "details": "string",
- "isActive": true
}, - "links": {
- "self": "string"
}
}
A person's ability
Retrieves a page of instances of ability
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "ability",
- "id": "1",
- "attributes": {
- "type": "Swimming",
- "level": "beginner",
- "details": "Cannot swim alone",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/ability/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "ability",
- "id": "1",
- "attributes": {
- "type": "Swimming",
- "level": "beginner",
- "details": "Cannot swim alone",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/ability/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "ability",
- "id": "1",
- "attributes": {
- "type": "Swimming",
- "level": "beginner",
- "details": "Cannot swim alone",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/ability/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of ability
.
id required | number Number ID of the 'ability' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "ability",
- "id": "1",
- "attributes": {
- "type": "Swimming",
- "level": "beginner",
- "details": "Cannot swim alone",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/ability/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "year": 0,
- "startDate": "string",
- "endDate": "string",
- "start_date": "string",
- "end_date": "string"
}, - "links": {
- "self": "string"
}
}
Retrieves a page of instances of academicPeriod
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
names | string String Comma-separated list of |
years | string String Comma-separated list of |
date | string Date (Y-m-d, eg. 2019-12-31) A date encompassed by the academic period. [optional] [example: "2018-01-01"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "academicPeriod",
- "id": "1",
- "attributes": {
- "name": "Default",
- "year": 2025,
- "startDate": "2025-01-01",
- "endDate": "2025-12-23",
- "start_date": "2025-01-01",
- "end_date": "2025-12-23"
}, - "links": {
- "self": "/v1/enrolments/academic-period/1"
}
}, - {
- "type": "academicPeriod",
- "id": "1",
- "attributes": {
- "name": "Default",
- "year": 2025,
- "startDate": "2025-01-01",
- "endDate": "2025-12-23",
- "start_date": "2025-01-01",
- "end_date": "2025-12-23"
}, - "links": {
- "self": "/v1/enrolments/academic-period/1"
}
}, - {
- "type": "academicPeriod",
- "id": "1",
- "attributes": {
- "name": "Default",
- "year": 2025,
- "startDate": "2025-01-01",
- "endDate": "2025-12-23",
- "start_date": "2025-01-01",
- "end_date": "2025-12-23"
}, - "links": {
- "self": "/v1/enrolments/academic-period/1"
}
}
]
}
Retrieves a single instance of academicPeriod
.
id required | number Number ID of the 'academicPeriod' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "academicPeriod",
- "id": "1",
- "attributes": {
- "name": "Default",
- "year": 2025,
- "startDate": "2025-01-01",
- "endDate": "2025-12-23",
- "start_date": "2025-01-01",
- "end_date": "2025-12-23"
}, - "links": {
- "self": "/v1/enrolments/academic-period/1"
}
}
}
Retrieves a page of student
related to academicPeriod
via relation students
. Only active students with active enrollment will be included in the results.
id required | number Number ID of the 'academicPeriod', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: primaryEnrolment, person, activities, activityInstances, tenants, flags, flagLinks, contacts, holidays, specialNeedsPrograms, schoolHistory. [optional] [default: null] [example: "primaryEnrolment"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "createdAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "isActive": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "school": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A campus that belongs to a school
Retrieves a page of instances of campus
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
schoolIds | string String Comma-separated list of |
includeInactive | boolean Boolean If true inactive (soft deleted) models will be included in the results. [optional] [default: false] [example: TRUE] |
{- "data": [
- {
- "type": "campus",
- "id": "1",
- "attributes": {
- "name": "Test Campus",
- "createdAt": {
- "timestamp": 1325525696,
- "iso8601": "2012-01-02T17:34:56+0000"
}, - "isActive": true
}, - "relationships": {
- "school": {
- "data": {
- "id": "2",
- "type": "campus"
}
}
}, - "links": {
- "self": "/v1/enrolments/campus/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "campus",
- "id": "1",
- "attributes": {
- "name": "Test Campus",
- "createdAt": {
- "timestamp": 1325525696,
- "iso8601": "2012-01-02T17:34:56+0000"
}, - "isActive": true
}, - "relationships": {
- "school": {
- "data": {
- "id": "2",
- "type": "campus"
}
}
}, - "links": {
- "self": "/v1/enrolments/campus/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "campus",
- "id": "1",
- "attributes": {
- "name": "Test Campus",
- "createdAt": {
- "timestamp": 1325525696,
- "iso8601": "2012-01-02T17:34:56+0000"
}, - "isActive": true
}, - "relationships": {
- "school": {
- "data": {
- "id": "2",
- "type": "campus"
}
}
}, - "links": {
- "self": "/v1/enrolments/campus/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of campus
.
id required | number Number ID of the 'campus' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "campus",
- "id": "1",
- "attributes": {
- "name": "Test Campus",
- "createdAt": {
- "timestamp": 1325525696,
- "iso8601": "2012-01-02T17:34:56+0000"
}, - "isActive": true
}, - "relationships": {
- "school": {
- "data": {
- "id": "2",
- "type": "campus"
}
}
}, - "links": {
- "self": "/v1/enrolments/campus/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "identifier": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "teachers": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "students": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "subject": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of class
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
subjectIds | string String Comma-separated list of subject IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "class",
- "id": "1",
- "attributes": {
- "name": "First year class",
- "identifier": "CLS01A"
}, - "relationships": {
- "teachers": {
- "data": [
- {
- "id": "1",
- "type": "staff"
}, - {
- "id": "2",
- "type": "staff"
}, - {
- "id": "3",
- "type": "staff"
}
]
}, - "students": {
- "links": {
- "related": "/v1/enrolments/class/1/students"
}
}, - "subject": {
- "data": {
- "id": "1",
- "type": "classSubject"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment/1"
}
}, - {
- "type": "class",
- "id": "1",
- "attributes": {
- "name": "First year class",
- "identifier": "CLS01A"
}, - "relationships": {
- "teachers": {
- "data": [
- {
- "id": "1",
- "type": "staff"
}, - {
- "id": "2",
- "type": "staff"
}, - {
- "id": "3",
- "type": "staff"
}
]
}, - "students": {
- "links": {
- "related": "/v1/enrolments/class/1/students"
}
}, - "subject": {
- "data": {
- "id": "1",
- "type": "classSubject"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment/1"
}
}, - {
- "type": "class",
- "id": "1",
- "attributes": {
- "name": "First year class",
- "identifier": "CLS01A"
}, - "relationships": {
- "teachers": {
- "data": [
- {
- "id": "1",
- "type": "staff"
}, - {
- "id": "2",
- "type": "staff"
}, - {
- "id": "3",
- "type": "staff"
}
]
}, - "students": {
- "links": {
- "related": "/v1/enrolments/class/1/students"
}
}, - "subject": {
- "data": {
- "id": "1",
- "type": "classSubject"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment/1"
}
}
]
}
Retrieves a single instance of class
.
id required | number Number ID of the 'class' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "class",
- "id": "1",
- "attributes": {
- "name": "First year class",
- "identifier": "CLS01A"
}, - "relationships": {
- "teachers": {
- "data": [
- {
- "id": "1",
- "type": "staff"
}, - {
- "id": "2",
- "type": "staff"
}, - {
- "id": "3",
- "type": "staff"
}
]
}, - "students": {
- "links": {
- "related": "/v1/enrolments/class/1/students"
}
}, - "subject": {
- "data": {
- "id": "1",
- "type": "classSubject"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment/1"
}
}
}
Retrieves a page of student
related to class
via relation students
. Only active students with active enrollment will be included in the results.
id required | number Number ID of the 'class', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: primaryEnrolment, person, activities, activityInstances, tenants, flags, flagLinks, contacts, holidays, specialNeedsPrograms, schoolHistory. [optional] [default: null] [example: "primaryEnrolment"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string"
}, - "links": {
- "self": "string"
}
}
A class subject.
Retrieves a page of instances of classSubject
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "classSubject",
- "id": "1",
- "attributes": {
- "name": "Biology"
}, - "links": {
- "self": "/v1/enrolments/class-subject/1"
}
}, - {
- "type": "classSubject",
- "id": "1",
- "attributes": {
- "name": "Biology"
}, - "links": {
- "self": "/v1/enrolments/class-subject/1"
}
}, - {
- "type": "classSubject",
- "id": "1",
- "attributes": {
- "name": "Biology"
}, - "links": {
- "self": "/v1/enrolments/class-subject/1"
}
}
]
}
Retrieves a single instance of classSubject
.
id required | number Number ID of the 'classSubject' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "classSubject",
- "id": "1",
- "attributes": {
- "name": "Biology"
}, - "links": {
- "self": "/v1/enrolments/class-subject/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "type": "string",
- "details": "string",
- "defaultExpireOn": "string",
- "isDefaultConsent": true,
- "isActive": true,
- "isInactive": true
}, - "links": {
- "self": "string"
}
}
A consent that can be applied to a person.
Creates a new consent.
Payload has the following requirements:
And supports these models:
consent
type
→ String The type of the consent [example: "Attending tea Wednesdays"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedetails
→ String Any additional details about the type of consent [example: "Whether the student is allowed to attend the weekly tea Wednesdays with Philosophy teacher"]
Value constraints:
Length must be between 255 and 0 characters, inclusivedefaultExpireOn
→ Date (Y-m-d, eg. 2019-12-31) Default expiry date for newly given consents (can be override per given consent). Expired consents have their flags removed. [optional] [default: null] [example: "2020-01-01"]object |
{- "data": {
- "type": "consent",
- "attributes": {
- "type": "Attending tea Wednesdays",
- "details": "Whether the student is allowed to attend the weekly tea Wednesdays with Philosophy teacher",
- "defaultExpireOn": "2020-01-01"
}
}
}
{- "data": {
- "type": "consent",
- "id": "1",
- "attributes": {
- "type": "General Consent",
- "details": "Consent to use school resources",
- "defaultExpireOn": null,
- "isDefaultConsent": false,
- "isActive": true,
- "isInactive": false
}, - "links": {
- "self": "/v1/enrolments/consent/1"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves a page of instances of consent
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
isDefaultConsent | boolean Boolean When provided it will filter by |
includeInactive | boolean Boolean If true inactive (soft deleted) models will be included in the results. [optional] [default: 1] [example: TRUE] |
{- "data": [
- {
- "type": "consent",
- "id": "1",
- "attributes": {
- "type": "General Consent",
- "details": "Consent to use school resources",
- "defaultExpireOn": null,
- "isDefaultConsent": false,
- "isActive": true,
- "isInactive": false
}, - "links": {
- "self": "/v1/enrolments/consent/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "consent",
- "id": "1",
- "attributes": {
- "type": "General Consent",
- "details": "Consent to use school resources",
- "defaultExpireOn": null,
- "isDefaultConsent": false,
- "isActive": true,
- "isInactive": false
}, - "links": {
- "self": "/v1/enrolments/consent/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "consent",
- "id": "1",
- "attributes": {
- "type": "General Consent",
- "details": "Consent to use school resources",
- "defaultExpireOn": null,
- "isDefaultConsent": false,
- "isActive": true,
- "isInactive": false
}, - "links": {
- "self": "/v1/enrolments/consent/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of consent
.
id required | number Number ID of the 'consent' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "consent",
- "id": "1",
- "attributes": {
- "type": "General Consent",
- "details": "Consent to use school resources",
- "defaultExpireOn": null,
- "isDefaultConsent": false,
- "isActive": true,
- "isInactive": false
}, - "links": {
- "self": "/v1/enrolments/consent/1"
}, - "meta": {
- "deletedDate": null
}
}
}
Updates an existing consent
Payload has the following requirements:
And supports these models:
consent
type
→ String The type of the consent [example: "Attending tea Wednesdays"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedetails
→ String Any additional details about the type of consent [example: "Whether the student is allowed to attend the weekly tea Wednesdays with Philosophy teacher"]
Value constraints:
Length must be between 255 and 0 characters, inclusivedefaultExpireOn
→ Date (Y-m-d, eg. 2019-12-31) Default expiry date for newly given consents (can be override per given consent). Expired consents have their flags removed. [optional] [default: null] [example: "2020-01-01"]id required | number Number ID of the |
object |
{- "data": {
- "type": "consent",
- "id": 1,
- "attributes": {
- "type": "Attending tea Wednesdays",
- "details": "Whether the student is allowed to attend the weekly tea Wednesdays with Philosophy teacher",
- "defaultExpireOn": "2020-01-01"
}
}
}
{- "data": {
- "type": "consent",
- "id": "1",
- "attributes": {
- "type": "General Consent",
- "details": "Consent to use school resources",
- "defaultExpireOn": null,
- "isDefaultConsent": false,
- "isActive": true,
- "isInactive": false
}, - "links": {
- "self": "/v1/enrolments/consent/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "type": "string",
- "caseId": "string",
- "title": "string",
- "schoolNotes": "string",
- "orderNotes": "string",
- "startDate": "string",
- "reviewDate": "string",
- "endDate": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "school": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "students": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "persons": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
A court order.
Creates a new court order.
Payload has the following requirements:
And supports these models:
courtOrder
type
→ String Type of the court order [example: "other"]
Value constraints:
Allowed values: "apprehended_violence_order", "family_court_order", "other"caseId
→ String Identifier of the court order [example: "1234"]
Value constraints:
Length must be between 255 and 0 characters, inclusivetitle
→ String Title of the court order [example: "Court Order Title"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveschoolNotes
→ String School-made notes on the court order [example: "School note"]
Value constraints:
Length must be between 4294967295 and 0 characters, inclusiveorderNotes
→ String Court-made notes on the court order [example: "Court notes"]
Value constraints:
Length must be between 4294967295 and 0 characters, inclusivestartDate
→ Date (Y-m-d, eg. 2019-12-31) Date when the court order starts applying [optional] [example: "2021-01-01"]reviewDate
→ Date (Y-m-d, eg. 2019-12-31) Date when the court order was reviewed [optional] [example: "2021-01-01"]endDate
→ Date (Y-m-d, eg. 2019-12-31) Date when the court order ends applying [optional] [example: "2021-01-01"]school
→ [required] [single] expected type is school
. School to which the court order appliesstudents
→ [required] [collection] expected type is student
. Students who are affected by the court orderpersons
→ [required] [collection] expected type is person
. Other people who are affected by the court orderobject |
{- "data": {
- "type": "courtOrder",
- "attributes": {
- "type": "other",
- "caseId": "1234",
- "title": "Court Order Title",
- "schoolNotes": "School note",
- "orderNotes": "Court notes",
- "startDate": "2021-01-01",
- "reviewDate": "2021-01-01",
- "endDate": "2021-01-01"
}, - "relationships": {
- "school": {
- "data": {
- "id": 1,
- "type": "school"
}
}, - "students": {
- "data": [
- {
- "id": 1,
- "type": "student"
}, - {
- "id": 2,
- "type": "student"
}
]
}, - "persons": {
- "data": [
- {
- "id": 1,
- "type": "person"
}, - {
- "id": 2,
- "type": "person"
}
]
}
}
}
}
{- "data": {
- "type": "courtOrder",
- "id": "1",
- "attributes": {
- "type": "family_court_order",
- "caseId": "#0055824/F",
- "title": null,
- "schoolNotes": "School note",
- "orderNotes": "Order note",
- "startDate": "2019-01-01",
- "reviewDate": "2018-12-01",
- "endDate": "2021-12-31"
}, - "relationships": {
- "school": {
- "data": {
- "id": "2",
- "type": "school"
}
}, - "students": {
- "data": [
- {
- "id": "3",
- "type": "student"
}, - {
- "id": "4",
- "type": "student"
}, - {
- "id": "5",
- "type": "student"
}
]
}, - "persons": {
- "data": [
- {
- "id": "6",
- "type": "person"
}, - {
- "id": "7",
- "type": "person"
}
]
}
}, - "links": {
- "self": "/v1/enrolments/court-order/1"
}
}
}
Retrieves a page of instances of courtOrder
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
studentIds | string String Comma-separated list of |
personIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "courtOrder",
- "id": "1",
- "attributes": {
- "type": "family_court_order",
- "caseId": "#0055824/F",
- "title": null,
- "schoolNotes": "School note",
- "orderNotes": "Order note",
- "startDate": "2019-01-01",
- "reviewDate": "2018-12-01",
- "endDate": "2021-12-31"
}, - "relationships": {
- "school": {
- "data": {
- "id": "2",
- "type": "school"
}
}, - "students": {
- "data": [
- {
- "id": "3",
- "type": "student"
}, - {
- "id": "4",
- "type": "student"
}, - {
- "id": "5",
- "type": "student"
}
]
}, - "persons": {
- "data": [
- {
- "id": "6",
- "type": "person"
}, - {
- "id": "7",
- "type": "person"
}
]
}
}, - "links": {
- "self": "/v1/enrolments/court-order/1"
}
}, - {
- "type": "courtOrder",
- "id": "1",
- "attributes": {
- "type": "family_court_order",
- "caseId": "#0055824/F",
- "title": null,
- "schoolNotes": "School note",
- "orderNotes": "Order note",
- "startDate": "2019-01-01",
- "reviewDate": "2018-12-01",
- "endDate": "2021-12-31"
}, - "relationships": {
- "school": {
- "data": {
- "id": "2",
- "type": "school"
}
}, - "students": {
- "data": [
- {
- "id": "3",
- "type": "student"
}, - {
- "id": "4",
- "type": "student"
}, - {
- "id": "5",
- "type": "student"
}
]
}, - "persons": {
- "data": [
- {
- "id": "6",
- "type": "person"
}, - {
- "id": "7",
- "type": "person"
}
]
}
}, - "links": {
- "self": "/v1/enrolments/court-order/1"
}
}, - {
- "type": "courtOrder",
- "id": "1",
- "attributes": {
- "type": "family_court_order",
- "caseId": "#0055824/F",
- "title": null,
- "schoolNotes": "School note",
- "orderNotes": "Order note",
- "startDate": "2019-01-01",
- "reviewDate": "2018-12-01",
- "endDate": "2021-12-31"
}, - "relationships": {
- "school": {
- "data": {
- "id": "2",
- "type": "school"
}
}, - "students": {
- "data": [
- {
- "id": "3",
- "type": "student"
}, - {
- "id": "4",
- "type": "student"
}, - {
- "id": "5",
- "type": "student"
}
]
}, - "persons": {
- "data": [
- {
- "id": "6",
- "type": "person"
}, - {
- "id": "7",
- "type": "person"
}
]
}
}, - "links": {
- "self": "/v1/enrolments/court-order/1"
}
}
]
}
Retrieves a single instance of courtOrder
.
id required | number Number ID of the 'courtOrder' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "courtOrder",
- "id": "1",
- "attributes": {
- "type": "family_court_order",
- "caseId": "#0055824/F",
- "title": null,
- "schoolNotes": "School note",
- "orderNotes": "Order note",
- "startDate": "2019-01-01",
- "reviewDate": "2018-12-01",
- "endDate": "2021-12-31"
}, - "relationships": {
- "school": {
- "data": {
- "id": "2",
- "type": "school"
}
}, - "students": {
- "data": [
- {
- "id": "3",
- "type": "student"
}, - {
- "id": "4",
- "type": "student"
}, - {
- "id": "5",
- "type": "student"
}
]
}, - "persons": {
- "data": [
- {
- "id": "6",
- "type": "person"
}, - {
- "id": "7",
- "type": "person"
}
]
}
}, - "links": {
- "self": "/v1/enrolments/court-order/1"
}
}
}
Updates an existing court order
Payload has the following requirements:
And supports these models:
courtOrder
type
→ String Type of the court order [example: "other"]
Value constraints:
Allowed values: "apprehended_violence_order", "family_court_order", "other"caseId
→ String Identifier of the court order [example: "1234"]
Value constraints:
Length must be between 255 and 0 characters, inclusivetitle
→ String Title of the court order [example: "Court Order Title"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveschoolNotes
→ String School-made notes on the court order [example: "School note"]
Value constraints:
Length must be between 4294967295 and 0 characters, inclusiveorderNotes
→ String Court-made notes on the court order [example: "Court notes"]
Value constraints:
Length must be between 4294967295 and 0 characters, inclusivestartDate
→ Date (Y-m-d, eg. 2019-12-31) Date when the court order starts applying [optional] [example: "2021-01-01"]reviewDate
→ Date (Y-m-d, eg. 2019-12-31) Date when the court order was reviewed [optional] [example: "2021-01-01"]endDate
→ Date (Y-m-d, eg. 2019-12-31) Date when the court order ends applying [optional] [example: "2021-01-01"]school
→ [optional] [single] expected type is school
. School to which the court order appliesstudents
→ [optional] [collection] expected type is student
. Students who are affected by the court orderpersons
→ [optional] [collection] expected type is person
. Other people who are affected by the court orderid required | number Number ID of the |
object |
{- "data": {
- "type": "courtOrder",
- "id": 1,
- "attributes": {
- "type": "other",
- "caseId": "1234",
- "title": "Court Order Title",
- "schoolNotes": "School note",
- "orderNotes": "Court notes",
- "startDate": "2021-01-01",
- "reviewDate": "2021-01-01",
- "endDate": "2021-01-01"
}, - "relationships": {
- "school": {
- "data": {
- "id": 1,
- "type": "school"
}
}, - "students": {
- "data": [
- {
- "id": 1,
- "type": "student"
}, - {
- "id": 2,
- "type": "student"
}
]
}, - "persons": {
- "data": [
- {
- "id": 1,
- "type": "person"
}, - {
- "id": 2,
- "type": "person"
}
]
}
}
}
}
{- "data": {
- "type": "courtOrder",
- "id": "1",
- "attributes": {
- "type": "family_court_order",
- "caseId": "#0055824/F",
- "title": null,
- "schoolNotes": "School note",
- "orderNotes": "Order note",
- "startDate": "2019-01-01",
- "reviewDate": "2018-12-01",
- "endDate": "2021-12-31"
}, - "relationships": {
- "school": {
- "data": {
- "id": "2",
- "type": "school"
}
}, - "students": {
- "data": [
- {
- "id": "3",
- "type": "student"
}, - {
- "id": "4",
- "type": "student"
}, - {
- "id": "5",
- "type": "student"
}
]
}, - "persons": {
- "data": [
- {
- "id": "6",
- "type": "person"
}, - {
- "id": "7",
- "type": "person"
}
]
}
}, - "links": {
- "self": "/v1/enrolments/court-order/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "details": "string",
- "receivesFunding": true,
- "hasCarePlanProvided": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "person": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of disabilityOther
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
personIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "disabilityOther",
- "id": "1",
- "attributes": {
- "name": "Missing Limb",
- "details": "Missing left leg from the knee down.",
- "receivesFunding": false,
- "hasCarePlanProvided": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/disability-other/1"
}
}, - {
- "type": "disabilityOther",
- "id": "1",
- "attributes": {
- "name": "Missing Limb",
- "details": "Missing left leg from the knee down.",
- "receivesFunding": false,
- "hasCarePlanProvided": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/disability-other/1"
}
}, - {
- "type": "disabilityOther",
- "id": "1",
- "attributes": {
- "name": "Missing Limb",
- "details": "Missing left leg from the knee down.",
- "receivesFunding": false,
- "hasCarePlanProvided": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/disability-other/1"
}
}
]
}
Retrieves a single instance of disabilityOther
.
id required | number Number ID of the 'disabilityOther' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "disabilityOther",
- "id": "1",
- "attributes": {
- "name": "Missing Limb",
- "details": "Missing left leg from the knee down.",
- "receivesFunding": false,
- "hasCarePlanProvided": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/disability-other/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "type": "string",
- "name": "string",
- "practiceName": "string",
- "address": "string",
- "phone": "string",
- "consentToContact": true
}, - "links": {
- "self": "string",
- "patient": "string"
}, - "relationships": {
- "patient": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of doctor
.
include | string String Comma-separated list of relations to sideload. Allowed values are: patient. [optional] [default: null] [example: "patient"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "doctor",
- "id": "1",
- "attributes": {
- "type": "gp",
- "name": "Gloria McDoe",
- "practiceName": "McPractice",
- "address": "6 Bayley Street TANTARABOO",
- "phone": "(03) 8070 5665",
- "consentToContact": false
}, - "relationships": {
- "patient": {
- "data": {
- "id": "1",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/doctor/1/person"
}
}
}, - "links": {
- "self": "/v1/enrolments/doctor/1",
- "patient": "/v1/enrolments/doctor/1/person"
}
}, - {
- "type": "doctor",
- "id": "1",
- "attributes": {
- "type": "gp",
- "name": "Gloria McDoe",
- "practiceName": "McPractice",
- "address": "6 Bayley Street TANTARABOO",
- "phone": "(03) 8070 5665",
- "consentToContact": false
}, - "relationships": {
- "patient": {
- "data": {
- "id": "1",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/doctor/1/person"
}
}
}, - "links": {
- "self": "/v1/enrolments/doctor/1",
- "patient": "/v1/enrolments/doctor/1/person"
}
}, - {
- "type": "doctor",
- "id": "1",
- "attributes": {
- "type": "gp",
- "name": "Gloria McDoe",
- "practiceName": "McPractice",
- "address": "6 Bayley Street TANTARABOO",
- "phone": "(03) 8070 5665",
- "consentToContact": false
}, - "relationships": {
- "patient": {
- "data": {
- "id": "1",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/doctor/1/person"
}
}
}, - "links": {
- "self": "/v1/enrolments/doctor/1",
- "patient": "/v1/enrolments/doctor/1/person"
}
}
]
}
Retrieves a single instance of doctor
.
id required | number Number ID of the 'doctor' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: patient. [optional] [default: null] [example: "patient"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "doctor",
- "id": "1",
- "attributes": {
- "type": "gp",
- "name": "Gloria McDoe",
- "practiceName": "McPractice",
- "address": "6 Bayley Street TANTARABOO",
- "phone": "(03) 8070 5665",
- "consentToContact": false
}, - "relationships": {
- "patient": {
- "data": {
- "id": "1",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/doctor/1/person"
}
}
}, - "links": {
- "self": "/v1/enrolments/doctor/1",
- "patient": "/v1/enrolments/doctor/1/person"
}
}
}
Retrieves a single instance of person
, the relation relatedPerson
of doctor
.
id required | number Number ID of the 'doctor' which relation to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: primaryHousehold, studentPrimaryEnrolment, staff, student, contactDetails, otherHouseholds, studentContacts, studentTenants, prescribedMedication, emails, phoneNumbers, givenConsents, givenConsentLinks, emergencyContactLinks, abilities, additionalFields. [optional] [default: null] [example: "primaryHousehold"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "person",
- "id": "1",
- "attributes": {
- "externalId": null,
- "refId": null,
- "contactCode": null,
- "name": "John",
- "surname": "Doe",
- "firstName": "John",
- "middleNames": "Franz Stephen",
- "lastName": "Doe",
- "legalLastName": null,
- "preferredName": null,
- "email": "john.doe@example.com",
- "title": null,
- "givenNames": "Franz Stephen",
- "gender": "Other",
- "genderDescription": null,
- "genderCode": "Other",
- "dateOfBirth": null,
- "dateOfDeath": null,
- "crn": null,
- "otherLanguage": null,
- "otherLanguageCode": null,
- "languageSpokenAtHome": null,
- "languageSpokenAtHomeCode": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "indigenousStatusCode": null,
- "nationality": null,
- "nationalityCode": null,
- "countryOfCitizenship": null,
- "countryOfCitizenshipCode": null,
- "ethnicGroup": "Creole, so described",
- "ethnicGroupCode": "0906",
- "religion": null,
- "religionCode": null,
- "countryOfBirth": null,
- "countryOfBirthCode": null,
- "placeOfBirth": null,
- "residentialStatus": "Permanent Humanitarian Visa",
- "residentialStatusCode": 8,
- "isDeceased": false,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryHousehold": {
- "links": {
- "related": "/v1/enrolments/person/1/primary-household"
}
}, - "staff": {
- "links": {
- "related": "/v1/enrolments/person/1/staff"
}
}, - "student": {
- "links": {
- "related": "/v1/enrolments/person/1/student"
}
}, - "contactDetails": {
- "links": {
- "related": "/v1/enrolments/person/1/person-contact-details"
}
}, - "otherHouseholds": {
- "links": {
- "related": "/v1/enrolments/person/1/other-households"
}
}, - "studentContacts": {
- "links": {
- "related": "/v1/enrolments/person/1/student-contacts"
}
}, - "medicalSummary": {
- "links": {
- "related": "/v1/enrolments/person/1/medical-summary"
}
}, - "medicalConditions": {
- "links": {
- "related": "/v1/enrolments/person/1/medical-conditions"
}
}, - "prescribedMedication": {
- "links": {
- "related": "/v1/enrolments/person/1/prescribed-medications"
}
}, - "doctors": {
- "links": {
- "related": "/v1/enrolments/person/1/doctors"
}
}, - "associatedStudents": {
- "links": {
- "related": "/v1/enrolments/person/1/associated-students"
}
}, - "givenConsents": {
- "links": {
- "related": "/v1/enrolments/person/1/given-consents"
}
}, - "givenConsentLinks": {
- "links": {
- "related": "/v1/enrolments/person/1/given-consent-links"
}
}
}, - "links": {
- "self": "/v1/enrolments/person/1",
- "primaryHousehold": "/v1/enrolments/person/1/primary-household",
- "otherHouseholds": "/v1/enrolments/person/1/other-households",
- "staff": "/v1/enrolments/person/1/staff",
- "student": "/v1/enrolments/person/1/student",
- "studentContacts": "/v1/enrolments/person/1/student-contacts",
- "associatedStudents": "/v1/enrolments/person/1/associated-students",
- "medicalSummary": "/v1/enrolments/person/1/medical-summary",
- "medicalConditions": "/v1/enrolments/person/1/medical-conditions",
- "prescribedMedications": "/v1/enrolments/person/1/prescribed-medications",
- "doctors": "/v1/enrolments/person/1/doctors"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "priority": 0,
- "name": "string",
- "phone": "string",
- "altPhone": "string",
- "address": "string",
- "relationship": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "person": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "personToContact": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Details about an emergency contact for a person.
Retrieves a page of instances of emergencyContactLink
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "emergencyContactLink",
- "id": "1",
- "attributes": {
- "priority": 1,
- "name": "Jane McDane",
- "phone": "+48 123123123",
- "altPhone": "",
- "address": "Villagestreet 73/2, Streetville",
- "relationship": "Legal guardian"
}, - "relationships": {
- "person": {
- "data": {
- "id": "2",
- "type": "person"
}
}, - "personToContact": {
- "data": {
- "id": "3",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/emergency-contact-link/1"
}
}, - {
- "type": "emergencyContactLink",
- "id": "1",
- "attributes": {
- "priority": 1,
- "name": "Jane McDane",
- "phone": "+48 123123123",
- "altPhone": "",
- "address": "Villagestreet 73/2, Streetville",
- "relationship": "Legal guardian"
}, - "relationships": {
- "person": {
- "data": {
- "id": "2",
- "type": "person"
}
}, - "personToContact": {
- "data": {
- "id": "3",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/emergency-contact-link/1"
}
}, - {
- "type": "emergencyContactLink",
- "id": "1",
- "attributes": {
- "priority": 1,
- "name": "Jane McDane",
- "phone": "+48 123123123",
- "altPhone": "",
- "address": "Villagestreet 73/2, Streetville",
- "relationship": "Legal guardian"
}, - "relationships": {
- "person": {
- "data": {
- "id": "2",
- "type": "person"
}
}, - "personToContact": {
- "data": {
- "id": "3",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/emergency-contact-link/1"
}
}
]
}
Retrieves a single instance of emergencyContactLink
.
id required | number Number ID of the 'emergencyContactLink' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "emergencyContactLink",
- "id": "1",
- "attributes": {
- "priority": 1,
- "name": "Jane McDane",
- "phone": "+48 123123123",
- "altPhone": "",
- "address": "Villagestreet 73/2, Streetville",
- "relationship": "Legal guardian"
}, - "relationships": {
- "person": {
- "data": {
- "id": "2",
- "type": "person"
}
}, - "personToContact": {
- "data": {
- "id": "3",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/emergency-contact-link/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "startDate": "string",
- "endDate": "string",
- "status": "string",
- "school": "string",
- "schoolYear": "string",
- "rollClass": "string",
- "isBoarding": true,
- "boardingHouse": "string",
- "tutorGroup": "string",
- "fteAmount": 0,
- "createdAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "updatedAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "isActive": true
}, - "links": {
- "self": "string",
- "house": "string",
- "classes": "string",
- "rollclass": "string"
}, - "relationships": {
- "student": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "house": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "rollclass": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "classes": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "school": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "yearLevel": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "academicPeriod": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "campus": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of enrolment
.
include | string String Comma-separated list of relations to sideload. Allowed values are: student, house, rollclass, classes, campus. [optional] [default: null] [example: "student"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
academicPeriodIds | string String Comma-separated list of |
studentIds | string String Comma-separated list of |
rollclassIds | string String Comma-separated list of |
yearLevelIds | string String Comma-separated list of |
houseIds | string String Comma-separated list of |
statuses | string String Comma-separated list of statuses to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
startDateFrom | string Date (Y-m-d, eg. 2019-12-31) Any enrolments that have a start date occuring on or after the specified date. [optional] [example: "2018-01-01"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
startDateTo | string Date (Y-m-d, eg. 2019-12-31) Any enrolments that have a start date occuring on or before the specified date. [optional] [example: "2018-01-01"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
endDateFrom | string Date (Y-m-d, eg. 2019-12-31) Any enrolments that have no end date (unless endDateTo is also set) or an end date occuring on or after the specified date. [optional] [example: "2018-01-01"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
endDateTo | string Date (Y-m-d, eg. 2019-12-31) Any enrolments that have an end date occuring on or before the specified date. [optional] [example: "2018-01-01"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
includeInactive | boolean Boolean If true inactive (soft deleted) models will be included in the results. [optional] [default: 1] [example: TRUE] |
{- "data": [
- {
- "type": "enrolment",
- "id": "1",
- "attributes": {
- "startDate": "2018-09-01",
- "endDate": null,
- "status": "active",
- "school": null,
- "schoolYear": null,
- "rollClass": null,
- "isBoarding": false,
- "boardingHouse": null,
- "tutorGroup": null,
- "fteAmount": "1",
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "house": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/house"
}
}, - "rollclass": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/rollclass"
}
}, - "classes": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/classes"
}
}, - "academicPeriod": {
- "data": {
- "id": "1",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment/1",
- "house": "/v1/enrolments/enrolment/1/house",
- "classes": "/v1/enrolments/enrolment/1/classes",
- "rollclass": "/v1/enrolments/enrolment/1/rollclass"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "enrolment",
- "id": "1",
- "attributes": {
- "startDate": "2018-09-01",
- "endDate": null,
- "status": "active",
- "school": null,
- "schoolYear": null,
- "rollClass": null,
- "isBoarding": false,
- "boardingHouse": null,
- "tutorGroup": null,
- "fteAmount": "1",
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "house": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/house"
}
}, - "rollclass": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/rollclass"
}
}, - "classes": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/classes"
}
}, - "academicPeriod": {
- "data": {
- "id": "1",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment/1",
- "house": "/v1/enrolments/enrolment/1/house",
- "classes": "/v1/enrolments/enrolment/1/classes",
- "rollclass": "/v1/enrolments/enrolment/1/rollclass"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "enrolment",
- "id": "1",
- "attributes": {
- "startDate": "2018-09-01",
- "endDate": null,
- "status": "active",
- "school": null,
- "schoolYear": null,
- "rollClass": null,
- "isBoarding": false,
- "boardingHouse": null,
- "tutorGroup": null,
- "fteAmount": "1",
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "house": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/house"
}
}, - "rollclass": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/rollclass"
}
}, - "classes": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/classes"
}
}, - "academicPeriod": {
- "data": {
- "id": "1",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment/1",
- "house": "/v1/enrolments/enrolment/1/house",
- "classes": "/v1/enrolments/enrolment/1/classes",
- "rollclass": "/v1/enrolments/enrolment/1/rollclass"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of enrolment
.
id required | number Number ID of the 'enrolment' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: student, house, rollclass, classes, campus. [optional] [default: null] [example: "student"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "enrolment",
- "id": "1",
- "attributes": {
- "startDate": "2018-09-01",
- "endDate": null,
- "status": "active",
- "school": null,
- "schoolYear": null,
- "rollClass": null,
- "isBoarding": false,
- "boardingHouse": null,
- "tutorGroup": null,
- "fteAmount": "1",
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "house": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/house"
}
}, - "rollclass": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/rollclass"
}
}, - "classes": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/classes"
}
}, - "academicPeriod": {
- "data": {
- "id": "1",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment/1",
- "house": "/v1/enrolments/enrolment/1/house",
- "classes": "/v1/enrolments/enrolment/1/classes",
- "rollclass": "/v1/enrolments/enrolment/1/rollclass"
}, - "meta": {
- "deletedDate": null
}
}
}
Updates an existing enrolment
Payload has the following requirements:
And supports these models:
enrolment
isBoarding
→ Boolean Whether this enrolment includes boarding [example: TRUE]id required | number Number ID of the |
object |
{- "data": {
- "type": "enrolment",
- "id": 1,
- "attributes": {
- "isBoarding": true
}
}
}
{- "data": {
- "type": "enrolment",
- "id": "1",
- "attributes": {
- "startDate": "2018-09-01",
- "endDate": null,
- "status": "active",
- "school": null,
- "schoolYear": null,
- "rollClass": null,
- "isBoarding": false,
- "boardingHouse": null,
- "tutorGroup": null,
- "fteAmount": "1",
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "house": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/house"
}
}, - "rollclass": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/rollclass"
}
}, - "classes": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/classes"
}
}, - "academicPeriod": {
- "data": {
- "id": "1",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment/1",
- "house": "/v1/enrolments/enrolment/1/house",
- "classes": "/v1/enrolments/enrolment/1/classes",
- "rollclass": "/v1/enrolments/enrolment/1/rollclass"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves a page of class
related to enrolment
via relation classes
.
id required | number Number ID of the 'enrolment', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "class",
- "id": "1",
- "attributes": {
- "name": "First year class",
- "identifier": "CLS01A"
}, - "relationships": {
- "teachers": {
- "data": [
- {
- "id": "1",
- "type": "staff"
}, - {
- "id": "2",
- "type": "staff"
}, - {
- "id": "3",
- "type": "staff"
}
]
}, - "students": {
- "links": {
- "related": "/v1/enrolments/class/1/students"
}
}, - "subject": {
- "data": {
- "id": "1",
- "type": "classSubject"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment/1"
}
}, - {
- "type": "class",
- "id": "1",
- "attributes": {
- "name": "First year class",
- "identifier": "CLS01A"
}, - "relationships": {
- "teachers": {
- "data": [
- {
- "id": "1",
- "type": "staff"
}, - {
- "id": "2",
- "type": "staff"
}, - {
- "id": "3",
- "type": "staff"
}
]
}, - "students": {
- "links": {
- "related": "/v1/enrolments/class/1/students"
}
}, - "subject": {
- "data": {
- "id": "1",
- "type": "classSubject"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment/1"
}
}, - {
- "type": "class",
- "id": "1",
- "attributes": {
- "name": "First year class",
- "identifier": "CLS01A"
}, - "relationships": {
- "teachers": {
- "data": [
- {
- "id": "1",
- "type": "staff"
}, - {
- "id": "2",
- "type": "staff"
}, - {
- "id": "3",
- "type": "staff"
}
]
}, - "students": {
- "links": {
- "related": "/v1/enrolments/class/1/students"
}
}, - "subject": {
- "data": {
- "id": "1",
- "type": "classSubject"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment/1"
}
}
]
}
Retrieves a single instance of house
, the relation house
of enrolment
.
id required | number Number ID of the 'enrolment' which relation to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "house",
- "id": "1",
- "attributes": {
- "name": "Sentral House",
- "sequence": 1
}, - "relationships": {
- "students": {
- "links": {
- "related": "/v1/enrolments/house/1/students"
}
}, - "school": {
- "data": {
- "id": "1",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/house/1",
- "students": "/v1/enrolments/house/1/students"
}
}
}
Retrieves a single instance of rollclass
, the relation rollclass
of enrolment
.
id required | number Number ID of the 'enrolment' which relation to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "rollclass",
- "id": "1",
- "attributes": {
- "name": "1A",
- "isPastoralCare": false,
- "pastoral_care": false,
- "refId": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "1",
- "type": "staff"
}
}, - "academicPeriod": {
- "data": {
- "id": "1",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/rollclass/1",
- "teacher": "/v1/enrolments/staff/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "links": {
- "self": "string"
}, - "relationships": {
- "enrolment": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "class": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A link between a student enrolment and a class
Retrieves a page of instances of enrolmentClassLink
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
enrolmentIds | string String Comma-separated list of |
classIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "enrolmentClassLink",
- "id": "1",
- "relationships": {
- "enrolment": {
- "data": {
- "id": "2",
- "type": "enrolment"
}
}, - "class": {
- "data": {
- "id": "3",
- "type": "class"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment-class-link/1"
}
}, - {
- "type": "enrolmentClassLink",
- "id": "1",
- "relationships": {
- "enrolment": {
- "data": {
- "id": "2",
- "type": "enrolment"
}
}, - "class": {
- "data": {
- "id": "3",
- "type": "class"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment-class-link/1"
}
}, - {
- "type": "enrolmentClassLink",
- "id": "1",
- "relationships": {
- "enrolment": {
- "data": {
- "id": "2",
- "type": "enrolment"
}
}, - "class": {
- "data": {
- "id": "3",
- "type": "class"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment-class-link/1"
}
}
]
}
Retrieves a single instance of enrolmentClassLink
.
id required | number Number ID of the 'enrolmentClassLink' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "enrolmentClassLink",
- "id": "1",
- "relationships": {
- "enrolment": {
- "data": {
- "id": "2",
- "type": "enrolment"
}
}, - "class": {
- "data": {
- "id": "3",
- "type": "class"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment-class-link/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "code": "string",
- "description": "string",
- "isActive": true
}, - "links": {
- "self": "string"
}
}
Student's enrolment to a specific school and year.
Retrieves a page of instances of enrolmentPriority
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "enrolmentPriority",
- "id": "1",
- "attributes": {
- "name": "Principal's Discretion",
- "code": "7",
- "description": "",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/enrolment-priority/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "enrolmentPriority",
- "id": "1",
- "attributes": {
- "name": "Principal's Discretion",
- "code": "7",
- "description": "",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/enrolment-priority/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "enrolmentPriority",
- "id": "1",
- "attributes": {
- "name": "Principal's Discretion",
- "code": "7",
- "description": "",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/enrolment-priority/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of enrolmentPriority
.
id required | number Number ID of the 'enrolmentPriority' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "enrolmentPriority",
- "id": "1",
- "attributes": {
- "name": "Principal's Discretion",
- "code": "7",
- "description": "",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/enrolment-priority/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "description": "string",
- "createdAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "updatedAt": {
- "timestamp": 0,
- "iso8601": "string"
}
}, - "links": {
- "self": "string"
}, - "relationships": {
- "category": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Definition of a speciality that a person can have.
Retrieves a page of instances of enrolmentSpeciality
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
categoryIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "enrolmentSpeciality",
- "id": "1",
- "attributes": {
- "name": "Drama",
- "description": "Has studied drama in the past",
- "createdAt": null,
- "updatedAt": null
}, - "relationships": {
- "category": {
- "data": {
- "id": "2",
- "type": "enrolmentSpecialityCategory"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment-speciality/1"
}
}, - {
- "type": "enrolmentSpeciality",
- "id": "1",
- "attributes": {
- "name": "Drama",
- "description": "Has studied drama in the past",
- "createdAt": null,
- "updatedAt": null
}, - "relationships": {
- "category": {
- "data": {
- "id": "2",
- "type": "enrolmentSpecialityCategory"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment-speciality/1"
}
}, - {
- "type": "enrolmentSpeciality",
- "id": "1",
- "attributes": {
- "name": "Drama",
- "description": "Has studied drama in the past",
- "createdAt": null,
- "updatedAt": null
}, - "relationships": {
- "category": {
- "data": {
- "id": "2",
- "type": "enrolmentSpecialityCategory"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment-speciality/1"
}
}
]
}
Retrieves a single instance of enrolmentSpeciality
.
id required | number Number ID of the 'enrolmentSpeciality' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "enrolmentSpeciality",
- "id": "1",
- "attributes": {
- "name": "Drama",
- "description": "Has studied drama in the past",
- "createdAt": null,
- "updatedAt": null
}, - "relationships": {
- "category": {
- "data": {
- "id": "2",
- "type": "enrolmentSpecialityCategory"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment-speciality/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "isBuiltIn": true
}, - "links": {
- "self": "string"
}
}
Category for a speciality of a person - currently only used by staff.
Retrieves a page of instances of enrolmentSpecialityCategory
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
nameSearch | string String Search for name. By default it looks for an exact match, but special characters |
{- "data": [
- {
- "type": "enrolmentSpecialityCategory",
- "id": "1",
- "attributes": {
- "name": "Training Staff",
- "isBuiltIn": true
}, - "links": {
- "self": "/v1/enrolments/enrolment-speciality-category/1"
}
}, - {
- "type": "enrolmentSpecialityCategory",
- "id": "1",
- "attributes": {
- "name": "Training Staff",
- "isBuiltIn": true
}, - "links": {
- "self": "/v1/enrolments/enrolment-speciality-category/1"
}
}, - {
- "type": "enrolmentSpecialityCategory",
- "id": "1",
- "attributes": {
- "name": "Training Staff",
- "isBuiltIn": true
}, - "links": {
- "self": "/v1/enrolments/enrolment-speciality-category/1"
}
}
]
}
Retrieves a single instance of enrolmentSpecialityCategory
.
id required | number Number ID of the 'enrolmentSpecialityCategory' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "enrolmentSpecialityCategory",
- "id": "1",
- "attributes": {
- "name": "Training Staff",
- "isBuiltIn": true
}, - "links": {
- "self": "/v1/enrolments/enrolment-speciality-category/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "internalName": "string",
- "name": "string",
- "color": "string",
- "showInSentral": true,
- "showInFees": true,
- "isDisabled": true,
- "isActive": true
}, - "links": {
- "self": "string",
- "school": "string"
}, - "relationships": {
- "school": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of flag
.
include | string String Comma-separated list of relations to sideload. Allowed values are: school. [optional] [default: null] [example: "school"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
includeDisabled | boolean Boolean When true, flags that were disabled will be included in the results. [optional] [default: false] [example: TRUE] |
{- "data": [
- {
- "type": "flag",
- "id": "1",
- "attributes": {
- "internalName": "hasSchoolProblems",
- "name": "Has school problems",
- "color": "FF8888",
- "showInSentral": true,
- "showInFees": true,
- "isDisabled": false,
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/flag/1",
- "school": "/v1/enrolments/flag/1/school"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "flag",
- "id": "1",
- "attributes": {
- "internalName": "hasSchoolProblems",
- "name": "Has school problems",
- "color": "FF8888",
- "showInSentral": true,
- "showInFees": true,
- "isDisabled": false,
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/flag/1",
- "school": "/v1/enrolments/flag/1/school"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "flag",
- "id": "1",
- "attributes": {
- "internalName": "hasSchoolProblems",
- "name": "Has school problems",
- "color": "FF8888",
- "showInSentral": true,
- "showInFees": true,
- "isDisabled": false,
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/flag/1",
- "school": "/v1/enrolments/flag/1/school"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of flag
.
id required | number Number ID of the 'flag' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: school. [optional] [default: null] [example: "school"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "flag",
- "id": "1",
- "attributes": {
- "internalName": "hasSchoolProblems",
- "name": "Has school problems",
- "color": "FF8888",
- "showInSentral": true,
- "showInFees": true,
- "isDisabled": false,
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/flag/1",
- "school": "/v1/enrolments/flag/1/school"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves a single instance of school
, the relation school
of flag
.
id required | number Number ID of the 'flag' which relation to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: tenant. [optional] [default: null] [example: "tenant"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "school",
- "id": "1",
- "attributes": {
- "name": "School 1",
- "schoolCode": "a7bd8e",
- "sequence": 1,
- "isActive": true
}, - "relationships": {
- "tenant": {
- "data": {
- "id": "1",
- "type": "tenant"
}, - "links": {
- "related": "/v1/enrolments/school/1/tenant"
}
}
}, - "links": {
- "self": "/v1/enrolments/school/1",
- "tenant": "/v1/enrolments/school/1/tenant"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "sequence": 0
}, - "links": {
- "self": "string",
- "students": "string"
}, - "relationships": {
- "students": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "school": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of house
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
schoolIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "house",
- "id": "1",
- "attributes": {
- "name": "Sentral House",
- "sequence": 1
}, - "relationships": {
- "students": {
- "links": {
- "related": "/v1/enrolments/house/1/students"
}
}, - "school": {
- "data": {
- "id": "1",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/house/1",
- "students": "/v1/enrolments/house/1/students"
}
}, - {
- "type": "house",
- "id": "1",
- "attributes": {
- "name": "Sentral House",
- "sequence": 1
}, - "relationships": {
- "students": {
- "links": {
- "related": "/v1/enrolments/house/1/students"
}
}, - "school": {
- "data": {
- "id": "1",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/house/1",
- "students": "/v1/enrolments/house/1/students"
}
}, - {
- "type": "house",
- "id": "1",
- "attributes": {
- "name": "Sentral House",
- "sequence": 1
}, - "relationships": {
- "students": {
- "links": {
- "related": "/v1/enrolments/house/1/students"
}
}, - "school": {
- "data": {
- "id": "1",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/house/1",
- "students": "/v1/enrolments/house/1/students"
}
}
]
}
Retrieves a single instance of house
.
id required | number Number ID of the 'house' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "house",
- "id": "1",
- "attributes": {
- "name": "Sentral House",
- "sequence": 1
}, - "relationships": {
- "students": {
- "links": {
- "related": "/v1/enrolments/house/1/students"
}
}, - "school": {
- "data": {
- "id": "1",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/house/1",
- "students": "/v1/enrolments/house/1/students"
}
}
}
Retrieves a page of student
related to house
via relation students
.
id required | number Number ID of the 'house', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: primaryEnrolment, person, activities, activityInstances, tenants, flags, flagLinks, contacts, holidays, specialNeedsPrograms, schoolHistory. [optional] [default: null] [example: "primaryEnrolment"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "householdCode": "string",
- "address": "string",
- "mailingTitle": "string"
}, - "links": {
- "self": "string",
- "addresses": "string"
}, - "relationships": {
- "addresses": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
Retrieves a page of instances of household
.
include | string String Comma-separated list of relations to sideload. Allowed values are: addresses. [optional] [default: null] [example: "addresses"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "household",
- "id": "1",
- "attributes": {
- "householdCode": "9031101",
- "address": null,
- "mailingTitle": ""
}, - "links": {
- "self": "/v1/enrolments/household/1",
- "addresses": "/v1/enrolments/household/1/addresses"
}
}, - {
- "type": "household",
- "id": "1",
- "attributes": {
- "householdCode": "9031101",
- "address": null,
- "mailingTitle": ""
}, - "links": {
- "self": "/v1/enrolments/household/1",
- "addresses": "/v1/enrolments/household/1/addresses"
}
}, - {
- "type": "household",
- "id": "1",
- "attributes": {
- "householdCode": "9031101",
- "address": null,
- "mailingTitle": ""
}, - "links": {
- "self": "/v1/enrolments/household/1",
- "addresses": "/v1/enrolments/household/1/addresses"
}
}
]
}
Retrieves a single instance of household
.
id required | number Number ID of the 'household' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: addresses. [optional] [default: null] [example: "addresses"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "household",
- "id": "1",
- "attributes": {
- "householdCode": "9031101",
- "address": null,
- "mailingTitle": ""
}, - "links": {
- "self": "/v1/enrolments/household/1",
- "addresses": "/v1/enrolments/household/1/addresses"
}
}
}
Retrieves all of householdAddress
related to household
via relation addresses
.
id required | number Number ID of the 'household', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "householdAddress",
- "id": "1",
- "attributes": {
- "type": null,
- "lotNumber": "14",
- "unitNumber": "7",
- "streetNumber": "62",
- "houseNumber": "3",
- "blockNumber": "1",
- "floorNumber": "5",
- "propertyName": "Campus House",
- "streetName": "Chatsworth Drive",
- "streetType": "road",
- "addressLine1": 1,
- "addressLine2": 1,
- "addressLine3": null,
- "suburb": "SYDNEY OLYMPIC PARK, NSW",
- "section": "n/a",
- "city": "Sydney",
- "state": "Western Australia",
- "country": "Australia",
- "postcode": "2127",
- "comment": "Can't access by boat",
- "locality": "n/a",
- "province": "n/a",
- "startDate": "2018-01-01",
- "endDate": "2018-02-03",
- "mailingTitle": "Mr.",
- "isBillingAddress": false,
- "isValid": true,
- "isSimpleAddress": false
}, - "relationships": {
- "household": {
- "data": {
- "id": "3",
- "type": "house"
}
}
}, - "links": {
- "self": "/v1/enrolments/household-address/1"
}
}, - {
- "type": "householdAddress",
- "id": "1",
- "attributes": {
- "type": null,
- "lotNumber": "14",
- "unitNumber": "7",
- "streetNumber": "62",
- "houseNumber": "3",
- "blockNumber": "1",
- "floorNumber": "5",
- "propertyName": "Campus House",
- "streetName": "Chatsworth Drive",
- "streetType": "road",
- "addressLine1": 1,
- "addressLine2": 1,
- "addressLine3": null,
- "suburb": "SYDNEY OLYMPIC PARK, NSW",
- "section": "n/a",
- "city": "Sydney",
- "state": "Western Australia",
- "country": "Australia",
- "postcode": "2127",
- "comment": "Can't access by boat",
- "locality": "n/a",
- "province": "n/a",
- "startDate": "2018-01-01",
- "endDate": "2018-02-03",
- "mailingTitle": "Mr.",
- "isBillingAddress": false,
- "isValid": true,
- "isSimpleAddress": false
}, - "relationships": {
- "household": {
- "data": {
- "id": "3",
- "type": "house"
}
}
}, - "links": {
- "self": "/v1/enrolments/household-address/1"
}
}, - {
- "type": "householdAddress",
- "id": "1",
- "attributes": {
- "type": null,
- "lotNumber": "14",
- "unitNumber": "7",
- "streetNumber": "62",
- "houseNumber": "3",
- "blockNumber": "1",
- "floorNumber": "5",
- "propertyName": "Campus House",
- "streetName": "Chatsworth Drive",
- "streetType": "road",
- "addressLine1": 1,
- "addressLine2": 1,
- "addressLine3": null,
- "suburb": "SYDNEY OLYMPIC PARK, NSW",
- "section": "n/a",
- "city": "Sydney",
- "state": "Western Australia",
- "country": "Australia",
- "postcode": "2127",
- "comment": "Can't access by boat",
- "locality": "n/a",
- "province": "n/a",
- "startDate": "2018-01-01",
- "endDate": "2018-02-03",
- "mailingTitle": "Mr.",
- "isBillingAddress": false,
- "isValid": true,
- "isSimpleAddress": false
}, - "relationships": {
- "household": {
- "data": {
- "id": "3",
- "type": "house"
}
}
}, - "links": {
- "self": "/v1/enrolments/household-address/1"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "type": "string",
- "lotNumber": "string",
- "unitNumber": "string",
- "streetNumber": "string",
- "houseNumber": "string",
- "blockNumber": "string",
- "floorNumber": "string",
- "propertyName": "string",
- "streetName": "string",
- "streetType": "string",
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "suburb": "string",
- "section": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "postcode": "string",
- "comment": "string",
- "locality": "string",
- "province": "string",
- "startDate": "string",
- "endDate": "string",
- "mailingTitle": "string",
- "isBillingAddress": true,
- "isValid": true,
- "isSimpleAddress": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "household": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Household's address
Retrieves a page of instances of householdAddress
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "householdAddress",
- "id": "1",
- "attributes": {
- "type": null,
- "lotNumber": "14",
- "unitNumber": "7",
- "streetNumber": "62",
- "houseNumber": "3",
- "blockNumber": "1",
- "floorNumber": "5",
- "propertyName": "Campus House",
- "streetName": "Chatsworth Drive",
- "streetType": "road",
- "addressLine1": 1,
- "addressLine2": 1,
- "addressLine3": null,
- "suburb": "SYDNEY OLYMPIC PARK, NSW",
- "section": "n/a",
- "city": "Sydney",
- "state": "Western Australia",
- "country": "Australia",
- "postcode": "2127",
- "comment": "Can't access by boat",
- "locality": "n/a",
- "province": "n/a",
- "startDate": "2018-01-01",
- "endDate": "2018-02-03",
- "mailingTitle": "Mr.",
- "isBillingAddress": false,
- "isValid": true,
- "isSimpleAddress": false
}, - "relationships": {
- "household": {
- "data": {
- "id": "3",
- "type": "house"
}
}
}, - "links": {
- "self": "/v1/enrolments/household-address/1"
}
}, - {
- "type": "householdAddress",
- "id": "1",
- "attributes": {
- "type": null,
- "lotNumber": "14",
- "unitNumber": "7",
- "streetNumber": "62",
- "houseNumber": "3",
- "blockNumber": "1",
- "floorNumber": "5",
- "propertyName": "Campus House",
- "streetName": "Chatsworth Drive",
- "streetType": "road",
- "addressLine1": 1,
- "addressLine2": 1,
- "addressLine3": null,
- "suburb": "SYDNEY OLYMPIC PARK, NSW",
- "section": "n/a",
- "city": "Sydney",
- "state": "Western Australia",
- "country": "Australia",
- "postcode": "2127",
- "comment": "Can't access by boat",
- "locality": "n/a",
- "province": "n/a",
- "startDate": "2018-01-01",
- "endDate": "2018-02-03",
- "mailingTitle": "Mr.",
- "isBillingAddress": false,
- "isValid": true,
- "isSimpleAddress": false
}, - "relationships": {
- "household": {
- "data": {
- "id": "3",
- "type": "house"
}
}
}, - "links": {
- "self": "/v1/enrolments/household-address/1"
}
}, - {
- "type": "householdAddress",
- "id": "1",
- "attributes": {
- "type": null,
- "lotNumber": "14",
- "unitNumber": "7",
- "streetNumber": "62",
- "houseNumber": "3",
- "blockNumber": "1",
- "floorNumber": "5",
- "propertyName": "Campus House",
- "streetName": "Chatsworth Drive",
- "streetType": "road",
- "addressLine1": 1,
- "addressLine2": 1,
- "addressLine3": null,
- "suburb": "SYDNEY OLYMPIC PARK, NSW",
- "section": "n/a",
- "city": "Sydney",
- "state": "Western Australia",
- "country": "Australia",
- "postcode": "2127",
- "comment": "Can't access by boat",
- "locality": "n/a",
- "province": "n/a",
- "startDate": "2018-01-01",
- "endDate": "2018-02-03",
- "mailingTitle": "Mr.",
- "isBillingAddress": false,
- "isValid": true,
- "isSimpleAddress": false
}, - "relationships": {
- "household": {
- "data": {
- "id": "3",
- "type": "house"
}
}
}, - "links": {
- "self": "/v1/enrolments/household-address/1"
}
}
]
}
Retrieves a single instance of householdAddress
.
id required | number Number ID of the 'householdAddress' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "householdAddress",
- "id": "1",
- "attributes": {
- "type": null,
- "lotNumber": "14",
- "unitNumber": "7",
- "streetNumber": "62",
- "houseNumber": "3",
- "blockNumber": "1",
- "floorNumber": "5",
- "propertyName": "Campus House",
- "streetName": "Chatsworth Drive",
- "streetType": "road",
- "addressLine1": 1,
- "addressLine2": 1,
- "addressLine3": null,
- "suburb": "SYDNEY OLYMPIC PARK, NSW",
- "section": "n/a",
- "city": "Sydney",
- "state": "Western Australia",
- "country": "Australia",
- "postcode": "2127",
- "comment": "Can't access by boat",
- "locality": "n/a",
- "province": "n/a",
- "startDate": "2018-01-01",
- "endDate": "2018-02-03",
- "mailingTitle": "Mr.",
- "isBillingAddress": false,
- "isValid": true,
- "isSimpleAddress": false
}, - "relationships": {
- "household": {
- "data": {
- "id": "3",
- "type": "house"
}
}
}, - "links": {
- "self": "/v1/enrolments/household-address/1"
}
}
}
Retrieves a page of instance of one of the medicalCondition*
models.
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
names | string String Comma-separated list of names to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
personIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "medicalConditionAdd",
- "id": "1",
- "attributes": {
- "name": "Add",
- "hasCarePlanProvided": false,
- "severity": null,
- "isInattentive": true,
- "isHyperactive": false,
- "isMedicationRequired": false,
- "isDoctorsLetterProvided": false,
- "details": null,
- "additionalInformation": ""
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionAllergy",
- "id": "1",
- "attributes": {
- "name": "Allergy",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "allergyName": null,
- "severity": "mild",
- "isPrescribedAntihistamine": false,
- "isPrescribedEpiPen": false,
- "hasEpiPenRegistered": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-allergy/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionAsthma",
- "id": "1",
- "attributes": {
- "name": "Asthma",
- "details": "Very rare attacks",
- "additionalInformation": "",
- "severity": "mild",
- "dosage": "No dosage",
- "type": "Non-allergic asthma",
- "hasCarePlanProvided": false,
- "isPrescribedSalbutamol": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-asthma/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionDiabetes",
- "id": "1",
- "attributes": {
- "name": "Diabetes",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "hasInsulinInjections": false,
- "severity": null,
- "hasInsulinPump": false,
- "hasGlucagon": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-diabetes/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionDietary",
- "id": "1",
- "attributes": {
- "name": "dietary",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "severity": null,
- "dietaryName": "Lactose Intolerance"
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionEpilepsy",
- "id": "1",
- "attributes": {
- "name": "Epilepsy",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "severity": null,
- "type": "absence seizures"
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-epilepsy/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionOther",
- "id": "1",
- "attributes": {
- "name": "Chronic Sneezing",
- "details": null,
- "severity": null,
- "additionalInformation": "Student suffers from chronic sneezing bouts that can last for a couple of minutes; good classroom ventiallation recommended.",
- "hasCarePlanProvided": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-other/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionPhobia",
- "id": "1",
- "attributes": {
- "name": "dietary",
- "details": null,
- "severity": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "phobiaName": "Arachnophobia"
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
]
}
Retrieves a single instance of one of the medicalCondition*
models.
id required | number Number ID of the referenced 'medicalCondition*' [example: 17] |
{- "oneOf": [
- {
- "data": {
- "type": "medicalConditionAdd",
- "id": "1",
- "attributes": {
- "name": "Add",
- "hasCarePlanProvided": false,
- "severity": null,
- "isInattentive": true,
- "isHyperactive": false,
- "isMedicationRequired": false,
- "isDoctorsLetterProvided": false,
- "details": null,
- "additionalInformation": ""
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - {
- "data": {
- "type": "medicalConditionAllergy",
- "id": "1",
- "attributes": {
- "name": "Allergy",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "allergyName": null,
- "severity": "mild",
- "isPrescribedAntihistamine": false,
- "isPrescribedEpiPen": false,
- "hasEpiPenRegistered": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-allergy/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - {
- "data": {
- "type": "medicalConditionAsthma",
- "id": "1",
- "attributes": {
- "name": "Asthma",
- "details": "Very rare attacks",
- "additionalInformation": "",
- "severity": "mild",
- "dosage": "No dosage",
- "type": "Non-allergic asthma",
- "hasCarePlanProvided": false,
- "isPrescribedSalbutamol": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-asthma/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - {
- "data": {
- "type": "medicalConditionDiabetes",
- "id": "1",
- "attributes": {
- "name": "Diabetes",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "hasInsulinInjections": false,
- "severity": null,
- "hasInsulinPump": false,
- "hasGlucagon": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-diabetes/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - {
- "data": {
- "type": "medicalConditionDietary",
- "id": "1",
- "attributes": {
- "name": "dietary",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "severity": null,
- "dietaryName": "Lactose Intolerance"
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - {
- "data": {
- "type": "medicalConditionEpilepsy",
- "id": "1",
- "attributes": {
- "name": "Epilepsy",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "severity": null,
- "type": "absence seizures"
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-epilepsy/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - {
- "data": {
- "type": "medicalConditionOther",
- "id": "1",
- "attributes": {
- "name": "Chronic Sneezing",
- "details": null,
- "severity": null,
- "additionalInformation": "Student suffers from chronic sneezing bouts that can last for a couple of minutes; good classroom ventiallation recommended.",
- "hasCarePlanProvided": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-other/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - {
- "data": {
- "type": "medicalConditionPhobia",
- "id": "1",
- "attributes": {
- "name": "dietary",
- "details": null,
- "severity": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "phobiaName": "Arachnophobia"
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "severity": "string",
- "hasCarePlanProvided": true,
- "isInattentive": true,
- "isHyperactive": true,
- "isMedicationRequired": true,
- "isDoctorsLetterProvided": true,
- "details": "string",
- "additionalInformation": "string"
}, - "links": {
- "self": "string",
- "person": "string",
- "carePlanFile": "string",
- "doctorsLetter": "string"
}, - "relationships": {
- "person": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of medicalConditionAdd
. (Deprecated: use /v1/enrolments/medical-condition instead; meta.count may not match the actual number of records that can be retrieved from this endpoint)
include | string String Comma-separated list of relations to sideload. Allowed values are: person. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "medicalConditionAdd",
- "id": "1",
- "attributes": {
- "name": "Add",
- "hasCarePlanProvided": false,
- "severity": null,
- "isInattentive": true,
- "isHyperactive": false,
- "isMedicationRequired": false,
- "isDoctorsLetterProvided": false,
- "details": null,
- "additionalInformation": ""
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionAdd",
- "id": "1",
- "attributes": {
- "name": "Add",
- "hasCarePlanProvided": false,
- "severity": null,
- "isInattentive": true,
- "isHyperactive": false,
- "isMedicationRequired": false,
- "isDoctorsLetterProvided": false,
- "details": null,
- "additionalInformation": ""
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionAdd",
- "id": "1",
- "attributes": {
- "name": "Add",
- "hasCarePlanProvided": false,
- "severity": null,
- "isInattentive": true,
- "isHyperactive": false,
- "isMedicationRequired": false,
- "isDoctorsLetterProvided": false,
- "details": null,
- "additionalInformation": ""
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
]
}
Retrieves a single instance of medicalConditionAdd
.
id required | number Number ID of the 'medicalConditionAdd' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: person. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "medicalConditionAdd",
- "id": "1",
- "attributes": {
- "name": "Add",
- "hasCarePlanProvided": false,
- "severity": null,
- "isInattentive": true,
- "isHyperactive": false,
- "isMedicationRequired": false,
- "isDoctorsLetterProvided": false,
- "details": null,
- "additionalInformation": ""
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "details": "string",
- "additionalInformation": "string",
- "hasCarePlanProvided": true,
- "allergyName": "string",
- "severity": "string",
- "isPrescribedAntihistamine": true,
- "isPrescribedEpiPen": true,
- "hasEpiPenRegistered": true
}, - "links": {
- "self": "string",
- "person": "string",
- "carePlanFile": "string",
- "doctorsLetter": "string"
}, - "relationships": {
- "person": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of medicalConditionAllergy
. (Deprecated: use /v1/enrolments/medical-condition instead; meta.count may not match the actual number of records that can be retrieved from this endpoint)
include | string String Comma-separated list of relations to sideload. Allowed values are: person. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "medicalConditionAllergy",
- "id": "1",
- "attributes": {
- "name": "Allergy",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "allergyName": null,
- "severity": "mild",
- "isPrescribedAntihistamine": false,
- "isPrescribedEpiPen": false,
- "hasEpiPenRegistered": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-allergy/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionAllergy",
- "id": "1",
- "attributes": {
- "name": "Allergy",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "allergyName": null,
- "severity": "mild",
- "isPrescribedAntihistamine": false,
- "isPrescribedEpiPen": false,
- "hasEpiPenRegistered": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-allergy/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionAllergy",
- "id": "1",
- "attributes": {
- "name": "Allergy",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "allergyName": null,
- "severity": "mild",
- "isPrescribedAntihistamine": false,
- "isPrescribedEpiPen": false,
- "hasEpiPenRegistered": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-allergy/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
]
}
Retrieves a single instance of medicalConditionAllergy
.
id required | number Number ID of the 'medicalConditionAllergy' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: person. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "medicalConditionAllergy",
- "id": "1",
- "attributes": {
- "name": "Allergy",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "allergyName": null,
- "severity": "mild",
- "isPrescribedAntihistamine": false,
- "isPrescribedEpiPen": false,
- "hasEpiPenRegistered": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-allergy/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "details": "string",
- "additionalInformation": "string",
- "severity": "string",
- "dosage": "string",
- "type": "string",
- "hasCarePlanProvided": true,
- "isPrescribedSalbutamol": true
}, - "links": {
- "self": "string",
- "person": "string",
- "carePlanFile": "string",
- "doctorsLetter": "string"
}, - "relationships": {
- "person": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of medicalConditionAsthma
. (Deprecated: use /v1/enrolments/medical-condition instead; meta.count may not match the actual number of records that can be retrieved from this endpoint)
include | string String Comma-separated list of relations to sideload. Allowed values are: person. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "medicalConditionAsthma",
- "id": "1",
- "attributes": {
- "name": "Asthma",
- "details": "Very rare attacks",
- "additionalInformation": "",
- "severity": "mild",
- "dosage": "No dosage",
- "type": "Non-allergic asthma",
- "hasCarePlanProvided": false,
- "isPrescribedSalbutamol": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-asthma/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionAsthma",
- "id": "1",
- "attributes": {
- "name": "Asthma",
- "details": "Very rare attacks",
- "additionalInformation": "",
- "severity": "mild",
- "dosage": "No dosage",
- "type": "Non-allergic asthma",
- "hasCarePlanProvided": false,
- "isPrescribedSalbutamol": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-asthma/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionAsthma",
- "id": "1",
- "attributes": {
- "name": "Asthma",
- "details": "Very rare attacks",
- "additionalInformation": "",
- "severity": "mild",
- "dosage": "No dosage",
- "type": "Non-allergic asthma",
- "hasCarePlanProvided": false,
- "isPrescribedSalbutamol": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-asthma/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
]
}
Retrieves a single instance of medicalConditionAsthma
.
id required | number Number ID of the 'medicalConditionAsthma' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: person. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "medicalConditionAsthma",
- "id": "1",
- "attributes": {
- "name": "Asthma",
- "details": "Very rare attacks",
- "additionalInformation": "",
- "severity": "mild",
- "dosage": "No dosage",
- "type": "Non-allergic asthma",
- "hasCarePlanProvided": false,
- "isPrescribedSalbutamol": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-asthma/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "severity": "string",
- "details": "string",
- "additionalInformation": "string",
- "hasCarePlanProvided": true,
- "hasInsulinInjections": true,
- "hasInsulinPump": true,
- "hasGlucagon": true
}, - "links": {
- "self": "string",
- "person": "string",
- "carePlanFile": "string",
- "doctorsLetter": "string"
}, - "relationships": {
- "person": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of medicalConditionDiabetes
. (Deprecated: use /v1/enrolments/medical-condition instead; meta.count may not match the actual number of records that can be retrieved from this endpoint)
include | string String Comma-separated list of relations to sideload. Allowed values are: person. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "medicalConditionDiabetes",
- "id": "1",
- "attributes": {
- "name": "Diabetes",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "hasInsulinInjections": false,
- "severity": null,
- "hasInsulinPump": false,
- "hasGlucagon": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-diabetes/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionDiabetes",
- "id": "1",
- "attributes": {
- "name": "Diabetes",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "hasInsulinInjections": false,
- "severity": null,
- "hasInsulinPump": false,
- "hasGlucagon": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-diabetes/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionDiabetes",
- "id": "1",
- "attributes": {
- "name": "Diabetes",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "hasInsulinInjections": false,
- "severity": null,
- "hasInsulinPump": false,
- "hasGlucagon": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-diabetes/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
]
}
Retrieves a single instance of medicalConditionDiabetes
.
id required | number Number ID of the 'medicalConditionDiabetes' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: person. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "medicalConditionDiabetes",
- "id": "1",
- "attributes": {
- "name": "Diabetes",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "hasInsulinInjections": false,
- "severity": null,
- "hasInsulinPump": false,
- "hasGlucagon": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-diabetes/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "details": "string",
- "severity": "string",
- "additionalInformation": "string",
- "hasCarePlanProvided": true,
- "type": "string"
}, - "links": {
- "self": "string",
- "person": "string",
- "carePlanFile": "string",
- "doctorsLetter": "string"
}, - "relationships": {
- "person": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of medicalConditionEpilepsy
. (Deprecated: use /v1/enrolments/medical-condition instead; meta.count may not match the actual number of records that can be retrieved from this endpoint)
include | string String Comma-separated list of relations to sideload. Allowed values are: person. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "medicalConditionEpilepsy",
- "id": "1",
- "attributes": {
- "name": "Epilepsy",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "severity": null,
- "type": "absence seizures"
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-epilepsy/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionEpilepsy",
- "id": "1",
- "attributes": {
- "name": "Epilepsy",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "severity": null,
- "type": "absence seizures"
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-epilepsy/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionEpilepsy",
- "id": "1",
- "attributes": {
- "name": "Epilepsy",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "severity": null,
- "type": "absence seizures"
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-epilepsy/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
]
}
Retrieves a single instance of medicalConditionEpilepsy
.
id required | number Number ID of the 'medicalConditionEpilepsy' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: person. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "medicalConditionEpilepsy",
- "id": "1",
- "attributes": {
- "name": "Epilepsy",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "severity": null,
- "type": "absence seizures"
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-epilepsy/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "details": "string",
- "severity": "string",
- "additionalInformation": "string",
- "hasCarePlanProvided": true
}, - "links": {
- "self": "string",
- "person": "string",
- "carePlanFile": "string",
- "doctorsLetter": "string"
}, - "relationships": {
- "person": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of medicalConditionOther
. (Deprecated: use /v1/enrolments/medical-condition instead)
include | string String Comma-separated list of relations to sideload. Allowed values are: person. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "medicalConditionOther",
- "id": "1",
- "attributes": {
- "name": "Chronic Sneezing",
- "details": null,
- "severity": null,
- "additionalInformation": "Student suffers from chronic sneezing bouts that can last for a couple of minutes; good classroom ventiallation recommended.",
- "hasCarePlanProvided": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-other/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionOther",
- "id": "1",
- "attributes": {
- "name": "Chronic Sneezing",
- "details": null,
- "severity": null,
- "additionalInformation": "Student suffers from chronic sneezing bouts that can last for a couple of minutes; good classroom ventiallation recommended.",
- "hasCarePlanProvided": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-other/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionOther",
- "id": "1",
- "attributes": {
- "name": "Chronic Sneezing",
- "details": null,
- "severity": null,
- "additionalInformation": "Student suffers from chronic sneezing bouts that can last for a couple of minutes; good classroom ventiallation recommended.",
- "hasCarePlanProvided": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-other/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
]
}
Retrieves a single instance of medicalConditionOther
.
id required | number Number ID of the 'medicalConditionOther' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: person. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "medicalConditionOther",
- "id": "1",
- "attributes": {
- "name": "Chronic Sneezing",
- "details": null,
- "severity": null,
- "additionalInformation": "Student suffers from chronic sneezing bouts that can last for a couple of minutes; good classroom ventiallation recommended.",
- "hasCarePlanProvided": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-other/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "enrolmentModelName": "string",
- "changeModelName": "string",
- "isActive": true
}, - "links": {
- "self": "string"
}
}
Information about an ADD medical condition.
Retrieves a page of instances of medicalConditionType
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
includeInactive | boolean Boolean If true inactive (soft deleted) models will be included in the results. [optional] [default: false] [example: TRUE] |
{- "data": [
- {
- "type": "medicalConditionType",
- "id": "0",
- "attributes": {
- "name": "Add",
- "enrolmentModelName": "medicalConditionAdd",
- "changeModelName": "medicalChangeConditionAdd",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/medical-condition-type/0"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "medicalConditionType",
- "id": "0",
- "attributes": {
- "name": "Add",
- "enrolmentModelName": "medicalConditionAdd",
- "changeModelName": "medicalChangeConditionAdd",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/medical-condition-type/0"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "medicalConditionType",
- "id": "0",
- "attributes": {
- "name": "Add",
- "enrolmentModelName": "medicalConditionAdd",
- "changeModelName": "medicalChangeConditionAdd",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/medical-condition-type/0"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of medicalConditionType
.
id required | number Number ID of the 'medicalConditionType' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "medicalConditionType",
- "id": "0",
- "attributes": {
- "name": "Add",
- "enrolmentModelName": "medicalConditionAdd",
- "changeModelName": "medicalChangeConditionAdd",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/medical-condition-type/0"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "isBuiltin": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "school": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Definition of a note type
Retrieves a page of instances of noteType
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
isBuiltin | boolean Boolean Filter by 'isBuiltin' attribute value. Values other than 'true', 'false', '1' and '0' will be interpreted as null and won't filter by this field. [optional] [default: false] [example: "true"] |
{- "data": [
- {
- "type": "noteType",
- "id": "1",
- "attributes": {
- "name": "Warnings",
- "isBuiltin": false
}, - "relationships": {
- "school": {
- "data": {
- "id": "2",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/note-type/1"
}
}, - {
- "type": "noteType",
- "id": "1",
- "attributes": {
- "name": "Warnings",
- "isBuiltin": false
}, - "relationships": {
- "school": {
- "data": {
- "id": "2",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/note-type/1"
}
}, - {
- "type": "noteType",
- "id": "1",
- "attributes": {
- "name": "Warnings",
- "isBuiltin": false
}, - "relationships": {
- "school": {
- "data": {
- "id": "2",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/note-type/1"
}
}
]
}
Retrieves a single instance of noteType
.
id required | number Number ID of the 'noteType' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "noteType",
- "id": "1",
- "attributes": {
- "name": "Warnings",
- "isBuiltin": false
}, - "relationships": {
- "school": {
- "data": {
- "id": "2",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/note-type/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "externalId": "string",
- "refId": "string",
- "contactCode": "string",
- "name": "string",
- "surname": "string",
- "firstName": "string",
- "middleNames": "string",
- "lastName": "string",
- "legalLastName": "string",
- "email": "string",
- "title": "string",
- "preferredName": "string",
- "givenNames": "string",
- "gender": "string",
- "genderDescription": "string",
- "genderCode": "string",
- "dateOfBirth": "string",
- "dateOfDeath": "string",
- "crn": "string",
- "otherLanguage": "string",
- "otherLanguageCode": "string",
- "languageSpokenAtHome": "string",
- "languageSpokenAtHomeCode": "string",
- "indigenousStatus": "string",
- "indigenousStatusCode": "string",
- "nationality": "string",
- "nationalityCode": "string",
- "countryOfCitizenship": "string",
- "countryOfCitizenshipCode": "string",
- "religion": "string",
- "religionCode": "string",
- "countryOfBirth": "string",
- "countryOfBirthCode": "string",
- "ethnicGroup": "string",
- "ethnicGroupCode": "string",
- "placeOfBirth": "string",
- "residentialStatus": "string",
- "residentialStatusCode": "string",
- "isDeceased": true,
- "createdAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "updatedAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "isActive": true
}, - "links": {
- "self": "string",
- "primaryHousehold": "string",
- "otherHouseholds": "string",
- "staff": "string",
- "student": "string",
- "studentContacts": "string",
- "medicalSummary": "string",
- "medicalConditions": "string",
- "prescribedMedications": "string",
- "doctors": "string",
- "associatedStudents": "string"
}, - "relationships": {
- "primaryHousehold": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "studentPrimaryEnrolment": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "staff": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "student": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "contactDetails": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "otherHouseholds": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "studentContacts": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "studentTenants": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "prescribedMedication": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "doctors": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "associatedStudents": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "emails": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "phoneNumbers": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "givenConsents": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "givenConsentLinks": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "emergencyContactLinks": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "abilities": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "additionalFields": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
Creates a new person
Payload has the following requirements:
And supports these models:
person
externalId
→ String Person's externalId
[optional] [example: "ABC001"]contactCode
→ String Person's contactCode
[optional] [example: "c4ca4238a0b923820dcc509a6f75849b"]firstName
→ String Person's first name. [optional] [example: "Jane"]middleNames
→ String Person's space-separated list of middle names. [optional] [example: "Sam Amanda"]lastName
→ String Person's family name. [optional] [example: "Doe"]legalLastName
→ String Person's legal family name [optional] [example: "Doe-Tchaikovsky"]preferredName
→ String Person's preferred name [optional] [example: "Janie"]title
→ String Person's title. [optional] [example: "Ms"]genderCode
→ String Person's gender, must be one of SIF Sex Codes (http://specification.sifassociation.org/Implementation/AU/3.4.5/CodeSets.html#AUCodeSetsSexCodeType) [optional] [example: "1"]
Value constraints:
Allowed values: "1", "2", "3", "9", nulldateOfBirth
→ Date (Y-m-d, eg. 2019-12-31) Person's date of birth [optional] [example: "1990-01-01"]dateOfDeath
→ Date (Y-m-d, eg. 2019-12-31) Person's date of death [optional] [example: "2008-09-17"]crn
→ String Person's CRN [optional] [example: "c8370653bf584bd7644ccb2ba1f39e78"]otherLanguageCode
→ String Person's other language, must be one of SIF Australian Standard Classification of Languages (http://specification.sifassociation.org/Implementation/AU/3.4.5/CodeSets.html#AUCodeSetsAustralianStandardClassificationOfLanguagesASCLType) [optional] [example: "1201"]languageSpokenAtHomeCode
→ String Person's language spoken at home, must be one of SIF Australian Standard Classification of Languages (http://specification.sifassociation.org/Implementation/AU/3.4.5/CodeSets.html#AUCodeSetsAustralianStandardClassificationOfLanguagesASCLType) [optional] [example: "1201"]indigenousStatusCode
→ String Person's indigenous status, must be one of SIF Australian Standard Indigenous Status (http://specification.sifassociation.org/Implementation/AU/3.4.5/CodeSets.html#AUCodeSetsIndigenousStatusType) [optional] [example: "1201"]nationalityCode
→ String Person's nationality, must be one of SIF Australian Standard Classification Of Cultural And Ethnic Groups (http://specification.sifassociation.org/Implementation/AU/3.4.5/CodeSets.html#AUCodeSetsAustralianStandardClassificationOfCulturalAndEthnicGroupsASCCEGType) [optional] [example: "1101"]countryOfBirthCode
→ String Person's country of birth, must be one of SIF Australian Standard Australian Classification of Countries (http://specification.sifassociation.org/Implementation/AU/3.4.5/CodeSets.html#AUCodeSetsStandardAustralianClassificationOfCountriesSACCType) [optional] [example: "1101"]placeOfBirth
→ String Person's place of birth [optional] [example: "Sydney"]residentialStatusCode
→ String 'Australian Residency Status, should be one of SIF Permanent Resident Status (http://specification.sifassociation.org/Implementation/AU/3.4.7/CodeSets.html#AUCodeSetsPermanentResidentStatusType) [optional] [example: "3"]countryOfCitizenshipCode
→ String Person's country of citizenship, must be one of SIF Australian Standard Australian Classification of Countries (http://specification.sifassociation.org/Implementation/AU/3.4.5/CodeSets.html#AUCodeSetsStandardAustralianClassificationOfCountriesSACCType) [optional] [example: "1101"]ethnicGroupCode
→ String A person's ethnic group (code), should be one of Standard Australian Classification of Cultural and Ethnic Groups (http://specification.sifassociation.org/Implementation/AU/3.4.7/CodeSets.html#AUCodeSetsAustralianStandardClassificationOfCulturalAndEthnicGroupsASCCEGType) [optional] [example: "1402"]religionCode
→ String A person's religion (code), should be one of Australian Standard Classification of Religious Groups (http://specification.sifassociation.org/Implementation/AU/3.4.7/CodeSets.html#AUCodeSetsAustralianStandardClassificationOfReligiousGroupsASCRGType) [optional] [example: "1402"]object |
{- "data": {
- "type": "person",
- "attributes": {
- "externalId": "ABC001",
- "contactCode": "c4ca4238a0b923820dcc509a6f75849b",
- "firstName": "Jane",
- "middleNames": "Sam Amanda",
- "lastName": "Doe",
- "legalLastName": "Doe-Tchaikovsky",
- "preferredName": "Janie",
- "title": "Ms",
- "genderCode": "1",
- "dateOfBirth": "1990-01-01",
- "dateOfDeath": "2008-09-17",
- "crn": "c8370653bf584bd7644ccb2ba1f39e78",
- "otherLanguageCode": "1201",
- "languageSpokenAtHomeCode": "1201",
- "indigenousStatusCode": "1201",
- "nationalityCode": "1101",
- "countryOfBirthCode": "1101",
- "placeOfBirth": "Sydney",
- "residentialStatusCode": "3",
- "countryOfCitizenshipCode": "1101",
- "ethnicGroupCode": "1402",
- "religionCode": "1402"
}
}
}
{- "data": {
- "type": "person",
- "id": "1",
- "attributes": {
- "externalId": null,
- "refId": null,
- "contactCode": null,
- "name": "John",
- "surname": "Doe",
- "firstName": "John",
- "middleNames": "Franz Stephen",
- "lastName": "Doe",
- "legalLastName": null,
- "preferredName": null,
- "email": "john.doe@example.com",
- "title": null,
- "givenNames": "Franz Stephen",
- "gender": "Other",
- "genderDescription": null,
- "genderCode": "Other",
- "dateOfBirth": null,
- "dateOfDeath": null,
- "crn": null,
- "otherLanguage": null,
- "otherLanguageCode": null,
- "languageSpokenAtHome": null,
- "languageSpokenAtHomeCode": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "indigenousStatusCode": null,
- "nationality": null,
- "nationalityCode": null,
- "countryOfCitizenship": null,
- "countryOfCitizenshipCode": null,
- "ethnicGroup": "Creole, so described",
- "ethnicGroupCode": "0906",
- "religion": null,
- "religionCode": null,
- "countryOfBirth": null,
- "countryOfBirthCode": null,
- "placeOfBirth": null,
- "residentialStatus": "Permanent Humanitarian Visa",
- "residentialStatusCode": 8,
- "isDeceased": false,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryHousehold": {
- "links": {
- "related": "/v1/enrolments/person/1/primary-household"
}
}, - "staff": {
- "links": {
- "related": "/v1/enrolments/person/1/staff"
}
}, - "student": {
- "links": {
- "related": "/v1/enrolments/person/1/student"
}
}, - "contactDetails": {
- "links": {
- "related": "/v1/enrolments/person/1/person-contact-details"
}
}, - "otherHouseholds": {
- "links": {
- "related": "/v1/enrolments/person/1/other-households"
}
}, - "studentContacts": {
- "links": {
- "related": "/v1/enrolments/person/1/student-contacts"
}
}, - "medicalSummary": {
- "links": {
- "related": "/v1/enrolments/person/1/medical-summary"
}
}, - "medicalConditions": {
- "links": {
- "related": "/v1/enrolments/person/1/medical-conditions"
}
}, - "prescribedMedication": {
- "links": {
- "related": "/v1/enrolments/person/1/prescribed-medications"
}
}, - "doctors": {
- "links": {
- "related": "/v1/enrolments/person/1/doctors"
}
}, - "associatedStudents": {
- "links": {
- "related": "/v1/enrolments/person/1/associated-students"
}
}, - "givenConsents": {
- "links": {
- "related": "/v1/enrolments/person/1/given-consents"
}
}, - "givenConsentLinks": {
- "links": {
- "related": "/v1/enrolments/person/1/given-consent-links"
}
}
}, - "links": {
- "self": "/v1/enrolments/person/1",
- "primaryHousehold": "/v1/enrolments/person/1/primary-household",
- "otherHouseholds": "/v1/enrolments/person/1/other-households",
- "staff": "/v1/enrolments/person/1/staff",
- "student": "/v1/enrolments/person/1/student",
- "studentContacts": "/v1/enrolments/person/1/student-contacts",
- "associatedStudents": "/v1/enrolments/person/1/associated-students",
- "medicalSummary": "/v1/enrolments/person/1/medical-summary",
- "medicalConditions": "/v1/enrolments/person/1/medical-conditions",
- "prescribedMedications": "/v1/enrolments/person/1/prescribed-medications",
- "doctors": "/v1/enrolments/person/1/doctors"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves a page of instances of person
.
include | string String Comma-separated list of relations to sideload. Allowed values are: primaryHousehold, studentPrimaryEnrolment, staff, student, contactDetails, otherHouseholds, studentContacts, studentTenants, prescribedMedication, emails, phoneNumbers, givenConsents, givenConsentLinks, emergencyContactLinks, abilities, additionalFields. [optional] [default: null] [example: "primaryHousehold"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of person ids by which to filter. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
refIds | string String Comma-separated list of person refIds by which to filter. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
contactCodes | string String Comma-separated list of person contactCodes by which to filter. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
externalIds | string String Comma-separated list of person externalIds by which to filter. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
firstName | string String Search for first name. By default it looks for an exact match, but special characters |
preferredName | string String Search for preferredName. By default it looks for an exact match, but special characters |
middleName | string String Search for middleNames. By default it looks for an exact match, but special characters |
lastName | string String Search for lastName. By default it looks for an exact match, but special characters |
legalLastName | string String Search for legalLastName. By default it looks for an exact match, but special characters |
inactive | boolean Boolean If true inactive (soft deleted) models will be included in the results. [optional] [default: false] [example: TRUE] |
{- "data": [
- {
- "type": "person",
- "id": "1",
- "attributes": {
- "externalId": null,
- "refId": null,
- "contactCode": null,
- "name": "John",
- "surname": "Doe",
- "firstName": "John",
- "middleNames": "Franz Stephen",
- "lastName": "Doe",
- "legalLastName": null,
- "preferredName": null,
- "email": "john.doe@example.com",
- "title": null,
- "givenNames": "Franz Stephen",
- "gender": "Other",
- "genderDescription": null,
- "genderCode": "Other",
- "dateOfBirth": null,
- "dateOfDeath": null,
- "crn": null,
- "otherLanguage": null,
- "otherLanguageCode": null,
- "languageSpokenAtHome": null,
- "languageSpokenAtHomeCode": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "indigenousStatusCode": null,
- "nationality": null,
- "nationalityCode": null,
- "countryOfCitizenship": null,
- "countryOfCitizenshipCode": null,
- "ethnicGroup": "Creole, so described",
- "ethnicGroupCode": "0906",
- "religion": null,
- "religionCode": null,
- "countryOfBirth": null,
- "countryOfBirthCode": null,
- "placeOfBirth": null,
- "residentialStatus": "Permanent Humanitarian Visa",
- "residentialStatusCode": 8,
- "isDeceased": false,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryHousehold": {
- "links": {
- "related": "/v1/enrolments/person/1/primary-household"
}
}, - "staff": {
- "links": {
- "related": "/v1/enrolments/person/1/staff"
}
}, - "student": {
- "links": {
- "related": "/v1/enrolments/person/1/student"
}
}, - "contactDetails": {
- "links": {
- "related": "/v1/enrolments/person/1/person-contact-details"
}
}, - "otherHouseholds": {
- "links": {
- "related": "/v1/enrolments/person/1/other-households"
}
}, - "studentContacts": {
- "links": {
- "related": "/v1/enrolments/person/1/student-contacts"
}
}, - "medicalSummary": {
- "links": {
- "related": "/v1/enrolments/person/1/medical-summary"
}
}, - "medicalConditions": {
- "links": {
- "related": "/v1/enrolments/person/1/medical-conditions"
}
}, - "prescribedMedication": {
- "links": {
- "related": "/v1/enrolments/person/1/prescribed-medications"
}
}, - "doctors": {
- "links": {
- "related": "/v1/enrolments/person/1/doctors"
}
}, - "associatedStudents": {
- "links": {
- "related": "/v1/enrolments/person/1/associated-students"
}
}, - "givenConsents": {
- "links": {
- "related": "/v1/enrolments/person/1/given-consents"
}
}, - "givenConsentLinks": {
- "links": {
- "related": "/v1/enrolments/person/1/given-consent-links"
}
}
}, - "links": {
- "self": "/v1/enrolments/person/1",
- "primaryHousehold": "/v1/enrolments/person/1/primary-household",
- "otherHouseholds": "/v1/enrolments/person/1/other-households",
- "staff": "/v1/enrolments/person/1/staff",
- "student": "/v1/enrolments/person/1/student",
- "studentContacts": "/v1/enrolments/person/1/student-contacts",
- "associatedStudents": "/v1/enrolments/person/1/associated-students",
- "medicalSummary": "/v1/enrolments/person/1/medical-summary",
- "medicalConditions": "/v1/enrolments/person/1/medical-conditions",
- "prescribedMedications": "/v1/enrolments/person/1/prescribed-medications",
- "doctors": "/v1/enrolments/person/1/doctors"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "person",
- "id": "1",
- "attributes": {
- "externalId": null,
- "refId": null,
- "contactCode": null,
- "name": "John",
- "surname": "Doe",
- "firstName": "John",
- "middleNames": "Franz Stephen",
- "lastName": "Doe",
- "legalLastName": null,
- "preferredName": null,
- "email": "john.doe@example.com",
- "title": null,
- "givenNames": "Franz Stephen",
- "gender": "Other",
- "genderDescription": null,
- "genderCode": "Other",
- "dateOfBirth": null,
- "dateOfDeath": null,
- "crn": null,
- "otherLanguage": null,
- "otherLanguageCode": null,
- "languageSpokenAtHome": null,
- "languageSpokenAtHomeCode": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "indigenousStatusCode": null,
- "nationality": null,
- "nationalityCode": null,
- "countryOfCitizenship": null,
- "countryOfCitizenshipCode": null,
- "ethnicGroup": "Creole, so described",
- "ethnicGroupCode": "0906",
- "religion": null,
- "religionCode": null,
- "countryOfBirth": null,
- "countryOfBirthCode": null,
- "placeOfBirth": null,
- "residentialStatus": "Permanent Humanitarian Visa",
- "residentialStatusCode": 8,
- "isDeceased": false,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryHousehold": {
- "links": {
- "related": "/v1/enrolments/person/1/primary-household"
}
}, - "staff": {
- "links": {
- "related": "/v1/enrolments/person/1/staff"
}
}, - "student": {
- "links": {
- "related": "/v1/enrolments/person/1/student"
}
}, - "contactDetails": {
- "links": {
- "related": "/v1/enrolments/person/1/person-contact-details"
}
}, - "otherHouseholds": {
- "links": {
- "related": "/v1/enrolments/person/1/other-households"
}
}, - "studentContacts": {
- "links": {
- "related": "/v1/enrolments/person/1/student-contacts"
}
}, - "medicalSummary": {
- "links": {
- "related": "/v1/enrolments/person/1/medical-summary"
}
}, - "medicalConditions": {
- "links": {
- "related": "/v1/enrolments/person/1/medical-conditions"
}
}, - "prescribedMedication": {
- "links": {
- "related": "/v1/enrolments/person/1/prescribed-medications"
}
}, - "doctors": {
- "links": {
- "related": "/v1/enrolments/person/1/doctors"
}
}, - "associatedStudents": {
- "links": {
- "related": "/v1/enrolments/person/1/associated-students"
}
}, - "givenConsents": {
- "links": {
- "related": "/v1/enrolments/person/1/given-consents"
}
}, - "givenConsentLinks": {
- "links": {
- "related": "/v1/enrolments/person/1/given-consent-links"
}
}
}, - "links": {
- "self": "/v1/enrolments/person/1",
- "primaryHousehold": "/v1/enrolments/person/1/primary-household",
- "otherHouseholds": "/v1/enrolments/person/1/other-households",
- "staff": "/v1/enrolments/person/1/staff",
- "student": "/v1/enrolments/person/1/student",
- "studentContacts": "/v1/enrolments/person/1/student-contacts",
- "associatedStudents": "/v1/enrolments/person/1/associated-students",
- "medicalSummary": "/v1/enrolments/person/1/medical-summary",
- "medicalConditions": "/v1/enrolments/person/1/medical-conditions",
- "prescribedMedications": "/v1/enrolments/person/1/prescribed-medications",
- "doctors": "/v1/enrolments/person/1/doctors"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "person",
- "id": "1",
- "attributes": {
- "externalId": null,
- "refId": null,
- "contactCode": null,
- "name": "John",
- "surname": "Doe",
- "firstName": "John",
- "middleNames": "Franz Stephen",
- "lastName": "Doe",
- "legalLastName": null,
- "preferredName": null,
- "email": "john.doe@example.com",
- "title": null,
- "givenNames": "Franz Stephen",
- "gender": "Other",
- "genderDescription": null,
- "genderCode": "Other",
- "dateOfBirth": null,
- "dateOfDeath": null,
- "crn": null,
- "otherLanguage": null,
- "otherLanguageCode": null,
- "languageSpokenAtHome": null,
- "languageSpokenAtHomeCode": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "indigenousStatusCode": null,
- "nationality": null,
- "nationalityCode": null,
- "countryOfCitizenship": null,
- "countryOfCitizenshipCode": null,
- "ethnicGroup": "Creole, so described",
- "ethnicGroupCode": "0906",
- "religion": null,
- "religionCode": null,
- "countryOfBirth": null,
- "countryOfBirthCode": null,
- "placeOfBirth": null,
- "residentialStatus": "Permanent Humanitarian Visa",
- "residentialStatusCode": 8,
- "isDeceased": false,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryHousehold": {
- "links": {
- "related": "/v1/enrolments/person/1/primary-household"
}
}, - "staff": {
- "links": {
- "related": "/v1/enrolments/person/1/staff"
}
}, - "student": {
- "links": {
- "related": "/v1/enrolments/person/1/student"
}
}, - "contactDetails": {
- "links": {
- "related": "/v1/enrolments/person/1/person-contact-details"
}
}, - "otherHouseholds": {
- "links": {
- "related": "/v1/enrolments/person/1/other-households"
}
}, - "studentContacts": {
- "links": {
- "related": "/v1/enrolments/person/1/student-contacts"
}
}, - "medicalSummary": {
- "links": {
- "related": "/v1/enrolments/person/1/medical-summary"
}
}, - "medicalConditions": {
- "links": {
- "related": "/v1/enrolments/person/1/medical-conditions"
}
}, - "prescribedMedication": {
- "links": {
- "related": "/v1/enrolments/person/1/prescribed-medications"
}
}, - "doctors": {
- "links": {
- "related": "/v1/enrolments/person/1/doctors"
}
}, - "associatedStudents": {
- "links": {
- "related": "/v1/enrolments/person/1/associated-students"
}
}, - "givenConsents": {
- "links": {
- "related": "/v1/enrolments/person/1/given-consents"
}
}, - "givenConsentLinks": {
- "links": {
- "related": "/v1/enrolments/person/1/given-consent-links"
}
}
}, - "links": {
- "self": "/v1/enrolments/person/1",
- "primaryHousehold": "/v1/enrolments/person/1/primary-household",
- "otherHouseholds": "/v1/enrolments/person/1/other-households",
- "staff": "/v1/enrolments/person/1/staff",
- "student": "/v1/enrolments/person/1/student",
- "studentContacts": "/v1/enrolments/person/1/student-contacts",
- "associatedStudents": "/v1/enrolments/person/1/associated-students",
- "medicalSummary": "/v1/enrolments/person/1/medical-summary",
- "medicalConditions": "/v1/enrolments/person/1/medical-conditions",
- "prescribedMedications": "/v1/enrolments/person/1/prescribed-medications",
- "doctors": "/v1/enrolments/person/1/doctors"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of person
.
id required | number Number ID of the 'person' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: primaryHousehold, studentPrimaryEnrolment, staff, student, contactDetails, otherHouseholds, studentContacts, studentTenants, prescribedMedication, emails, phoneNumbers, givenConsents, givenConsentLinks, emergencyContactLinks, abilities, additionalFields. [optional] [default: null] [example: "primaryHousehold"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "person",
- "id": "1",
- "attributes": {
- "externalId": null,
- "refId": null,
- "contactCode": null,
- "name": "John",
- "surname": "Doe",
- "firstName": "John",
- "middleNames": "Franz Stephen",
- "lastName": "Doe",
- "legalLastName": null,
- "preferredName": null,
- "email": "john.doe@example.com",
- "title": null,
- "givenNames": "Franz Stephen",
- "gender": "Other",
- "genderDescription": null,
- "genderCode": "Other",
- "dateOfBirth": null,
- "dateOfDeath": null,
- "crn": null,
- "otherLanguage": null,
- "otherLanguageCode": null,
- "languageSpokenAtHome": null,
- "languageSpokenAtHomeCode": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "indigenousStatusCode": null,
- "nationality": null,
- "nationalityCode": null,
- "countryOfCitizenship": null,
- "countryOfCitizenshipCode": null,
- "ethnicGroup": "Creole, so described",
- "ethnicGroupCode": "0906",
- "religion": null,
- "religionCode": null,
- "countryOfBirth": null,
- "countryOfBirthCode": null,
- "placeOfBirth": null,
- "residentialStatus": "Permanent Humanitarian Visa",
- "residentialStatusCode": 8,
- "isDeceased": false,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryHousehold": {
- "links": {
- "related": "/v1/enrolments/person/1/primary-household"
}
}, - "staff": {
- "links": {
- "related": "/v1/enrolments/person/1/staff"
}
}, - "student": {
- "links": {
- "related": "/v1/enrolments/person/1/student"
}
}, - "contactDetails": {
- "links": {
- "related": "/v1/enrolments/person/1/person-contact-details"
}
}, - "otherHouseholds": {
- "links": {
- "related": "/v1/enrolments/person/1/other-households"
}
}, - "studentContacts": {
- "links": {
- "related": "/v1/enrolments/person/1/student-contacts"
}
}, - "medicalSummary": {
- "links": {
- "related": "/v1/enrolments/person/1/medical-summary"
}
}, - "medicalConditions": {
- "links": {
- "related": "/v1/enrolments/person/1/medical-conditions"
}
}, - "prescribedMedication": {
- "links": {
- "related": "/v1/enrolments/person/1/prescribed-medications"
}
}, - "doctors": {
- "links": {
- "related": "/v1/enrolments/person/1/doctors"
}
}, - "associatedStudents": {
- "links": {
- "related": "/v1/enrolments/person/1/associated-students"
}
}, - "givenConsents": {
- "links": {
- "related": "/v1/enrolments/person/1/given-consents"
}
}, - "givenConsentLinks": {
- "links": {
- "related": "/v1/enrolments/person/1/given-consent-links"
}
}
}, - "links": {
- "self": "/v1/enrolments/person/1",
- "primaryHousehold": "/v1/enrolments/person/1/primary-household",
- "otherHouseholds": "/v1/enrolments/person/1/other-households",
- "staff": "/v1/enrolments/person/1/staff",
- "student": "/v1/enrolments/person/1/student",
- "studentContacts": "/v1/enrolments/person/1/student-contacts",
- "associatedStudents": "/v1/enrolments/person/1/associated-students",
- "medicalSummary": "/v1/enrolments/person/1/medical-summary",
- "medicalConditions": "/v1/enrolments/person/1/medical-conditions",
- "prescribedMedications": "/v1/enrolments/person/1/prescribed-medications",
- "doctors": "/v1/enrolments/person/1/doctors"
}, - "meta": {
- "deletedDate": null
}
}
}
Updates an existing person
Payload has the following requirements:
And supports these models:
person
externalId
→ String Person's externalId
[optional] [example: "ABC001"]contactCode
→ String Person's contactCode
[optional] [example: "c4ca4238a0b923820dcc509a6f75849b"]firstName
→ String Person's first name. [optional] [example: "Jane"]middleNames
→ String Person's space-separated list of middle names. [optional] [example: "Sam Amanda"]lastName
→ String Person's family name. [optional] [example: "Doe"]legalLastName
→ String Person's legal family name [optional] [example: "Doe-Tchaikovsky"]preferredName
→ String Person's preferred name [optional] [example: "Janie"]title
→ String Person's title. [optional] [example: "Ms"]genderCode
→ String Person's gender, must be one of SIF Sex Codes (http://specification.sifassociation.org/Implementation/AU/3.4.5/CodeSets.html#AUCodeSetsSexCodeType) [optional] [example: "1"]
Value constraints:
Allowed values: "1", "2", "3", "9", nulldateOfBirth
→ Date (Y-m-d, eg. 2019-12-31) Person's date of birth [optional] [example: "1990-01-01"]dateOfDeath
→ Date (Y-m-d, eg. 2019-12-31) Person's date of death [optional] [example: "2008-09-17"]crn
→ String Person's CRN [optional] [example: "c8370653bf584bd7644ccb2ba1f39e78"]otherLanguageCode
→ String Person's other language, must be one of SIF Australian Standard Classification of Languages (http://specification.sifassociation.org/Implementation/AU/3.4.5/CodeSets.html#AUCodeSetsAustralianStandardClassificationOfLanguagesASCLType) [optional] [example: "1201"]languageSpokenAtHomeCode
→ String Person's language spoken at home, must be one of SIF Australian Standard Classification of Languages (http://specification.sifassociation.org/Implementation/AU/3.4.5/CodeSets.html#AUCodeSetsAustralianStandardClassificationOfLanguagesASCLType) [optional] [example: "1201"]indigenousStatusCode
→ String Person's indigenous status, must be one of SIF Australian Standard Indigenous Status (http://specification.sifassociation.org/Implementation/AU/3.4.5/CodeSets.html#AUCodeSetsIndigenousStatusType) [optional] [example: "1201"]nationalityCode
→ String Person's nationality, must be one of SIF Australian Standard Classification Of Cultural And Ethnic Groups (http://specification.sifassociation.org/Implementation/AU/3.4.5/CodeSets.html#AUCodeSetsAustralianStandardClassificationOfCulturalAndEthnicGroupsASCCEGType) [optional] [example: "1101"]countryOfBirthCode
→ String Person's country of birth, must be one of SIF Australian Standard Australian Classification of Countries (http://specification.sifassociation.org/Implementation/AU/3.4.5/CodeSets.html#AUCodeSetsStandardAustralianClassificationOfCountriesSACCType) [optional] [example: "1101"]placeOfBirth
→ String Person's place of birth [optional] [example: "Sydney"]residentialStatusCode
→ String 'Australian Residency Status, should be one of SIF Permanent Resident Status (http://specification.sifassociation.org/Implementation/AU/3.4.7/CodeSets.html#AUCodeSetsPermanentResidentStatusType) [optional] [example: "3"]countryOfCitizenshipCode
→ String Person's country of citizenship, must be one of SIF Australian Standard Australian Classification of Countries (http://specification.sifassociation.org/Implementation/AU/3.4.5/CodeSets.html#AUCodeSetsStandardAustralianClassificationOfCountriesSACCType) [optional] [example: "1101"]ethnicGroupCode
→ String A person's ethnic group (code), should be one of Standard Australian Classification of Cultural and Ethnic Groups (http://specification.sifassociation.org/Implementation/AU/3.4.7/CodeSets.html#AUCodeSetsAustralianStandardClassificationOfCulturalAndEthnicGroupsASCCEGType) [optional] [example: "1402"]religionCode
→ String A person's religion (code), should be one of Australian Standard Classification of Religious Groups (http://specification.sifassociation.org/Implementation/AU/3.4.7/CodeSets.html#AUCodeSetsAustralianStandardClassificationOfReligiousGroupsASCRGType) [optional] [example: "1402"]id required | number Number ID of the |
object |
{- "data": {
- "type": "person",
- "id": 1,
- "attributes": {
- "externalId": "ABC001",
- "contactCode": "c4ca4238a0b923820dcc509a6f75849b",
- "firstName": "Jane",
- "middleNames": "Sam Amanda",
- "lastName": "Doe",
- "legalLastName": "Doe-Tchaikovsky",
- "preferredName": "Janie",
- "title": "Ms",
- "genderCode": "1",
- "dateOfBirth": "1990-01-01",
- "dateOfDeath": "2008-09-17",
- "crn": "c8370653bf584bd7644ccb2ba1f39e78",
- "otherLanguageCode": "1201",
- "languageSpokenAtHomeCode": "1201",
- "indigenousStatusCode": "1201",
- "nationalityCode": "1101",
- "countryOfBirthCode": "1101",
- "placeOfBirth": "Sydney",
- "residentialStatusCode": "3",
- "countryOfCitizenshipCode": "1101",
- "ethnicGroupCode": "1402",
- "religionCode": "1402"
}
}
}
{- "data": {
- "type": "person",
- "id": "1",
- "attributes": {
- "externalId": null,
- "refId": null,
- "contactCode": null,
- "name": "John",
- "surname": "Doe",
- "firstName": "John",
- "middleNames": "Franz Stephen",
- "lastName": "Doe",
- "legalLastName": null,
- "preferredName": null,
- "email": "john.doe@example.com",
- "title": null,
- "givenNames": "Franz Stephen",
- "gender": "Other",
- "genderDescription": null,
- "genderCode": "Other",
- "dateOfBirth": null,
- "dateOfDeath": null,
- "crn": null,
- "otherLanguage": null,
- "otherLanguageCode": null,
- "languageSpokenAtHome": null,
- "languageSpokenAtHomeCode": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "indigenousStatusCode": null,
- "nationality": null,
- "nationalityCode": null,
- "countryOfCitizenship": null,
- "countryOfCitizenshipCode": null,
- "ethnicGroup": "Creole, so described",
- "ethnicGroupCode": "0906",
- "religion": null,
- "religionCode": null,
- "countryOfBirth": null,
- "countryOfBirthCode": null,
- "placeOfBirth": null,
- "residentialStatus": "Permanent Humanitarian Visa",
- "residentialStatusCode": 8,
- "isDeceased": false,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryHousehold": {
- "links": {
- "related": "/v1/enrolments/person/1/primary-household"
}
}, - "staff": {
- "links": {
- "related": "/v1/enrolments/person/1/staff"
}
}, - "student": {
- "links": {
- "related": "/v1/enrolments/person/1/student"
}
}, - "contactDetails": {
- "links": {
- "related": "/v1/enrolments/person/1/person-contact-details"
}
}, - "otherHouseholds": {
- "links": {
- "related": "/v1/enrolments/person/1/other-households"
}
}, - "studentContacts": {
- "links": {
- "related": "/v1/enrolments/person/1/student-contacts"
}
}, - "medicalSummary": {
- "links": {
- "related": "/v1/enrolments/person/1/medical-summary"
}
}, - "medicalConditions": {
- "links": {
- "related": "/v1/enrolments/person/1/medical-conditions"
}
}, - "prescribedMedication": {
- "links": {
- "related": "/v1/enrolments/person/1/prescribed-medications"
}
}, - "doctors": {
- "links": {
- "related": "/v1/enrolments/person/1/doctors"
}
}, - "associatedStudents": {
- "links": {
- "related": "/v1/enrolments/person/1/associated-students"
}
}, - "givenConsents": {
- "links": {
- "related": "/v1/enrolments/person/1/given-consents"
}
}, - "givenConsentLinks": {
- "links": {
- "related": "/v1/enrolments/person/1/given-consent-links"
}
}
}, - "links": {
- "self": "/v1/enrolments/person/1",
- "primaryHousehold": "/v1/enrolments/person/1/primary-household",
- "otherHouseholds": "/v1/enrolments/person/1/other-households",
- "staff": "/v1/enrolments/person/1/staff",
- "student": "/v1/enrolments/person/1/student",
- "studentContacts": "/v1/enrolments/person/1/student-contacts",
- "associatedStudents": "/v1/enrolments/person/1/associated-students",
- "medicalSummary": "/v1/enrolments/person/1/medical-summary",
- "medicalConditions": "/v1/enrolments/person/1/medical-conditions",
- "prescribedMedications": "/v1/enrolments/person/1/prescribed-medications",
- "doctors": "/v1/enrolments/person/1/doctors"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves all of studentPersonRelation
related to person
via relation associatedStudents
.
id required | number Number ID of the 'person', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: student, studentPerson, person. [optional] [default: null] [example: "student"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
hasPortalAccess | boolean Boolean Filter the list of relations by students which this person can access in the portal. [optional] [default: null] [example: TRUE] |
withPastEnrolment | boolean Boolean Include students who have an enrolment with a type of: alumni, withdrawn, expelled, transferred [optional] [default: false] [example: FALSE] |
withCurrentEnrolment | boolean Boolean Include students who have an enrolment with a type of: active_pending, external_pending, active, external, active_leaving [optional] [default: 1] [example: TRUE] |
withFutureEnrolment | boolean Boolean Include students who have an enrolment with a type of: accepted, confirmed [optional] [default: false] [example: FALSE] |
withOtherEnrolment | boolean Boolean Include students who have an enrolment with a type of: enquired, applied, interview_review, interview_required, tested_successful, tested_unsuccessful, offered, waitlist_offered, waitlist_offered_rejected, waitlist_offered_to_send, waitlisted, offered_to_send, offered_rejected, not_approved, never_attended, draft, transitioning_students, under_appeal, leave_of_absence [optional] [default: false] [example: FALSE] |
{- "data": [
- {
- "type": "studentPersonRelation",
- "id": "1",
- "attributes": {
- "studentId": 2,
- "personId": 3,
- "priority": 2,
- "isAuthorisedPickup": false,
- "isEmergencyContact": false,
- "isFinanciallyResponsible": true,
- "isFinanciallyResponsibleForActivities": false,
- "feeSplitPercentage": 50,
- "isPrimaryContact": false,
- "livesWith": false,
- "relationType": "10",
- "relationName": "Sibling",
- "receivesMail": false,
- "receivesReports": false,
- "receivesPortalAccess": false,
- "portalAccessLevel": 0,
- "isCustomLevel": false,
- "receivesCorrespondence": false,
- "receivesAbsences": false,
- "doNotContact": false
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/student"
}
}, - "studentPerson": {
- "data": {
- "id": "1",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/student-person"
}
}, - "person": {
- "data": {
- "id": "3",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/person"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-contact/1",
- "student": "/v1/enrolments/student-contact/1/student",
- "portalAccessLevel": "/v1/enterprise/portal-access-level/0"
}
}, - {
- "type": "studentPersonRelation",
- "id": "1",
- "attributes": {
- "studentId": 2,
- "personId": 3,
- "priority": 2,
- "isAuthorisedPickup": false,
- "isEmergencyContact": false,
- "isFinanciallyResponsible": true,
- "isFinanciallyResponsibleForActivities": false,
- "feeSplitPercentage": 50,
- "isPrimaryContact": false,
- "livesWith": false,
- "relationType": "10",
- "relationName": "Sibling",
- "receivesMail": false,
- "receivesReports": false,
- "receivesPortalAccess": false,
- "portalAccessLevel": 0,
- "isCustomLevel": false,
- "receivesCorrespondence": false,
- "receivesAbsences": false,
- "doNotContact": false
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/student"
}
}, - "studentPerson": {
- "data": {
- "id": "1",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/student-person"
}
}, - "person": {
- "data": {
- "id": "3",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/person"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-contact/1",
- "student": "/v1/enrolments/student-contact/1/student",
- "portalAccessLevel": "/v1/enterprise/portal-access-level/0"
}
}, - {
- "type": "studentPersonRelation",
- "id": "1",
- "attributes": {
- "studentId": 2,
- "personId": 3,
- "priority": 2,
- "isAuthorisedPickup": false,
- "isEmergencyContact": false,
- "isFinanciallyResponsible": true,
- "isFinanciallyResponsibleForActivities": false,
- "feeSplitPercentage": 50,
- "isPrimaryContact": false,
- "livesWith": false,
- "relationType": "10",
- "relationName": "Sibling",
- "receivesMail": false,
- "receivesReports": false,
- "receivesPortalAccess": false,
- "portalAccessLevel": 0,
- "isCustomLevel": false,
- "receivesCorrespondence": false,
- "receivesAbsences": false,
- "doNotContact": false
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/student"
}
}, - "studentPerson": {
- "data": {
- "id": "1",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/student-person"
}
}, - "person": {
- "data": {
- "id": "3",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/person"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-contact/1",
- "student": "/v1/enrolments/student-contact/1/student",
- "portalAccessLevel": "/v1/enterprise/portal-access-level/0"
}
}
]
}
Returns all disabilities of a specific person
id required | number Number ID of 'person' whose |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "disabilityOther",
- "id": "1",
- "attributes": {
- "name": "Missing Limb",
- "details": "Missing left leg from the knee down.",
- "receivesFunding": false,
- "hasCarePlanProvided": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/disability-other/1"
}
}
]
}
Retrieves all of doctor
related to person
via relation doctors
.
id required | number Number ID of the 'person', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: patient. [optional] [default: null] [example: "patient"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "doctor",
- "id": "1",
- "attributes": {
- "type": "gp",
- "name": "Gloria McDoe",
- "practiceName": "McPractice",
- "address": "6 Bayley Street TANTARABOO",
- "phone": "(03) 8070 5665",
- "consentToContact": false
}, - "relationships": {
- "patient": {
- "data": {
- "id": "1",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/doctor/1/person"
}
}
}, - "links": {
- "self": "/v1/enrolments/doctor/1",
- "patient": "/v1/enrolments/doctor/1/person"
}
}, - {
- "type": "doctor",
- "id": "1",
- "attributes": {
- "type": "gp",
- "name": "Gloria McDoe",
- "practiceName": "McPractice",
- "address": "6 Bayley Street TANTARABOO",
- "phone": "(03) 8070 5665",
- "consentToContact": false
}, - "relationships": {
- "patient": {
- "data": {
- "id": "1",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/doctor/1/person"
}
}
}, - "links": {
- "self": "/v1/enrolments/doctor/1",
- "patient": "/v1/enrolments/doctor/1/person"
}
}, - {
- "type": "doctor",
- "id": "1",
- "attributes": {
- "type": "gp",
- "name": "Gloria McDoe",
- "practiceName": "McPractice",
- "address": "6 Bayley Street TANTARABOO",
- "phone": "(03) 8070 5665",
- "consentToContact": false
}, - "relationships": {
- "patient": {
- "data": {
- "id": "1",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/doctor/1/person"
}
}
}, - "links": {
- "self": "/v1/enrolments/doctor/1",
- "patient": "/v1/enrolments/doctor/1/person"
}
}
]
}
Retrieves a page of personConsentLink
related to person
via relation givenConsentLinks
.
id required | number Number ID of the 'person', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: person, consent, consentedBy. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "personConsentLink",
- "id": "1",
- "attributes": {
- "consentDate": "2018-06-01",
- "consentGiven": false,
- "expireOn": null,
- "createdAt": null,
- "updatedAt": null
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "consent": {
- "data": {
- "id": "1",
- "type": "consent"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-consent-link/1",
- "person": "/v1/enrolments/person/1",
- "consent": "/v1/enrolments/consent/1"
}
}, - {
- "type": "personConsentLink",
- "id": "1",
- "attributes": {
- "consentDate": "2018-06-01",
- "consentGiven": false,
- "expireOn": null,
- "createdAt": null,
- "updatedAt": null
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "consent": {
- "data": {
- "id": "1",
- "type": "consent"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-consent-link/1",
- "person": "/v1/enrolments/person/1",
- "consent": "/v1/enrolments/consent/1"
}
}, - {
- "type": "personConsentLink",
- "id": "1",
- "attributes": {
- "consentDate": "2018-06-01",
- "consentGiven": false,
- "expireOn": null,
- "createdAt": null,
- "updatedAt": null
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "consent": {
- "data": {
- "id": "1",
- "type": "consent"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-consent-link/1",
- "person": "/v1/enrolments/person/1",
- "consent": "/v1/enrolments/consent/1"
}
}
]
}
Retrieves a page of consent
related to person
via relation givenConsents
.
id required | number Number ID of the 'person', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "consent",
- "id": "1",
- "attributes": {
- "type": "General Consent",
- "details": "Consent to use school resources",
- "defaultExpireOn": null,
- "isDefaultConsent": false,
- "isActive": true,
- "isInactive": false
}, - "links": {
- "self": "/v1/enrolments/consent/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "consent",
- "id": "1",
- "attributes": {
- "type": "General Consent",
- "details": "Consent to use school resources",
- "defaultExpireOn": null,
- "isDefaultConsent": false,
- "isActive": true,
- "isInactive": false
}, - "links": {
- "self": "/v1/enrolments/consent/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "consent",
- "id": "1",
- "attributes": {
- "type": "General Consent",
- "details": "Consent to use school resources",
- "defaultExpireOn": null,
- "isDefaultConsent": false,
- "isActive": true,
- "isInactive": false
}, - "links": {
- "self": "/v1/enrolments/consent/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Returns all medical conditions of a specific person
id required | number Number |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
name | string String Search for condition name. By default it looks for an exact match, but special characters |
{- "data": [
- {
- "type": "medicalConditionAdd",
- "id": "1",
- "attributes": {
- "name": "Add",
- "hasCarePlanProvided": false,
- "severity": null,
- "isInattentive": true,
- "isHyperactive": false,
- "isMedicationRequired": false,
- "isDoctorsLetterProvided": false,
- "details": null,
- "additionalInformation": ""
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionAllergy",
- "id": "1",
- "attributes": {
- "name": "Allergy",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "allergyName": null,
- "severity": "mild",
- "isPrescribedAntihistamine": false,
- "isPrescribedEpiPen": false,
- "hasEpiPenRegistered": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-allergy/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionAsthma",
- "id": "1",
- "attributes": {
- "name": "Asthma",
- "details": "Very rare attacks",
- "additionalInformation": "",
- "severity": "mild",
- "dosage": "No dosage",
- "type": "Non-allergic asthma",
- "hasCarePlanProvided": false,
- "isPrescribedSalbutamol": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-asthma/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionDiabetes",
- "id": "1",
- "attributes": {
- "name": "Diabetes",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "hasInsulinInjections": false,
- "severity": null,
- "hasInsulinPump": false,
- "hasGlucagon": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-diabetes/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionDietary",
- "id": "1",
- "attributes": {
- "name": "dietary",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "severity": null,
- "dietaryName": "Lactose Intolerance"
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionEpilepsy",
- "id": "1",
- "attributes": {
- "name": "Epilepsy",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "severity": null,
- "type": "absence seizures"
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-epilepsy/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionOther",
- "id": "1",
- "attributes": {
- "name": "Chronic Sneezing",
- "details": null,
- "severity": null,
- "additionalInformation": "Student suffers from chronic sneezing bouts that can last for a couple of minutes; good classroom ventiallation recommended.",
- "hasCarePlanProvided": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-other/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionPhobia",
- "id": "1",
- "attributes": {
- "name": "dietary",
- "details": null,
- "severity": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "phobiaName": "Arachnophobia"
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
]
}
Returns summary of medical information for a person (Return description pending)
id required | number Number |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "vaccination",
- "id": "1",
- "attributes": {
- "name": "Polio Vaccination",
- "hasCertificate": false,
- "dateOfVaccination": "2017-01-01",
- "comment": "This is a comment"
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/vaccination/1/person"
}
}
}, - "links": {
- "self": "/v1/enrolments/vaccination/1"
}
}, - {
- "type": "doctor",
- "id": "1",
- "attributes": {
- "type": "gp",
- "name": "Gloria McDoe",
- "practiceName": "McPractice",
- "address": "6 Bayley Street TANTARABOO",
- "phone": "(03) 8070 5665",
- "consentToContact": false
}, - "relationships": {
- "patient": {
- "data": {
- "id": "1",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/doctor/1/person"
}
}
}, - "links": {
- "self": "/v1/enrolments/doctor/1",
- "patient": "/v1/enrolments/doctor/1/person"
}
}, - {
- "type": "medicalConditionAdd",
- "id": "1",
- "attributes": {
- "name": "Add",
- "hasCarePlanProvided": false,
- "severity": null,
- "isInattentive": true,
- "isHyperactive": false,
- "isMedicationRequired": false,
- "isDoctorsLetterProvided": false,
- "details": null,
- "additionalInformation": ""
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionAllergy",
- "id": "1",
- "attributes": {
- "name": "Allergy",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "allergyName": null,
- "severity": "mild",
- "isPrescribedAntihistamine": false,
- "isPrescribedEpiPen": false,
- "hasEpiPenRegistered": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-allergy/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionAsthma",
- "id": "1",
- "attributes": {
- "name": "Asthma",
- "details": "Very rare attacks",
- "additionalInformation": "",
- "severity": "mild",
- "dosage": "No dosage",
- "type": "Non-allergic asthma",
- "hasCarePlanProvided": false,
- "isPrescribedSalbutamol": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-asthma/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionDiabetes",
- "id": "1",
- "attributes": {
- "name": "Diabetes",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "hasInsulinInjections": false,
- "severity": null,
- "hasInsulinPump": false,
- "hasGlucagon": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-diabetes/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionDietary",
- "id": "1",
- "attributes": {
- "name": "dietary",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "severity": null,
- "dietaryName": "Lactose Intolerance"
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionEpilepsy",
- "id": "1",
- "attributes": {
- "name": "Epilepsy",
- "details": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "severity": null,
- "type": "absence seizures"
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-epilepsy/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionOther",
- "id": "1",
- "attributes": {
- "name": "Chronic Sneezing",
- "details": null,
- "severity": null,
- "additionalInformation": "Student suffers from chronic sneezing bouts that can last for a couple of minutes; good classroom ventiallation recommended.",
- "hasCarePlanProvided": false
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition-other/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "medicalConditionPhobia",
- "id": "1",
- "attributes": {
- "name": "dietary",
- "details": null,
- "severity": null,
- "additionalInformation": "",
- "hasCarePlanProvided": false,
- "phobiaName": "Arachnophobia"
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "carePlanFile": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/care-plan-file"
}
}, - "doctorsLetter": {
- "links": {
- "related": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}
}, - "links": {
- "self": "/v1/enrolments/medical-condition/1",
- "person": "/v1/enrolments/person/1",
- "carePlanFile": "/v1/enrolments/medical-condition/1/care-plan-file",
- "doctorsLetter": "/v1/enrolments/medical-condition/1/doctors-letter"
}
}, - {
- "type": "prescribedMedication",
- "id": "1",
- "attributes": {
- "name": "Aspirin",
- "dosage": "Once a day, at 12AM",
- "type": null,
- "details": null,
- "isPrescribed": false,
- "isTakenAtSchool": false,
- "isLongTerm": false,
- "anticipatedStopDate": null
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/prescribed-medication/1",
- "person": "/v1/enrolments/person/1"
}
}
]
}
Retrieves all of household
related to person
via relation otherHouseholds
.
id required | number Number ID of the 'person', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: addresses. [optional] [default: null] [example: "addresses"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "household",
- "id": "1",
- "attributes": {
- "householdCode": "9031101",
- "address": null,
- "mailingTitle": ""
}, - "links": {
- "self": "/v1/enrolments/household/1",
- "addresses": "/v1/enrolments/household/1/addresses"
}
}, - {
- "type": "household",
- "id": "1",
- "attributes": {
- "householdCode": "9031101",
- "address": null,
- "mailingTitle": ""
}, - "links": {
- "self": "/v1/enrolments/household/1",
- "addresses": "/v1/enrolments/household/1/addresses"
}
}, - {
- "type": "household",
- "id": "1",
- "attributes": {
- "householdCode": "9031101",
- "address": null,
- "mailingTitle": ""
}, - "links": {
- "self": "/v1/enrolments/household/1",
- "addresses": "/v1/enrolments/household/1/addresses"
}
}
]
}
Retrieves a single instance of personContactDetails
, the relation staff
of person
.
id required | number Number ID of the 'person' which relation to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "personContactDetails",
- "id": "1",
- "attributes": {
- "educationLevel": 1,
- "tertiaryEducationLevel": 5,
- "occupation": "Carpenter",
- "employer": "John Doe's Carpentry Shop",
- "employmentType": 1,
- "workplaceLocation": "Wood Street 73/2, Forestburg",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/person-contact-details/1"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves all of prescribedMedication
related to person
via relation prescribedMedications
.
id required | number Number ID of the 'person', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: person. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "prescribedMedication",
- "id": "1",
- "attributes": {
- "name": "Aspirin",
- "dosage": "Once a day, at 12AM",
- "type": null,
- "details": null,
- "isPrescribed": false,
- "isTakenAtSchool": false,
- "isLongTerm": false,
- "anticipatedStopDate": null
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/prescribed-medication/1",
- "person": "/v1/enrolments/person/1"
}
}, - {
- "type": "prescribedMedication",
- "id": "1",
- "attributes": {
- "name": "Aspirin",
- "dosage": "Once a day, at 12AM",
- "type": null,
- "details": null,
- "isPrescribed": false,
- "isTakenAtSchool": false,
- "isLongTerm": false,
- "anticipatedStopDate": null
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/prescribed-medication/1",
- "person": "/v1/enrolments/person/1"
}
}, - {
- "type": "prescribedMedication",
- "id": "1",
- "attributes": {
- "name": "Aspirin",
- "dosage": "Once a day, at 12AM",
- "type": null,
- "details": null,
- "isPrescribed": false,
- "isTakenAtSchool": false,
- "isLongTerm": false,
- "anticipatedStopDate": null
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/prescribed-medication/1",
- "person": "/v1/enrolments/person/1"
}
}
]
}
Retrieves a single instance of household
, the relation primaryHousehold
of person
.
id required | number Number ID of the 'person' which relation to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: addresses. [optional] [default: null] [example: "addresses"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "household",
- "id": "1",
- "attributes": {
- "householdCode": "9031101",
- "address": null,
- "mailingTitle": ""
}, - "links": {
- "self": "/v1/enrolments/household/1",
- "addresses": "/v1/enrolments/household/1/addresses"
}
}
}
Retrieves a single instance of staff
, the relation staff
of person
.
id required | number Number ID of the 'person' which relation to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: person, qualifications, employments. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "staff",
- "id": "1",
- "attributes": {
- "staffCode": "978020137962",
- "timetableCode": "978020137962",
- "barcode": "9031101",
- "emergencyContactName": "",
- "emergencyContactPhone": "",
- "emergencyContactMobile": "",
- "employmentStatus": 2,
- "employmentClassification": "teaching",
- "jobTitle": "Teacher",
- "contractCommencementDate": "2018-10-01",
- "contractExpiryDate": "2018-10-01",
- "wWCCNumber": "9031101",
- "wWCCStatus": null,
- "wWCCExpiryDate": "2018-10-01",
- "codeOfConductDateSigned": "2018-10-01",
- "socialNetworkingPolicyDateSigned": "2018-10-01",
- "childProtectionPolicyDateSigned": "2018-10-01",
- "iCTPolicyDateSigned": "2018-10-01",
- "firstAidExpiryDate": "2018-10-01",
- "resuscitationExpiryDate": "2018-10-01",
- "publicLiabilityExpiryDate": "2018-10-01",
- "aGSNumber": "978020137962",
- "positionNumber": null,
- "payRate": null,
- "staffActivity": "Speech Therapist",
- "staffActivityCode": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "person": {
- "links": {
- "related": "/v1/enrolments/staff/1/person"
}
}, - "absences": {
- "links": {
- "related": "/v1/enrolments/staff/1/absences"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff/1",
- "person": "/v1/enrolments/staff/1/person",
- "absences": "/v1/enrolments/staff/1/absences"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves a single instance of student
, the relation student
of person
.
id required | number Number ID of the 'person' which relation to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: primaryEnrolment, person, activities, activityInstances, tenants, flags, flagLinks, contacts, holidays, specialNeedsPrograms, schoolHistory. [optional] [default: null] [example: "primaryEnrolment"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves all instances of studentPersonRelation.
id required | number Number ID of the person whose contacts should be retrieved. |
include | string String Comma-separated list of relations to sideload. Allowed values are: student, studentPerson, person. [optional] [default: null] [example: "student"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "studentPersonRelation",
- "id": "1",
- "attributes": {
- "studentId": 2,
- "personId": 3,
- "priority": 2,
- "isAuthorisedPickup": false,
- "isEmergencyContact": false,
- "isFinanciallyResponsible": true,
- "isFinanciallyResponsibleForActivities": false,
- "feeSplitPercentage": 50,
- "isPrimaryContact": false,
- "livesWith": false,
- "relationType": "10",
- "relationName": "Sibling",
- "receivesMail": false,
- "receivesReports": false,
- "receivesPortalAccess": false,
- "portalAccessLevel": 0,
- "isCustomLevel": false,
- "receivesCorrespondence": false,
- "receivesAbsences": false,
- "doNotContact": false
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/student"
}
}, - "studentPerson": {
- "data": {
- "id": "1",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/student-person"
}
}, - "person": {
- "data": {
- "id": "3",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/person"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-contact/1",
- "student": "/v1/enrolments/student-contact/1/student",
- "portalAccessLevel": "/v1/enterprise/portal-access-level/0"
}
}, - {
- "type": "studentPersonRelation",
- "id": "1",
- "attributes": {
- "studentId": 2,
- "personId": 3,
- "priority": 2,
- "isAuthorisedPickup": false,
- "isEmergencyContact": false,
- "isFinanciallyResponsible": true,
- "isFinanciallyResponsibleForActivities": false,
- "feeSplitPercentage": 50,
- "isPrimaryContact": false,
- "livesWith": false,
- "relationType": "10",
- "relationName": "Sibling",
- "receivesMail": false,
- "receivesReports": false,
- "receivesPortalAccess": false,
- "portalAccessLevel": 0,
- "isCustomLevel": false,
- "receivesCorrespondence": false,
- "receivesAbsences": false,
- "doNotContact": false
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/student"
}
}, - "studentPerson": {
- "data": {
- "id": "1",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/student-person"
}
}, - "person": {
- "data": {
- "id": "3",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/person"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-contact/1",
- "student": "/v1/enrolments/student-contact/1/student",
- "portalAccessLevel": "/v1/enterprise/portal-access-level/0"
}
}, - {
- "type": "studentPersonRelation",
- "id": "1",
- "attributes": {
- "studentId": 2,
- "personId": 3,
- "priority": 2,
- "isAuthorisedPickup": false,
- "isEmergencyContact": false,
- "isFinanciallyResponsible": true,
- "isFinanciallyResponsibleForActivities": false,
- "feeSplitPercentage": 50,
- "isPrimaryContact": false,
- "livesWith": false,
- "relationType": "10",
- "relationName": "Sibling",
- "receivesMail": false,
- "receivesReports": false,
- "receivesPortalAccess": false,
- "portalAccessLevel": 0,
- "isCustomLevel": false,
- "receivesCorrespondence": false,
- "receivesAbsences": false,
- "doNotContact": false
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/student"
}
}, - "studentPerson": {
- "data": {
- "id": "1",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/student-person"
}
}, - "person": {
- "data": {
- "id": "3",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/person"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-contact/1",
- "student": "/v1/enrolments/student-contact/1/student",
- "portalAccessLevel": "/v1/enterprise/portal-access-level/0"
}
}
]
}
Retrieves all of vaccination
related to person
via relation vaccinations
.
id required | number Number ID of the 'person', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: person. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "vaccination",
- "id": "1",
- "attributes": {
- "name": "Polio Vaccination",
- "hasCertificate": false,
- "dateOfVaccination": "2017-01-01",
- "comment": "This is a comment"
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/vaccination/1/person"
}
}
}, - "links": {
- "self": "/v1/enrolments/vaccination/1"
}
}, - {
- "type": "vaccination",
- "id": "1",
- "attributes": {
- "name": "Polio Vaccination",
- "hasCertificate": false,
- "dateOfVaccination": "2017-01-01",
- "comment": "This is a comment"
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/vaccination/1/person"
}
}
}, - "links": {
- "self": "/v1/enrolments/vaccination/1"
}
}, - {
- "type": "vaccination",
- "id": "1",
- "attributes": {
- "name": "Polio Vaccination",
- "hasCertificate": false,
- "dateOfVaccination": "2017-01-01",
- "comment": "This is a comment"
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/vaccination/1/person"
}
}
}, - "links": {
- "self": "/v1/enrolments/vaccination/1"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "type": "string",
- "lotNumber": "string",
- "unitNumber": "string",
- "streetNumber": "string",
- "houseNumber": "string",
- "blockNumber": "string",
- "floorNumber": "string",
- "propertyName": "string",
- "streetName": "string",
- "streetType": "string",
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "suburb": "string",
- "section": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "postcode": "string",
- "comment": "string",
- "locality": "string",
- "province": "string",
- "startDate": "string",
- "endDate": "string",
- "mailingTitle": "string",
- "isBillingAddress": true,
- "isValid": true,
- "isSimpleAddress": true,
- "createdAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "updatedAt": {
- "timestamp": 0,
- "iso8601": "string"
}
}, - "links": {
- "self": "string"
}, - "relationships": {
- "person": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Person's address - usually only used for staff members since they're not part of a household.
Retrieves a page of instances of personAddress
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
personIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "personAddress",
- "id": "1",
- "attributes": {
- "type": null,
- "lotNumber": "14",
- "unitNumber": "7",
- "streetNumber": "62",
- "houseNumber": "3",
- "blockNumber": "1",
- "floorNumber": "5",
- "propertyName": "Campus House",
- "streetName": "Chatsworth Drive",
- "streetType": "road",
- "addressLine1": 1,
- "addressLine2": 1,
- "addressLine3": null,
- "suburb": "SYDNEY OLYMPIC PARK, NSW",
- "section": "n/a",
- "city": "Sydney",
- "state": "Western Australia",
- "country": "Australia",
- "postcode": "2127",
- "comment": "Can't access by boat",
- "locality": "n/a",
- "province": "n/a",
- "startDate": "2018-01-01",
- "endDate": "2018-02-03",
- "mailingTitle": "Mr.",
- "isBillingAddress": false,
- "isValid": true,
- "isSimpleAddress": false,
- "createdAt": {
- "timestamp": 1672660800,
- "iso8601": "2023-01-02T12:00:00+0000"
}, - "updatedAt": {
- "timestamp": 1678210499,
- "iso8601": "2023-03-07T17:34:59+0000"
}
}, - "relationships": {
- "person": {
- "data": {
- "id": "3",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-address/1"
}
}, - {
- "type": "personAddress",
- "id": "1",
- "attributes": {
- "type": null,
- "lotNumber": "14",
- "unitNumber": "7",
- "streetNumber": "62",
- "houseNumber": "3",
- "blockNumber": "1",
- "floorNumber": "5",
- "propertyName": "Campus House",
- "streetName": "Chatsworth Drive",
- "streetType": "road",
- "addressLine1": 1,
- "addressLine2": 1,
- "addressLine3": null,
- "suburb": "SYDNEY OLYMPIC PARK, NSW",
- "section": "n/a",
- "city": "Sydney",
- "state": "Western Australia",
- "country": "Australia",
- "postcode": "2127",
- "comment": "Can't access by boat",
- "locality": "n/a",
- "province": "n/a",
- "startDate": "2018-01-01",
- "endDate": "2018-02-03",
- "mailingTitle": "Mr.",
- "isBillingAddress": false,
- "isValid": true,
- "isSimpleAddress": false,
- "createdAt": {
- "timestamp": 1672660800,
- "iso8601": "2023-01-02T12:00:00+0000"
}, - "updatedAt": {
- "timestamp": 1678210499,
- "iso8601": "2023-03-07T17:34:59+0000"
}
}, - "relationships": {
- "person": {
- "data": {
- "id": "3",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-address/1"
}
}, - {
- "type": "personAddress",
- "id": "1",
- "attributes": {
- "type": null,
- "lotNumber": "14",
- "unitNumber": "7",
- "streetNumber": "62",
- "houseNumber": "3",
- "blockNumber": "1",
- "floorNumber": "5",
- "propertyName": "Campus House",
- "streetName": "Chatsworth Drive",
- "streetType": "road",
- "addressLine1": 1,
- "addressLine2": 1,
- "addressLine3": null,
- "suburb": "SYDNEY OLYMPIC PARK, NSW",
- "section": "n/a",
- "city": "Sydney",
- "state": "Western Australia",
- "country": "Australia",
- "postcode": "2127",
- "comment": "Can't access by boat",
- "locality": "n/a",
- "province": "n/a",
- "startDate": "2018-01-01",
- "endDate": "2018-02-03",
- "mailingTitle": "Mr.",
- "isBillingAddress": false,
- "isValid": true,
- "isSimpleAddress": false,
- "createdAt": {
- "timestamp": 1672660800,
- "iso8601": "2023-01-02T12:00:00+0000"
}, - "updatedAt": {
- "timestamp": 1678210499,
- "iso8601": "2023-03-07T17:34:59+0000"
}
}, - "relationships": {
- "person": {
- "data": {
- "id": "3",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-address/1"
}
}
]
}
Retrieves a single instance of personAddress
.
id required | number Number ID of the 'personAddress' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "personAddress",
- "id": "1",
- "attributes": {
- "type": null,
- "lotNumber": "14",
- "unitNumber": "7",
- "streetNumber": "62",
- "houseNumber": "3",
- "blockNumber": "1",
- "floorNumber": "5",
- "propertyName": "Campus House",
- "streetName": "Chatsworth Drive",
- "streetType": "road",
- "addressLine1": 1,
- "addressLine2": 1,
- "addressLine3": null,
- "suburb": "SYDNEY OLYMPIC PARK, NSW",
- "section": "n/a",
- "city": "Sydney",
- "state": "Western Australia",
- "country": "Australia",
- "postcode": "2127",
- "comment": "Can't access by boat",
- "locality": "n/a",
- "province": "n/a",
- "startDate": "2018-01-01",
- "endDate": "2018-02-03",
- "mailingTitle": "Mr.",
- "isBillingAddress": false,
- "isValid": true,
- "isSimpleAddress": false,
- "createdAt": {
- "timestamp": 1672660800,
- "iso8601": "2023-01-02T12:00:00+0000"
}, - "updatedAt": {
- "timestamp": 1678210499,
- "iso8601": "2023-03-07T17:34:59+0000"
}
}, - "relationships": {
- "person": {
- "data": {
- "id": "3",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-address/1"
}
}
}
Retrieves a single instance of person
.
id required | string Alphanumeric string ID of the 'person' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: primaryHousehold, studentPrimaryEnrolment, staff, student, contactDetails, otherHouseholds, studentContacts, studentTenants, prescribedMedication, emails, phoneNumbers, givenConsents, givenConsentLinks, emergencyContactLinks, abilities, additionalFields. [optional] [default: null] [example: "primaryHousehold"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "person",
- "id": "1",
- "attributes": {
- "externalId": null,
- "refId": null,
- "contactCode": null,
- "name": "John",
- "surname": "Doe",
- "firstName": "John",
- "middleNames": "Franz Stephen",
- "lastName": "Doe",
- "legalLastName": null,
- "preferredName": null,
- "email": "john.doe@example.com",
- "title": null,
- "givenNames": "Franz Stephen",
- "gender": "Other",
- "genderDescription": null,
- "genderCode": "Other",
- "dateOfBirth": null,
- "dateOfDeath": null,
- "crn": null,
- "otherLanguage": null,
- "otherLanguageCode": null,
- "languageSpokenAtHome": null,
- "languageSpokenAtHomeCode": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "indigenousStatusCode": null,
- "nationality": null,
- "nationalityCode": null,
- "countryOfCitizenship": null,
- "countryOfCitizenshipCode": null,
- "ethnicGroup": "Creole, so described",
- "ethnicGroupCode": "0906",
- "religion": null,
- "religionCode": null,
- "countryOfBirth": null,
- "countryOfBirthCode": null,
- "placeOfBirth": null,
- "residentialStatus": "Permanent Humanitarian Visa",
- "residentialStatusCode": 8,
- "isDeceased": false,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryHousehold": {
- "links": {
- "related": "/v1/enrolments/person/1/primary-household"
}
}, - "staff": {
- "links": {
- "related": "/v1/enrolments/person/1/staff"
}
}, - "student": {
- "links": {
- "related": "/v1/enrolments/person/1/student"
}
}, - "contactDetails": {
- "links": {
- "related": "/v1/enrolments/person/1/person-contact-details"
}
}, - "otherHouseholds": {
- "links": {
- "related": "/v1/enrolments/person/1/other-households"
}
}, - "studentContacts": {
- "links": {
- "related": "/v1/enrolments/person/1/student-contacts"
}
}, - "medicalSummary": {
- "links": {
- "related": "/v1/enrolments/person/1/medical-summary"
}
}, - "medicalConditions": {
- "links": {
- "related": "/v1/enrolments/person/1/medical-conditions"
}
}, - "prescribedMedication": {
- "links": {
- "related": "/v1/enrolments/person/1/prescribed-medications"
}
}, - "doctors": {
- "links": {
- "related": "/v1/enrolments/person/1/doctors"
}
}, - "associatedStudents": {
- "links": {
- "related": "/v1/enrolments/person/1/associated-students"
}
}, - "givenConsents": {
- "links": {
- "related": "/v1/enrolments/person/1/given-consents"
}
}, - "givenConsentLinks": {
- "links": {
- "related": "/v1/enrolments/person/1/given-consent-links"
}
}
}, - "links": {
- "self": "/v1/enrolments/person/1",
- "primaryHousehold": "/v1/enrolments/person/1/primary-household",
- "otherHouseholds": "/v1/enrolments/person/1/other-households",
- "staff": "/v1/enrolments/person/1/staff",
- "student": "/v1/enrolments/person/1/student",
- "studentContacts": "/v1/enrolments/person/1/student-contacts",
- "associatedStudents": "/v1/enrolments/person/1/associated-students",
- "medicalSummary": "/v1/enrolments/person/1/medical-summary",
- "medicalConditions": "/v1/enrolments/person/1/medical-conditions",
- "prescribedMedications": "/v1/enrolments/person/1/prescribed-medications",
- "doctors": "/v1/enrolments/person/1/doctors"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "consentDate": "string",
- "consentGiven": true,
- "expireOn": "string",
- "createdAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "updatedAt": {
- "timestamp": 0,
- "iso8601": "string"
}
}, - "links": {
- "self": "string",
- "person": "string",
- "consent": "string"
}, - "relationships": {
- "person": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "consent": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "consentedBy": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A link between a consent and a student.
Adds a new consent to a person.
Payload has the following requirements:
And supports these models:
personConsentLink
consentGiven
→ Boolean Whether the consent is given or not. [optional] [default: 1] [example: FALSE]expireOn
→ Date (Y-m-d, eg. 2019-12-31) Date when the consent expires. Expired consents have their automatically added flags removed on the date provided. When creating a new model, if this attribute is not provided the date will be set to consent's defaultExpireOn
. If the consent has defaultExpireOn
but you provide this attribute, the provided value takes precedence. defaultExpireOn
has no effect when updating an existing record. [optional] [default: 1] [example: FALSE]consentedBy
→ [required] [single] expected type is person
. person
→ [required] [single] expected type is person
. consent
→ [required] [single] expected type is consent
.object |
{- "data": {
- "type": "personConsentLink",
- "attributes": {
- "consentGiven": false,
- "expireOn": false
}, - "relationships": {
- "consentedBy": {
- "data": {
- "id": 1,
- "type": "person"
}
}, - "person": {
- "data": {
- "id": 1,
- "type": "person"
}
}, - "consent": {
- "data": {
- "id": 1,
- "type": "consent"
}
}
}
}
}
{- "data": {
- "type": "personConsentLink",
- "id": "1",
- "attributes": {
- "consentDate": "2018-06-01",
- "consentGiven": false,
- "expireOn": null,
- "createdAt": null,
- "updatedAt": null
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "consent": {
- "data": {
- "id": "1",
- "type": "consent"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-consent-link/1",
- "person": "/v1/enrolments/person/1",
- "consent": "/v1/enrolments/consent/1"
}
}
}
Retrieves a page of instances of personConsentLink
.
include | string String Comma-separated list of relations to sideload. Allowed values are: person, consent, consentedBy. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
consentIds | string String Comma-separated list of of |
personIds | string String Comma-separated list of of |
consentedByIds | string String Comma-separated list of of |
{- "data": [
- {
- "type": "personConsentLink",
- "id": "1",
- "attributes": {
- "consentDate": "2018-06-01",
- "consentGiven": false,
- "expireOn": null,
- "createdAt": null,
- "updatedAt": null
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "consent": {
- "data": {
- "id": "1",
- "type": "consent"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-consent-link/1",
- "person": "/v1/enrolments/person/1",
- "consent": "/v1/enrolments/consent/1"
}
}, - {
- "type": "personConsentLink",
- "id": "1",
- "attributes": {
- "consentDate": "2018-06-01",
- "consentGiven": false,
- "expireOn": null,
- "createdAt": null,
- "updatedAt": null
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "consent": {
- "data": {
- "id": "1",
- "type": "consent"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-consent-link/1",
- "person": "/v1/enrolments/person/1",
- "consent": "/v1/enrolments/consent/1"
}
}, - {
- "type": "personConsentLink",
- "id": "1",
- "attributes": {
- "consentDate": "2018-06-01",
- "consentGiven": false,
- "expireOn": null,
- "createdAt": null,
- "updatedAt": null
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "consent": {
- "data": {
- "id": "1",
- "type": "consent"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-consent-link/1",
- "person": "/v1/enrolments/person/1",
- "consent": "/v1/enrolments/consent/1"
}
}
]
}
Retrieves a single instance of personConsentLink
.
id required | number Number ID of the 'personConsentLink' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: person, consent, consentedBy. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "personConsentLink",
- "id": "1",
- "attributes": {
- "consentDate": "2018-06-01",
- "consentGiven": false,
- "expireOn": null,
- "createdAt": null,
- "updatedAt": null
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "consent": {
- "data": {
- "id": "1",
- "type": "consent"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-consent-link/1",
- "person": "/v1/enrolments/person/1",
- "consent": "/v1/enrolments/consent/1"
}
}
}
Edits an existing consent to a person.
Payload has the following requirements:
And supports these models:
personConsentLink
consentGiven
→ Boolean Whether the consent is given or not. [optional] [default: 1] [example: FALSE]expireOn
→ Date (Y-m-d, eg. 2019-12-31) Date when the consent expires. Expired consents have their automatically added flags removed on the date provided. When creating a new model, if this attribute is not provided the date will be set to consent's defaultExpireOn
. If the consent has defaultExpireOn
but you provide this attribute, the provided value takes precedence. defaultExpireOn
has no effect when updating an existing record. [optional] [default: 1] [example: FALSE]consentedBy
→ [optional] [single] expected type is person
.id required | number Number ID of the |
object |
{- "data": {
- "type": "personConsentLink",
- "id": 1,
- "attributes": {
- "consentGiven": false,
- "expireOn": false
}, - "relationships": {
- "consentedBy": {
- "data": {
- "id": 1,
- "type": "person"
}
}
}
}
}
{- "data": {
- "type": "personConsentLink",
- "id": "1",
- "attributes": {
- "consentDate": "2018-06-01",
- "consentGiven": false,
- "expireOn": null,
- "createdAt": null,
- "updatedAt": null
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "consent": {
- "data": {
- "id": "1",
- "type": "consent"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-consent-link/1",
- "person": "/v1/enrolments/person/1",
- "consent": "/v1/enrolments/consent/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "educationLevel": "string",
- "tertiaryEducationLevel": "string",
- "occupation": "string",
- "employer": "string",
- "employmentType": "string",
- "workplaceLocation": "string",
- "isActive": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "person": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Additional details about a person who is used in a relation with a student - usually a parent or guardian but can be any other household member whose details are required.
Retrieves a page of instances of personContactDetails
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
personIds | string String Comma-separated list of |
includeInactive | boolean Boolean If true inactive (soft deleted) models will be included in the results. [optional] [default: false] [example: TRUE] |
{- "data": [
- {
- "type": "personContactDetails",
- "id": "1",
- "attributes": {
- "educationLevel": 1,
- "tertiaryEducationLevel": 5,
- "occupation": "Carpenter",
- "employer": "John Doe's Carpentry Shop",
- "employmentType": 1,
- "workplaceLocation": "Wood Street 73/2, Forestburg",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/person-contact-details/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "personContactDetails",
- "id": "1",
- "attributes": {
- "educationLevel": 1,
- "tertiaryEducationLevel": 5,
- "occupation": "Carpenter",
- "employer": "John Doe's Carpentry Shop",
- "employmentType": 1,
- "workplaceLocation": "Wood Street 73/2, Forestburg",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/person-contact-details/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "personContactDetails",
- "id": "1",
- "attributes": {
- "educationLevel": 1,
- "tertiaryEducationLevel": 5,
- "occupation": "Carpenter",
- "employer": "John Doe's Carpentry Shop",
- "employmentType": 1,
- "workplaceLocation": "Wood Street 73/2, Forestburg",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/person-contact-details/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of personContactDetails
.
id required | number Number ID of the 'personContactDetails' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "personContactDetails",
- "id": "1",
- "attributes": {
- "educationLevel": 1,
- "tertiaryEducationLevel": 5,
- "occupation": "Carpenter",
- "employer": "John Doe's Carpentry Shop",
- "employmentType": 1,
- "workplaceLocation": "Wood Street 73/2, Forestburg",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/person-contact-details/1"
}, - "meta": {
- "deletedDate": null
}
}
}
Updates an existing personContactDetails record
Payload has the following requirements:
And supports these models:
personContactDetails
educationLevel
→ String Person's education level, must be one of SIF School Education Level Type codes (http://specification.sifassociation.org/Implementation/AU/3.4.2/CodeSets.html#AUCodeSetsSchoolEducationLevelTypeType) [optional] [example: "3"]
Value constraints:
Allowed values: "0", "1", "2", "3", "4", nulltertiaryEducationLevel
→ String Person's tertiary education level, must be one of SIF Non-School Education codes (http://specification.sifassociation.org/Implementation/AU/3.4.2/CodeSets.html#AUCodeSetsNonSchoolEducationType) [optional] [example: "3"]
Value constraints:
Allowed values: "0", "5", "6", "7", "8", nulloccupation
→ String Person's occupation [optional] [example: "Plumber"]employer
→ String Person's employer [optional] [example: "Master Plumbin Inc."]workplaceLocation
→ String Person's workplace location [optional] [example: "Pipe Street 20c/7, Waterland"]employmentType
→ String Person's type of employment, must be one of SIF Employment Type codes (http://specification.sifassociation.org/Implementation/AU/3.4.2/CodeSets.html#AUCodeSetsEmploymentTypeType) [optional] [example: "3"]
Value constraints:
Allowed values: "1", "2", "3", "4", "8", "9", nullid required | number Number ID of the |
object |
{- "data": {
- "type": "personContactDetails",
- "id": 1,
- "attributes": {
- "educationLevel": "3",
- "tertiaryEducationLevel": "3",
- "occupation": "Plumber",
- "employer": "Master Plumbin Inc.",
- "workplaceLocation": "Pipe Street 20c/7, Waterland",
- "employmentType": "3"
}
}
}
{- "data": {
- "type": "personContactDetails",
- "id": "1",
- "attributes": {
- "educationLevel": 1,
- "tertiaryEducationLevel": 5,
- "occupation": "Carpenter",
- "employer": "John Doe's Carpentry Shop",
- "employmentType": 1,
- "workplaceLocation": "Wood Street 73/2, Forestburg",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/person-contact-details/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "email": "string",
- "type": "string",
- "typeName": "string",
- "canContact": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A person's email address.
Creates a new personEmail
.
Payload has the following requirements:
And supports these models:
personEmail
email
→ String Email address [example: "test@example.com"]
Value constraints:
Length must be between 255 and 1 characters, inclusivetype
→ String Type of this email address. It's advisable to avoid one person having multiple emails of the same type, but there is no server-side validation. [example: "01"]
Value constraints:
Allowed values: "01", "02", "03", "04", "05", "06", "07"canContact
→ Boolean If the person can be contacted using this email address. [example: TRUE]owner
→ [required] [single] expected type is person
. Person whose email it isobject |
{- "data": {
- "type": "personEmail",
- "attributes": {
- "email": "test@example.com",
- "type": "01",
- "canContact": true
}, - "relationships": {
- "owner": {
- "data": {
- "id": 1,
- "type": "person"
}
}
}
}
}
{- "data": {
- "type": "personEmail",
- "id": "1",
- "attributes": {
- "email": "main.email@example.com",
- "type": "01",
- "typeName": "Primary",
- "canContact": true
}, - "relationships": {
- "owner": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-email/1"
}
}
}
Retrieves a page of instances of personEmail
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "personEmail",
- "id": "1",
- "attributes": {
- "email": "main.email@example.com",
- "type": "01",
- "typeName": "Primary",
- "canContact": true
}, - "relationships": {
- "owner": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-email/1"
}
}, - {
- "type": "personEmail",
- "id": "1",
- "attributes": {
- "email": "main.email@example.com",
- "type": "01",
- "typeName": "Primary",
- "canContact": true
}, - "relationships": {
- "owner": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-email/1"
}
}, - {
- "type": "personEmail",
- "id": "1",
- "attributes": {
- "email": "main.email@example.com",
- "type": "01",
- "typeName": "Primary",
- "canContact": true
}, - "relationships": {
- "owner": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-email/1"
}
}
]
}
Retrieves a single instance of personEmail
.
id required | number Number ID of the 'personEmail' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "personEmail",
- "id": "1",
- "attributes": {
- "email": "main.email@example.com",
- "type": "01",
- "typeName": "Primary",
- "canContact": true
}, - "relationships": {
- "owner": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-email/1"
}
}
}
Updates an existing personEmail
.
Payload has the following requirements:
And supports these models:
personEmail
email
→ String Email address [example: "test@example.com"]
Value constraints:
Length must be between 255 and 1 characters, inclusivetype
→ String Type of this email address. It's advisable to avoid one person having multiple emails of the same type, but there is no server-side validation. [example: "01"]
Value constraints:
Allowed values: "01", "02", "03", "04", "05", "06", "07"canContact
→ Boolean If the person can be contacted using this email address. [example: TRUE]id required | number Number ID of the |
object |
{- "data": {
- "type": "personEmail",
- "id": 1,
- "attributes": {
- "email": "test@example.com",
- "type": "01",
- "canContact": true
}
}
}
{- "data": {
- "type": "personEmail",
- "id": "1",
- "attributes": {
- "email": "main.email@example.com",
- "type": "01",
- "typeName": "Primary",
- "canContact": true
}, - "relationships": {
- "owner": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-email/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "type": "string",
- "valueType": "string",
- "area": "string",
- "minLength": 0,
- "maxLength": 0
}, - "links": {
- "self": "string"
}, - "relationships": {
- "school": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
An additional, custom field for a person.
Retrieves a page of instances of personField
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
schoolIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "personField",
- "id": "1",
- "attributes": {
- "name": "Web Access",
- "type": "yes_no",
- "valueType": null,
- "area": null,
- "minLength": null,
- "maxLength": null
}, - "relationships": {
- "school": {
- "data": {
- "id": "1",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-field/1"
}
}, - {
- "type": "personField",
- "id": "1",
- "attributes": {
- "name": "Web Access",
- "type": "yes_no",
- "valueType": null,
- "area": null,
- "minLength": null,
- "maxLength": null
}, - "relationships": {
- "school": {
- "data": {
- "id": "1",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-field/1"
}
}, - {
- "type": "personField",
- "id": "1",
- "attributes": {
- "name": "Web Access",
- "type": "yes_no",
- "valueType": null,
- "area": null,
- "minLength": null,
- "maxLength": null
}, - "relationships": {
- "school": {
- "data": {
- "id": "1",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-field/1"
}
}
]
}
Retrieves a single instance of personField
.
id required | number Number ID of the 'personField' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "personField",
- "id": "1",
- "attributes": {
- "name": "Web Access",
- "type": "yes_no",
- "valueType": null,
- "area": null,
- "minLength": null,
- "maxLength": null
}, - "relationships": {
- "school": {
- "data": {
- "id": "1",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-field/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "value": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "person": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "field": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A custom field value for a person.
Retrieves a page of instances of personFieldValue
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
personIds | string String Comma-separated list of |
fieldIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "personFieldValue",
- "id": "1",
- "attributes": {
- "value": "1"
}, - "relationships": {
- "person": {
- "data": {
- "id": "2",
- "type": "person"
}
}, - "field": {
- "data": {
- "id": "3",
- "type": "personField"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-field-value/1"
}
}, - {
- "type": "personFieldValue",
- "id": "1",
- "attributes": {
- "value": "1"
}, - "relationships": {
- "person": {
- "data": {
- "id": "2",
- "type": "person"
}
}, - "field": {
- "data": {
- "id": "3",
- "type": "personField"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-field-value/1"
}
}, - {
- "type": "personFieldValue",
- "id": "1",
- "attributes": {
- "value": "1"
}, - "relationships": {
- "person": {
- "data": {
- "id": "2",
- "type": "person"
}
}, - "field": {
- "data": {
- "id": "3",
- "type": "personField"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-field-value/1"
}
}
]
}
Retrieves a single instance of personFieldValue
.
id required | number Number ID of the 'personFieldValue' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "personFieldValue",
- "id": "1",
- "attributes": {
- "value": "1"
}, - "relationships": {
- "person": {
- "data": {
- "id": "2",
- "type": "person"
}
}, - "field": {
- "data": {
- "id": "3",
- "type": "personField"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-field-value/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "isPrimaryHousehold": true,
- "isPrimaryContact": true,
- "isEmergencyContact": true,
- "isAuthorisedPickup": true,
- "residentialHousehold": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "person": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "household": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A connection that a person has to a household.
Retrieves a page of instances of personHouseholdRelation
.
include | string String Comma-separated list of relations to sideload. Allowed values are: person, household. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
personIds | string String Comma-separated list of |
studentIds | string String Comma-separated list of |
householdIds | string String Comma-separated list of |
residentialHouseholds | string String Comma-separated list of |
{- "data": [
- {
- "type": "personHouseholdRelation",
- "id": "1",
- "attributes": {
- "isPrimaryHousehold": null,
- "isPrimaryContact": null,
- "isEmergencyContact": null,
- "isAuthorisedPickup": null,
- "residentialHousehold": "yes"
}, - "relationships": {
- "person": {
- "data": {
- "id": "2",
- "type": "person"
}
}, - "household": {
- "data": {
- "id": "3",
- "type": "household"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-household-relation/1"
}
}, - {
- "type": "personHouseholdRelation",
- "id": "1",
- "attributes": {
- "isPrimaryHousehold": null,
- "isPrimaryContact": null,
- "isEmergencyContact": null,
- "isAuthorisedPickup": null,
- "residentialHousehold": "yes"
}, - "relationships": {
- "person": {
- "data": {
- "id": "2",
- "type": "person"
}
}, - "household": {
- "data": {
- "id": "3",
- "type": "household"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-household-relation/1"
}
}, - {
- "type": "personHouseholdRelation",
- "id": "1",
- "attributes": {
- "isPrimaryHousehold": null,
- "isPrimaryContact": null,
- "isEmergencyContact": null,
- "isAuthorisedPickup": null,
- "residentialHousehold": "yes"
}, - "relationships": {
- "person": {
- "data": {
- "id": "2",
- "type": "person"
}
}, - "household": {
- "data": {
- "id": "3",
- "type": "household"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-household-relation/1"
}
}
]
}
Retrieves a single instance of personHouseholdRelation
.
id required | number Number ID of the 'personHouseholdRelation' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: person, household. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "personHouseholdRelation",
- "id": "1",
- "attributes": {
- "isPrimaryHousehold": null,
- "isPrimaryContact": null,
- "isEmergencyContact": null,
- "isAuthorisedPickup": null,
- "residentialHousehold": "yes"
}, - "relationships": {
- "person": {
- "data": {
- "id": "2",
- "type": "person"
}
}, - "household": {
- "data": {
- "id": "3",
- "type": "household"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-household-relation/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "hasLongTermMedication": true,
- "wasMedicationAdviceFormReceived": true,
- "lastDateOfTetanusInjection": "string",
- "canOverCounterMedicineSalbutamol": true,
- "canOverCounterMedicineParacetamol": true,
- "canOverCounterMedicineIbuprofen": true,
- "canOverCounterMedicineAntihistamine": true,
- "ambulanceCoverProvider": "string",
- "medicareNumber": "string",
- "medicareExpiryDate": "string",
- "medicarePositionOnCard": "string",
- "privateMedicalFund": "string",
- "privateMedicalFundNumber": "string",
- "privateMedicalFundExpiryDate": "string",
- "hasParentAcknowledged": true,
- "areVaccinationsUpToDate": true,
- "hasMeaslesExclusion": true,
- "hasAmbulanceCover": true,
- "hasPrivateHospitalCover": true,
- "healthCareCardNumber": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "person": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Information about an ADD medical condition.
Retrieves a page of instances of personMedicalMisc
.
include | string String Comma-separated list of relations to sideload. Allowed values are: person. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
personIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "personMedicalMisc",
- "id": "1",
- "attributes": {
- "hasLongTermMedication": true,
- "wasMedicationAdviceFormReceived": false,
- "lastDateOfTetanusInjection": "2018-01-01",
- "canOverCounterMedicineSalbutamol": false,
- "canOverCounterMedicineParacetamol": true,
- "canOverCounterMedicineIbuprofen": false,
- "canOverCounterMedicineAntihistamine": false,
- "ambulanceCoverProvider": "Random Australia",
- "medicareNumber": "4173158231/1",
- "medicareExpiryDate": null,
- "medicarePositionOnCard": "1",
- "privateMedicalFund": "None",
- "privateMedicalFundNumber": "",
- "privateMedicalFundExpiryDate": "1970-01-01",
- "hasParentAcknowledged": true,
- "areVaccinationsUpToDate": true,
- "hasMeaslesExclusion": false,
- "hasAmbulanceCover": false,
- "hasPrivateHospitalCover": false,
- "healthCareCardNumber": null
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-medical-misc/1"
}
}, - {
- "type": "personMedicalMisc",
- "id": "1",
- "attributes": {
- "hasLongTermMedication": true,
- "wasMedicationAdviceFormReceived": false,
- "lastDateOfTetanusInjection": "2018-01-01",
- "canOverCounterMedicineSalbutamol": false,
- "canOverCounterMedicineParacetamol": true,
- "canOverCounterMedicineIbuprofen": false,
- "canOverCounterMedicineAntihistamine": false,
- "ambulanceCoverProvider": "Random Australia",
- "medicareNumber": "4173158231/1",
- "medicareExpiryDate": null,
- "medicarePositionOnCard": "1",
- "privateMedicalFund": "None",
- "privateMedicalFundNumber": "",
- "privateMedicalFundExpiryDate": "1970-01-01",
- "hasParentAcknowledged": true,
- "areVaccinationsUpToDate": true,
- "hasMeaslesExclusion": false,
- "hasAmbulanceCover": false,
- "hasPrivateHospitalCover": false,
- "healthCareCardNumber": null
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-medical-misc/1"
}
}, - {
- "type": "personMedicalMisc",
- "id": "1",
- "attributes": {
- "hasLongTermMedication": true,
- "wasMedicationAdviceFormReceived": false,
- "lastDateOfTetanusInjection": "2018-01-01",
- "canOverCounterMedicineSalbutamol": false,
- "canOverCounterMedicineParacetamol": true,
- "canOverCounterMedicineIbuprofen": false,
- "canOverCounterMedicineAntihistamine": false,
- "ambulanceCoverProvider": "Random Australia",
- "medicareNumber": "4173158231/1",
- "medicareExpiryDate": null,
- "medicarePositionOnCard": "1",
- "privateMedicalFund": "None",
- "privateMedicalFundNumber": "",
- "privateMedicalFundExpiryDate": "1970-01-01",
- "hasParentAcknowledged": true,
- "areVaccinationsUpToDate": true,
- "hasMeaslesExclusion": false,
- "hasAmbulanceCover": false,
- "hasPrivateHospitalCover": false,
- "healthCareCardNumber": null
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-medical-misc/1"
}
}
]
}
Retrieves a single instance of personMedicalMisc
.
id required | number Number ID of the 'personMedicalMisc' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: person. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "personMedicalMisc",
- "id": "1",
- "attributes": {
- "hasLongTermMedication": true,
- "wasMedicationAdviceFormReceived": false,
- "lastDateOfTetanusInjection": "2018-01-01",
- "canOverCounterMedicineSalbutamol": false,
- "canOverCounterMedicineParacetamol": true,
- "canOverCounterMedicineIbuprofen": false,
- "canOverCounterMedicineAntihistamine": false,
- "ambulanceCoverProvider": "Random Australia",
- "medicareNumber": "4173158231/1",
- "medicareExpiryDate": null,
- "medicarePositionOnCard": "1",
- "privateMedicalFund": "None",
- "privateMedicalFundNumber": "",
- "privateMedicalFundExpiryDate": "1970-01-01",
- "hasParentAcknowledged": true,
- "areVaccinationsUpToDate": true,
- "hasMeaslesExclusion": false,
- "hasAmbulanceCover": false,
- "hasPrivateHospitalCover": false,
- "healthCareCardNumber": null
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-medical-misc/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "familyName": "string",
- "legalFamilyName": "string",
- "firstName": "string",
- "middleNames": "string",
- "preferredName": "string",
- "authorityForNameChange": "string",
- "nameType": "string",
- "dateOfNameChange": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "namedPerson": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A person's name other than the legal name.
Retrieves a page of instances of personName
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
personIds | string String Comma-separated list of 'namePerson' relation IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
nameTypes | string String Comma-separated list of 'nameTypes' attribute values to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "personName",
- "id": "1",
- "attributes": {
- "familyName": null,
- "legalFamilyName": null,
- "firstName": "Johnie",
- "middleNames": null,
- "preferredName": null,
- "authorityForNameChange": null,
- "nameType": "AKA",
- "dateOfNameChange": null
}, - "relationships": {
- "namedPerson": {
- "data": {
- "id": "2",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-name/1"
}
}, - {
- "type": "personName",
- "id": "1",
- "attributes": {
- "familyName": null,
- "legalFamilyName": null,
- "firstName": "Johnie",
- "middleNames": null,
- "preferredName": null,
- "authorityForNameChange": null,
- "nameType": "AKA",
- "dateOfNameChange": null
}, - "relationships": {
- "namedPerson": {
- "data": {
- "id": "2",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-name/1"
}
}, - {
- "type": "personName",
- "id": "1",
- "attributes": {
- "familyName": null,
- "legalFamilyName": null,
- "firstName": "Johnie",
- "middleNames": null,
- "preferredName": null,
- "authorityForNameChange": null,
- "nameType": "AKA",
- "dateOfNameChange": null
}, - "relationships": {
- "namedPerson": {
- "data": {
- "id": "2",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-name/1"
}
}
]
}
Retrieves a single instance of personName
.
id required | number Number ID of the 'personName' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "personName",
- "id": "1",
- "attributes": {
- "familyName": null,
- "legalFamilyName": null,
- "firstName": "Johnie",
- "middleNames": null,
- "preferredName": null,
- "authorityForNameChange": null,
- "nameType": "AKA",
- "dateOfNameChange": null
}, - "relationships": {
- "namedPerson": {
- "data": {
- "id": "2",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-name/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "number": "string",
- "country": "string",
- "countryCode": "string",
- "isPrimary": true,
- "issueDate": "string",
- "expiryDate": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "holder": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "name": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A person that a person holds
Creates a new personPassport
.
Payload has the following requirements:
And supports these models:
personPassport
number
→ String Passport number [example: "92983L-2"]
Value constraints:
Length must be between 255 and 1 characters, inclusivecountryCode
→ String Passport issuing country (code), must be one of Standard Australian Classification of Countries keys: http://specification.sifassociation.org/Implementation/AU/3.5.0/CodeSets.html#AUCodeSetsStandardAustralianClassificationOfCountriesSACCType [example: "3307"]
Value constraints:
Length must be between 255 and 1 characters, inclusiveisPrimary
→ Boolean Whether this is person's primary passport. It's possible to have multiple passports marked as primary, but ideally there should ever be only one. [example: FALSE]issueDate
→ Date (Y-m-d, eg. 2019-12-31) When the passport was issued [optional] [example: "2021-01-01"]expiryDate
→ Date (Y-m-d, eg. 2019-12-31) When the passport expires [optional] [example: "2021-01-02"]holder
→ [required] [single] expected type is person
. Passport holdername
→ [optional] [single] expected type is personName
. Name on the passportobject |
{- "data": {
- "type": "personPassport",
- "attributes": {
- "number": "92983L-2",
- "countryCode": "3307",
- "isPrimary": false,
- "issueDate": "2021-01-01",
- "expiryDate": "2021-01-02"
}, - "relationships": {
- "holder": {
- "data": {
- "id": 1,
- "type": "person"
}
}, - "name": {
- "data": {
- "id": 1,
- "type": "personName"
}
}
}
}
}
{- "data": {
- "type": "personPassport",
- "id": "0",
- "attributes": {
- "number": "92983L-2",
- "country": "Poland",
- "countryCode": "3307",
- "isPrimary": true,
- "issueDate": "2021-04-22",
- "expiryDate": "2031-04-22"
}, - "relationships": {
- "holder": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "name": {
- "data": {
- "id": "2",
- "type": "personName"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-passport/0"
}
}
}
Retrieves a page of instances of personPassport
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
personIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "personPassport",
- "id": "0",
- "attributes": {
- "number": "92983L-2",
- "country": "Poland",
- "countryCode": "3307",
- "isPrimary": true,
- "issueDate": "2021-04-22",
- "expiryDate": "2031-04-22"
}, - "relationships": {
- "holder": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "name": {
- "data": {
- "id": "2",
- "type": "personName"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-passport/0"
}
}, - {
- "type": "personPassport",
- "id": "0",
- "attributes": {
- "number": "92983L-2",
- "country": "Poland",
- "countryCode": "3307",
- "isPrimary": true,
- "issueDate": "2021-04-22",
- "expiryDate": "2031-04-22"
}, - "relationships": {
- "holder": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "name": {
- "data": {
- "id": "2",
- "type": "personName"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-passport/0"
}
}, - {
- "type": "personPassport",
- "id": "0",
- "attributes": {
- "number": "92983L-2",
- "country": "Poland",
- "countryCode": "3307",
- "isPrimary": true,
- "issueDate": "2021-04-22",
- "expiryDate": "2031-04-22"
}, - "relationships": {
- "holder": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "name": {
- "data": {
- "id": "2",
- "type": "personName"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-passport/0"
}
}
]
}
Retrieves a single instance of personPassport
.
id required | number Number ID of the 'personPassport' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "personPassport",
- "id": "0",
- "attributes": {
- "number": "92983L-2",
- "country": "Poland",
- "countryCode": "3307",
- "isPrimary": true,
- "issueDate": "2021-04-22",
- "expiryDate": "2031-04-22"
}, - "relationships": {
- "holder": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "name": {
- "data": {
- "id": "2",
- "type": "personName"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-passport/0"
}
}
}
Updates an existing personPassport
.
Payload has the following requirements:
And supports these models:
personPassport
number
→ String Passport number [example: "92983L-2"]
Value constraints:
Length must be between 255 and 1 characters, inclusivecountryCode
→ String Passport issuing country (code), must be one of Standard Australian Classification of Countries keys: http://specification.sifassociation.org/Implementation/AU/3.5.0/CodeSets.html#AUCodeSetsStandardAustralianClassificationOfCountriesSACCType [example: "3307"]
Value constraints:
Length must be between 255 and 1 characters, inclusiveisPrimary
→ Boolean Whether this is person's primary passport. It's possible to have multiple passports marked as primary, but ideally there should ever be only one. [example: FALSE]issueDate
→ Date (Y-m-d, eg. 2019-12-31) When the passport was issued [optional] [example: "2021-01-01"]expiryDate
→ Date (Y-m-d, eg. 2019-12-31) When the passport expires [optional] [example: "2021-01-02"]id required | number Number ID of the |
object |
{- "data": {
- "type": "personPassport",
- "id": 1,
- "attributes": {
- "number": "92983L-2",
- "countryCode": "3307",
- "isPrimary": false,
- "issueDate": "2021-01-01",
- "expiryDate": "2021-01-02"
}
}
}
{- "data": {
- "type": "personPassport",
- "id": "0",
- "attributes": {
- "number": "92983L-2",
- "country": "Poland",
- "countryCode": "3307",
- "isPrimary": true,
- "issueDate": "2021-04-22",
- "expiryDate": "2031-04-22"
}, - "relationships": {
- "holder": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "name": {
- "data": {
- "id": "2",
- "type": "personName"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-passport/0"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "number": "string",
- "extension": 0,
- "type": "string",
- "typeName": "string",
- "isListed": true,
- "canContact": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A person's phone number.
Creates a new personPhone
.
Payload has the following requirements:
And supports these models:
personPhone
number
→ String Phone number [example: "12345666"]
Value constraints:
Length must be between 255 and 1 characters, inclusiveextension
→ Number The extension part of the phone number [optional] [example: 12]type
→ String Type of this phone number. It's advisable to avoid one person having multiple phone numbers of the same type, but there is no server-side validation. [example: "0779"]
Value constraints:
Allowed values: "0350", "0359", "0400", "0370", "2364", "0779", "0777", "0478", "0096", "0486", "0888", "0437", "0426", "0448", "0889"isListed
→ Boolean If this phone number is listed publicly [optional] [example: TRUE]canContact
→ Boolean If the person can be contacted using this phone number. [example: TRUE]owner
→ [required] [single] expected type is person
. Person whose phone number it isobject |
{- "data": {
- "type": "personPhone",
- "attributes": {
- "number": "12345666",
- "extension": 12,
- "type": "0779",
- "isListed": true,
- "canContact": true
}, - "relationships": {
- "owner": {
- "data": {
- "id": 1,
- "type": "person"
}
}
}
}
}
{- "data": {
- "type": "personPhone",
- "id": "1",
- "attributes": {
- "number": "600 123 123",
- "extension": 48,
- "type": "0888",
- "typeName": "Mobile",
- "isListed": false,
- "canContact": true
}, - "relationships": {
- "owner": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-phone/1"
}
}
}
Retrieves a page of instances of personPhone
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "personPhone",
- "id": "1",
- "attributes": {
- "number": "600 123 123",
- "extension": 48,
- "type": "0888",
- "typeName": "Mobile",
- "isListed": false,
- "canContact": true
}, - "relationships": {
- "owner": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-phone/1"
}
}, - {
- "type": "personPhone",
- "id": "1",
- "attributes": {
- "number": "600 123 123",
- "extension": 48,
- "type": "0888",
- "typeName": "Mobile",
- "isListed": false,
- "canContact": true
}, - "relationships": {
- "owner": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-phone/1"
}
}, - {
- "type": "personPhone",
- "id": "1",
- "attributes": {
- "number": "600 123 123",
- "extension": 48,
- "type": "0888",
- "typeName": "Mobile",
- "isListed": false,
- "canContact": true
}, - "relationships": {
- "owner": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-phone/1"
}
}
]
}
Retrieves a single instance of personPhone
.
id required | number Number ID of the 'personPhone' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "personPhone",
- "id": "1",
- "attributes": {
- "number": "600 123 123",
- "extension": 48,
- "type": "0888",
- "typeName": "Mobile",
- "isListed": false,
- "canContact": true
}, - "relationships": {
- "owner": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-phone/1"
}
}
}
Updates an existing personPhone
.
Payload has the following requirements:
And supports these models:
personPhone
number
→ String Phone number [example: "12345666"]
Value constraints:
Length must be between 255 and 1 characters, inclusiveextension
→ Number The extension part of the phone number [optional] [example: 12]type
→ String Type of this phone number. It's advisable to avoid one person having multiple phone numbers of the same type, but there is no server-side validation. [example: "0779"]
Value constraints:
Allowed values: "0350", "0359", "0400", "0370", "2364", "0779", "0777", "0478", "0096", "0486", "0888", "0437", "0426", "0448", "0889"isListed
→ Boolean If this phone number is listed publicly [optional] [example: TRUE]canContact
→ Boolean If the person can be contacted using this phone number. [example: TRUE]id required | number Number ID of the |
object |
{- "data": {
- "type": "personPhone",
- "id": 1,
- "attributes": {
- "number": "12345666",
- "extension": 12,
- "type": "0779",
- "isListed": true,
- "canContact": true
}
}
}
{- "data": {
- "type": "personPhone",
- "id": "1",
- "attributes": {
- "number": "600 123 123",
- "extension": 48,
- "type": "0888",
- "typeName": "Mobile",
- "isListed": false,
- "canContact": true
}, - "relationships": {
- "owner": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-phone/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "number": "string",
- "extension": 0,
- "type": "string",
- "typeName": "string",
- "isListed": true,
- "canContact": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "createdAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "updatedAt": {
- "timestamp": 0,
- "iso8601": "string"
}
}, - "links": {
- "self": "string"
}, - "relationships": {
- "person": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "speciality": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A link assigning a speciality to a person.
Retrieves a page of instances of personSpecialityLink
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
personIds | string String Comma-separated list of |
specialityIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "personSpecialityLink",
- "id": "1",
- "attributes": {
- "createdAt": null,
- "updatedAt": null
}, - "relationships": {
- "person": {
- "data": {
- "id": "2",
- "type": "person"
}
}, - "speciality": {
- "data": {
- "id": "3",
- "type": "enrolmentSpeciality"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-speciality-link/1"
}
}, - {
- "type": "personSpecialityLink",
- "id": "1",
- "attributes": {
- "createdAt": null,
- "updatedAt": null
}, - "relationships": {
- "person": {
- "data": {
- "id": "2",
- "type": "person"
}
}, - "speciality": {
- "data": {
- "id": "3",
- "type": "enrolmentSpeciality"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-speciality-link/1"
}
}, - {
- "type": "personSpecialityLink",
- "id": "1",
- "attributes": {
- "createdAt": null,
- "updatedAt": null
}, - "relationships": {
- "person": {
- "data": {
- "id": "2",
- "type": "person"
}
}, - "speciality": {
- "data": {
- "id": "3",
- "type": "enrolmentSpeciality"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-speciality-link/1"
}
}
]
}
Retrieves a single instance of personSpecialityLink
.
id required | number Number ID of the 'personSpecialityLink' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "personSpecialityLink",
- "id": "1",
- "attributes": {
- "createdAt": null,
- "updatedAt": null
}, - "relationships": {
- "person": {
- "data": {
- "id": "2",
- "type": "person"
}
}, - "speciality": {
- "data": {
- "id": "3",
- "type": "enrolmentSpeciality"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-speciality-link/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "visaClass": "string",
- "visaSubClass": "string",
- "grantNumber": "string",
- "statisticalCode": "string",
- "issueDate": "string",
- "expiryDate": "string",
- "applicationDate": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "holder": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A visa that a person holds.
Creates a new personVisa
.
Payload has the following requirements:
And supports these models:
personVisa
visaClass
→ String Visa's class type, must be one of the values as available in Sentral's UI, the two letter code. [optional] [example: "AD"]
Value constraints:
Length must be between 255 and 1 characters, inclusivevisaSubClass
→ String Visa's subclass type, must be one of SIF-compliant values: http://specification.sifassociation.org/Implementation/AU/3.5.0/CodeSets.html#AUCodeSetsVisaSubClassType [example: "AD"]
Value constraints:
Length must be between 255 and 1 characters, inclusivegrantNumber
→ String Visa's grant number [example: "1448PS"]
Value constraints:
Length must be between 255 and 1 characters, inclusivestatisticalCode
→ String Visa's statistical code [example: "123123"]
Value constraints:
Length must be between 255 and 1 characters, inclusiveissueDate
→ Date (Y-m-d, eg. 2019-12-31) When the visa was issued [optional] [example: "2021-01-01"]expiryDate
→ Date (Y-m-d, eg. 2019-12-31) When the visa expires [optional] [example: "2021-01-02"]applicationDate
→ Date (Y-m-d, eg. 2019-12-31) When the visa was applied for [optional] [example: "2021-01-03"]holder
→ [required] [single] expected type is person
. Visa holderobject |
{- "data": {
- "type": "personVisa",
- "attributes": {
- "visaClass": "AD",
- "visaSubClass": "AD",
- "grantNumber": "1448PS",
- "statisticalCode": "123123",
- "issueDate": "2021-01-01",
- "expiryDate": "2021-01-02",
- "applicationDate": "2021-01-03"
}, - "relationships": {
- "holder": {
- "data": {
- "id": 1,
- "type": "person"
}
}
}
}
}
{- "data": {
- "type": "personVisa",
- "id": "0",
- "attributes": {
- "visaClass": "AD",
- "visaSubClass": "41",
- "grantNumber": "1448PS",
- "statisticalCode": "123123",
- "issueDate": "2021-04-22",
- "expiryDate": "2031-04-22",
- "applicationDate": "2021-02-28"
}, - "relationships": {
- "holder": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-visa/0"
}
}
}
Retrieves a page of instances of personVisa
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
personIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "personVisa",
- "id": "0",
- "attributes": {
- "visaClass": "AD",
- "visaSubClass": "41",
- "grantNumber": "1448PS",
- "statisticalCode": "123123",
- "issueDate": "2021-04-22",
- "expiryDate": "2031-04-22",
- "applicationDate": "2021-02-28"
}, - "relationships": {
- "holder": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-visa/0"
}
}, - {
- "type": "personVisa",
- "id": "0",
- "attributes": {
- "visaClass": "AD",
- "visaSubClass": "41",
- "grantNumber": "1448PS",
- "statisticalCode": "123123",
- "issueDate": "2021-04-22",
- "expiryDate": "2031-04-22",
- "applicationDate": "2021-02-28"
}, - "relationships": {
- "holder": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-visa/0"
}
}, - {
- "type": "personVisa",
- "id": "0",
- "attributes": {
- "visaClass": "AD",
- "visaSubClass": "41",
- "grantNumber": "1448PS",
- "statisticalCode": "123123",
- "issueDate": "2021-04-22",
- "expiryDate": "2031-04-22",
- "applicationDate": "2021-02-28"
}, - "relationships": {
- "holder": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-visa/0"
}
}
]
}
Retrieves a single instance of personVisa
.
id required | number Number ID of the 'personVisa' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "personVisa",
- "id": "0",
- "attributes": {
- "visaClass": "AD",
- "visaSubClass": "41",
- "grantNumber": "1448PS",
- "statisticalCode": "123123",
- "issueDate": "2021-04-22",
- "expiryDate": "2031-04-22",
- "applicationDate": "2021-02-28"
}, - "relationships": {
- "holder": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-visa/0"
}
}
}
Updates an existing personVisa
.
Payload has the following requirements:
And supports these models:
personVisa
visaClass
→ String Visa's class type, must be one of the values as available in Sentral's UI, the two letter code. [optional] [example: "AD"]
Value constraints:
Length must be between 255 and 1 characters, inclusivevisaSubClass
→ String Visa's subclass type, must be one of SIF-compliant values: http://specification.sifassociation.org/Implementation/AU/3.5.0/CodeSets.html#AUCodeSetsVisaSubClassType [example: "AD"]
Value constraints:
Length must be between 255 and 1 characters, inclusivegrantNumber
→ String Visa's grant number [example: "1448PS"]
Value constraints:
Length must be between 255 and 1 characters, inclusivestatisticalCode
→ String Visa's statistical code [example: "123123"]
Value constraints:
Length must be between 255 and 1 characters, inclusiveissueDate
→ Date (Y-m-d, eg. 2019-12-31) When the visa was issued [optional] [example: "2021-01-01"]expiryDate
→ Date (Y-m-d, eg. 2019-12-31) When the visa expires [optional] [example: "2021-01-02"]applicationDate
→ Date (Y-m-d, eg. 2019-12-31) When the visa was applied for [optional] [example: "2021-01-03"]id required | number Number ID of the |
object |
{- "data": {
- "type": "personVisa",
- "id": 1,
- "attributes": {
- "visaClass": "AD",
- "visaSubClass": "AD",
- "grantNumber": "1448PS",
- "statisticalCode": "123123",
- "issueDate": "2021-01-01",
- "expiryDate": "2021-01-02",
- "applicationDate": "2021-01-03"
}
}
}
{- "data": {
- "type": "personVisa",
- "id": "0",
- "attributes": {
- "visaClass": "AD",
- "visaSubClass": "41",
- "grantNumber": "1448PS",
- "statisticalCode": "123123",
- "issueDate": "2021-04-22",
- "expiryDate": "2031-04-22",
- "applicationDate": "2021-02-28"
}, - "relationships": {
- "holder": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/person-visa/0"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "dosage": "string",
- "type": "string",
- "details": "string",
- "isPrescribed": true,
- "isTakenAtSchool": true,
- "isLongTerm": true,
- "anticipatedStopDate": "string"
}, - "links": {
- "self": "string",
- "person": "string"
}, - "relationships": {
- "person": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "condition": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Information about a prescribed drug.
Retrieves a page of instances of prescribedMedication
.
include | string String Comma-separated list of relations to sideload. Allowed values are: person. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "prescribedMedication",
- "id": "1",
- "attributes": {
- "name": "Aspirin",
- "dosage": "Once a day, at 12AM",
- "type": null,
- "details": null,
- "isPrescribed": false,
- "isTakenAtSchool": false,
- "isLongTerm": false,
- "anticipatedStopDate": null
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/prescribed-medication/1",
- "person": "/v1/enrolments/person/1"
}
}, - {
- "type": "prescribedMedication",
- "id": "1",
- "attributes": {
- "name": "Aspirin",
- "dosage": "Once a day, at 12AM",
- "type": null,
- "details": null,
- "isPrescribed": false,
- "isTakenAtSchool": false,
- "isLongTerm": false,
- "anticipatedStopDate": null
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/prescribed-medication/1",
- "person": "/v1/enrolments/person/1"
}
}, - {
- "type": "prescribedMedication",
- "id": "1",
- "attributes": {
- "name": "Aspirin",
- "dosage": "Once a day, at 12AM",
- "type": null,
- "details": null,
- "isPrescribed": false,
- "isTakenAtSchool": false,
- "isLongTerm": false,
- "anticipatedStopDate": null
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/prescribed-medication/1",
- "person": "/v1/enrolments/person/1"
}
}
]
}
Retrieves a single instance of prescribedMedication
.
id required | number Number ID of the 'prescribedMedication' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: person. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "prescribedMedication",
- "id": "1",
- "attributes": {
- "name": "Aspirin",
- "dosage": "Once a day, at 12AM",
- "type": null,
- "details": null,
- "isPrescribed": false,
- "isTakenAtSchool": false,
- "isLongTerm": false,
- "anticipatedStopDate": null
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/enrolments/prescribed-medication/1",
- "person": "/v1/enrolments/person/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "isPastoralCare": true,
- "pastoral_care": true,
- "refId": "string",
- "createdAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "updatedAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "isActive": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "school": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "academicPeriod": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of rollclass
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
schoolIds | string String Comma-separated list of |
academicPeriodIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "rollclass",
- "id": "1",
- "attributes": {
- "name": "1A",
- "isPastoralCare": false,
- "pastoral_care": false,
- "refId": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "1",
- "type": "staff"
}
}, - "academicPeriod": {
- "data": {
- "id": "1",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/rollclass/1",
- "teacher": "/v1/enrolments/staff/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "rollclass",
- "id": "1",
- "attributes": {
- "name": "1A",
- "isPastoralCare": false,
- "pastoral_care": false,
- "refId": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "1",
- "type": "staff"
}
}, - "academicPeriod": {
- "data": {
- "id": "1",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/rollclass/1",
- "teacher": "/v1/enrolments/staff/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "rollclass",
- "id": "1",
- "attributes": {
- "name": "1A",
- "isPastoralCare": false,
- "pastoral_care": false,
- "refId": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "1",
- "type": "staff"
}
}, - "academicPeriod": {
- "data": {
- "id": "1",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/rollclass/1",
- "teacher": "/v1/enrolments/staff/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of rollclass
.
id required | number Number ID of the 'rollclass' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "rollclass",
- "id": "1",
- "attributes": {
- "name": "1A",
- "isPastoralCare": false,
- "pastoral_care": false,
- "refId": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "1",
- "type": "staff"
}
}, - "academicPeriod": {
- "data": {
- "id": "1",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/rollclass/1",
- "teacher": "/v1/enrolments/staff/1"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves a page of student
related to rollclass
via relation students
. Only active students with active enrollment will be included in the results.
id required | number Number ID of the 'rollclass', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: primaryEnrolment, person, activities, activityInstances, tenants, flags, flagLinks, contacts, holidays, specialNeedsPrograms, schoolHistory. [optional] [default: null] [example: "primaryEnrolment"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "schoolCode": "string",
- "sequence": 0,
- "isActive": true
}, - "links": {
- "self": "string",
- "tenant": "string"
}, - "relationships": {
- "tenant": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of school
.
include | string String Comma-separated list of relations to sideload. Allowed values are: tenant. [optional] [default: null] [example: "tenant"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
names | string String Comma-separated list of |
schoolCodes | string String Comma-separated list of |
{- "data": [
- {
- "type": "school",
- "id": "1",
- "attributes": {
- "name": "School 1",
- "schoolCode": "a7bd8e",
- "sequence": 1,
- "isActive": true
}, - "relationships": {
- "tenant": {
- "data": {
- "id": "1",
- "type": "tenant"
}, - "links": {
- "related": "/v1/enrolments/school/1/tenant"
}
}
}, - "links": {
- "self": "/v1/enrolments/school/1",
- "tenant": "/v1/enrolments/school/1/tenant"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "school",
- "id": "1",
- "attributes": {
- "name": "School 1",
- "schoolCode": "a7bd8e",
- "sequence": 1,
- "isActive": true
}, - "relationships": {
- "tenant": {
- "data": {
- "id": "1",
- "type": "tenant"
}, - "links": {
- "related": "/v1/enrolments/school/1/tenant"
}
}
}, - "links": {
- "self": "/v1/enrolments/school/1",
- "tenant": "/v1/enrolments/school/1/tenant"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "school",
- "id": "1",
- "attributes": {
- "name": "School 1",
- "schoolCode": "a7bd8e",
- "sequence": 1,
- "isActive": true
}, - "relationships": {
- "tenant": {
- "data": {
- "id": "1",
- "type": "tenant"
}, - "links": {
- "related": "/v1/enrolments/school/1/tenant"
}
}
}, - "links": {
- "self": "/v1/enrolments/school/1",
- "tenant": "/v1/enrolments/school/1/tenant"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of school
.
id required | number Number ID of the 'school' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: tenant. [optional] [default: null] [example: "tenant"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "school",
- "id": "1",
- "attributes": {
- "name": "School 1",
- "schoolCode": "a7bd8e",
- "sequence": 1,
- "isActive": true
}, - "relationships": {
- "tenant": {
- "data": {
- "id": "1",
- "type": "tenant"
}, - "links": {
- "related": "/v1/enrolments/school/1/tenant"
}
}
}, - "links": {
- "self": "/v1/enrolments/school/1",
- "tenant": "/v1/enrolments/school/1/tenant"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves a single instance of tenant
, the relation tenant
of school
.
id required | number Number ID of the 'school' which relation to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: schools. [optional] [default: null] [example: "schools"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "tenant",
- "id": "1",
- "attributes": {
- "name": "School 1 Tenant",
- "code": "a7bd8e",
- "region": "SA",
- "key": "14738a",
- "timezone": "Australia/Sydney",
- "provisioningStatus": null,
- "provisioningCompletedAt": null,
- "isActive": true
}, - "relationships": {
- "schools": {
- "links": {
- "related": "/v1/enterprise/tenant/1/schools"
}
}, - "termDates": {
- "links": {
- "related": "/v1/enterprise/tenant/1/term-dates"
}
}
}, - "links": {
- "self": "/v1/enterprise/tenant/1",
- "schools": "/v1/enterprise/tenant/1/schools"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "school": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "students": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A special needs program that a student can be a part of.
Retrieves a page of instances of specialNeedsProgram
.
include | string String Comma-separated list of relations to sideload. Allowed values are: students. [optional] [default: null] [example: "students"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
studentIds | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "specialNeedsProgram",
- "id": "1",
- "attributes": {
- "name": "Attendance Improvement"
}, - "relationships": {
- "school": {
- "data": {
- "id": "1",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/special-needs-program/1"
}
}, - {
- "type": "specialNeedsProgram",
- "id": "1",
- "attributes": {
- "name": "Attendance Improvement"
}, - "relationships": {
- "school": {
- "data": {
- "id": "1",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/special-needs-program/1"
}
}, - {
- "type": "specialNeedsProgram",
- "id": "1",
- "attributes": {
- "name": "Attendance Improvement"
}, - "relationships": {
- "school": {
- "data": {
- "id": "1",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/special-needs-program/1"
}
}
]
}
Retrieves a single instance of specialNeedsProgram
.
id required | number Number ID of the 'specialNeedsProgram' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: students. [optional] [default: null] [example: "students"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "specialNeedsProgram",
- "id": "1",
- "attributes": {
- "name": "Attendance Improvement"
}, - "relationships": {
- "school": {
- "data": {
- "id": "1",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/special-needs-program/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "staffCode": "string",
- "timetableCode": "string",
- "barcode": "string",
- "emergencyContactName": "string",
- "emergencyContactPhone": "string",
- "emergencyContactMobile": "string",
- "employmentStatus": "string",
- "employmentClassification": "string",
- "jobTitle": "string",
- "contractCommencementDate": "string",
- "contractExpiryDate": "string",
- "wWCCNumber": "string",
- "wWCCStatus": "string",
- "wWCCExpiryDate": "string",
- "codeOfConductDateSigned": "string",
- "socialNetworkingPolicyDateSigned": "string",
- "childProtectionPolicyDateSigned": "string",
- "iCTPolicyDateSigned": "string",
- "firstAidExpiryDate": "string",
- "resuscitationExpiryDate": "string",
- "publicLiabilityExpiryDate": "string",
- "aGSNumber": "string",
- "positionNumber": "string",
- "payRate": "string",
- "staffActivity": "string",
- "staffActivityCode": "string",
- "createdAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "updatedAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "isActive": true
}, - "links": {
- "self": "string",
- "person": "string",
- "absences": "string"
}, - "relationships": {
- "person": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "absences": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "qualifications": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "employments": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
A definition of a class in a timetable.
Creates a new staff record
Payload has the following requirements:
And supports these models:
staff
staffCode
→ String {DESCRIPTION-MISSING} [optional] [example: "2UMMO"]timetableCode
→ String {DESCRIPTION-MISSING} [optional] [example: "2UMMO"]barcode
→ String {DESCRIPTION-MISSING} [optional] [example: "ABC-abc-1234"]emergencyContactName
→ String Deprecated, no longer used. Name of the person who should be contacted in case of an emergency. [optional] [example: "John Smith"]emergencyContactPhone
→ String Deprecated, no longer used. Phone number of the person who should be contacted in case of an emergency. [optional] [example: "+61 7 7010 4537"]emergencyContactMobile
→ String Deprecated, no longer used. Mobile Phone number of the person who should be contacted in case of an emergency. [optional] [example: "0491 570 156"]employmentStatus
→ String Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Employment status of the staff member [optional] [example: "permanent"]
Value constraints:
Allowed values: "casual", "future", "left", "long_service_leave", "parental_leave", "pending", "permanent", "permanent_part_time", "temporary_full_time", "temporary_part_time", "volunteer", "contractor"employmentClassification
→ String Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Employment classification of the staff member [optional] [example: "teaching"]
Value constraints:
Allowed values: "teaching", "non_teaching"jobTitle
→ String Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Staff member's job title [optional] [example: "Biology Teacher"]contractCommencementDate
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when the staff's contract was started [optional] [example: "2019-01-01"]contractExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when the staff's contract will end [optional] [example: "2024-12-31"]wWCCNumber
→ String Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Working With Children Check clearance number. [optional] [example: "WWC0000000E"]wWCCStatus
→ String Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Working With Children Check clearance status. [optional] [example: NULL]wWCCExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Working With Children Check clearance expiry date. [optional] [example: "2024-01-01"]codeOfConductDateSigned
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when Code of Conduct was signed. [optional] [example: "2019-02-14"]socialNetworkingPolicyDateSigned
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when Social Networking Policy was signed. [optional] [example: "2019-03-02"]childProtectionPolicyDateSigned
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when Child Protection Policy was signed. [optional] [example: "2019-04-30"]iCTPolicyDateSigned
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when ICT Policy was signed. [optional] [example: "2019-05-22"]firstAidExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when First Aid certificate expires. [optional] [example: "2023-07-05"]resuscitationExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when Resiscitate certificate expires. [optional] [example: "2025-08-17"]publicLiabilityExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. [optional] [example: "2028-09-22"]aGSNumber
→ String Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. [optional] [example: NULL]person
→ [required] [single] expected type is person
. Person record for whom the staff record relates to.object |
{- "data": {
- "type": "staff",
- "attributes": {
- "staffCode": "2UMMO",
- "timetableCode": "2UMMO",
- "barcode": "ABC-abc-1234",
- "emergencyContactName": "John Smith",
- "emergencyContactPhone": "+61 7 7010 4537",
- "emergencyContactMobile": "0491 570 156",
- "employmentStatus": "permanent",
- "employmentClassification": "teaching",
- "jobTitle": "Biology Teacher",
- "contractCommencementDate": "2019-01-01",
- "contractExpiryDate": "2024-12-31",
- "wWCCNumber": "WWC0000000E",
- "wWCCStatus": null,
- "wWCCExpiryDate": "2024-01-01",
- "codeOfConductDateSigned": "2019-02-14",
- "socialNetworkingPolicyDateSigned": "2019-03-02",
- "childProtectionPolicyDateSigned": "2019-04-30",
- "iCTPolicyDateSigned": "2019-05-22",
- "firstAidExpiryDate": "2023-07-05",
- "resuscitationExpiryDate": "2025-08-17",
- "publicLiabilityExpiryDate": "2028-09-22",
- "aGSNumber": null
}, - "relationships": {
- "person": {
- "data": {
- "id": 1,
- "type": "person"
}
}
}
}
}
{- "data": {
- "type": "staff",
- "id": "1",
- "attributes": {
- "staffCode": "978020137962",
- "timetableCode": "978020137962",
- "barcode": "9031101",
- "emergencyContactName": "",
- "emergencyContactPhone": "",
- "emergencyContactMobile": "",
- "employmentStatus": 2,
- "employmentClassification": "teaching",
- "jobTitle": "Teacher",
- "contractCommencementDate": "2018-10-01",
- "contractExpiryDate": "2018-10-01",
- "wWCCNumber": "9031101",
- "wWCCStatus": null,
- "wWCCExpiryDate": "2018-10-01",
- "codeOfConductDateSigned": "2018-10-01",
- "socialNetworkingPolicyDateSigned": "2018-10-01",
- "childProtectionPolicyDateSigned": "2018-10-01",
- "iCTPolicyDateSigned": "2018-10-01",
- "firstAidExpiryDate": "2018-10-01",
- "resuscitationExpiryDate": "2018-10-01",
- "publicLiabilityExpiryDate": "2018-10-01",
- "aGSNumber": "978020137962",
- "positionNumber": null,
- "payRate": null,
- "staffActivity": "Speech Therapist",
- "staffActivityCode": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "person": {
- "links": {
- "related": "/v1/enrolments/staff/1/person"
}
}, - "absences": {
- "links": {
- "related": "/v1/enrolments/staff/1/absences"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff/1",
- "person": "/v1/enrolments/staff/1/person",
- "absences": "/v1/enrolments/staff/1/absences"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves a page of instances of staff
.
include | string String Comma-separated list of relations to sideload. Allowed values are: person, qualifications, employments. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
barcodes | string String Comma-separated list of barcodes to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
staffCodes | string String Comma-separated list of staffCodes to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
refIds | string String Comma-separated list of refIds to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
contactCodes | string String Comma-separated list of contactCodes to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
externalIds | string String Comma-separated list of externalIds to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "staff",
- "id": "1",
- "attributes": {
- "staffCode": "978020137962",
- "timetableCode": "978020137962",
- "barcode": "9031101",
- "emergencyContactName": "",
- "emergencyContactPhone": "",
- "emergencyContactMobile": "",
- "employmentStatus": 2,
- "employmentClassification": "teaching",
- "jobTitle": "Teacher",
- "contractCommencementDate": "2018-10-01",
- "contractExpiryDate": "2018-10-01",
- "wWCCNumber": "9031101",
- "wWCCStatus": null,
- "wWCCExpiryDate": "2018-10-01",
- "codeOfConductDateSigned": "2018-10-01",
- "socialNetworkingPolicyDateSigned": "2018-10-01",
- "childProtectionPolicyDateSigned": "2018-10-01",
- "iCTPolicyDateSigned": "2018-10-01",
- "firstAidExpiryDate": "2018-10-01",
- "resuscitationExpiryDate": "2018-10-01",
- "publicLiabilityExpiryDate": "2018-10-01",
- "aGSNumber": "978020137962",
- "positionNumber": null,
- "payRate": null,
- "staffActivity": "Speech Therapist",
- "staffActivityCode": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "person": {
- "links": {
- "related": "/v1/enrolments/staff/1/person"
}
}, - "absences": {
- "links": {
- "related": "/v1/enrolments/staff/1/absences"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff/1",
- "person": "/v1/enrolments/staff/1/person",
- "absences": "/v1/enrolments/staff/1/absences"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "staff",
- "id": "1",
- "attributes": {
- "staffCode": "978020137962",
- "timetableCode": "978020137962",
- "barcode": "9031101",
- "emergencyContactName": "",
- "emergencyContactPhone": "",
- "emergencyContactMobile": "",
- "employmentStatus": 2,
- "employmentClassification": "teaching",
- "jobTitle": "Teacher",
- "contractCommencementDate": "2018-10-01",
- "contractExpiryDate": "2018-10-01",
- "wWCCNumber": "9031101",
- "wWCCStatus": null,
- "wWCCExpiryDate": "2018-10-01",
- "codeOfConductDateSigned": "2018-10-01",
- "socialNetworkingPolicyDateSigned": "2018-10-01",
- "childProtectionPolicyDateSigned": "2018-10-01",
- "iCTPolicyDateSigned": "2018-10-01",
- "firstAidExpiryDate": "2018-10-01",
- "resuscitationExpiryDate": "2018-10-01",
- "publicLiabilityExpiryDate": "2018-10-01",
- "aGSNumber": "978020137962",
- "positionNumber": null,
- "payRate": null,
- "staffActivity": "Speech Therapist",
- "staffActivityCode": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "person": {
- "links": {
- "related": "/v1/enrolments/staff/1/person"
}
}, - "absences": {
- "links": {
- "related": "/v1/enrolments/staff/1/absences"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff/1",
- "person": "/v1/enrolments/staff/1/person",
- "absences": "/v1/enrolments/staff/1/absences"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "staff",
- "id": "1",
- "attributes": {
- "staffCode": "978020137962",
- "timetableCode": "978020137962",
- "barcode": "9031101",
- "emergencyContactName": "",
- "emergencyContactPhone": "",
- "emergencyContactMobile": "",
- "employmentStatus": 2,
- "employmentClassification": "teaching",
- "jobTitle": "Teacher",
- "contractCommencementDate": "2018-10-01",
- "contractExpiryDate": "2018-10-01",
- "wWCCNumber": "9031101",
- "wWCCStatus": null,
- "wWCCExpiryDate": "2018-10-01",
- "codeOfConductDateSigned": "2018-10-01",
- "socialNetworkingPolicyDateSigned": "2018-10-01",
- "childProtectionPolicyDateSigned": "2018-10-01",
- "iCTPolicyDateSigned": "2018-10-01",
- "firstAidExpiryDate": "2018-10-01",
- "resuscitationExpiryDate": "2018-10-01",
- "publicLiabilityExpiryDate": "2018-10-01",
- "aGSNumber": "978020137962",
- "positionNumber": null,
- "payRate": null,
- "staffActivity": "Speech Therapist",
- "staffActivityCode": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "person": {
- "links": {
- "related": "/v1/enrolments/staff/1/person"
}
}, - "absences": {
- "links": {
- "related": "/v1/enrolments/staff/1/absences"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff/1",
- "person": "/v1/enrolments/staff/1/person",
- "absences": "/v1/enrolments/staff/1/absences"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of staff
.
id required | number Number ID of the 'staff' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: person, qualifications, employments. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "staff",
- "id": "1",
- "attributes": {
- "staffCode": "978020137962",
- "timetableCode": "978020137962",
- "barcode": "9031101",
- "emergencyContactName": "",
- "emergencyContactPhone": "",
- "emergencyContactMobile": "",
- "employmentStatus": 2,
- "employmentClassification": "teaching",
- "jobTitle": "Teacher",
- "contractCommencementDate": "2018-10-01",
- "contractExpiryDate": "2018-10-01",
- "wWCCNumber": "9031101",
- "wWCCStatus": null,
- "wWCCExpiryDate": "2018-10-01",
- "codeOfConductDateSigned": "2018-10-01",
- "socialNetworkingPolicyDateSigned": "2018-10-01",
- "childProtectionPolicyDateSigned": "2018-10-01",
- "iCTPolicyDateSigned": "2018-10-01",
- "firstAidExpiryDate": "2018-10-01",
- "resuscitationExpiryDate": "2018-10-01",
- "publicLiabilityExpiryDate": "2018-10-01",
- "aGSNumber": "978020137962",
- "positionNumber": null,
- "payRate": null,
- "staffActivity": "Speech Therapist",
- "staffActivityCode": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "person": {
- "links": {
- "related": "/v1/enrolments/staff/1/person"
}
}, - "absences": {
- "links": {
- "related": "/v1/enrolments/staff/1/absences"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff/1",
- "person": "/v1/enrolments/staff/1/person",
- "absences": "/v1/enrolments/staff/1/absences"
}, - "meta": {
- "deletedDate": null
}
}
}
Updates an existing staff record
Payload has the following requirements:
And supports these models:
staff
staffCode
→ String {DESCRIPTION-MISSING} [optional] [example: "2UMMO"]timetableCode
→ String {DESCRIPTION-MISSING} [optional] [example: "2UMMO"]barcode
→ String {DESCRIPTION-MISSING} [optional] [example: "ABC-abc-1234"]emergencyContactName
→ String Deprecated, no longer used. Name of the person who should be contacted in case of an emergency. [optional] [example: "John Smith"]emergencyContactPhone
→ String Deprecated, no longer used. Phone number of the person who should be contacted in case of an emergency. [optional] [example: "+61 7 7010 4537"]emergencyContactMobile
→ String Deprecated, no longer used. Mobile Phone number of the person who should be contacted in case of an emergency. [optional] [example: "0491 570 156"]employmentStatus
→ String Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Employment status of the staff member [optional] [example: "permanent"]
Value constraints:
Allowed values: "casual", "future", "left", "long_service_leave", "parental_leave", "pending", "permanent", "permanent_part_time", "temporary_full_time", "temporary_part_time", "volunteer", "contractor"employmentClassification
→ String Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Employment classification of the staff member [optional] [example: "teaching"]
Value constraints:
Allowed values: "teaching", "non_teaching"jobTitle
→ String Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Staff member's job title [optional] [example: "Biology Teacher"]contractCommencementDate
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when the staff's contract was started [optional] [example: "2019-01-01"]contractExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when the staff's contract will end [optional] [example: "2024-12-31"]wWCCNumber
→ String Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Working With Children Check clearance number. [optional] [example: "WWC0000000E"]wWCCStatus
→ String Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Working With Children Check clearance status. [optional] [example: NULL]wWCCExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Working With Children Check clearance expiry date. [optional] [example: "2024-01-01"]codeOfConductDateSigned
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when Code of Conduct was signed. [optional] [example: "2019-02-14"]socialNetworkingPolicyDateSigned
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when Social Networking Policy was signed. [optional] [example: "2019-03-02"]childProtectionPolicyDateSigned
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when Child Protection Policy was signed. [optional] [example: "2019-04-30"]iCTPolicyDateSigned
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when ICT Policy was signed. [optional] [example: "2019-05-22"]firstAidExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when First Aid certificate expires. [optional] [example: "2023-07-05"]resuscitationExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when Resiscitate certificate expires. [optional] [example: "2025-08-17"]publicLiabilityExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. [optional] [example: "2028-09-22"]aGSNumber
→ String Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. [optional] [example: NULL]id required | number Number ID of the |
object |
{- "data": {
- "type": "staff",
- "id": 1,
- "attributes": {
- "staffCode": "2UMMO",
- "timetableCode": "2UMMO",
- "barcode": "ABC-abc-1234",
- "emergencyContactName": "John Smith",
- "emergencyContactPhone": "+61 7 7010 4537",
- "emergencyContactMobile": "0491 570 156",
- "employmentStatus": "permanent",
- "employmentClassification": "teaching",
- "jobTitle": "Biology Teacher",
- "contractCommencementDate": "2019-01-01",
- "contractExpiryDate": "2024-12-31",
- "wWCCNumber": "WWC0000000E",
- "wWCCStatus": null,
- "wWCCExpiryDate": "2024-01-01",
- "codeOfConductDateSigned": "2019-02-14",
- "socialNetworkingPolicyDateSigned": "2019-03-02",
- "childProtectionPolicyDateSigned": "2019-04-30",
- "iCTPolicyDateSigned": "2019-05-22",
- "firstAidExpiryDate": "2023-07-05",
- "resuscitationExpiryDate": "2025-08-17",
- "publicLiabilityExpiryDate": "2028-09-22",
- "aGSNumber": null
}
}
}
{- "data": {
- "type": "staff",
- "id": "1",
- "attributes": {
- "staffCode": "978020137962",
- "timetableCode": "978020137962",
- "barcode": "9031101",
- "emergencyContactName": "",
- "emergencyContactPhone": "",
- "emergencyContactMobile": "",
- "employmentStatus": 2,
- "employmentClassification": "teaching",
- "jobTitle": "Teacher",
- "contractCommencementDate": "2018-10-01",
- "contractExpiryDate": "2018-10-01",
- "wWCCNumber": "9031101",
- "wWCCStatus": null,
- "wWCCExpiryDate": "2018-10-01",
- "codeOfConductDateSigned": "2018-10-01",
- "socialNetworkingPolicyDateSigned": "2018-10-01",
- "childProtectionPolicyDateSigned": "2018-10-01",
- "iCTPolicyDateSigned": "2018-10-01",
- "firstAidExpiryDate": "2018-10-01",
- "resuscitationExpiryDate": "2018-10-01",
- "publicLiabilityExpiryDate": "2018-10-01",
- "aGSNumber": "978020137962",
- "positionNumber": null,
- "payRate": null,
- "staffActivity": "Speech Therapist",
- "staffActivityCode": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "person": {
- "links": {
- "related": "/v1/enrolments/staff/1/person"
}
}, - "absences": {
- "links": {
- "related": "/v1/enrolments/staff/1/absences"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff/1",
- "person": "/v1/enrolments/staff/1/person",
- "absences": "/v1/enrolments/staff/1/absences"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves a page of staffAbsence
related to staff
via relation absences
.
id required | number Number ID of the 'staff', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "staffAbsence",
- "id": "1",
- "attributes": {
- "type": "whole",
- "startDate": "2018-02-01",
- "endDate": "2025-03-21",
- "startTime": "08:00:00",
- "endTime": null,
- "leaveType": "Sickness",
- "reason": null,
- "notes": null,
- "hasReceivedMedicalCertificate": false,
- "externalSource": null,
- "externalId": null,
- "isApproved": true
}, - "relationships": {
- "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}, - "leaveType": {
- "data": {
- "id": "1",
- "type": "staffAbsenceLeaveType"
}
}
}, - "links": {
- "self": "/v1/staff/absence/1"
}
}, - {
- "type": "staffAbsence",
- "id": "1",
- "attributes": {
- "type": "whole",
- "startDate": "2018-02-01",
- "endDate": "2025-03-21",
- "startTime": "08:00:00",
- "endTime": null,
- "leaveType": "Sickness",
- "reason": null,
- "notes": null,
- "hasReceivedMedicalCertificate": false,
- "externalSource": null,
- "externalId": null,
- "isApproved": true
}, - "relationships": {
- "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}, - "leaveType": {
- "data": {
- "id": "1",
- "type": "staffAbsenceLeaveType"
}
}
}, - "links": {
- "self": "/v1/staff/absence/1"
}
}, - {
- "type": "staffAbsence",
- "id": "1",
- "attributes": {
- "type": "whole",
- "startDate": "2018-02-01",
- "endDate": "2025-03-21",
- "startTime": "08:00:00",
- "endTime": null,
- "leaveType": "Sickness",
- "reason": null,
- "notes": null,
- "hasReceivedMedicalCertificate": false,
- "externalSource": null,
- "externalId": null,
- "isApproved": true
}, - "relationships": {
- "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}, - "leaveType": {
- "data": {
- "id": "1",
- "type": "staffAbsenceLeaveType"
}
}
}, - "links": {
- "self": "/v1/staff/absence/1"
}
}
]
}
Retrieves a single instance of person
, the relation relatedPerson
of staff
.
id required | number Number ID of the 'staff' which relation to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: primaryHousehold, studentPrimaryEnrolment, staff, student, contactDetails, otherHouseholds, studentContacts, studentTenants, prescribedMedication, emails, phoneNumbers, givenConsents, givenConsentLinks, emergencyContactLinks, abilities, additionalFields. [optional] [default: null] [example: "primaryHousehold"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "person",
- "id": "1",
- "attributes": {
- "externalId": null,
- "refId": null,
- "contactCode": null,
- "name": "John",
- "surname": "Doe",
- "firstName": "John",
- "middleNames": "Franz Stephen",
- "lastName": "Doe",
- "legalLastName": null,
- "preferredName": null,
- "email": "john.doe@example.com",
- "title": null,
- "givenNames": "Franz Stephen",
- "gender": "Other",
- "genderDescription": null,
- "genderCode": "Other",
- "dateOfBirth": null,
- "dateOfDeath": null,
- "crn": null,
- "otherLanguage": null,
- "otherLanguageCode": null,
- "languageSpokenAtHome": null,
- "languageSpokenAtHomeCode": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "indigenousStatusCode": null,
- "nationality": null,
- "nationalityCode": null,
- "countryOfCitizenship": null,
- "countryOfCitizenshipCode": null,
- "ethnicGroup": "Creole, so described",
- "ethnicGroupCode": "0906",
- "religion": null,
- "religionCode": null,
- "countryOfBirth": null,
- "countryOfBirthCode": null,
- "placeOfBirth": null,
- "residentialStatus": "Permanent Humanitarian Visa",
- "residentialStatusCode": 8,
- "isDeceased": false,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryHousehold": {
- "links": {
- "related": "/v1/enrolments/person/1/primary-household"
}
}, - "staff": {
- "links": {
- "related": "/v1/enrolments/person/1/staff"
}
}, - "student": {
- "links": {
- "related": "/v1/enrolments/person/1/student"
}
}, - "contactDetails": {
- "links": {
- "related": "/v1/enrolments/person/1/person-contact-details"
}
}, - "otherHouseholds": {
- "links": {
- "related": "/v1/enrolments/person/1/other-households"
}
}, - "studentContacts": {
- "links": {
- "related": "/v1/enrolments/person/1/student-contacts"
}
}, - "medicalSummary": {
- "links": {
- "related": "/v1/enrolments/person/1/medical-summary"
}
}, - "medicalConditions": {
- "links": {
- "related": "/v1/enrolments/person/1/medical-conditions"
}
}, - "prescribedMedication": {
- "links": {
- "related": "/v1/enrolments/person/1/prescribed-medications"
}
}, - "doctors": {
- "links": {
- "related": "/v1/enrolments/person/1/doctors"
}
}, - "associatedStudents": {
- "links": {
- "related": "/v1/enrolments/person/1/associated-students"
}
}, - "givenConsents": {
- "links": {
- "related": "/v1/enrolments/person/1/given-consents"
}
}, - "givenConsentLinks": {
- "links": {
- "related": "/v1/enrolments/person/1/given-consent-links"
}
}
}, - "links": {
- "self": "/v1/enrolments/person/1",
- "primaryHousehold": "/v1/enrolments/person/1/primary-household",
- "otherHouseholds": "/v1/enrolments/person/1/other-households",
- "staff": "/v1/enrolments/person/1/staff",
- "student": "/v1/enrolments/person/1/student",
- "studentContacts": "/v1/enrolments/person/1/student-contacts",
- "associatedStudents": "/v1/enrolments/person/1/associated-students",
- "medicalSummary": "/v1/enrolments/person/1/medical-summary",
- "medicalConditions": "/v1/enrolments/person/1/medical-conditions",
- "prescribedMedications": "/v1/enrolments/person/1/prescribed-medications",
- "doctors": "/v1/enrolments/person/1/doctors"
}, - "meta": {
- "deletedDate": null
}
}
}
Returns the photo of a given staff. Allowed dimensions are: 50x50, 100x100, 250x250, 500x500. If provided dimensions don't match it'll return the next closest dimension available.
id required | string String ID of the staff whose photo to retrieve. Also supports |
width | number Number Width of the returned photo, must be between 1 and 1500, defaults to 256. If not one of the allowed dimensions it will select the next closest available option. [optional] [default: 256] Value constraints: Minimum value: 1 [inclusive] Maximum value: 1500 [inclusive] |
height | number Number Height of the returned photo, must be between 1 and 1500, defaults to 256. If not one of the allowed dimensions it will select the next closest available option. [optional] [default: 256] Value constraints: Minimum value: 1 [inclusive] Maximum value: 1500 [inclusive] |
Retrieves all of staffQualification
related to staff
via relation qualifications
.
id required | number Number ID of the 'staff', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "staffQualification",
- "id": "0",
- "attributes": {
- "qualification": null,
- "type": null,
- "from": null,
- "aitslTeacherAccreditationLevel": null,
- "nextAitslTeacherAccreditationLevel": null,
- "dateAchieved": "2018-01-01",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/staff-qualification/0"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "staffQualification",
- "id": "0",
- "attributes": {
- "qualification": null,
- "type": null,
- "from": null,
- "aitslTeacherAccreditationLevel": null,
- "nextAitslTeacherAccreditationLevel": null,
- "dateAchieved": "2018-01-01",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/staff-qualification/0"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "staffQualification",
- "id": "0",
- "attributes": {
- "qualification": null,
- "type": null,
- "from": null,
- "aitslTeacherAccreditationLevel": null,
- "nextAitslTeacherAccreditationLevel": null,
- "dateAchieved": "2018-01-01",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/staff-qualification/0"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves all instances of timetableLesson.
id required | number Number ID of the |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
fromDate | string Date (Y-m-d, eg. 2019-12-31) Date from which to retrieve timetable lessons, inclusive range. When not specified it defaults to today. [optional] [default: Today] |
toDate | string Date (Y-m-d, eg. 2019-12-31) Date to which to retrieve timetable lessons, inclusive range. When not specified it uses |
{- "data": [
- {
- "type": "timetableLesson",
- "id": "1-20180101",
- "attributes": {
- "className": null,
- "subject": "Biology",
- "roomName": null,
- "teacherName": "Jane McDoe, John Seagull",
- "teacherIds": [
- 1,
- 2
], - "date": "2018-01-01",
- "dayName": null,
- "dayOrder": 0,
- "periodName": null,
- "periodOrder": 0,
- "startTime": "08:00:00",
- "endTime": "08:00:00",
- "colour": "#FFFFFF",
- "classType": null,
}
}, - {
- "type": "timetableLesson",
- "id": "1-20180101",
- "attributes": {
- "className": null,
- "subject": "Biology",
- "roomName": null,
- "teacherName": "Jane McDoe, John Seagull",
- "teacherIds": [
- 1,
- 2
], - "date": "2018-01-01",
- "dayName": null,
- "dayOrder": 0,
- "periodName": null,
- "periodOrder": 0,
- "startTime": "08:00:00",
- "endTime": "08:00:00",
- "colour": "#FFFFFF",
- "classType": null,
}
}, - {
- "type": "timetableLesson",
- "id": "1-20180101",
- "attributes": {
- "className": null,
- "subject": "Biology",
- "roomName": null,
- "teacherName": "Jane McDoe, John Seagull",
- "teacherIds": [
- 1,
- 2
], - "date": "2018-01-01",
- "dayName": null,
- "dayOrder": 0,
- "periodName": null,
- "periodOrder": 0,
- "startTime": "08:00:00",
- "endTime": "08:00:00",
- "colour": "#FFFFFF",
- "classType": null,
}
}
]
}
Retrieves all instances of timetableLesson.
id required | number Number ID of the |
date required | string Date (Y-m-d, eg. 2019-12-31) Date for which the timetable should be retrieved. |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "timetableLesson",
- "id": "1-20180101",
- "attributes": {
- "className": null,
- "subject": "Biology",
- "roomName": null,
- "teacherName": "Jane McDoe, John Seagull",
- "teacherIds": [
- 1,
- 2
], - "date": "2018-01-01",
- "dayName": null,
- "dayOrder": 0,
- "periodName": null,
- "periodOrder": 0,
- "startTime": "08:00:00",
- "endTime": "08:00:00",
- "colour": "#FFFFFF",
- "classType": null,
}
}, - {
- "type": "timetableLesson",
- "id": "1-20180101",
- "attributes": {
- "className": null,
- "subject": "Biology",
- "roomName": null,
- "teacherName": "Jane McDoe, John Seagull",
- "teacherIds": [
- 1,
- 2
], - "date": "2018-01-01",
- "dayName": null,
- "dayOrder": 0,
- "periodName": null,
- "periodOrder": 0,
- "startTime": "08:00:00",
- "endTime": "08:00:00",
- "colour": "#FFFFFF",
- "classType": null,
}
}, - {
- "type": "timetableLesson",
- "id": "1-20180101",
- "attributes": {
- "className": null,
- "subject": "Biology",
- "roomName": null,
- "teacherName": "Jane McDoe, John Seagull",
- "teacherIds": [
- 1,
- 2
], - "date": "2018-01-01",
- "dayName": null,
- "dayOrder": 0,
- "periodName": null,
- "periodOrder": 0,
- "startTime": "08:00:00",
- "endTime": "08:00:00",
- "colour": "#FFFFFF",
- "classType": null,
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "make": "string",
- "model": "string",
- "colour": "string",
- "insurer": "string",
- "numberPlate": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "staff": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A staff member's car details
Creates a new staffCar record
Payload has the following requirements:
And supports these models:
staffCar
model
→ String The model of the car [optional] [example: "CarModel"]
Value constraints:
Length must be between 255 and 0 characters, inclusivemake
→ String The make of the car [optional] [example: "CarMake"]
Value constraints:
Length must be between 255 and 0 characters, inclusivecolour
→ String The colour of the car [optional] [example: "CarColour"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveinsurer
→ String The insurer of the car [optional] [example: "CarInsurer"]
Value constraints:
Length must be between 255 and 0 characters, inclusivenumberPlate
→ String The number plate of the car [optional] [example: "CarNumber"]
Value constraints:
Length must be between 12 and 0 characters, inclusivestaff
→ [required] [single] expected type is staff
. Staff member who has the car.object |
{- "data": {
- "type": "staffCar",
- "attributes": {
- "model": "CarModel",
- "make": "CarMake",
- "colour": "CarColour",
- "insurer": "CarInsurer",
- "numberPlate": "CarNumber"
}, - "relationships": {
- "staff": {
- "data": {
- "id": 1,
- "type": "staff"
}
}
}
}
}
{- "data": {
- "type": "staffCar",
- "id": "1",
- "attributes": {
- "make": "CarMake",
- "model": "CarModel",
- "colour": "CarColour",
- "insurer": "CarInsurer",
- "numberPlate": "CarNumber"
}, - "relationships": {
- "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff-car/1"
}
}
}
Retrieves a page of instances of staffCar
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "staffCar",
- "id": "1",
- "attributes": {
- "make": "CarMake",
- "model": "CarModel",
- "colour": "CarColour",
- "insurer": "CarInsurer",
- "numberPlate": "CarNumber"
}, - "relationships": {
- "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff-car/1"
}
}, - {
- "type": "staffCar",
- "id": "1",
- "attributes": {
- "make": "CarMake",
- "model": "CarModel",
- "colour": "CarColour",
- "insurer": "CarInsurer",
- "numberPlate": "CarNumber"
}, - "relationships": {
- "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff-car/1"
}
}, - {
- "type": "staffCar",
- "id": "1",
- "attributes": {
- "make": "CarMake",
- "model": "CarModel",
- "colour": "CarColour",
- "insurer": "CarInsurer",
- "numberPlate": "CarNumber"
}, - "relationships": {
- "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff-car/1"
}
}
]
}
Retrieves a single instance of staffCar
.
id required | number Number ID of the 'staffCar' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "staffCar",
- "id": "1",
- "attributes": {
- "make": "CarMake",
- "model": "CarModel",
- "colour": "CarColour",
- "insurer": "CarInsurer",
- "numberPlate": "CarNumber"
}, - "relationships": {
- "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff-car/1"
}
}
}
Updates an existing staffCar record
Payload has the following requirements:
And supports these models:
staffCar
model
→ String The model of the car [optional] [example: "CarModel"]
Value constraints:
Length must be between 255 and 0 characters, inclusivemake
→ String The make of the car [optional] [example: "CarMake"]
Value constraints:
Length must be between 255 and 0 characters, inclusivecolour
→ String The colour of the car [optional] [example: "CarColour"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveinsurer
→ String The insurer of the car [optional] [example: "CarInsurer"]
Value constraints:
Length must be between 255 and 0 characters, inclusivenumberPlate
→ String The number plate of the car [optional] [example: "CarNumber"]
Value constraints:
Length must be between 12 and 0 characters, inclusiveid required | number Number ID of the |
object |
{- "data": {
- "type": "staffCar",
- "id": 1,
- "attributes": {
- "model": "CarModel",
- "make": "CarMake",
- "colour": "CarColour",
- "insurer": "CarInsurer",
- "numberPlate": "CarNumber"
}
}
}
{- "data": {
- "type": "staffCar",
- "id": "1",
- "attributes": {
- "make": "CarMake",
- "model": "CarModel",
- "colour": "CarColour",
- "insurer": "CarInsurer",
- "numberPlate": "CarNumber"
}, - "relationships": {
- "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff-car/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "fileName": "string",
- "isConfidential": true
}, - "links": {
- "self": "string",
- "file": "string"
}, - "relationships": {
- "category": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "staff": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Class of a given subject.
Retrieves a page of instances of staffDocument
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of Ids to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
staffIds | string String Comma-separated list of staff Ids to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "staffDocument",
- "id": "1",
- "attributes": {
- "fileName": null,
- "isConfidential": true
}, - "relationships": {
- "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff-document/1",
- "file": "/v1/enrolments/staff-document/1/file"
}
}, - {
- "type": "staffDocument",
- "id": "1",
- "attributes": {
- "fileName": null,
- "isConfidential": true
}, - "relationships": {
- "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff-document/1",
- "file": "/v1/enrolments/staff-document/1/file"
}
}, - {
- "type": "staffDocument",
- "id": "1",
- "attributes": {
- "fileName": null,
- "isConfidential": true
}, - "relationships": {
- "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff-document/1",
- "file": "/v1/enrolments/staff-document/1/file"
}
}
]
}
Retrieves a single instance of staffDocument
.
id required | number Number ID of the 'staffDocument' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "staffDocument",
- "id": "1",
- "attributes": {
- "fileName": null,
- "isConfidential": true
}, - "relationships": {
- "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff-document/1",
- "file": "/v1/enrolments/staff-document/1/file"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string"
}, - "links": {
- "self": "string"
}
}
Category of staff documents.
Retrieves a page of instances of staffDocumentCategory
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of Ids to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "staffDocumentCategory",
- "id": "1",
- "attributes": {
- "name": "Staff documents"
}, - "links": {
- "self": "/v1/enrolments/staff-document-category/1"
}
}, - {
- "type": "staffDocumentCategory",
- "id": "1",
- "attributes": {
- "name": "Staff documents"
}, - "links": {
- "self": "/v1/enrolments/staff-document-category/1"
}
}, - {
- "type": "staffDocumentCategory",
- "id": "1",
- "attributes": {
- "name": "Staff documents"
}, - "links": {
- "self": "/v1/enrolments/staff-document-category/1"
}
}
]
}
Retrieves a single instance of staffDocumentCategory
.
id required | number Number ID of the 'staffDocumentCategory' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "staffDocumentCategory",
- "id": "1",
- "attributes": {
- "name": "Staff documents"
}, - "links": {
- "self": "/v1/enrolments/staff-document-category/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "role": "string",
- "jobTitle": "string",
- "employmentStatus": "string",
- "employmentClassification": "string",
- "contractCommencementDate": "string",
- "contractExpiryDate": "string",
- "areQualificationsProvided": true,
- "isWWCCCompleted": true,
- "wWCCNumber": "string",
- "wWCCType": "string",
- "wWCCStatus": "string",
- "wWCCResultDate": "string",
- "wWCCExpiryDate": "string",
- "codeOfConductDateSigned": "string",
- "socialNetworkingPolicyDateSigned": "string",
- "childProtectionPolicyDateSigned": "string",
- "iCTPolicyDateSigned": "string",
- "firstAidExpiryDate": "string",
- "resuscitationExpiryDate": "string",
- "publicLiabilityExpiryDate": "string",
- "aGSNumber": "string",
- "positionNumber": "string",
- "payRate": "string",
- "employmentCategory": "string",
- "teacherRegistrationNumber": "string",
- "username": "string",
- "startDate": "string",
- "endDate": "string",
- "isMainSchool": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "staff": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "school": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "campusLocations": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "house": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Information about staff's employment in a particular school.
Creates a new staffEmployement record
Payload has the following requirements:
And supports these models:
staffEmployment
employmentStatus
→ String Employment status of the staff in the school. [optional] [example: "permanent"]
Value constraints:
Allowed values: "casual", "future", "left", "long_service_leave", "parental_leave", "pending", "permanent", "permanent_part_time", "temporary_full_time", "temporary_part_time", "volunteer", "contractor"employmentClassification
→ String Employment classification of the staff in the school. [optional] [example: "teaching"]
Value constraints:
Allowed values: "teaching", "non_teaching"jobTitle
→ String Staff's job title in the school. [optional] [example: "Biology Teacher"]contractCommencementDate
→ Date (Y-m-d, eg. 2019-12-31) Date when the staff's contract was started in the school. [optional] [example: "2019-01-01"]contractExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Date when the staff's contract will end in the school. [optional] [example: "2024-12-31"]isWWCCCompleted
→ Boolean Whether Working With Children Check has been completed [optional] [example: NULL]wWCCNumber
→ String Working With Children Check clearance number. [optional] [example: "WWC0000000E"]wWCCStatus
→ String Working With Children Check clearance status. [optional] [example: NULL]wWCCType
→ String Working With Children Check type. [optional] [example: NULL]
Value constraints:
Length must be between 50 and 0 characters, inclusivewWCCResultDate
→ Date (Y-m-d, eg. 2019-12-31) When Working With Children Check results were produced. [optional] [example: "2023-02-11"]wWCCExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Working With Children Check clearance expiry date. [optional] [example: "2024-01-01"]codeOfConductDateSigned
→ Date (Y-m-d, eg. 2019-12-31) Date when Code of Conduct was signed. [optional] [example: "2019-02-14"]socialNetworkingPolicyDateSigned
→ Date (Y-m-d, eg. 2019-12-31) Date when Social Networking Policy was signed. [optional] [example: "2019-03-02"]childProtectionPolicyDateSigned
→ Date (Y-m-d, eg. 2019-12-31) Date when Child Protection Policy was signed. [optional] [example: "2019-04-30"]iCTPolicyDateSigned
→ Date (Y-m-d, eg. 2019-12-31) Date when ICT Policy was signed. [optional] [example: "2019-05-22"]firstAidExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Date when First Aid certificate expires. [optional] [example: "2023-07-05"]resuscitationExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Date when Resiscitate certificate expires. [optional] [example: "2025-08-17"]publicLiabilityExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) {DESCRIPTION-MISSING} [optional] [example: "2028-09-22"]aGSNumber
→ String {DESCRIPTION-MISSING} [optional] [example: NULL]positionNumber
→ String {DESCRIPTION-MISSING} [optional] [example: NULL]payRate
→ String Staff's pay rate [optional] [example: "Administrative Services Officer Class 2"]
Value constraints:
Allowed values: "Classroom Teacher 3 Year Trained", "Classroom Teacher New Educator 1.1", "Classroom Teacher New Educator 1.2", "Classroom Teacher New Educator 1.3", "Classroom Teacher Experienced Teacher 1 2.1", "Classroom Teacher Experienced Teacher 1 2.2", "Classroom Teacher Experienced Teacher 1 2.3", "Classroom Teacher Experienced Teacher 1 2.4", "Classroom Teacher Experienced Teacher 2 3.1", "Classroom Teacher Experienced Teacher 2 3.2", "Classroom Teacher Executive Teacher 4.1", "Principal Deputy Principal 5.1", "Principal Principal 2 5.2", "Principal Principal 2+ 5.2", "Principal Principal 3 5.2", "Principal Principal 3+ 5.2", "Principal Principal 4 5.2", "Principal Principal 4+ 5.2", "Principal Principal 4++ 5.2", "Principal Principal 5 5.2", "Principal Principal 5+ 5.2", "Principal Principal 5++ 5.2", "Principal Principal 5+++ 5.2", "School Network Leader 6.1", "Casual Teacher 1", "Casual Teacher 2", "Casual Intern", "School Assistant 2", "School Assistant 2/3", "School Assistant 3", "School Assistant 4", "Administrative Services Officer Class 1", "Administrative Services Officer Class 2", "Administrative Services Officer Class 3", "Administrative Services Officer Class 4", "Administrative Services Officer Class 5", "Administrative Services Officer Class 6", "Senior Officer Grade C", "Senior Officer Grade B", "Senior Officer Grade A", "Graduate Administrative Assistant", "Building Service Officer 1", "Building Service Officer 2", "Building Service Officer 3", "Facilities Manager", "General Service Officer Level 2", "General Service Officer Level 3", "General Service Officer Level 4", "General Service Officer Level 5", "General Service Officer Level 6", "General Service Officer Level 7", "General Service Officer Level 8", "General Service Officer Level 9", "General Service Officer Level 10", "Information Communications Technology Trainee", "Information Technology Officer Class 1", "Information Technology Officer Post Graduate", "Information Technology Officer Class 2", "Senior Information Technology Officer Grade C", "Senior Information Technology Officer Grade B", "Senior Information Technology Officer Grade A", "Professional Officer Class 1", "Professional Officer Class 2", "Senior Professional Officer Grade C", "Senior Professional Officer Grade B", "Senior Professional Officer Grade A", "Senior Professional Officer (Eng & Related) A", "Health Professional Level 1 2", "Health Professional Level 1 3", "Health Professional Level 1 4", "Health Professional Level 1 5", "Health Professional Level 1 6+", "Health Professional Level 2", "Health Professional Level 3", "Health Professional Level 4", "Health Professional Level 5", "Health Professional Level 6", "Dental Assistant (Unqualified)", "Dental Assistant (Qualified)", "Principal Dental Assistant", "Disability Support Officer Level 1", "Disability Support Officer Level 2", "Disability Support Officer Level 3"employmentCategory
→ String Staff's employment category [optional] [example: NULL]
Value constraints:
Length must be between 255 and 0 characters, inclusiveusername
→ String Staff's username [optional] [example: NULL]
Value constraints:
Length must be between 255 and 0 characters, inclusiveteacherRegistrationNumber
→ String Staff's teacher registration number [optional] [example: NULL]
Value constraints:
Length must be between 50 and 0 characters, inclusiveareQualificationsProvided
→ Boolean Whether staff's qualifications were provided [optional] [example: NULL]startDate
→ Date (Y-m-d, eg. 2019-12-31) Start Date of the Employment [optional] [example: NULL]endDate
→ Boolean End Date of the Employment [optional] [example: "2020-01-01"]isMainSchool
→ Boolean Whether this is the staffs main school enrolment [optional] [example: NULL]staff
→ [required] [single] expected type is staff
. Staff member who has the employment.school
→ [required] [single] expected type is school
. School the employment is for.house
→ [optional] [single] expected type is house
. Staff's assigned houseobject |
{- "data": {
- "type": "staffEmployment",
- "attributes": {
- "employmentStatus": "permanent",
- "employmentClassification": "teaching",
- "jobTitle": "Biology Teacher",
- "contractCommencementDate": "2019-01-01",
- "contractExpiryDate": "2024-12-31",
- "isWWCCCompleted": null,
- "wWCCNumber": "WWC0000000E",
- "wWCCStatus": null,
- "wWCCType": null,
- "wWCCResultDate": "2023-02-11",
- "wWCCExpiryDate": "2024-01-01",
- "codeOfConductDateSigned": "2019-02-14",
- "socialNetworkingPolicyDateSigned": "2019-03-02",
- "childProtectionPolicyDateSigned": "2019-04-30",
- "iCTPolicyDateSigned": "2019-05-22",
- "firstAidExpiryDate": "2023-07-05",
- "resuscitationExpiryDate": "2025-08-17",
- "publicLiabilityExpiryDate": "2028-09-22",
- "aGSNumber": null,
- "positionNumber": null,
- "payRate": "Administrative Services Officer Class 2",
- "employmentCategory": null,
- "username": null,
- "teacherRegistrationNumber": null,
- "areQualificationsProvided": null,
- "startDate": null,
- "endDate": "2020-01-01",
- "isMainSchool": null
}, - "relationships": {
- "staff": {
- "data": {
- "id": 1,
- "type": "staff"
}
}, - "school": {
- "data": {
- "id": 1,
- "type": "school"
}
}, - "house": {
- "data": {
- "id": 1,
- "type": "house"
}
}
}
}
}
{- "data": {
- "type": "staffEmployment",
- "id": "1",
- "attributes": {
- "role": "Teacher",
- "jobTitle": "Teacher",
- "employmentStatus": 2,
- "employmentClassification": "teaching",
- "contractCommencementDate": "2018-10-01",
- "contractExpiryDate": "2018-10-01",
- "areQualificationsProvided": false,
- "isWWCCCompleted": false,
- "wWCCNumber": "9031101",
- "wWCCType": null,
- "wWCCStatus": null,
- "wWCCResultDate": null,
- "wWCCExpiryDate": "2018-10-01",
- "codeOfConductDateSigned": "2018-10-01",
- "socialNetworkingPolicyDateSigned": "2018-10-01",
- "childProtectionPolicyDateSigned": "2018-10-01",
- "iCTPolicyDateSigned": "2018-10-01",
- "firstAidExpiryDate": "2018-10-01",
- "resuscitationExpiryDate": "2018-10-01",
- "publicLiabilityExpiryDate": "2018-10-01",
- "aGSNumber": "978020137962",
- "positionNumber": null,
- "payRate": null,
- "employmentCategory": null,
- "teacherRegistrationNumber": null,
- "username": null,
- "startDate": null,
- "endDate": null,
- "isMainSchool": true
}, - "relationships": {
- "staff": {
- "data": {
- "id": "3",
- "type": "staff"
}
}, - "school": {
- "data": {
- "id": "2",
- "type": "school"
}
}, - "campusLocations": {
- "data": [
- {
- "id": "4",
- "type": "campus"
}, - {
- "id": "5",
- "type": "campus"
}, - {
- "id": "6",
- "type": "campus"
}
]
}
}, - "links": {
- "self": "/v1/enrolments/staff-employment/1"
}
}
}
Retrieves a page of instances of staffEmployment
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
staffIds | string String Comma-separated list of |
schoolIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "staffEmployment",
- "id": "1",
- "attributes": {
- "role": "Teacher",
- "jobTitle": "Teacher",
- "employmentStatus": 2,
- "employmentClassification": "teaching",
- "contractCommencementDate": "2018-10-01",
- "contractExpiryDate": "2018-10-01",
- "areQualificationsProvided": false,
- "isWWCCCompleted": false,
- "wWCCNumber": "9031101",
- "wWCCType": null,
- "wWCCStatus": null,
- "wWCCResultDate": null,
- "wWCCExpiryDate": "2018-10-01",
- "codeOfConductDateSigned": "2018-10-01",
- "socialNetworkingPolicyDateSigned": "2018-10-01",
- "childProtectionPolicyDateSigned": "2018-10-01",
- "iCTPolicyDateSigned": "2018-10-01",
- "firstAidExpiryDate": "2018-10-01",
- "resuscitationExpiryDate": "2018-10-01",
- "publicLiabilityExpiryDate": "2018-10-01",
- "aGSNumber": "978020137962",
- "positionNumber": null,
- "payRate": null,
- "employmentCategory": null,
- "teacherRegistrationNumber": null,
- "username": null,
- "startDate": null,
- "endDate": null,
- "isMainSchool": true
}, - "relationships": {
- "staff": {
- "data": {
- "id": "3",
- "type": "staff"
}
}, - "school": {
- "data": {
- "id": "2",
- "type": "school"
}
}, - "campusLocations": {
- "data": [
- {
- "id": "4",
- "type": "campus"
}, - {
- "id": "5",
- "type": "campus"
}, - {
- "id": "6",
- "type": "campus"
}
]
}
}, - "links": {
- "self": "/v1/enrolments/staff-employment/1"
}
}, - {
- "type": "staffEmployment",
- "id": "1",
- "attributes": {
- "role": "Teacher",
- "jobTitle": "Teacher",
- "employmentStatus": 2,
- "employmentClassification": "teaching",
- "contractCommencementDate": "2018-10-01",
- "contractExpiryDate": "2018-10-01",
- "areQualificationsProvided": false,
- "isWWCCCompleted": false,
- "wWCCNumber": "9031101",
- "wWCCType": null,
- "wWCCStatus": null,
- "wWCCResultDate": null,
- "wWCCExpiryDate": "2018-10-01",
- "codeOfConductDateSigned": "2018-10-01",
- "socialNetworkingPolicyDateSigned": "2018-10-01",
- "childProtectionPolicyDateSigned": "2018-10-01",
- "iCTPolicyDateSigned": "2018-10-01",
- "firstAidExpiryDate": "2018-10-01",
- "resuscitationExpiryDate": "2018-10-01",
- "publicLiabilityExpiryDate": "2018-10-01",
- "aGSNumber": "978020137962",
- "positionNumber": null,
- "payRate": null,
- "employmentCategory": null,
- "teacherRegistrationNumber": null,
- "username": null,
- "startDate": null,
- "endDate": null,
- "isMainSchool": true
}, - "relationships": {
- "staff": {
- "data": {
- "id": "3",
- "type": "staff"
}
}, - "school": {
- "data": {
- "id": "2",
- "type": "school"
}
}, - "campusLocations": {
- "data": [
- {
- "id": "4",
- "type": "campus"
}, - {
- "id": "5",
- "type": "campus"
}, - {
- "id": "6",
- "type": "campus"
}
]
}
}, - "links": {
- "self": "/v1/enrolments/staff-employment/1"
}
}, - {
- "type": "staffEmployment",
- "id": "1",
- "attributes": {
- "role": "Teacher",
- "jobTitle": "Teacher",
- "employmentStatus": 2,
- "employmentClassification": "teaching",
- "contractCommencementDate": "2018-10-01",
- "contractExpiryDate": "2018-10-01",
- "areQualificationsProvided": false,
- "isWWCCCompleted": false,
- "wWCCNumber": "9031101",
- "wWCCType": null,
- "wWCCStatus": null,
- "wWCCResultDate": null,
- "wWCCExpiryDate": "2018-10-01",
- "codeOfConductDateSigned": "2018-10-01",
- "socialNetworkingPolicyDateSigned": "2018-10-01",
- "childProtectionPolicyDateSigned": "2018-10-01",
- "iCTPolicyDateSigned": "2018-10-01",
- "firstAidExpiryDate": "2018-10-01",
- "resuscitationExpiryDate": "2018-10-01",
- "publicLiabilityExpiryDate": "2018-10-01",
- "aGSNumber": "978020137962",
- "positionNumber": null,
- "payRate": null,
- "employmentCategory": null,
- "teacherRegistrationNumber": null,
- "username": null,
- "startDate": null,
- "endDate": null,
- "isMainSchool": true
}, - "relationships": {
- "staff": {
- "data": {
- "id": "3",
- "type": "staff"
}
}, - "school": {
- "data": {
- "id": "2",
- "type": "school"
}
}, - "campusLocations": {
- "data": [
- {
- "id": "4",
- "type": "campus"
}, - {
- "id": "5",
- "type": "campus"
}, - {
- "id": "6",
- "type": "campus"
}
]
}
}, - "links": {
- "self": "/v1/enrolments/staff-employment/1"
}
}
]
}
Retrieves a single instance of staffEmployment
.
id required | number Number ID of the 'staffEmployment' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "staffEmployment",
- "id": "1",
- "attributes": {
- "role": "Teacher",
- "jobTitle": "Teacher",
- "employmentStatus": 2,
- "employmentClassification": "teaching",
- "contractCommencementDate": "2018-10-01",
- "contractExpiryDate": "2018-10-01",
- "areQualificationsProvided": false,
- "isWWCCCompleted": false,
- "wWCCNumber": "9031101",
- "wWCCType": null,
- "wWCCStatus": null,
- "wWCCResultDate": null,
- "wWCCExpiryDate": "2018-10-01",
- "codeOfConductDateSigned": "2018-10-01",
- "socialNetworkingPolicyDateSigned": "2018-10-01",
- "childProtectionPolicyDateSigned": "2018-10-01",
- "iCTPolicyDateSigned": "2018-10-01",
- "firstAidExpiryDate": "2018-10-01",
- "resuscitationExpiryDate": "2018-10-01",
- "publicLiabilityExpiryDate": "2018-10-01",
- "aGSNumber": "978020137962",
- "positionNumber": null,
- "payRate": null,
- "employmentCategory": null,
- "teacherRegistrationNumber": null,
- "username": null,
- "startDate": null,
- "endDate": null,
- "isMainSchool": true
}, - "relationships": {
- "staff": {
- "data": {
- "id": "3",
- "type": "staff"
}
}, - "school": {
- "data": {
- "id": "2",
- "type": "school"
}
}, - "campusLocations": {
- "data": [
- {
- "id": "4",
- "type": "campus"
}, - {
- "id": "5",
- "type": "campus"
}, - {
- "id": "6",
- "type": "campus"
}
]
}
}, - "links": {
- "self": "/v1/enrolments/staff-employment/1"
}
}
}
Updates an existing staff employment record
Payload has the following requirements:
And supports these models:
staffEmployment
employmentStatus
→ String Employment status of the staff in the school. [optional] [example: "permanent"]
Value constraints:
Allowed values: "casual", "future", "left", "long_service_leave", "parental_leave", "pending", "permanent", "permanent_part_time", "temporary_full_time", "temporary_part_time", "volunteer", "contractor"employmentClassification
→ String Employment classification of the staff in the school. [optional] [example: "teaching"]
Value constraints:
Allowed values: "teaching", "non_teaching"jobTitle
→ String Staff's job title in the school. [optional] [example: "Biology Teacher"]contractCommencementDate
→ Date (Y-m-d, eg. 2019-12-31) Date when the staff's contract was started in the school. [optional] [example: "2019-01-01"]contractExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Date when the staff's contract will end in the school. [optional] [example: "2024-12-31"]isWWCCCompleted
→ Boolean Whether Working With Children Check has been completed [optional] [example: NULL]wWCCNumber
→ String Working With Children Check clearance number. [optional] [example: "WWC0000000E"]wWCCStatus
→ String Working With Children Check clearance status. [optional] [example: NULL]wWCCType
→ String Working With Children Check type. [optional] [example: NULL]
Value constraints:
Length must be between 50 and 0 characters, inclusivewWCCResultDate
→ Date (Y-m-d, eg. 2019-12-31) When Working With Children Check results were produced. [optional] [example: "2023-02-11"]wWCCExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Working With Children Check clearance expiry date. [optional] [example: "2024-01-01"]codeOfConductDateSigned
→ Date (Y-m-d, eg. 2019-12-31) Date when Code of Conduct was signed. [optional] [example: "2019-02-14"]socialNetworkingPolicyDateSigned
→ Date (Y-m-d, eg. 2019-12-31) Date when Social Networking Policy was signed. [optional] [example: "2019-03-02"]childProtectionPolicyDateSigned
→ Date (Y-m-d, eg. 2019-12-31) Date when Child Protection Policy was signed. [optional] [example: "2019-04-30"]iCTPolicyDateSigned
→ Date (Y-m-d, eg. 2019-12-31) Date when ICT Policy was signed. [optional] [example: "2019-05-22"]firstAidExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Date when First Aid certificate expires. [optional] [example: "2023-07-05"]resuscitationExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Date when Resiscitate certificate expires. [optional] [example: "2025-08-17"]publicLiabilityExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) {DESCRIPTION-MISSING} [optional] [example: "2028-09-22"]aGSNumber
→ String {DESCRIPTION-MISSING} [optional] [example: NULL]positionNumber
→ String {DESCRIPTION-MISSING} [optional] [example: NULL]payRate
→ String Staff's pay rate [optional] [example: "Administrative Services Officer Class 2"]
Value constraints:
Allowed values: "Classroom Teacher 3 Year Trained", "Classroom Teacher New Educator 1.1", "Classroom Teacher New Educator 1.2", "Classroom Teacher New Educator 1.3", "Classroom Teacher Experienced Teacher 1 2.1", "Classroom Teacher Experienced Teacher 1 2.2", "Classroom Teacher Experienced Teacher 1 2.3", "Classroom Teacher Experienced Teacher 1 2.4", "Classroom Teacher Experienced Teacher 2 3.1", "Classroom Teacher Experienced Teacher 2 3.2", "Classroom Teacher Executive Teacher 4.1", "Principal Deputy Principal 5.1", "Principal Principal 2 5.2", "Principal Principal 2+ 5.2", "Principal Principal 3 5.2", "Principal Principal 3+ 5.2", "Principal Principal 4 5.2", "Principal Principal 4+ 5.2", "Principal Principal 4++ 5.2", "Principal Principal 5 5.2", "Principal Principal 5+ 5.2", "Principal Principal 5++ 5.2", "Principal Principal 5+++ 5.2", "School Network Leader 6.1", "Casual Teacher 1", "Casual Teacher 2", "Casual Intern", "School Assistant 2", "School Assistant 2/3", "School Assistant 3", "School Assistant 4", "Administrative Services Officer Class 1", "Administrative Services Officer Class 2", "Administrative Services Officer Class 3", "Administrative Services Officer Class 4", "Administrative Services Officer Class 5", "Administrative Services Officer Class 6", "Senior Officer Grade C", "Senior Officer Grade B", "Senior Officer Grade A", "Graduate Administrative Assistant", "Building Service Officer 1", "Building Service Officer 2", "Building Service Officer 3", "Facilities Manager", "General Service Officer Level 2", "General Service Officer Level 3", "General Service Officer Level 4", "General Service Officer Level 5", "General Service Officer Level 6", "General Service Officer Level 7", "General Service Officer Level 8", "General Service Officer Level 9", "General Service Officer Level 10", "Information Communications Technology Trainee", "Information Technology Officer Class 1", "Information Technology Officer Post Graduate", "Information Technology Officer Class 2", "Senior Information Technology Officer Grade C", "Senior Information Technology Officer Grade B", "Senior Information Technology Officer Grade A", "Professional Officer Class 1", "Professional Officer Class 2", "Senior Professional Officer Grade C", "Senior Professional Officer Grade B", "Senior Professional Officer Grade A", "Senior Professional Officer (Eng & Related) A", "Health Professional Level 1 2", "Health Professional Level 1 3", "Health Professional Level 1 4", "Health Professional Level 1 5", "Health Professional Level 1 6+", "Health Professional Level 2", "Health Professional Level 3", "Health Professional Level 4", "Health Professional Level 5", "Health Professional Level 6", "Dental Assistant (Unqualified)", "Dental Assistant (Qualified)", "Principal Dental Assistant", "Disability Support Officer Level 1", "Disability Support Officer Level 2", "Disability Support Officer Level 3"employmentCategory
→ String Staff's employment category [optional] [example: NULL]
Value constraints:
Length must be between 255 and 0 characters, inclusiveusername
→ String Staff's username [optional] [example: NULL]
Value constraints:
Length must be between 255 and 0 characters, inclusiveteacherRegistrationNumber
→ String Staff's teacher registration number [optional] [example: NULL]
Value constraints:
Length must be between 50 and 0 characters, inclusiveareQualificationsProvided
→ Boolean Whether staff's qualifications were provided [optional] [example: NULL]startDate
→ Date (Y-m-d, eg. 2019-12-31) Start Date of the Employment [optional] [example: NULL]endDate
→ Boolean End Date of the Employment [optional] [example: "2020-01-01"]isMainSchool
→ Boolean Whether this is the staffs main school enrolment [optional] [example: NULL]house
→ [optional] [single] expected type is house
. Staff's assigned houseid required | number Number ID of the |
object |
{- "data": {
- "type": "staffEmployment",
- "id": 1,
- "attributes": {
- "employmentStatus": "permanent",
- "employmentClassification": "teaching",
- "jobTitle": "Biology Teacher",
- "contractCommencementDate": "2019-01-01",
- "contractExpiryDate": "2024-12-31",
- "isWWCCCompleted": null,
- "wWCCNumber": "WWC0000000E",
- "wWCCStatus": null,
- "wWCCType": null,
- "wWCCResultDate": "2023-02-11",
- "wWCCExpiryDate": "2024-01-01",
- "codeOfConductDateSigned": "2019-02-14",
- "socialNetworkingPolicyDateSigned": "2019-03-02",
- "childProtectionPolicyDateSigned": "2019-04-30",
- "iCTPolicyDateSigned": "2019-05-22",
- "firstAidExpiryDate": "2023-07-05",
- "resuscitationExpiryDate": "2025-08-17",
- "publicLiabilityExpiryDate": "2028-09-22",
- "aGSNumber": null,
- "positionNumber": null,
- "payRate": "Administrative Services Officer Class 2",
- "employmentCategory": null,
- "username": null,
- "teacherRegistrationNumber": null,
- "areQualificationsProvided": null,
- "startDate": null,
- "endDate": "2020-01-01",
- "isMainSchool": null
}, - "relationships": {
- "house": {
- "data": {
- "id": 1,
- "type": "house"
}
}
}
}
}
{- "data": {
- "type": "staffEmployment",
- "id": "1",
- "attributes": {
- "role": "Teacher",
- "jobTitle": "Teacher",
- "employmentStatus": 2,
- "employmentClassification": "teaching",
- "contractCommencementDate": "2018-10-01",
- "contractExpiryDate": "2018-10-01",
- "areQualificationsProvided": false,
- "isWWCCCompleted": false,
- "wWCCNumber": "9031101",
- "wWCCType": null,
- "wWCCStatus": null,
- "wWCCResultDate": null,
- "wWCCExpiryDate": "2018-10-01",
- "codeOfConductDateSigned": "2018-10-01",
- "socialNetworkingPolicyDateSigned": "2018-10-01",
- "childProtectionPolicyDateSigned": "2018-10-01",
- "iCTPolicyDateSigned": "2018-10-01",
- "firstAidExpiryDate": "2018-10-01",
- "resuscitationExpiryDate": "2018-10-01",
- "publicLiabilityExpiryDate": "2018-10-01",
- "aGSNumber": "978020137962",
- "positionNumber": null,
- "payRate": null,
- "employmentCategory": null,
- "teacherRegistrationNumber": null,
- "username": null,
- "startDate": null,
- "endDate": null,
- "isMainSchool": true
}, - "relationships": {
- "staff": {
- "data": {
- "id": "3",
- "type": "staff"
}
}, - "school": {
- "data": {
- "id": "2",
- "type": "school"
}
}, - "campusLocations": {
- "data": [
- {
- "id": "4",
- "type": "campus"
}, - {
- "id": "5",
- "type": "campus"
}, - {
- "id": "6",
- "type": "campus"
}
]
}
}, - "links": {
- "self": "/v1/enrolments/staff-employment/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "courseName": "string",
- "courseType": "string",
- "vendor": "string",
- "focus": "string",
- "keyLearningArea": "string",
- "hours": "string",
- "schoolHours": "string",
- "cost": "string",
- "isFundedBySchool": true,
- "startDate": "string",
- "anticipatedEndDate": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "staff": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A log of a professional development of a staff member.
Retrieves a page of instances of staffLearningLog
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
staffIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "staffLearningLog",
- "id": "1",
- "attributes": {
- "courseName": "CPR Course",
- "courseType": "certificate",
- "vendor": "CPR Corps",
- "focus": "CPR for students",
- "keyLearningArea": "CPR practice and theory",
- "hours": "9",
- "schoolHours": "3",
- "cost": "203.50",
- "isFundedBySchool": true,
- "startDate": "2023-05-03",
- "anticipatedEndDate": "2023-05-06"
}, - "relationships": {
- "staff": {
- "data": {
- "id": "2",
- "type": "staff"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff-learning-log/1"
}
}, - {
- "type": "staffLearningLog",
- "id": "1",
- "attributes": {
- "courseName": "CPR Course",
- "courseType": "certificate",
- "vendor": "CPR Corps",
- "focus": "CPR for students",
- "keyLearningArea": "CPR practice and theory",
- "hours": "9",
- "schoolHours": "3",
- "cost": "203.50",
- "isFundedBySchool": true,
- "startDate": "2023-05-03",
- "anticipatedEndDate": "2023-05-06"
}, - "relationships": {
- "staff": {
- "data": {
- "id": "2",
- "type": "staff"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff-learning-log/1"
}
}, - {
- "type": "staffLearningLog",
- "id": "1",
- "attributes": {
- "courseName": "CPR Course",
- "courseType": "certificate",
- "vendor": "CPR Corps",
- "focus": "CPR for students",
- "keyLearningArea": "CPR practice and theory",
- "hours": "9",
- "schoolHours": "3",
- "cost": "203.50",
- "isFundedBySchool": true,
- "startDate": "2023-05-03",
- "anticipatedEndDate": "2023-05-06"
}, - "relationships": {
- "staff": {
- "data": {
- "id": "2",
- "type": "staff"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff-learning-log/1"
}
}
]
}
Retrieves a single instance of staffLearningLog
.
id required | number Number ID of the 'staffLearningLog' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "staffLearningLog",
- "id": "1",
- "attributes": {
- "courseName": "CPR Course",
- "courseType": "certificate",
- "vendor": "CPR Corps",
- "focus": "CPR for students",
- "keyLearningArea": "CPR practice and theory",
- "hours": "9",
- "schoolHours": "3",
- "cost": "203.50",
- "isFundedBySchool": true,
- "startDate": "2023-05-03",
- "anticipatedEndDate": "2023-05-06"
}, - "relationships": {
- "staff": {
- "data": {
- "id": "2",
- "type": "staff"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff-learning-log/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "qualification": "string",
- "type": "string",
- "from": "string",
- "aitslTeacherAccreditationLevel": "string",
- "nextAitslTeacherAccreditationLevel": "string",
- "dateAchieved": "string",
- "isActive": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "staff": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A staff member's qualification details
Creates a new staffQualification record
Payload has the following requirements:
And supports these models:
staffQualification
qualification
→ String {DESCRIPTION-MISSING} [example: "Master's Degree"]
Value constraints:
Length must be between 255 and 0 characters, inclusivetype
→ String Type of the qualification [optional] [example: "bachelors_degree"]
Value constraints:
Allowed values: "doctoral_degree", "masters_degree", "bachelors_degree", "tafe_certificate", "certificate"from
→ String {DESCRIPTION-MISSING} [optional] [example: "Master's Degree"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveaitslTeacherAccreditationLevel
→ String {DESCRIPTION-MISSING} [optional] [example: NULL]
Value constraints:
Length must be between 255 and 0 characters, inclusivenextAitslTeacherAccreditationLevel
→ String {DESCRIPTION-MISSING} [optional] [example: NULL]
Value constraints:
Length must be between 255 and 0 characters, inclusivedateAchieved
→ Date (Y-m-d, eg. 2019-12-31) {DESCRIPTION-MISSING} [optional] [example: "2019-01-01"]staff
→ [required] [single] expected type is staff
. Staff memberwho has the qualification.object |
{- "data": {
- "type": "staffQualification",
- "attributes": {
- "qualification": "Master's Degree",
- "type": "bachelors_degree",
- "from": "Master's Degree",
- "aitslTeacherAccreditationLevel": null,
- "nextAitslTeacherAccreditationLevel": null,
- "dateAchieved": "2019-01-01"
}, - "relationships": {
- "staff": {
- "data": {
- "id": 1,
- "type": "staff"
}
}
}
}
}
{- "data": {
- "type": "staffQualification",
- "id": "0",
- "attributes": {
- "qualification": null,
- "type": null,
- "from": null,
- "aitslTeacherAccreditationLevel": null,
- "nextAitslTeacherAccreditationLevel": null,
- "dateAchieved": "2018-01-01",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/staff-qualification/0"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves a page of instances of staffQualification
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "staffQualification",
- "id": "0",
- "attributes": {
- "qualification": null,
- "type": null,
- "from": null,
- "aitslTeacherAccreditationLevel": null,
- "nextAitslTeacherAccreditationLevel": null,
- "dateAchieved": "2018-01-01",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/staff-qualification/0"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "staffQualification",
- "id": "0",
- "attributes": {
- "qualification": null,
- "type": null,
- "from": null,
- "aitslTeacherAccreditationLevel": null,
- "nextAitslTeacherAccreditationLevel": null,
- "dateAchieved": "2018-01-01",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/staff-qualification/0"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "staffQualification",
- "id": "0",
- "attributes": {
- "qualification": null,
- "type": null,
- "from": null,
- "aitslTeacherAccreditationLevel": null,
- "nextAitslTeacherAccreditationLevel": null,
- "dateAchieved": "2018-01-01",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/staff-qualification/0"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of staffQualification
.
id required | number Number ID of the 'staffQualification' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "staffQualification",
- "id": "0",
- "attributes": {
- "qualification": null,
- "type": null,
- "from": null,
- "aitslTeacherAccreditationLevel": null,
- "nextAitslTeacherAccreditationLevel": null,
- "dateAchieved": "2018-01-01",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/staff-qualification/0"
}, - "meta": {
- "deletedDate": null
}
}
}
Updates an existing staffQualification record
Payload has the following requirements:
And supports these models:
staffQualification
qualification
→ String {DESCRIPTION-MISSING} [example: "Master's Degree"]
Value constraints:
Length must be between 255 and 0 characters, inclusivetype
→ String Type of the qualification [optional] [example: "bachelors_degree"]
Value constraints:
Allowed values: "doctoral_degree", "masters_degree", "bachelors_degree", "tafe_certificate", "certificate"from
→ String {DESCRIPTION-MISSING} [optional] [example: "Master's Degree"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveaitslTeacherAccreditationLevel
→ String {DESCRIPTION-MISSING} [optional] [example: NULL]
Value constraints:
Length must be between 255 and 0 characters, inclusivenextAitslTeacherAccreditationLevel
→ String {DESCRIPTION-MISSING} [optional] [example: NULL]
Value constraints:
Length must be between 255 and 0 characters, inclusivedateAchieved
→ Date (Y-m-d, eg. 2019-12-31) {DESCRIPTION-MISSING} [optional] [example: "2019-01-01"]id required | number Number ID of the |
object |
{- "data": {
- "type": "staffQualification",
- "id": 1,
- "attributes": {
- "qualification": "Master's Degree",
- "type": "bachelors_degree",
- "from": "Master's Degree",
- "aitslTeacherAccreditationLevel": null,
- "nextAitslTeacherAccreditationLevel": null,
- "dateAchieved": "2019-01-01"
}
}
}
{- "data": {
- "type": "staffQualification",
- "id": "0",
- "attributes": {
- "qualification": null,
- "type": null,
- "from": null,
- "aitslTeacherAccreditationLevel": null,
- "nextAitslTeacherAccreditationLevel": null,
- "dateAchieved": "2018-01-01",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/staff-qualification/0"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "studentCode": "string",
- "barcode": "string",
- "isEligibleForDiscount": true,
- "permissionToPhotograph": true,
- "examNumber": "string",
- "usiId": "string",
- "acaraId": "string",
- "systemStudentId": "string",
- "username": "string",
- "refId": "string",
- "ealStage": "string",
- "ealIsReceivingSupport": true,
- "ealLastAssessmentAt": "string",
- "isSubjectToCourtOrders": true,
- "courtOrderInformation": "string",
- "studentFirstLanguage": "string",
- "studentFirstLanguageDesc": "string",
- "indigenousStatus": "string",
- "languageOtherThanEnglishSpokenAtHome": true,
- "studentMainlySpeaksEnglishAtHome": true,
- "loteBackground": "string",
- "isPayingInternationalFee": true,
- "cpsfIsInCare": true,
- "cpsfCaseManager": "string",
- "cpsfDistrict": "string",
- "cpsfContactNumber": "string",
- "createdAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "updatedAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "isActive": true
}, - "links": {
- "self": "string",
- "primaryEnrolment": "string",
- "person": "string",
- "activities": "string",
- "activityLinks": "string",
- "photo": "string",
- "documents": "string",
- "tenants": "string",
- "flags": "string",
- "flagLinks": "string"
}, - "relationships": {
- "primaryEnrolment": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "person": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "activities": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "activityInstances": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "activityLinks": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "documents": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "tenants": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "flags": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "flagLinks": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "awards": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "awardLinks": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "contacts": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "holidays": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "specialNeedsPrograms": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "schoolHistory": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "households": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
A definition of a class in a timetable.
Retrieves a page of instances of student
.
include | string String Comma-separated list of relations to sideload. Allowed values are: primaryEnrolment, person, activities, activityInstances, tenants, flags, flagLinks, contacts, holidays, specialNeedsPrograms, schoolHistory. [optional] [default: null] [example: "primaryEnrolment"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
tenant | string String Only return students who belong to the specified tenant. [optional] [default: ""] [example: "aSd2rs"] Value constraints: Length must be between 256 and 0 characters, inclusive |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
studentCodes | string String Comma-separated list of studentCodes to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
examNumbers | string String Comma-separated list of examNumbers to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
refIds | string String Comma-separated list of refIds to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
contactCodes | string String Comma-separated list of contactCodes to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
externalIds | string String Comma-separated list of externalIds to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
academicPeriodIds | string String Comma-separated list of academicPeriodIds to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of student
.
id required | number Number ID of the 'student' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: primaryEnrolment, person, activities, activityInstances, tenants, flags, flagLinks, contacts, holidays, specialNeedsPrograms, schoolHistory. [optional] [default: null] [example: "primaryEnrolment"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}
}
Updates an existing student
Payload has the following requirements:
And supports these models:
student
permissionToPhotograph
→ Boolean This field cannot be modified once it's not null. [example: TRUE]usiId
→ String Updates the unique user identifier. [optional] [example: "c8370653bf584bd7644ccb2ba1f39e78"]barcode
→ String Updates the barcode field. [optional] [example: "B000012680"]examNumber
→ String Updates the examNumber field. [optional] [example: "Value123"]studentCode
→ String Updates the studentCode field. [optional] [example: "40045"]systemStudentId
→ String Updates the systemStudentId field. [optional] [example: "Value123"]acaraId
→ Number Updates the acaraId field. [optional] [example: "Value234"]username
→ String Updates the username field. [optional] [example: "john.smith"]id required | number Number ID of the |
object |
{- "data": {
- "type": "student",
- "id": 1,
- "attributes": {
- "permissionToPhotograph": true,
- "usiId": "c8370653bf584bd7644ccb2ba1f39e78",
- "barcode": "B000012680",
- "examNumber": "Value123",
- "studentCode": "40045",
- "systemStudentId": "Value123",
- "acaraId": "Value234",
- "username": "john.smith"
}
}
}
{- "data": {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves a page of absence
related to student
via relation absences
.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "absence",
- "id": "1",
- "attributes": {
- "type": "timed",
- "date": "2018-10-01",
- "start": null,
- "end": null,
- "comment": "",
- "explainer": "",
- "explainerSource": "",
- "letterSent": false,
- "bulkAbsenceId": null,
- "submitted": false,
- "externalSource": null
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "3",
- "type": "student"
}
}, - "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}, - "matchingFutureAbsence": {
- "data": {
- "id": "4",
- "type": "futureAbsence"
}
}
}, - "links": {
- "self": "/v1/attendance/absence/1",
- "student": "/v1/enrolments/student/3"
}
}, - {
- "type": "absence",
- "id": "1",
- "attributes": {
- "type": "timed",
- "date": "2018-10-01",
- "start": null,
- "end": null,
- "comment": "",
- "explainer": "",
- "explainerSource": "",
- "letterSent": false,
- "bulkAbsenceId": null,
- "submitted": false,
- "externalSource": null
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "3",
- "type": "student"
}
}, - "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}, - "matchingFutureAbsence": {
- "data": {
- "id": "4",
- "type": "futureAbsence"
}
}
}, - "links": {
- "self": "/v1/attendance/absence/1",
- "student": "/v1/enrolments/student/3"
}
}, - {
- "type": "absence",
- "id": "1",
- "attributes": {
- "type": "timed",
- "date": "2018-10-01",
- "start": null,
- "end": null,
- "comment": "",
- "explainer": "",
- "explainerSource": "",
- "letterSent": false,
- "bulkAbsenceId": null,
- "submitted": false,
- "externalSource": null
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "3",
- "type": "student"
}
}, - "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}, - "matchingFutureAbsence": {
- "data": {
- "id": "4",
- "type": "futureAbsence"
}
}
}, - "links": {
- "self": "/v1/attendance/absence/1",
- "student": "/v1/enrolments/student/3"
}
}
]
}
Retrieves a page of studentAcademicReport
related to student
via relation academicReports
.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: period. [optional] [default: null] [example: "period"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "studentAcademicReport",
- "id": "1",
- "attributes": {
- "publishedDateTime": null,
- "year": "2018",
- "semester": "1",
- "reportingPeriod": "First semester 2018",
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/reports/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "studentAcademicReport",
- "id": "1",
- "attributes": {
- "publishedDateTime": null,
- "year": "2018",
- "semester": "1",
- "reportingPeriod": "First semester 2018",
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/reports/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "studentAcademicReport",
- "id": "1",
- "attributes": {
- "publishedDateTime": null,
- "year": "2018",
- "semester": "1",
- "reportingPeriod": "First semester 2018",
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/reports/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a page of activity
related to student
via relation activities
.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: venue. [optional] [default: null] [example: "venue"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
fromDate | string Date (Y-m-d, eg. 2019-12-31) Return only activities that end after this date. [optional] [default: null] |
toDate | string Date (Y-m-d, eg. 2019-12-31) Return only activities that start before this date. [optional] [default: null] |
{- "data": [
- {
- "type": "activity",
- "id": "1",
- "attributes": {
- "name": "Basketball Match",
- "reportName": "Basketball Match Report",
- "description": "A basketball match between two classes.",
- "startDate": "2018-10-01",
- "endDate": "2018-10-01",
- "startTime": "10:00:00",
- "endTime": "12:00:00",
- "permissionFormDueDate": null,
- "isRestrictedByTerm": false,
- "isRestrictedByYear": false,
- "showReports": false,
- "showAttendance": false,
- "showPortal": false,
- "selfRegistration": false,
- "approvalRequired": false,
- "maximumPlaces": 128,
- "waitingListPlaces": 30,
- "archived": null,
- "riskAssessment": false,
- "registrationType": "ACTIVITY",
- "portalDescription": "A match (remember to call parents).",
- "availableTerms": [ ],
- "availableYears": null,
- "isActive": true
}, - "relationships": {
- "cycles": {
- "links": {
- "related": "/v1/activities/activity/1/cycles"
}
}, - "instances": {
- "links": {
- "related": "/v1/activities/activity/1/instances"
}
}, - "organisers": {
- "data": [
- {
- "id": "1",
- "type": "staff"
}, - {
- "id": "2",
- "type": "staff"
}
]
}, - "category": {
- "data": {
- "id": "1",
- "type": "activityCategory"
}
}
}, - "links": {
- "self": "/v1/activities/activity/1",
- "cycles": "/v1/activities/activity/1/cycles",
- "instances": "/v1/activities/activity/1/instances"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "activity",
- "id": "1",
- "attributes": {
- "name": "Basketball Match",
- "reportName": "Basketball Match Report",
- "description": "A basketball match between two classes.",
- "startDate": "2018-10-01",
- "endDate": "2018-10-01",
- "startTime": "10:00:00",
- "endTime": "12:00:00",
- "permissionFormDueDate": null,
- "isRestrictedByTerm": false,
- "isRestrictedByYear": false,
- "showReports": false,
- "showAttendance": false,
- "showPortal": false,
- "selfRegistration": false,
- "approvalRequired": false,
- "maximumPlaces": 128,
- "waitingListPlaces": 30,
- "archived": null,
- "riskAssessment": false,
- "registrationType": "ACTIVITY",
- "portalDescription": "A match (remember to call parents).",
- "availableTerms": [ ],
- "availableYears": null,
- "isActive": true
}, - "relationships": {
- "cycles": {
- "links": {
- "related": "/v1/activities/activity/1/cycles"
}
}, - "instances": {
- "links": {
- "related": "/v1/activities/activity/1/instances"
}
}, - "organisers": {
- "data": [
- {
- "id": "1",
- "type": "staff"
}, - {
- "id": "2",
- "type": "staff"
}
]
}, - "category": {
- "data": {
- "id": "1",
- "type": "activityCategory"
}
}
}, - "links": {
- "self": "/v1/activities/activity/1",
- "cycles": "/v1/activities/activity/1/cycles",
- "instances": "/v1/activities/activity/1/instances"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "activity",
- "id": "1",
- "attributes": {
- "name": "Basketball Match",
- "reportName": "Basketball Match Report",
- "description": "A basketball match between two classes.",
- "startDate": "2018-10-01",
- "endDate": "2018-10-01",
- "startTime": "10:00:00",
- "endTime": "12:00:00",
- "permissionFormDueDate": null,
- "isRestrictedByTerm": false,
- "isRestrictedByYear": false,
- "showReports": false,
- "showAttendance": false,
- "showPortal": false,
- "selfRegistration": false,
- "approvalRequired": false,
- "maximumPlaces": 128,
- "waitingListPlaces": 30,
- "archived": null,
- "riskAssessment": false,
- "registrationType": "ACTIVITY",
- "portalDescription": "A match (remember to call parents).",
- "availableTerms": [ ],
- "availableYears": null,
- "isActive": true
}, - "relationships": {
- "cycles": {
- "links": {
- "related": "/v1/activities/activity/1/cycles"
}
}, - "instances": {
- "links": {
- "related": "/v1/activities/activity/1/instances"
}
}, - "organisers": {
- "data": [
- {
- "id": "1",
- "type": "staff"
}, - {
- "id": "2",
- "type": "staff"
}
]
}, - "category": {
- "data": {
- "id": "1",
- "type": "activityCategory"
}
}
}, - "links": {
- "self": "/v1/activities/activity/1",
- "cycles": "/v1/activities/activity/1/cycles",
- "instances": "/v1/activities/activity/1/instances"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a page of attendeeLink
related to student
via relation activityLink
.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "attendeeLink",
- "id": "1",
- "attributes": {
- "attendeeType": "Family Member",
- "showInReports": false,
- "points": null,
- "permissionGiven": false,
- "paid": false,
- "paidAmount": "0.00"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "activityInstance": {
- "data": {
- "id": "1",
- "type": "activityInstance"
}
}
}, - "links": {
- "self": "/v1/activities/attendee-link/1",
- "enrolmentAttendee": "/v1/activities/attendee-link/1/student"
}
}, - {
- "type": "attendeeLink",
- "id": "1",
- "attributes": {
- "attendeeType": "Family Member",
- "showInReports": false,
- "points": null,
- "permissionGiven": false,
- "paid": false,
- "paidAmount": "0.00"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "activityInstance": {
- "data": {
- "id": "1",
- "type": "activityInstance"
}
}
}, - "links": {
- "self": "/v1/activities/attendee-link/1",
- "enrolmentAttendee": "/v1/activities/attendee-link/1/student"
}
}, - {
- "type": "attendeeLink",
- "id": "1",
- "attributes": {
- "attendeeType": "Family Member",
- "showInReports": false,
- "points": null,
- "permissionGiven": false,
- "paid": false,
- "paidAmount": "0.00"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "activityInstance": {
- "data": {
- "id": "1",
- "type": "activityInstance"
}
}
}, - "links": {
- "self": "/v1/activities/attendee-link/1",
- "enrolmentAttendee": "/v1/activities/attendee-link/1/student"
}
}
]
}
Retrieves a page of studentAwardLink
related to student
via relation awardLinks
.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "studentAwardLink",
- "id": "1",
- "attributes": {
- "date": "2018-01-01"
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/welfare/award/1"
}
}, - {
- "type": "studentAwardLink",
- "id": "1",
- "attributes": {
- "date": "2018-01-01"
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/welfare/award/1"
}
}, - {
- "type": "studentAwardLink",
- "id": "1",
- "attributes": {
- "date": "2018-01-01"
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/welfare/award/1"
}
}
]
}
Retrieves a page of award
related to student
via relation awards
.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "award",
- "id": "1",
- "attributes": {
- "name": "International Spelling Bee Championship 2019",
- "value": 5,
- "pointValue": 3,
- "sequence": 1
}, - "relationships": {
- "category": {
- "data": {
- "id": "2",
- "type": "awardCategory"
}
}
}, - "links": {
- "self": "/v1/welfare/award/1"
}
}, - {
- "type": "award",
- "id": "1",
- "attributes": {
- "name": "International Spelling Bee Championship 2019",
- "value": 5,
- "pointValue": 3,
- "sequence": 1
}, - "relationships": {
- "category": {
- "data": {
- "id": "2",
- "type": "awardCategory"
}
}
}, - "links": {
- "self": "/v1/welfare/award/1"
}
}, - {
- "type": "award",
- "id": "1",
- "attributes": {
- "name": "International Spelling Bee Championship 2019",
- "value": 5,
- "pointValue": 3,
- "sequence": 1
}, - "relationships": {
- "category": {
- "data": {
- "id": "2",
- "type": "awardCategory"
}
}
}, - "links": {
- "self": "/v1/welfare/award/1"
}
}
]
}
Synchronizes a student into Sentra Data layer of used tenant - but only if the tenant uses Sentralenrolment
importer.
id required | number Number ID of the |
{- "data": {
- "type": "coreStudent",
- "id": "2",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Smith",
- "preferredName": "Jane",
- "gender": null,
- "barcode": "B000007001",
- "examId": null,
- "schoolYear": "",
- "dateOfBirth": null,
- "allergies": null,
- "medicalConditions": null,
- "externalId": "EXT_123",
- "externalSource": "SentralEnrolment",
- "username": null,
- "email": null,
- "mobile": null,
- "refId": "8b6447c6-49e1-44f7-952c-12006df6dfab",
- "eslSupportNeeded": false,
- "eslDateAssessed": null,
- "isEslSupportReceived": false,
- "enrolDate": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "additionalDetails": {
- "data": {
- "id": "1",
- "type": "corePerson"
}
}, - "attendedClasses": {
- "links": {
- "related": "/v1/core/core-student/2/attended-classes"
}
}, - "studentRelationships": {
- "links": {
- "related": "/v1/core/core-student-relationships?studentIds=2"
}
}, - "coreHouse": {
- "data": {
- "id": "1",
- "type": "coreHouse"
}
}, - "contacts": {
- "links": {
- "related": "/v1/core/core-student/2/contacts"
}
}
}, - "links": {
- "self": "/v1/core/core-student/2"
}, - "meta": {
- "deletedDate": null
}
}
}
Adds a new 'studentDocument' to a 'studentEnrolmentDraft'. The file should be uploaded via 'multipart/form-data' and should be sent under key 'document'.
id required | number Number ID of the 'STUDENT' to which the document should be added. [example: 1] |
isConfidential | boolean Boolean Controls whether the newly created file should be confidential or not. [optional] [default: false] |
studentEnrolmentDraftId | number Number ID of the |
categoryId | number Number ID of the |
{- "data": {
- "type": "studentDocument",
- "id": "1",
- "attributes": {
- "fileName": null,
- "isConfidential": true
}, - "links": {
- "self": "/v1/enrolments/student-document/1",
- "file": "/v1/enrolments/student-document/1/file"
}
}
}
Retrieves all of studentDocument
related to student
via relation documents
.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "studentDocument",
- "id": "1",
- "attributes": {
- "fileName": null,
- "isConfidential": true
}, - "links": {
- "self": "/v1/enrolments/student-document/1",
- "file": "/v1/enrolments/student-document/1/file"
}
}, - {
- "type": "studentDocument",
- "id": "1",
- "attributes": {
- "fileName": null,
- "isConfidential": true
}, - "links": {
- "self": "/v1/enrolments/student-document/1",
- "file": "/v1/enrolments/student-document/1/file"
}
}, - {
- "type": "studentDocument",
- "id": "1",
- "attributes": {
- "fileName": null,
- "isConfidential": true
}, - "links": {
- "self": "/v1/enrolments/student-document/1",
- "file": "/v1/enrolments/student-document/1/file"
}
}
]
}
Retrieves a page of studentAcademicReportEduPro
related to student
via relation eduProAcademicReports
.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "studentAcademicReportEduPro",
- "id": "1",
- "attributes": {
- "year": 2018,
- "semester": 1,
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/edupro/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "studentAcademicReportEduPro",
- "id": "1",
- "attributes": {
- "year": 2018,
- "semester": 1,
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/edupro/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "studentAcademicReportEduPro",
- "id": "1",
- "attributes": {
- "year": 2018,
- "semester": 1,
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/edupro/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves all of enrolment
related to student
via relation enrolments
.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: student, house, rollclass, classes, campus. [optional] [default: null] [example: "student"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
statuses | string String Comma-separated list of enrolment types to filter by. Reference the model |
{- "data": [
- {
- "type": "enrolment",
- "id": "1",
- "attributes": {
- "startDate": "2018-09-01",
- "endDate": null,
- "status": "active",
- "school": null,
- "schoolYear": null,
- "rollClass": null,
- "isBoarding": false,
- "boardingHouse": null,
- "tutorGroup": null,
- "fteAmount": "1",
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "house": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/house"
}
}, - "rollclass": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/rollclass"
}
}, - "classes": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/classes"
}
}, - "academicPeriod": {
- "data": {
- "id": "1",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment/1",
- "house": "/v1/enrolments/enrolment/1/house",
- "classes": "/v1/enrolments/enrolment/1/classes",
- "rollclass": "/v1/enrolments/enrolment/1/rollclass"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "enrolment",
- "id": "1",
- "attributes": {
- "startDate": "2018-09-01",
- "endDate": null,
- "status": "active",
- "school": null,
- "schoolYear": null,
- "rollClass": null,
- "isBoarding": false,
- "boardingHouse": null,
- "tutorGroup": null,
- "fteAmount": "1",
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "house": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/house"
}
}, - "rollclass": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/rollclass"
}
}, - "classes": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/classes"
}
}, - "academicPeriod": {
- "data": {
- "id": "1",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment/1",
- "house": "/v1/enrolments/enrolment/1/house",
- "classes": "/v1/enrolments/enrolment/1/classes",
- "rollclass": "/v1/enrolments/enrolment/1/rollclass"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "enrolment",
- "id": "1",
- "attributes": {
- "startDate": "2018-09-01",
- "endDate": null,
- "status": "active",
- "school": null,
- "schoolYear": null,
- "rollClass": null,
- "isBoarding": false,
- "boardingHouse": null,
- "tutorGroup": null,
- "fteAmount": "1",
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "house": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/house"
}
}, - "rollclass": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/rollclass"
}
}, - "classes": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/classes"
}
}, - "academicPeriod": {
- "data": {
- "id": "1",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment/1",
- "house": "/v1/enrolments/enrolment/1/house",
- "classes": "/v1/enrolments/enrolment/1/classes",
- "rollclass": "/v1/enrolments/enrolment/1/rollclass"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves all of studentFlagLink
related to student
via relation flagLinks
. Results will include studentFlagLinks
that link to inactive flags
, but deleted studentFlagLinks
will not appear in the results.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: student, flag. [optional] [default: null] [example: "student"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "studentFlagLink",
- "id": "1",
- "attributes": {
- "comment": "Has failed every Math exam so far",
- "expiryDate": "2018-06-01"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "flag": {
- "data": {
- "id": "1",
- "type": "flag"
}
}
}, - "links": {
- "self": "/v1/enrolments/house/1"
}
}, - {
- "type": "studentFlagLink",
- "id": "1",
- "attributes": {
- "comment": "Has failed every Math exam so far",
- "expiryDate": "2018-06-01"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "flag": {
- "data": {
- "id": "1",
- "type": "flag"
}
}
}, - "links": {
- "self": "/v1/enrolments/house/1"
}
}, - {
- "type": "studentFlagLink",
- "id": "1",
- "attributes": {
- "comment": "Has failed every Math exam so far",
- "expiryDate": "2018-06-01"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "flag": {
- "data": {
- "id": "1",
- "type": "flag"
}
}
}, - "links": {
- "self": "/v1/enrolments/house/1"
}
}
]
}
Retrieves all of flag
related to student
via relation flags
. Results will include inactive flags
.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: school. [optional] [default: null] [example: "school"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "flag",
- "id": "1",
- "attributes": {
- "internalName": "hasSchoolProblems",
- "name": "Has school problems",
- "color": "FF8888",
- "showInSentral": true,
- "showInFees": true,
- "isDisabled": false,
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/flag/1",
- "school": "/v1/enrolments/flag/1/school"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "flag",
- "id": "1",
- "attributes": {
- "internalName": "hasSchoolProblems",
- "name": "Has school problems",
- "color": "FF8888",
- "showInSentral": true,
- "showInFees": true,
- "isDisabled": false,
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/flag/1",
- "school": "/v1/enrolments/flag/1/school"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "flag",
- "id": "1",
- "attributes": {
- "internalName": "hasSchoolProblems",
- "name": "Has school problems",
- "color": "FF8888",
- "showInSentral": true,
- "showInFees": true,
- "isDisabled": false,
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/flag/1",
- "school": "/v1/enrolments/flag/1/school"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves all of studentHouseholdRelation
related to student
via relation households
.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: student, household. [optional] [default: null] [example: "student"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
residentialHouseholdTypes | string String Comma-separated list of Residential household types to filter by. Reference the model |
{- "data": [
- {
- "type": "studentHouseholdRelation",
- "id": "1",
- "attributes": {
- "studentId": 1,
- "householdId": 3,
- "residentialHousehold": "yes"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}, - "links": {
- "related": "/v1/enrolments/student-household/1/student"
}
}, - "household": {
- "data": {
- "id": "3",
- "type": "household"
}, - "links": {
- "related": "/v1/enrolments/student-household/1/household"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-household/1",
- "student": "/v1/enrolments/student-household/1/student",
- "household": "/v1/enrolments/student-household/1/household"
}
}, - {
- "type": "studentHouseholdRelation",
- "id": "1",
- "attributes": {
- "studentId": 1,
- "householdId": 3,
- "residentialHousehold": "yes"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}, - "links": {
- "related": "/v1/enrolments/student-household/1/student"
}
}, - "household": {
- "data": {
- "id": "3",
- "type": "household"
}, - "links": {
- "related": "/v1/enrolments/student-household/1/household"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-household/1",
- "student": "/v1/enrolments/student-household/1/student",
- "household": "/v1/enrolments/student-household/1/household"
}
}, - {
- "type": "studentHouseholdRelation",
- "id": "1",
- "attributes": {
- "studentId": 1,
- "householdId": 3,
- "residentialHousehold": "yes"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}, - "links": {
- "related": "/v1/enrolments/student-household/1/student"
}
}, - "household": {
- "data": {
- "id": "3",
- "type": "household"
}, - "links": {
- "related": "/v1/enrolments/student-household/1/household"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-household/1",
- "student": "/v1/enrolments/student-household/1/student",
- "household": "/v1/enrolments/student-household/1/household"
}
}
]
}
Retrieves a single instances of person based on the specified ID.
id required | number Number ID of the student whose person details should be retrieved. |
include | string String Comma-separated list of relations to sideload. Allowed values are: primaryHousehold, studentPrimaryEnrolment, staff, student, contactDetails, otherHouseholds, studentContacts, studentTenants, prescribedMedication, emails, phoneNumbers, givenConsents, givenConsentLinks, emergencyContactLinks, abilities, additionalFields. [optional] [default: null] [example: "primaryHousehold"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "person",
- "id": "1",
- "attributes": {
- "externalId": null,
- "refId": null,
- "contactCode": null,
- "name": "John",
- "surname": "Doe",
- "firstName": "John",
- "middleNames": "Franz Stephen",
- "lastName": "Doe",
- "legalLastName": null,
- "preferredName": null,
- "email": "john.doe@example.com",
- "title": null,
- "givenNames": "Franz Stephen",
- "gender": "Other",
- "genderDescription": null,
- "genderCode": "Other",
- "dateOfBirth": null,
- "dateOfDeath": null,
- "crn": null,
- "otherLanguage": null,
- "otherLanguageCode": null,
- "languageSpokenAtHome": null,
- "languageSpokenAtHomeCode": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "indigenousStatusCode": null,
- "nationality": null,
- "nationalityCode": null,
- "countryOfCitizenship": null,
- "countryOfCitizenshipCode": null,
- "ethnicGroup": "Creole, so described",
- "ethnicGroupCode": "0906",
- "religion": null,
- "religionCode": null,
- "countryOfBirth": null,
- "countryOfBirthCode": null,
- "placeOfBirth": null,
- "residentialStatus": "Permanent Humanitarian Visa",
- "residentialStatusCode": 8,
- "isDeceased": false,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryHousehold": {
- "links": {
- "related": "/v1/enrolments/person/1/primary-household"
}
}, - "staff": {
- "links": {
- "related": "/v1/enrolments/person/1/staff"
}
}, - "student": {
- "links": {
- "related": "/v1/enrolments/person/1/student"
}
}, - "contactDetails": {
- "links": {
- "related": "/v1/enrolments/person/1/person-contact-details"
}
}, - "otherHouseholds": {
- "links": {
- "related": "/v1/enrolments/person/1/other-households"
}
}, - "studentContacts": {
- "links": {
- "related": "/v1/enrolments/person/1/student-contacts"
}
}, - "medicalSummary": {
- "links": {
- "related": "/v1/enrolments/person/1/medical-summary"
}
}, - "medicalConditions": {
- "links": {
- "related": "/v1/enrolments/person/1/medical-conditions"
}
}, - "prescribedMedication": {
- "links": {
- "related": "/v1/enrolments/person/1/prescribed-medications"
}
}, - "doctors": {
- "links": {
- "related": "/v1/enrolments/person/1/doctors"
}
}, - "associatedStudents": {
- "links": {
- "related": "/v1/enrolments/person/1/associated-students"
}
}, - "givenConsents": {
- "links": {
- "related": "/v1/enrolments/person/1/given-consents"
}
}, - "givenConsentLinks": {
- "links": {
- "related": "/v1/enrolments/person/1/given-consent-links"
}
}
}, - "links": {
- "self": "/v1/enrolments/person/1",
- "primaryHousehold": "/v1/enrolments/person/1/primary-household",
- "otherHouseholds": "/v1/enrolments/person/1/other-households",
- "staff": "/v1/enrolments/person/1/staff",
- "student": "/v1/enrolments/person/1/student",
- "studentContacts": "/v1/enrolments/person/1/student-contacts",
- "associatedStudents": "/v1/enrolments/person/1/associated-students",
- "medicalSummary": "/v1/enrolments/person/1/medical-summary",
- "medicalConditions": "/v1/enrolments/person/1/medical-conditions",
- "prescribedMedications": "/v1/enrolments/person/1/prescribed-medications",
- "doctors": "/v1/enrolments/person/1/doctors"
}, - "meta": {
- "deletedDate": null
}
}
}
Returns the photo of a given student. Allowed dimensions are: 50x50, 100x100, 250x250, 500x500. If provided dimensions don't match it'll return the next closest dimension available.
id required | string String ID of the student whose photo to retrieve. Also supports |
width | number Number Width of the returned photo, must be between 1 and 1500, defaults to 256. If not one of the allowed dimensions it will select the next closest available option. [optional] [default: 256] Value constraints: Minimum value: 1 [inclusive] Maximum value: 1500 [inclusive] |
height | number Number Height of the returned photo, must be between 1 and 1500, defaults to 256. If not one of the allowed dimensions it will select the next closest available option. [optional] [default: 256] Value constraints: Minimum value: 1 [inclusive] Maximum value: 1500 [inclusive] |
avoidReturningMissingPhoto | string String By default this method returns the photo of the student in the current tenant, even if the student has no custom photo there. With this option set to '1', if the student doesn't have a photo in the current tenant the endpoint will attempt to return a photo from another tenant this student is/was part of and return the photo from there. The mechanism will prefer the tenant where the student is currently enrolled, then earliest past tenants, then earlies future tenants. [optional] [default: "0"] Value constraints: Allowed values: "1", "0" |
Retrieves a single instance of enrolment
, the relation primaryEnrolment
of student
.
id required | number Number ID of the 'student' which relation to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: student, house, rollclass, classes, campus. [optional] [default: null] [example: "student"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "enrolment",
- "id": "1",
- "attributes": {
- "startDate": "2018-09-01",
- "endDate": null,
- "status": "active",
- "school": null,
- "schoolYear": null,
- "rollClass": null,
- "isBoarding": false,
- "boardingHouse": null,
- "tutorGroup": null,
- "fteAmount": "1",
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "house": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/house"
}
}, - "rollclass": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/rollclass"
}
}, - "classes": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/classes"
}
}, - "academicPeriod": {
- "data": {
- "id": "1",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment/1",
- "house": "/v1/enrolments/enrolment/1/house",
- "classes": "/v1/enrolments/enrolment/1/classes",
- "rollclass": "/v1/enrolments/enrolment/1/rollclass"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves all of specialNeedsProgram
related to student
via relation specialNeedsPrograms
.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: students. [optional] [default: null] [example: "students"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "specialNeedsProgram",
- "id": "1",
- "attributes": {
- "name": "Attendance Improvement"
}, - "relationships": {
- "school": {
- "data": {
- "id": "1",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/special-needs-program/1"
}
}, - {
- "type": "specialNeedsProgram",
- "id": "1",
- "attributes": {
- "name": "Attendance Improvement"
}, - "relationships": {
- "school": {
- "data": {
- "id": "1",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/special-needs-program/1"
}
}, - {
- "type": "specialNeedsProgram",
- "id": "1",
- "attributes": {
- "name": "Attendance Improvement"
}, - "relationships": {
- "school": {
- "data": {
- "id": "1",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/special-needs-program/1"
}
}
]
}
Retrieves all of tenant
related to student
via relation tenants
.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: schools. [optional] [default: null] [example: "schools"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "tenant",
- "id": "1",
- "attributes": {
- "name": "School 1 Tenant",
- "code": "a7bd8e",
- "region": "SA",
- "key": "14738a",
- "timezone": "Australia/Sydney",
- "provisioningStatus": null,
- "provisioningCompletedAt": null,
- "isActive": true
}, - "relationships": {
- "schools": {
- "links": {
- "related": "/v1/enterprise/tenant/1/schools"
}
}, - "termDates": {
- "links": {
- "related": "/v1/enterprise/tenant/1/term-dates"
}
}
}, - "links": {
- "self": "/v1/enterprise/tenant/1",
- "schools": "/v1/enterprise/tenant/1/schools"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "tenant",
- "id": "1",
- "attributes": {
- "name": "School 1 Tenant",
- "code": "a7bd8e",
- "region": "SA",
- "key": "14738a",
- "timezone": "Australia/Sydney",
- "provisioningStatus": null,
- "provisioningCompletedAt": null,
- "isActive": true
}, - "relationships": {
- "schools": {
- "links": {
- "related": "/v1/enterprise/tenant/1/schools"
}
}, - "termDates": {
- "links": {
- "related": "/v1/enterprise/tenant/1/term-dates"
}
}
}, - "links": {
- "self": "/v1/enterprise/tenant/1",
- "schools": "/v1/enterprise/tenant/1/schools"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "tenant",
- "id": "1",
- "attributes": {
- "name": "School 1 Tenant",
- "code": "a7bd8e",
- "region": "SA",
- "key": "14738a",
- "timezone": "Australia/Sydney",
- "provisioningStatus": null,
- "provisioningCompletedAt": null,
- "isActive": true
}, - "relationships": {
- "schools": {
- "links": {
- "related": "/v1/enterprise/tenant/1/schools"
}
}, - "termDates": {
- "links": {
- "related": "/v1/enterprise/tenant/1/term-dates"
}
}
}, - "links": {
- "self": "/v1/enterprise/tenant/1",
- "schools": "/v1/enterprise/tenant/1/schools"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves all instances of timetableLesson.
id required | number Number ID of the |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
fromDate | string Date (Y-m-d, eg. 2019-12-31) Date from which to retrieve timetable lessons, inclusive range. When not specified it defaults to today. [optional] [default: Today] |
toDate | string Date (Y-m-d, eg. 2019-12-31) Date to which to retrieve timetable lessons, inclusive range. When not specified it uses |
{- "data": [
- {
- "type": "timetableLesson",
- "id": "1-20180101",
- "attributes": {
- "className": null,
- "subject": "Biology",
- "roomName": null,
- "teacherName": "Jane McDoe, John Seagull",
- "teacherIds": [
- 1,
- 2
], - "date": "2018-01-01",
- "dayName": null,
- "dayOrder": 0,
- "periodName": null,
- "periodOrder": 0,
- "startTime": "08:00:00",
- "endTime": "08:00:00",
- "colour": "#FFFFFF",
- "classType": null,
}
}, - {
- "type": "timetableLesson",
- "id": "1-20180101",
- "attributes": {
- "className": null,
- "subject": "Biology",
- "roomName": null,
- "teacherName": "Jane McDoe, John Seagull",
- "teacherIds": [
- 1,
- 2
], - "date": "2018-01-01",
- "dayName": null,
- "dayOrder": 0,
- "periodName": null,
- "periodOrder": 0,
- "startTime": "08:00:00",
- "endTime": "08:00:00",
- "colour": "#FFFFFF",
- "classType": null,
}
}, - {
- "type": "timetableLesson",
- "id": "1-20180101",
- "attributes": {
- "className": null,
- "subject": "Biology",
- "roomName": null,
- "teacherName": "Jane McDoe, John Seagull",
- "teacherIds": [
- 1,
- 2
], - "date": "2018-01-01",
- "dayName": null,
- "dayOrder": 0,
- "periodName": null,
- "periodOrder": 0,
- "startTime": "08:00:00",
- "endTime": "08:00:00",
- "colour": "#FFFFFF",
- "classType": null,
}
}
]
}
Retrieves all instances of timetableLesson.
id required | number Number ID of the |
date required | string Date (Y-m-d, eg. 2019-12-31) Date for which the timetable should be retrieved. |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "timetableLesson",
- "id": "1-20180101",
- "attributes": {
- "className": null,
- "subject": "Biology",
- "roomName": null,
- "teacherName": "Jane McDoe, John Seagull",
- "teacherIds": [
- 1,
- 2
], - "date": "2018-01-01",
- "dayName": null,
- "dayOrder": 0,
- "periodName": null,
- "periodOrder": 0,
- "startTime": "08:00:00",
- "endTime": "08:00:00",
- "colour": "#FFFFFF",
- "classType": null,
}
}, - {
- "type": "timetableLesson",
- "id": "1-20180101",
- "attributes": {
- "className": null,
- "subject": "Biology",
- "roomName": null,
- "teacherName": "Jane McDoe, John Seagull",
- "teacherIds": [
- 1,
- 2
], - "date": "2018-01-01",
- "dayName": null,
- "dayOrder": 0,
- "periodName": null,
- "periodOrder": 0,
- "startTime": "08:00:00",
- "endTime": "08:00:00",
- "colour": "#FFFFFF",
- "classType": null,
}
}, - {
- "type": "timetableLesson",
- "id": "1-20180101",
- "attributes": {
- "className": null,
- "subject": "Biology",
- "roomName": null,
- "teacherName": "Jane McDoe, John Seagull",
- "teacherIds": [
- 1,
- 2
], - "date": "2018-01-01",
- "dayName": null,
- "dayOrder": 0,
- "periodName": null,
- "periodOrder": 0,
- "startTime": "08:00:00",
- "endTime": "08:00:00",
- "colour": "#FFFFFF",
- "classType": null,
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "studentId": 0,
- "personId": 0,
- "priority": 0,
- "isAuthorisedPickup": true,
- "isEmergencyContact": true,
- "isFinanciallyResponsible": true,
- "isFinanciallyResponsibleForActivities": true,
- "feeSplitPercentage": 0,
- "isPrimaryContact": true,
- "livesWith": true,
- "relationType": "string",
- "relationName": "string",
- "receivesMail": true,
- "receivesReports": true,
- "receivesPortalAccess": true,
- "portalAccessLevel": 0,
- "isCustomLevel": true,
- "receivesCorrespondence": true,
- "receivesAbsences": true,
- "doNotContact": true
}, - "links": {
- "self": "string",
- "student": "string",
- "portalAccessLevel": "string"
}, - "relationships": {
- "student": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "studentPerson": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "person": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of studentPersonRelation
.
include | string String Comma-separated list of relations to sideload. Allowed values are: student, studentPerson, person. [optional] [default: null] [example: "student"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
studentIds | string String Comma-separated list of |
excludeSelf | boolean Boolean When true will exclude relation records which link the student to themself. [optional] [default: false] [example: "1"] |
{- "data": [
- {
- "type": "studentPersonRelation",
- "id": "1",
- "attributes": {
- "studentId": 2,
- "personId": 3,
- "priority": 2,
- "isAuthorisedPickup": false,
- "isEmergencyContact": false,
- "isFinanciallyResponsible": true,
- "isFinanciallyResponsibleForActivities": false,
- "feeSplitPercentage": 50,
- "isPrimaryContact": false,
- "livesWith": false,
- "relationType": "10",
- "relationName": "Sibling",
- "receivesMail": false,
- "receivesReports": false,
- "receivesPortalAccess": false,
- "portalAccessLevel": 0,
- "isCustomLevel": false,
- "receivesCorrespondence": false,
- "receivesAbsences": false,
- "doNotContact": false
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/student"
}
}, - "studentPerson": {
- "data": {
- "id": "1",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/student-person"
}
}, - "person": {
- "data": {
- "id": "3",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/person"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-contact/1",
- "student": "/v1/enrolments/student-contact/1/student",
- "portalAccessLevel": "/v1/enterprise/portal-access-level/0"
}
}, - {
- "type": "studentPersonRelation",
- "id": "1",
- "attributes": {
- "studentId": 2,
- "personId": 3,
- "priority": 2,
- "isAuthorisedPickup": false,
- "isEmergencyContact": false,
- "isFinanciallyResponsible": true,
- "isFinanciallyResponsibleForActivities": false,
- "feeSplitPercentage": 50,
- "isPrimaryContact": false,
- "livesWith": false,
- "relationType": "10",
- "relationName": "Sibling",
- "receivesMail": false,
- "receivesReports": false,
- "receivesPortalAccess": false,
- "portalAccessLevel": 0,
- "isCustomLevel": false,
- "receivesCorrespondence": false,
- "receivesAbsences": false,
- "doNotContact": false
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/student"
}
}, - "studentPerson": {
- "data": {
- "id": "1",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/student-person"
}
}, - "person": {
- "data": {
- "id": "3",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/person"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-contact/1",
- "student": "/v1/enrolments/student-contact/1/student",
- "portalAccessLevel": "/v1/enterprise/portal-access-level/0"
}
}, - {
- "type": "studentPersonRelation",
- "id": "1",
- "attributes": {
- "studentId": 2,
- "personId": 3,
- "priority": 2,
- "isAuthorisedPickup": false,
- "isEmergencyContact": false,
- "isFinanciallyResponsible": true,
- "isFinanciallyResponsibleForActivities": false,
- "feeSplitPercentage": 50,
- "isPrimaryContact": false,
- "livesWith": false,
- "relationType": "10",
- "relationName": "Sibling",
- "receivesMail": false,
- "receivesReports": false,
- "receivesPortalAccess": false,
- "portalAccessLevel": 0,
- "isCustomLevel": false,
- "receivesCorrespondence": false,
- "receivesAbsences": false,
- "doNotContact": false
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/student"
}
}, - "studentPerson": {
- "data": {
- "id": "1",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/student-person"
}
}, - "person": {
- "data": {
- "id": "3",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/person"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-contact/1",
- "student": "/v1/enrolments/student-contact/1/student",
- "portalAccessLevel": "/v1/enterprise/portal-access-level/0"
}
}
]
}
Retrieves a single instance of studentPersonRelation
.
id required | string String matching regular expression: |
include | string String Comma-separated list of relations to sideload. Allowed values are: student, studentPerson, person. [optional] [default: null] [example: "student"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "studentPersonRelation",
- "id": "1",
- "attributes": {
- "studentId": 2,
- "personId": 3,
- "priority": 2,
- "isAuthorisedPickup": false,
- "isEmergencyContact": false,
- "isFinanciallyResponsible": true,
- "isFinanciallyResponsibleForActivities": false,
- "feeSplitPercentage": 50,
- "isPrimaryContact": false,
- "livesWith": false,
- "relationType": "10",
- "relationName": "Sibling",
- "receivesMail": false,
- "receivesReports": false,
- "receivesPortalAccess": false,
- "portalAccessLevel": 0,
- "isCustomLevel": false,
- "receivesCorrespondence": false,
- "receivesAbsences": false,
- "doNotContact": false
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/student"
}
}, - "studentPerson": {
- "data": {
- "id": "1",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/student-person"
}
}, - "person": {
- "data": {
- "id": "3",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/person"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-contact/1",
- "student": "/v1/enrolments/student-contact/1/student",
- "portalAccessLevel": "/v1/enterprise/portal-access-level/0"
}
}
}
Modifies an existing Contact Relation record of a student.
Payload has the following requirements:
And supports these models:
studentPersonRelation
isFinanciallyResponsible
→ Boolean Controls whether this contact is a debtor for the student. When false feeSplitPercentage
will be set to 0. [example: TRUE]feeSplitPercentage
→ Number The percentage of the fee that the contact is responsible for. Ignored if feeSplitPercentage
is false. Total value of all student's relations which have feeSplitPercentage
set to true must be 100, otherwise an exception will be thrown. [optional] [example: "100"]
Value constraints:
Minimum value: 0 [inclusive]
Maximum value: 100 [inclusive]id required | number Number ID of the |
object |
{- "data": {
- "type": "studentPersonRelation",
- "id": 1,
- "attributes": {
- "isFinanciallyResponsible": true,
- "feeSplitPercentage": "100"
}
}
}
{- "data": {
- "type": "studentPersonRelation",
- "id": "1",
- "attributes": {
- "studentId": 2,
- "personId": 3,
- "priority": 2,
- "isAuthorisedPickup": false,
- "isEmergencyContact": false,
- "isFinanciallyResponsible": true,
- "isFinanciallyResponsibleForActivities": false,
- "feeSplitPercentage": 50,
- "isPrimaryContact": false,
- "livesWith": false,
- "relationType": "10",
- "relationName": "Sibling",
- "receivesMail": false,
- "receivesReports": false,
- "receivesPortalAccess": false,
- "portalAccessLevel": 0,
- "isCustomLevel": false,
- "receivesCorrespondence": false,
- "receivesAbsences": false,
- "doNotContact": false
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/student"
}
}, - "studentPerson": {
- "data": {
- "id": "1",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/student-person"
}
}, - "person": {
- "data": {
- "id": "3",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/student-contact/1/person"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-contact/1",
- "student": "/v1/enrolments/student-contact/1/student",
- "portalAccessLevel": "/v1/enterprise/portal-access-level/0"
}
}
}
Retrieves a single instance of student
, the relation relatedStudent
of studentPersonRelation
.
id required | string String matching regular expression: |
include | string String Comma-separated list of relations to sideload. Allowed values are: primaryEnrolment, person, activities, activityInstances, tenants, flags, flagLinks, contacts, holidays, specialNeedsPrograms, schoolHistory. [optional] [default: null] [example: "primaryEnrolment"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "fileName": "string",
- "isConfidential": true
}, - "links": {
- "self": "string",
- "file": "string"
}, - "relationships": {
- "category": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of studentDocument
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "studentDocument",
- "id": "1",
- "attributes": {
- "fileName": null,
- "isConfidential": true
}, - "links": {
- "self": "/v1/enrolments/student-document/1",
- "file": "/v1/enrolments/student-document/1/file"
}
}, - {
- "type": "studentDocument",
- "id": "1",
- "attributes": {
- "fileName": null,
- "isConfidential": true
}, - "links": {
- "self": "/v1/enrolments/student-document/1",
- "file": "/v1/enrolments/student-document/1/file"
}
}, - {
- "type": "studentDocument",
- "id": "1",
- "attributes": {
- "fileName": null,
- "isConfidential": true
}, - "links": {
- "self": "/v1/enrolments/student-document/1",
- "file": "/v1/enrolments/student-document/1/file"
}
}
]
}
Retrieves a single instance of studentDocument
.
id required | number Number ID of the 'studentDocument' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "studentDocument",
- "id": "1",
- "attributes": {
- "fileName": null,
- "isConfidential": true
}, - "links": {
- "self": "/v1/enrolments/student-document/1",
- "file": "/v1/enrolments/student-document/1/file"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string"
}, - "links": {
- "self": "string"
}
}
Category of student documents.
Retrieves a page of instances of studentDocumentCategory
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "studentDocumentCategory",
- "id": "1",
- "attributes": {
- "name": "Misc documents"
}, - "links": {
- "self": "/v1/enrolments/student-document-category/1"
}
}, - {
- "type": "studentDocumentCategory",
- "id": "1",
- "attributes": {
- "name": "Misc documents"
}, - "links": {
- "self": "/v1/enrolments/student-document-category/1"
}
}, - {
- "type": "studentDocumentCategory",
- "id": "1",
- "attributes": {
- "name": "Misc documents"
}, - "links": {
- "self": "/v1/enrolments/student-document-category/1"
}
}
]
}
Retrieves a single instance of studentDocumentCategory
.
id required | number Number ID of the 'studentDocumentCategory' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "studentDocumentCategory",
- "id": "1",
- "attributes": {
- "name": "Misc documents"
}, - "links": {
- "self": "/v1/enrolments/student-document-category/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "comment": "string",
- "expiryDate": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "student": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "flag": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A lnk between a flag and a student.
Adds a new flag to a student.
Payload has the following requirements:
And supports these models:
studentFlagLink
comment
→ String Additional comment about the context for why the flag was added. [example: "Has insulted a classmate."]
Value constraints:
Length must be between 65536 and 0 characters, inclusiveexpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Date after which the flag will expire. [optional] [example: "2019-01-01"]student
→ [required] [single] expected type is student
. flag
→ [required] [single] expected type is flag
.object |
{- "data": {
- "type": "studentFlagLink",
- "attributes": {
- "comment": "Has insulted a classmate.",
- "expiryDate": "2019-01-01"
}, - "relationships": {
- "student": {
- "data": {
- "id": 1,
- "type": "student"
}
}, - "flag": {
- "data": {
- "id": 1,
- "type": "flag"
}
}
}
}
}
{- "data": {
- "type": "studentFlagLink",
- "id": "1",
- "attributes": {
- "comment": "Has failed every Math exam so far",
- "expiryDate": "2018-06-01"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "flag": {
- "data": {
- "id": "1",
- "type": "flag"
}
}
}, - "links": {
- "self": "/v1/enrolments/house/1"
}
}
}
Retrieves a page of instances of studentFlagLink
.
include | string String Comma-separated list of relations to sideload. Allowed values are: student, flag. [optional] [default: null] [example: "student"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "studentFlagLink",
- "id": "1",
- "attributes": {
- "comment": "Has failed every Math exam so far",
- "expiryDate": "2018-06-01"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "flag": {
- "data": {
- "id": "1",
- "type": "flag"
}
}
}, - "links": {
- "self": "/v1/enrolments/house/1"
}
}, - {
- "type": "studentFlagLink",
- "id": "1",
- "attributes": {
- "comment": "Has failed every Math exam so far",
- "expiryDate": "2018-06-01"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "flag": {
- "data": {
- "id": "1",
- "type": "flag"
}
}
}, - "links": {
- "self": "/v1/enrolments/house/1"
}
}, - {
- "type": "studentFlagLink",
- "id": "1",
- "attributes": {
- "comment": "Has failed every Math exam so far",
- "expiryDate": "2018-06-01"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "flag": {
- "data": {
- "id": "1",
- "type": "flag"
}
}
}, - "links": {
- "self": "/v1/enrolments/house/1"
}
}
]
}
Retrieves a single instance of studentFlagLink
.
id required | number Number ID of the 'studentFlagLink' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: student, flag. [optional] [default: null] [example: "student"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "studentFlagLink",
- "id": "1",
- "attributes": {
- "comment": "Has failed every Math exam so far",
- "expiryDate": "2018-06-01"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "flag": {
- "data": {
- "id": "1",
- "type": "flag"
}
}
}, - "links": {
- "self": "/v1/enrolments/house/1"
}
}
}
Adds a new flag to a student.
Payload has the following requirements:
And supports these models:
studentFlagLink
comment
→ String Additional comment about the context for why the flag was added. [example: "Has insulted a classmate."]
Value constraints:
Length must be between 65536 and 0 characters, inclusiveexpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Date after which the flag will expire. [optional] [example: "2019-01-01"]id required | number Number ID of the |
object |
{- "data": {
- "type": "studentFlagLink",
- "id": 1,
- "attributes": {
- "comment": "Has insulted a classmate.",
- "expiryDate": "2019-01-01"
}
}
}
{- "data": {
- "type": "studentFlagLink",
- "id": "1",
- "attributes": {
- "comment": "Has failed every Math exam so far",
- "expiryDate": "2018-06-01"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "flag": {
- "data": {
- "id": "1",
- "type": "flag"
}
}
}, - "links": {
- "self": "/v1/enrolments/house/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "studentId": 0,
- "householdId": 0,
- "residentialHousehold": "string"
}, - "links": {
- "self": "string",
- "student": "string"
}, - "relationships": {
- "student": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "household": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Deprecated! Please use personHouseholdRelation
models instead. Retrieves a page of instances of studentHouseholdRelation
.
include | string String Comma-separated list of relations to sideload. Allowed values are: student, household. [optional] [default: null] [example: "student"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
studentIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "studentHouseholdRelation",
- "id": "1",
- "attributes": {
- "studentId": 1,
- "householdId": 3,
- "residentialHousehold": "yes"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}, - "links": {
- "related": "/v1/enrolments/student-household/1/student"
}
}, - "household": {
- "data": {
- "id": "3",
- "type": "household"
}, - "links": {
- "related": "/v1/enrolments/student-household/1/household"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-household/1",
- "student": "/v1/enrolments/student-household/1/student",
- "household": "/v1/enrolments/student-household/1/household"
}
}, - {
- "type": "studentHouseholdRelation",
- "id": "1",
- "attributes": {
- "studentId": 1,
- "householdId": 3,
- "residentialHousehold": "yes"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}, - "links": {
- "related": "/v1/enrolments/student-household/1/student"
}
}, - "household": {
- "data": {
- "id": "3",
- "type": "household"
}, - "links": {
- "related": "/v1/enrolments/student-household/1/household"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-household/1",
- "student": "/v1/enrolments/student-household/1/student",
- "household": "/v1/enrolments/student-household/1/household"
}
}, - {
- "type": "studentHouseholdRelation",
- "id": "1",
- "attributes": {
- "studentId": 1,
- "householdId": 3,
- "residentialHousehold": "yes"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}, - "links": {
- "related": "/v1/enrolments/student-household/1/student"
}
}, - "household": {
- "data": {
- "id": "3",
- "type": "household"
}, - "links": {
- "related": "/v1/enrolments/student-household/1/household"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-household/1",
- "student": "/v1/enrolments/student-household/1/student",
- "household": "/v1/enrolments/student-household/1/household"
}
}
]
}
Deprecated! Please use personHouseholdRelation
models instead. Retrieves a single instance of studentHouseholdRelation
.
id required | string String matching regular expression: |
include | string String Comma-separated list of relations to sideload. Allowed values are: student, household. [optional] [default: null] [example: "student"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "studentHouseholdRelation",
- "id": "1",
- "attributes": {
- "studentId": 1,
- "householdId": 3,
- "residentialHousehold": "yes"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}, - "links": {
- "related": "/v1/enrolments/student-household/1/student"
}
}, - "household": {
- "data": {
- "id": "3",
- "type": "household"
}, - "links": {
- "related": "/v1/enrolments/student-household/1/household"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-household/1",
- "student": "/v1/enrolments/student-household/1/student",
- "household": "/v1/enrolments/student-household/1/household"
}
}
}
Deprecated! Please use personHouseholdRelation
models instead. Retrieves a single instance of household
, the relation relatedHousehold
of studentHouseholdRelation
.
id required | string String matching regular expression: |
include | string String Comma-separated list of relations to sideload. Allowed values are: addresses. [optional] [default: null] [example: "addresses"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "household",
- "id": "1",
- "attributes": {
- "householdCode": "9031101",
- "address": null,
- "mailingTitle": ""
}, - "links": {
- "self": "/v1/enrolments/household/1",
- "addresses": "/v1/enrolments/household/1/addresses"
}
}
}
Deprecated! Please use personHouseholdRelation
models instead. Retrieves a single instance of student
, the relation relatedStudent
of studentHouseholdRelation
.
id required | string String matching regular expression: |
include | string String Comma-separated list of relations to sideload. Allowed values are: primaryEnrolment, person, activities, activityInstances, tenants, flags, flagLinks, contacts, holidays, specialNeedsPrograms, schoolHistory. [optional] [default: null] [example: "primaryEnrolment"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "category": "string",
- "categoryCode": "string",
- "categoryUpdatedAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "adjustmentLevel": "string",
- "adjustmentLevelCode": "string",
- "adjustmentLevelUpdatedAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "educationType": "string",
- "createdAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "updatedAt": {
- "timestamp": 0,
- "iso8601": "string"
}
}, - "links": {
- "self": "string"
}, - "relationships": {
- "student": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "school": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "academicPeriod": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Student's NCCD record
Adds a new NCCD record to a student.
Payload has the following requirements:
And supports these models:
studentNccdRecord
categoryCode
→ String Disability category [example: "COG"]
Value constraints:
Allowed values: "COG", "PHY", "SEN", "SE"adjustmentLevelCode
→ String Level of adjustment [example: "SUB"]
Value constraints:
Allowed values: "EXT", "SUB", "SUP", "QDTP"educationType
→ String Education type of the NCCD record [example: ""]student
→ [required] [single] expected type is student
. Student to whom the record belongs.school
→ [required] [single] expected type is school
. School .academicPeriod
→ [required] [single] expected type is academicPeriod
. Student to whom the record belongs.object |
{- "data": {
- "type": "studentNccdRecord",
- "attributes": {
- "categoryCode": "COG",
- "adjustmentLevelCode": "SUB",
- "educationType": ""
}, - "relationships": {
- "student": {
- "data": {
- "id": 1,
- "type": "student"
}
}, - "school": {
- "data": {
- "id": 1,
- "type": "school"
}
}, - "academicPeriod": {
- "data": {
- "id": 1,
- "type": "academicPeriod"
}
}
}
}
}
{- "data": {
- "type": "studentNccdRecord",
- "id": "1",
- "attributes": {
- "category": "Physical",
- "categoryCode": "PHY",
- "categoryUpdatedAt": {
- "timestamp": 1588002332,
- "iso8601": "2020-04-27T15:45:32+0000"
}, - "adjustmentLevel": "Substantial",
- "adjustmentLevelCode": "SUB",
- "adjustmentLevelUpdatedAt": {
- "timestamp": 1588002372,
- "iso8601": "2020-04-27T15:46:12+0000"
}, - "educationType": "2020-03-22",
- "createdAt": {
- "timestamp": 1588002241,
- "iso8601": "2020-04-27T15:44:01+0000"
}, - "updatedAt": {
- "timestamp": 1588002372,
- "iso8601": "2020-04-27T15:46:12+0000"
}
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "school": {
- "data": {
- "id": "3",
- "type": "school"
}
}, - "academicPeriod": {
- "data": {
- "id": "4",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-nccd-record/1"
}
}
}
Retrieves a page of instances of studentNccdRecord
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
studentIds | string String Comma-separated list of |
schoolIds | string String Comma-separated list of |
academicPeriodIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "studentNccdRecord",
- "id": "1",
- "attributes": {
- "category": "Physical",
- "categoryCode": "PHY",
- "categoryUpdatedAt": {
- "timestamp": 1588002332,
- "iso8601": "2020-04-27T15:45:32+0000"
}, - "adjustmentLevel": "Substantial",
- "adjustmentLevelCode": "SUB",
- "adjustmentLevelUpdatedAt": {
- "timestamp": 1588002372,
- "iso8601": "2020-04-27T15:46:12+0000"
}, - "educationType": "2020-03-22",
- "createdAt": {
- "timestamp": 1588002241,
- "iso8601": "2020-04-27T15:44:01+0000"
}, - "updatedAt": {
- "timestamp": 1588002372,
- "iso8601": "2020-04-27T15:46:12+0000"
}
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "school": {
- "data": {
- "id": "3",
- "type": "school"
}
}, - "academicPeriod": {
- "data": {
- "id": "4",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-nccd-record/1"
}
}, - {
- "type": "studentNccdRecord",
- "id": "1",
- "attributes": {
- "category": "Physical",
- "categoryCode": "PHY",
- "categoryUpdatedAt": {
- "timestamp": 1588002332,
- "iso8601": "2020-04-27T15:45:32+0000"
}, - "adjustmentLevel": "Substantial",
- "adjustmentLevelCode": "SUB",
- "adjustmentLevelUpdatedAt": {
- "timestamp": 1588002372,
- "iso8601": "2020-04-27T15:46:12+0000"
}, - "educationType": "2020-03-22",
- "createdAt": {
- "timestamp": 1588002241,
- "iso8601": "2020-04-27T15:44:01+0000"
}, - "updatedAt": {
- "timestamp": 1588002372,
- "iso8601": "2020-04-27T15:46:12+0000"
}
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "school": {
- "data": {
- "id": "3",
- "type": "school"
}
}, - "academicPeriod": {
- "data": {
- "id": "4",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-nccd-record/1"
}
}, - {
- "type": "studentNccdRecord",
- "id": "1",
- "attributes": {
- "category": "Physical",
- "categoryCode": "PHY",
- "categoryUpdatedAt": {
- "timestamp": 1588002332,
- "iso8601": "2020-04-27T15:45:32+0000"
}, - "adjustmentLevel": "Substantial",
- "adjustmentLevelCode": "SUB",
- "adjustmentLevelUpdatedAt": {
- "timestamp": 1588002372,
- "iso8601": "2020-04-27T15:46:12+0000"
}, - "educationType": "2020-03-22",
- "createdAt": {
- "timestamp": 1588002241,
- "iso8601": "2020-04-27T15:44:01+0000"
}, - "updatedAt": {
- "timestamp": 1588002372,
- "iso8601": "2020-04-27T15:46:12+0000"
}
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "school": {
- "data": {
- "id": "3",
- "type": "school"
}
}, - "academicPeriod": {
- "data": {
- "id": "4",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-nccd-record/1"
}
}
]
}
Retrieves a single instance of studentNccdRecord
.
id required | number Number ID of the 'studentNccdRecord' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "studentNccdRecord",
- "id": "1",
- "attributes": {
- "category": "Physical",
- "categoryCode": "PHY",
- "categoryUpdatedAt": {
- "timestamp": 1588002332,
- "iso8601": "2020-04-27T15:45:32+0000"
}, - "adjustmentLevel": "Substantial",
- "adjustmentLevelCode": "SUB",
- "adjustmentLevelUpdatedAt": {
- "timestamp": 1588002372,
- "iso8601": "2020-04-27T15:46:12+0000"
}, - "educationType": "2020-03-22",
- "createdAt": {
- "timestamp": 1588002241,
- "iso8601": "2020-04-27T15:44:01+0000"
}, - "updatedAt": {
- "timestamp": 1588002372,
- "iso8601": "2020-04-27T15:46:12+0000"
}
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "school": {
- "data": {
- "id": "3",
- "type": "school"
}
}, - "academicPeriod": {
- "data": {
- "id": "4",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-nccd-record/1"
}
}
}
Modifies an existing NCCD record of a student.
Payload has the following requirements:
And supports these models:
studentNccdRecord
categoryCode
→ String Disability category [example: "COG"]
Value constraints:
Allowed values: "COG", "PHY", "SEN", "SE"adjustmentLevelCode
→ String Level of adjustment [example: "SUB"]
Value constraints:
Allowed values: "EXT", "SUB", "SUP", "QDTP"educationType
→ String Education type of the NCCD record [example: ""]id required | number Number ID of the |
object |
{- "data": {
- "type": "studentNccdRecord",
- "id": 1,
- "attributes": {
- "categoryCode": "COG",
- "adjustmentLevelCode": "SUB",
- "educationType": ""
}
}
}
{- "data": {
- "type": "studentNccdRecord",
- "id": "1",
- "attributes": {
- "category": "Physical",
- "categoryCode": "PHY",
- "categoryUpdatedAt": {
- "timestamp": 1588002332,
- "iso8601": "2020-04-27T15:45:32+0000"
}, - "adjustmentLevel": "Substantial",
- "adjustmentLevelCode": "SUB",
- "adjustmentLevelUpdatedAt": {
- "timestamp": 1588002372,
- "iso8601": "2020-04-27T15:46:12+0000"
}, - "educationType": "2020-03-22",
- "createdAt": {
- "timestamp": 1588002241,
- "iso8601": "2020-04-27T15:44:01+0000"
}, - "updatedAt": {
- "timestamp": 1588002372,
- "iso8601": "2020-04-27T15:46:12+0000"
}
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "school": {
- "data": {
- "id": "3",
- "type": "school"
}
}, - "academicPeriod": {
- "data": {
- "id": "4",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-nccd-record/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "contents": "string",
- "createdAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "updatedAt": {
- "timestamp": 0,
- "iso8601": "string"
}
}, - "links": {
- "self": "string"
}, - "relationships": {
- "student": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "noteType": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A text note linked to a student
Retrieves a page of instances of studentNote
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
studentIds | string String Comma-separated list of 'student' relation IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
noteTypeIds | string String Comma-separated list of 'noteType' relation IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "studentNote",
- "id": "1",
- "attributes": {
- "contents": "Student likes gummy bears to an unhealthy level",
- "createdAt": {
- "timestamp": 1588002241,
- "iso8601": "2020-04-27T15:44:01+0000"
}, - "updatedAt": {
- "timestamp": 1588002372,
- "iso8601": "2020-04-27T15:46:12+0000"
}
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "noteType": {
- "data": {
- "id": "3",
- "type": "noteType"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-note/1"
}
}, - {
- "type": "studentNote",
- "id": "1",
- "attributes": {
- "contents": "Student likes gummy bears to an unhealthy level",
- "createdAt": {
- "timestamp": 1588002241,
- "iso8601": "2020-04-27T15:44:01+0000"
}, - "updatedAt": {
- "timestamp": 1588002372,
- "iso8601": "2020-04-27T15:46:12+0000"
}
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "noteType": {
- "data": {
- "id": "3",
- "type": "noteType"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-note/1"
}
}, - {
- "type": "studentNote",
- "id": "1",
- "attributes": {
- "contents": "Student likes gummy bears to an unhealthy level",
- "createdAt": {
- "timestamp": 1588002241,
- "iso8601": "2020-04-27T15:44:01+0000"
}, - "updatedAt": {
- "timestamp": 1588002372,
- "iso8601": "2020-04-27T15:46:12+0000"
}
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "noteType": {
- "data": {
- "id": "3",
- "type": "noteType"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-note/1"
}
}
]
}
Retrieves a single instance of studentNote
.
id required | number Number ID of the 'studentNote' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "studentNote",
- "id": "1",
- "attributes": {
- "contents": "Student likes gummy bears to an unhealthy level",
- "createdAt": {
- "timestamp": 1588002241,
- "iso8601": "2020-04-27T15:44:01+0000"
}, - "updatedAt": {
- "timestamp": 1588002372,
- "iso8601": "2020-04-27T15:46:12+0000"
}
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "noteType": {
- "data": {
- "id": "3",
- "type": "noteType"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-note/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "previousSchool": "string",
- "destinationSchool": "string",
- "startDate": "string",
- "endDate": "string",
- "country": "string",
- "reasonForChange": "string",
- "areRecordsReceived": true,
- "isExpelledOrSuspended": true,
- "hasLearningDisability": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "student": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Information about student's past schools
Retrieves a page of instances of studentSchoolHistory
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
studentIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "studentSchoolHistory",
- "id": "1",
- "attributes": {
- "previousSchool": "Primary School no 1",
- "destinationSchool": "Primary School no 2",
- "startDate": "2014-09-01",
- "endDate": "2017-02-01",
- "country": "Poland",
- "reasonForChange": "Parents moved",
- "areRecordsReceived": true,
- "isExpelledOrSuspended": false,
- "hasLearningDisability": false
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-school-history/1"
}
}, - {
- "type": "studentSchoolHistory",
- "id": "1",
- "attributes": {
- "previousSchool": "Primary School no 1",
- "destinationSchool": "Primary School no 2",
- "startDate": "2014-09-01",
- "endDate": "2017-02-01",
- "country": "Poland",
- "reasonForChange": "Parents moved",
- "areRecordsReceived": true,
- "isExpelledOrSuspended": false,
- "hasLearningDisability": false
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-school-history/1"
}
}, - {
- "type": "studentSchoolHistory",
- "id": "1",
- "attributes": {
- "previousSchool": "Primary School no 1",
- "destinationSchool": "Primary School no 2",
- "startDate": "2014-09-01",
- "endDate": "2017-02-01",
- "country": "Poland",
- "reasonForChange": "Parents moved",
- "areRecordsReceived": true,
- "isExpelledOrSuspended": false,
- "hasLearningDisability": false
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-school-history/1"
}
}
]
}
Retrieves a single instance of studentSchoolHistory
.
id required | number Number ID of the 'studentSchoolHistory' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "studentSchoolHistory",
- "id": "1",
- "attributes": {
- "previousSchool": "Primary School no 1",
- "destinationSchool": "Primary School no 2",
- "startDate": "2014-09-01",
- "endDate": "2017-02-01",
- "country": "Poland",
- "reasonForChange": "Parents moved",
- "areRecordsReceived": true,
- "isExpelledOrSuspended": false,
- "hasLearningDisability": false
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-school-history/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "enrolmentDate": "string",
- "exitDate": "string",
- "expectedGraduationYear": 0,
- "createdAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "updatedAt": {
- "timestamp": 0,
- "iso8601": "string"
}
}, - "links": {
- "self": "string"
}, - "relationships": {
- "student": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "school": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "entryYearLevel": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "exitYearLevel": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A link between a student and a school
Retrieves a page of instances of studentSchoolLink
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
studentIds | string String Comma-separated list of 'student' relation IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
schoolIds | string String Comma-separated list of 'school' relation IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "studentSchoolLink",
- "id": "1",
- "attributes": {
- "enrolmentDate": "2020-03-22",
- "exitDate": null,
- "expectedGraduationYear": null,
- "createdAt": {
- "timestamp": 1588002241,
- "iso8601": "2020-04-27T15:44:01+0000"
}, - "updatedAt": {
- "timestamp": 1588002372,
- "iso8601": "2020-04-27T15:46:12+0000"
}
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "school": {
- "data": {
- "id": "3",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-school-link/1"
}
}, - {
- "type": "studentSchoolLink",
- "id": "1",
- "attributes": {
- "enrolmentDate": "2020-03-22",
- "exitDate": null,
- "expectedGraduationYear": null,
- "createdAt": {
- "timestamp": 1588002241,
- "iso8601": "2020-04-27T15:44:01+0000"
}, - "updatedAt": {
- "timestamp": 1588002372,
- "iso8601": "2020-04-27T15:46:12+0000"
}
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "school": {
- "data": {
- "id": "3",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-school-link/1"
}
}, - {
- "type": "studentSchoolLink",
- "id": "1",
- "attributes": {
- "enrolmentDate": "2020-03-22",
- "exitDate": null,
- "expectedGraduationYear": null,
- "createdAt": {
- "timestamp": 1588002241,
- "iso8601": "2020-04-27T15:44:01+0000"
}, - "updatedAt": {
- "timestamp": 1588002372,
- "iso8601": "2020-04-27T15:46:12+0000"
}
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "school": {
- "data": {
- "id": "3",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-school-link/1"
}
}
]
}
Retrieves a single instance of studentSchoolLink
.
id required | number Number ID of the 'studentSchoolLink' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "studentSchoolLink",
- "id": "1",
- "attributes": {
- "enrolmentDate": "2020-03-22",
- "exitDate": null,
- "expectedGraduationYear": null,
- "createdAt": {
- "timestamp": 1588002241,
- "iso8601": "2020-04-27T15:44:01+0000"
}, - "updatedAt": {
- "timestamp": 1588002372,
- "iso8601": "2020-04-27T15:46:12+0000"
}
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "school": {
- "data": {
- "id": "3",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-school-link/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "reasonLeaving": "string",
- "enrolmentEndDate": "string",
- "handoverCompleteDate": "string",
- "status": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "student": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "sourceSchool": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "destinationSchool": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "yearLevel": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "academicPeriod": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
The transfer information for a student.
Creates a student transfer record while also enrolling them in the target school and, optionally, creating a departure record
Payload has the following requirements:
And supports these models:
studentTransfer
destinationEnrolmentType
→ String Sentral enrolment type [example: "active"]
Value constraints:
Allowed values: "alumni", "applied", "draft", "enquired", "accepted", "active", "active_pending", "active_leaving", "expelled", "external", "external_pending", "interview_required", "interview_review", "never_attended", "not_approved", "offered_rejected", "offered", "waitlist_offered_rejected", "waitlist_offered", "offered_to_send", "waitlist_offered_to_send", "tested_successful", "tested_unsuccessful", "transferred", "transitioning_students", "under_appeal", "waitlisted", "leave_of_absence", "confirmed", "withdrawn"destinationEnrolmentStartDate
→ Date (Y-m-d, eg. 2019-12-31) The start date of student's enrolment [example: "2022-01-01"]destinationIntendedStartDate
→ Date (Y-m-d, eg. 2019-12-31) The intended start date of the student's enrolment [optional] [example: "2022-01-01"]reasonLeaving
→ String Departure reason of current enrolment [optional] [default: null] [example: "Bad behaviour"]handoverCompleteDate
→ DateTime (Y-m-d H:i:s, eg. 2019-12-31 23:59:59) The complete date of the transfer [optional] [default: null] [example: "2022-01-01"]sourceExitDate
→ Date (Y-m-d, eg. 2019-12-31) The exit date of current enrolment, will create a departure record when provided [optional] [default: null] [example: "2022-01-01"]sourceEnrolmentEndDate
→ Date (Y-m-d, eg. 2019-12-31) The end date of current enrolment [optional] [default: null] [example: "2022-01-01"]student
→ [required] [single] expected type is student
. Student whose transfer record to createsourceSchool
→ [required] [single] expected type is school
. The school the student transfers fromdestinationSchool
→ [required] [single] expected type is school
. The school the student transfers toacademicPeriod
→ [required] [single] expected type is academicPeriod
. Academic period during which the transfer happensyearLevel
→ [required] [single] expected type is yearLevel
. Target year level of the transferobject |
{- "data": {
- "type": "studentTransfer",
- "attributes": {
- "destinationEnrolmentType": "active",
- "destinationEnrolmentStartDate": "2022-01-01",
- "destinationIntendedStartDate": "2022-01-01",
- "reasonLeaving": "Bad behaviour",
- "handoverCompleteDate": "2022-01-01",
- "sourceExitDate": "2022-01-01",
- "sourceEnrolmentEndDate": "2022-01-01"
}, - "relationships": {
- "student": {
- "data": {
- "id": 1,
- "type": "student"
}
}, - "sourceSchool": {
- "data": {
- "id": 1,
- "type": "school"
}
}, - "destinationSchool": {
- "data": {
- "id": 1,
- "type": "school"
}
}, - "academicPeriod": {
- "data": {
- "id": 1,
- "type": "academicPeriod"
}
}, - "yearLevel": {
- "data": {
- "id": 1,
- "type": "yearLevel"
}
}
}
}
}
{- "data": {
- "type": "studentTransfer",
- "id": "1",
- "attributes": {
- "reasonLeaving": null,
- "enrolmentEndDate": null,
- "handoverCompleteDate": "2025-03-21 00:00:00",
- "status": "Reviewed"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "yearLevel": {
- "data": {
- "id": "1",
- "type": "yearLevel"
}
}, - "academicPeriod": {
- "data": {
- "id": "1",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-transfer/1"
}
}
}
Retrieves a single instance of studentTransfer
.
id required | number Number ID of the 'studentTransfer' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "studentTransfer",
- "id": "1",
- "attributes": {
- "reasonLeaving": null,
- "enrolmentEndDate": null,
- "handoverCompleteDate": "2025-03-21 00:00:00",
- "status": "Reviewed"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "yearLevel": {
- "data": {
- "id": "1",
- "type": "yearLevel"
}
}, - "academicPeriod": {
- "data": {
- "id": "1",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-transfer/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "hasCertificate": true,
- "dateOfVaccination": "string",
- "comment": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "person": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Information about vaccination.
Retrieves a page of instances of vaccination
.
include | string String Comma-separated list of relations to sideload. Allowed values are: person. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "vaccination",
- "id": "1",
- "attributes": {
- "name": "Polio Vaccination",
- "hasCertificate": false,
- "dateOfVaccination": "2017-01-01",
- "comment": "This is a comment"
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/vaccination/1/person"
}
}
}, - "links": {
- "self": "/v1/enrolments/vaccination/1"
}
}, - {
- "type": "vaccination",
- "id": "1",
- "attributes": {
- "name": "Polio Vaccination",
- "hasCertificate": false,
- "dateOfVaccination": "2017-01-01",
- "comment": "This is a comment"
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/vaccination/1/person"
}
}
}, - "links": {
- "self": "/v1/enrolments/vaccination/1"
}
}, - {
- "type": "vaccination",
- "id": "1",
- "attributes": {
- "name": "Polio Vaccination",
- "hasCertificate": false,
- "dateOfVaccination": "2017-01-01",
- "comment": "This is a comment"
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/vaccination/1/person"
}
}
}, - "links": {
- "self": "/v1/enrolments/vaccination/1"
}
}
]
}
Retrieves a single instance of vaccination
.
id required | number Number ID of the 'vaccination' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: person. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "vaccination",
- "id": "1",
- "attributes": {
- "name": "Polio Vaccination",
- "hasCertificate": false,
- "dateOfVaccination": "2017-01-01",
- "comment": "This is a comment"
}, - "relationships": {
- "person": {
- "data": {
- "id": "1",
- "type": "person"
}, - "links": {
- "related": "/v1/enrolments/vaccination/1/person"
}
}
}, - "links": {
- "self": "/v1/enrolments/vaccination/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "code": "string",
- "censusYear": "string",
- "isActive": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "school": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A year level.
Retrieves a page of instances of yearLevel
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
schoolIds | string String Comma-separated list of |
names | string String Comma-separated list of |
codes | string String Comma-separated list of |
censusYears | string String Comma-separated list of |
{- "data": [
- {
- "type": "yearLevel",
- "id": "1",
- "attributes": {
- "name": "11",
- "code": "11",
- "censusYear": null,
- "isActive": true
}, - "relationships": {
- "school": {
- "data": {
- "id": "1",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/year-level/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "yearLevel",
- "id": "1",
- "attributes": {
- "name": "11",
- "code": "11",
- "censusYear": null,
- "isActive": true
}, - "relationships": {
- "school": {
- "data": {
- "id": "1",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/year-level/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "yearLevel",
- "id": "1",
- "attributes": {
- "name": "11",
- "code": "11",
- "censusYear": null,
- "isActive": true
}, - "relationships": {
- "school": {
- "data": {
- "id": "1",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/year-level/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of yearLevel
.
id required | number Number ID of the 'yearLevel' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "yearLevel",
- "id": "1",
- "attributes": {
- "name": "11",
- "code": "11",
- "censusYear": null,
- "isActive": true
}, - "relationships": {
- "school": {
- "data": {
- "id": "1",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/year-level/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "application": "string",
- "category": "string",
- "tag": "string",
- "description": "string",
- "type": "string"
}, - "links": {
- "self": "string"
}
}
An access ability for an application
Retrieves a page of instances of accessAbility
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
applications | string String Comma-separated list of Applications to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "accessAbility",
- "id": "1",
- "attributes": {
- "application": "Attendance",
- "category": "Setup",
- "tag": "canDefineReasons",
- "description": "Can define reasons for absences",
- "type": ""
}, - "links": {
- "self": "/v1/enterprise/access-level/1"
}
}, - {
- "type": "accessAbility",
- "id": "1",
- "attributes": {
- "application": "Attendance",
- "category": "Setup",
- "tag": "canDefineReasons",
- "description": "Can define reasons for absences",
- "type": ""
}, - "links": {
- "self": "/v1/enterprise/access-level/1"
}
}, - {
- "type": "accessAbility",
- "id": "1",
- "attributes": {
- "application": "Attendance",
- "category": "Setup",
- "tag": "canDefineReasons",
- "description": "Can define reasons for absences",
- "type": ""
}, - "links": {
- "self": "/v1/enterprise/access-level/1"
}
}
]
}
Retrieves a single instance of accessAbility
.
id required | number Number ID of the 'accessAbility' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "accessAbility",
- "id": "1",
- "attributes": {
- "application": "Attendance",
- "category": "Setup",
- "tag": "canDefineReasons",
- "description": "Can define reasons for absences",
- "type": ""
}, - "links": {
- "self": "/v1/enterprise/access-level/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "level": 0
}, - "links": {
- "self": "string"
}
}
An access level designated for staff
Retrieves all instances of accessLevel
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "accessLevel",
- "id": "1",
- "attributes": {
- "name": "Administrator",
- "level": 9
}, - "links": {
- "self": "/v1/enterprise/access-level/1"
}
}, - {
- "type": "accessLevel",
- "id": "1",
- "attributes": {
- "name": "Administrator",
- "level": 9
}, - "links": {
- "self": "/v1/enterprise/access-level/1"
}
}, - {
- "type": "accessLevel",
- "id": "1",
- "attributes": {
- "name": "Administrator",
- "level": 9
}, - "links": {
- "self": "/v1/enterprise/access-level/1"
}
}
]
}
Retrieves a single instance of accessLevel
.
id required | number Number ID of the 'accessLevel' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "accessLevel",
- "id": "1",
- "attributes": {
- "name": "Administrator",
- "level": 9
}, - "links": {
- "self": "/v1/enterprise/access-level/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "accessFlag": 0,
- "accessDescription": "string",
- "type": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "accessAbility": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "accessLevel": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "tenant": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
The abilities associated with an access level
Retrieves a page of instances of accessLevelAbility
.
include | string String Comma-separated list of relations to sideload. Allowed values are: accessAbility, accessLevel. [optional] [default: null] [example: "accessAbility"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
accessLevelIds | string String Comma-separated list of Access Level IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
accessAbilityIds | string String Comma-separated list of Access Ability IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
types | string String Comma-separated list of Types to filter by (GLOBAL, TENANT). [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
tenantIds | string String Comma-separated list of Tenant IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "accessLevelAbility",
- "id": "1",
- "attributes": {
- "accessFlag": 1,
- "accessDescription": "ALLOW/VIEW",
- "type": "GLOBAL"
}, - "relationships": {
- "accessAbility": {
- "data": {
- "id": "1",
- "type": "accessAbility"
}, - "links": {
- "related": "/v1/enterprise/access-ability/1"
}
}, - "accessLevel": {
- "data": {
- "id": "1",
- "type": "accessLevel"
}, - "links": {
- "related": "/v1/enterprise/access-level/1"
}
}, - "tenant": {
- "links": {
- "related": "/v1/enterprise/tenant/"
}
}
}, - "links": {
- "self": "/v1/enterprise/access-level/1"
}
}, - {
- "type": "accessLevelAbility",
- "id": "1",
- "attributes": {
- "accessFlag": 1,
- "accessDescription": "ALLOW/VIEW",
- "type": "GLOBAL"
}, - "relationships": {
- "accessAbility": {
- "data": {
- "id": "1",
- "type": "accessAbility"
}, - "links": {
- "related": "/v1/enterprise/access-ability/1"
}
}, - "accessLevel": {
- "data": {
- "id": "1",
- "type": "accessLevel"
}, - "links": {
- "related": "/v1/enterprise/access-level/1"
}
}, - "tenant": {
- "links": {
- "related": "/v1/enterprise/tenant/"
}
}
}, - "links": {
- "self": "/v1/enterprise/access-level/1"
}
}, - {
- "type": "accessLevelAbility",
- "id": "1",
- "attributes": {
- "accessFlag": 1,
- "accessDescription": "ALLOW/VIEW",
- "type": "GLOBAL"
}, - "relationships": {
- "accessAbility": {
- "data": {
- "id": "1",
- "type": "accessAbility"
}, - "links": {
- "related": "/v1/enterprise/access-ability/1"
}
}, - "accessLevel": {
- "data": {
- "id": "1",
- "type": "accessLevel"
}, - "links": {
- "related": "/v1/enterprise/access-level/1"
}
}, - "tenant": {
- "links": {
- "related": "/v1/enterprise/tenant/"
}
}
}, - "links": {
- "self": "/v1/enterprise/access-level/1"
}
}
]
}
Retrieves a single instance of accessLevelAbility
.
id required | number Number ID of the 'accessLevelAbility' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: accessAbility, accessLevel. [optional] [default: null] [example: "accessAbility"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "accessLevelAbility",
- "id": "1",
- "attributes": {
- "accessFlag": 1,
- "accessDescription": "ALLOW/VIEW",
- "type": "GLOBAL"
}, - "relationships": {
- "accessAbility": {
- "data": {
- "id": "1",
- "type": "accessAbility"
}, - "links": {
- "related": "/v1/enterprise/access-ability/1"
}
}, - "accessLevel": {
- "data": {
- "id": "1",
- "type": "accessLevel"
}, - "links": {
- "related": "/v1/enterprise/access-level/1"
}
}, - "tenant": {
- "links": {
- "related": "/v1/enterprise/tenant/"
}
}
}, - "links": {
- "self": "/v1/enterprise/access-level/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "provider": "string",
- "providerId": "string",
- "externalId": "string",
- "guid": "string",
- "username": "string",
- "title": "string",
- "firstName": "string",
- "lastName": "string",
- "email": "string",
- "isActive": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "staff": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
An administrative user account for administrator or staff member.
Retrieves a page of instances of administrativeUser
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs by which to filter. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
includeInactive | boolean Boolean If true inactive (soft deleted) models will be included in the results. [optional] [default: false] [example: TRUE] |
firstNameSearch | string String Search for |
lastNameSearch | string String Search for |
usernameSearch | string String Search for |
emailSearch | string String Search for |
{- "data": [
- {
- "type": "administrativeUser",
- "id": "1",
- "attributes": {
- "provider": "au.com.sentral.enterprise",
- "providerId": "04e34506-9262-4edf-a34d-a4b0adbc11a7",
- "externalId": "8E33AF9B642347AB162536C35DB716E8",
- "username": null,
- "guid": null,
- "title": "Mr.",
- "firstName": "John",
- "lastName": "Doe",
- "email": "john.doe@example.com",
- "isActive": true
}, - "links": {
- "self": "/v1/enterprise/administrative-user/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "administrativeUser",
- "id": "1",
- "attributes": {
- "provider": "au.com.sentral.enterprise",
- "providerId": "04e34506-9262-4edf-a34d-a4b0adbc11a7",
- "externalId": "8E33AF9B642347AB162536C35DB716E8",
- "username": null,
- "guid": null,
- "title": "Mr.",
- "firstName": "John",
- "lastName": "Doe",
- "email": "john.doe@example.com",
- "isActive": true
}, - "links": {
- "self": "/v1/enterprise/administrative-user/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "administrativeUser",
- "id": "1",
- "attributes": {
- "provider": "au.com.sentral.enterprise",
- "providerId": "04e34506-9262-4edf-a34d-a4b0adbc11a7",
- "externalId": "8E33AF9B642347AB162536C35DB716E8",
- "username": null,
- "guid": null,
- "title": "Mr.",
- "firstName": "John",
- "lastName": "Doe",
- "email": "john.doe@example.com",
- "isActive": true
}, - "links": {
- "self": "/v1/enterprise/administrative-user/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of administrativeUser
.
id required | number Number ID of the 'administrativeUser' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "administrativeUser",
- "id": "1",
- "attributes": {
- "provider": "au.com.sentral.enterprise",
- "providerId": "04e34506-9262-4edf-a34d-a4b0adbc11a7",
- "externalId": "8E33AF9B642347AB162536C35DB716E8",
- "username": null,
- "guid": null,
- "title": "Mr.",
- "firstName": "John",
- "lastName": "Doe",
- "email": "john.doe@example.com",
- "isActive": true
}, - "links": {
- "self": "/v1/enterprise/administrative-user/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "calendarName": "string",
- "externalSource": "string",
- "externalId": "string"
}, - "links": {
- "self": "string"
}
}
This endpoint is deprecated. Please use endpoints for userCalendar
(CM-) or webcalCalendar
(SM-) instead. Retrieves a page of instances of calendar
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
type required | string String Type of the calendars to return Value constraints: Allowed values: "CM", "SM" |
{- "data": [
- {
- "type": "calendar",
- "id": "CM-1",
- "attributes": {
- "calendarName": "John Doe's personal calendar",
- "externalSource": "com.example.calendars",
- "externalId": "ec4e0cc6"
}, - "links": {
- "self": "/v1/enterprise/calendar/CM-1"
}
}, - {
- "type": "calendar",
- "id": "CM-1",
- "attributes": {
- "calendarName": "John Doe's personal calendar",
- "externalSource": "com.example.calendars",
- "externalId": "ec4e0cc6"
}, - "links": {
- "self": "/v1/enterprise/calendar/CM-1"
}
}, - {
- "type": "calendar",
- "id": "CM-1",
- "attributes": {
- "calendarName": "John Doe's personal calendar",
- "externalSource": "com.example.calendars",
- "externalId": "ec4e0cc6"
}, - "links": {
- "self": "/v1/enterprise/calendar/CM-1"
}
}
]
}
This endpoint is deprecated. Please use endpoints for userCalendar
(CM-) or webcalCalendar
(SM-) instead. Retrieves a single instance of calendar
.
id required | string String matching regular expression: |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "calendar",
- "id": "CM-1",
- "attributes": {
- "calendarName": "John Doe's personal calendar",
- "externalSource": "com.example.calendars",
- "externalId": "ec4e0cc6"
}, - "links": {
- "self": "/v1/enterprise/calendar/CM-1"
}
}
}
This endpoint is deprecated. Please use endpoints for userCalendar
(CM-) or webcalCalendar
(SM-) instead. Retrieves a page of calendarEvent
related to calendar
via relation events
.
id required | string String matching regular expression: |
type required | string String Type of the events to retrieve. Due to underlying database constraints, calendars of type |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
fromDate | string Date (Y-m-d, eg. 2019-12-31) Only include events that end after this date. [optional] |
toDate | string Date (Y-m-d, eg. 2019-12-31) Only include events that start before this date. [optional] |
{- "data": [
- {
- "type": "calendarEvent",
- "id": "CM-1",
- "attributes": {
- "typeCode": "CM",
- "startDate": "2018-04-01",
- "endDate": "2018-04-01",
- "startTime": "11:00:00",
- "endTime": "12:30:00",
- "title": "Meeting with the principal",
- "description": "Bring the notes for the class 2C",
- "externalSource": null,
- "externalId": null
}, - "links": {
- "self": "/v1/enterprise/calendar-event/CM-1"
}
}, - {
- "type": "calendarEvent",
- "id": "CM-1",
- "attributes": {
- "typeCode": "CM",
- "startDate": "2018-04-01",
- "endDate": "2018-04-01",
- "startTime": "11:00:00",
- "endTime": "12:30:00",
- "title": "Meeting with the principal",
- "description": "Bring the notes for the class 2C",
- "externalSource": null,
- "externalId": null
}, - "links": {
- "self": "/v1/enterprise/calendar-event/CM-1"
}
}, - {
- "type": "calendarEvent",
- "id": "CM-1",
- "attributes": {
- "typeCode": "CM",
- "startDate": "2018-04-01",
- "endDate": "2018-04-01",
- "startTime": "11:00:00",
- "endTime": "12:30:00",
- "title": "Meeting with the principal",
- "description": "Bring the notes for the class 2C",
- "externalSource": null,
- "externalId": null
}, - "links": {
- "self": "/v1/enterprise/calendar-event/CM-1"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "typeCode": "string",
- "startDate": "string",
- "endDate": "string",
- "startTime": "string",
- "endTime": "string",
- "title": "string",
- "description": "string",
- "externalSource": "string",
- "externalId": "string"
}, - "links": {
- "self": "string"
}
}
This model is deprecated. Please use `userCalendarEvent` (CM-), `webcalCalendarEvent` (SM-) or `webcalCalendarRecurringEvent` (RG-) instead. A calendar event inside a calendar.
This endpoint is deprecated. Please use endpoints for userCalendarEvent
(CM-), webcalCalendarEvent
(SM-) or webcalCalendarRecurringEvent
(RG-) instead. Retrieves a page of instances of calendarEvent
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
type required | string String Type of the calendar events to return Value constraints: Allowed values: "CM", "SM", "RG" |
{- "data": [
- {
- "type": "calendarEvent",
- "id": "CM-1",
- "attributes": {
- "typeCode": "CM",
- "startDate": "2018-04-01",
- "endDate": "2018-04-01",
- "startTime": "11:00:00",
- "endTime": "12:30:00",
- "title": "Meeting with the principal",
- "description": "Bring the notes for the class 2C",
- "externalSource": null,
- "externalId": null
}, - "links": {
- "self": "/v1/enterprise/calendar-event/CM-1"
}
}, - {
- "type": "calendarEvent",
- "id": "CM-1",
- "attributes": {
- "typeCode": "CM",
- "startDate": "2018-04-01",
- "endDate": "2018-04-01",
- "startTime": "11:00:00",
- "endTime": "12:30:00",
- "title": "Meeting with the principal",
- "description": "Bring the notes for the class 2C",
- "externalSource": null,
- "externalId": null
}, - "links": {
- "self": "/v1/enterprise/calendar-event/CM-1"
}
}, - {
- "type": "calendarEvent",
- "id": "CM-1",
- "attributes": {
- "typeCode": "CM",
- "startDate": "2018-04-01",
- "endDate": "2018-04-01",
- "startTime": "11:00:00",
- "endTime": "12:30:00",
- "title": "Meeting with the principal",
- "description": "Bring the notes for the class 2C",
- "externalSource": null,
- "externalId": null
}, - "links": {
- "self": "/v1/enterprise/calendar-event/CM-1"
}
}
]
}
This endpoint is deprecated. Please use endpoints for userCalendarEvent
(CM-), webcalCalendarEvent
(SM-) or webcalCalendarRecurringEvent
(RG-) instead. Retrieves a single instance of calendarEvent
.
id required | string String matching regular expression: |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "calendarEvent",
- "id": "CM-1",
- "attributes": {
- "typeCode": "CM",
- "startDate": "2018-04-01",
- "endDate": "2018-04-01",
- "startTime": "11:00:00",
- "endTime": "12:30:00",
- "title": "Meeting with the principal",
- "description": "Bring the notes for the class 2C",
- "externalSource": null,
- "externalId": null
}, - "links": {
- "self": "/v1/enterprise/calendar-event/CM-1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "region": "string",
- "year": 0,
- "term": 0,
- "startDate": "string",
- "endDate": "string",
- "isActive": true
}, - "links": {
- "self": "string"
}
}
Reference school terms
Retrieves a page of instances of enterpriseTerms
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
years | string String Comma-separated list of years to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
regions | string String Comma-separated list of regions to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
includeInactive | boolean Boolean If true inactive (soft deleted) models will be included in the results. [optional] [default: false] [example: TRUE] |
{- "data": [
- {
- "type": "enterpriseTerms",
- "id": "1",
- "attributes": {
- "region": "vic",
- "year": 2019,
- "term": 0,
- "startDate": "2019-01-01",
- "endDate": "2019-03-31",
- "isActive": true
}, - "links": {
- "self": "/v1/enterprise/enterprise-term/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "enterpriseTerms",
- "id": "1",
- "attributes": {
- "region": "vic",
- "year": 2019,
- "term": 0,
- "startDate": "2019-01-01",
- "endDate": "2019-03-31",
- "isActive": true
}, - "links": {
- "self": "/v1/enterprise/enterprise-term/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "enterpriseTerms",
- "id": "1",
- "attributes": {
- "region": "vic",
- "year": 2019,
- "term": 0,
- "startDate": "2019-01-01",
- "endDate": "2019-03-31",
- "isActive": true
}, - "links": {
- "self": "/v1/enterprise/enterprise-term/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of enterpriseTerms
.
id required | number Number ID of the 'enterpriseTerms' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "enterpriseTerms",
- "id": "1",
- "attributes": {
- "region": "vic",
- "year": 2019,
- "term": 0,
- "startDate": "2019-01-01",
- "endDate": "2019-03-31",
- "isActive": true
}, - "links": {
- "self": "/v1/enterprise/enterprise-term/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "level": "string",
- "isDefault": true
}
}
A portal access level designated for parents
Retrieves all instances of portalAccessLevel
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "portalAccessLevel",
- "id": "1",
- "attributes": {
- "name": "Level 1",
- "level": 1,
- "isDefault": false
}, - "links": {
- "self": "/v1/enterprise/portal-access-level/1"
}
}, - {
- "type": "portalAccessLevel",
- "id": "1",
- "attributes": {
- "name": "Level 1",
- "level": 1,
- "isDefault": false
}, - "links": {
- "self": "/v1/enterprise/portal-access-level/1"
}
}, - {
- "type": "portalAccessLevel",
- "id": "1",
- "attributes": {
- "name": "Level 1",
- "level": 1,
- "isDefault": false
}, - "links": {
- "self": "/v1/enterprise/portal-access-level/1"
}
}
]
}
Retrieves a single instance of portalAccessLevel
.
id required | number Number ID of the 'portalAccessLevel' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "portalAccessLevel",
- "id": "1",
- "attributes": {
- "name": "Level 1",
- "level": 1,
- "isDefault": false
}, - "links": {
- "self": "/v1/enterprise/portal-access-level/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "provider": "string",
- "providerId": "string",
- "username": "string",
- "userType": "string",
- "guid": "string",
- "title": "string",
- "firstName": "string",
- "surname": "string",
- "email": "string",
- "phone": "string",
- "address": "string",
- "mobile": "string",
- "legalFirstName": "string",
- "legalSurname": "string",
- "legalEmail": "string",
- "isActive": true
}, - "links": {
- "self": "string"
}
}
A user account for student or guardian.
Retrieves a page of instances of portalUser
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
emails | string String Comma-separated list of emails to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "portalUser",
- "id": "1",
- "attributes": {
- "provider": "au.com.sentral.enterprise",
- "providerId": "7a7bcf7ac7dd2009",
- "username": "janemcdane",
- "userType": "PARENT",
- "guid": "07d57697-7439-4441-84f8-1ca16b16eeeb",
- "title": "Miss",
- "firstName": "Jane",
- "surname": "McDane",
- "email": "jane.mcdane@example.com",
- "phone": "+48 123 123 123",
- "address": "Old Street 17, Streetvile",
- "mobile": "+48 58 642 23 45",
- "legalFirstName": "Jane",
- "legalSurname": "McDane",
- "legalEmail": "jane.mcdane@example.com",
- "isActive": true
}, - "links": {
- "self": "/v1/enterprise/portal-user/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "portalUser",
- "id": "1",
- "attributes": {
- "provider": "au.com.sentral.enterprise",
- "providerId": "7a7bcf7ac7dd2009",
- "username": "janemcdane",
- "userType": "PARENT",
- "guid": "07d57697-7439-4441-84f8-1ca16b16eeeb",
- "title": "Miss",
- "firstName": "Jane",
- "surname": "McDane",
- "email": "jane.mcdane@example.com",
- "phone": "+48 123 123 123",
- "address": "Old Street 17, Streetvile",
- "mobile": "+48 58 642 23 45",
- "legalFirstName": "Jane",
- "legalSurname": "McDane",
- "legalEmail": "jane.mcdane@example.com",
- "isActive": true
}, - "links": {
- "self": "/v1/enterprise/portal-user/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "portalUser",
- "id": "1",
- "attributes": {
- "provider": "au.com.sentral.enterprise",
- "providerId": "7a7bcf7ac7dd2009",
- "username": "janemcdane",
- "userType": "PARENT",
- "guid": "07d57697-7439-4441-84f8-1ca16b16eeeb",
- "title": "Miss",
- "firstName": "Jane",
- "surname": "McDane",
- "email": "jane.mcdane@example.com",
- "phone": "+48 123 123 123",
- "address": "Old Street 17, Streetvile",
- "mobile": "+48 58 642 23 45",
- "legalFirstName": "Jane",
- "legalSurname": "McDane",
- "legalEmail": "jane.mcdane@example.com",
- "isActive": true
}, - "links": {
- "self": "/v1/enterprise/portal-user/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of portalUser
.
id required | number Number ID of the 'portalUser' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "portalUser",
- "id": "1",
- "attributes": {
- "provider": "au.com.sentral.enterprise",
- "providerId": "7a7bcf7ac7dd2009",
- "username": "janemcdane",
- "userType": "PARENT",
- "guid": "07d57697-7439-4441-84f8-1ca16b16eeeb",
- "title": "Miss",
- "firstName": "Jane",
- "surname": "McDane",
- "email": "jane.mcdane@example.com",
- "phone": "+48 123 123 123",
- "address": "Old Street 17, Streetvile",
- "mobile": "+48 58 642 23 45",
- "legalFirstName": "Jane",
- "legalSurname": "McDane",
- "legalEmail": "jane.mcdane@example.com",
- "isActive": true
}, - "links": {
- "self": "/v1/enterprise/portal-user/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "code": "string",
- "region": "string",
- "key": "string",
- "timezone": "string",
- "provisioningStatus": "string",
- "provisioningCompletedAt": "string",
- "isActive": true
}, - "links": {
- "self": "string",
- "schools": "string"
}, - "relationships": {
- "schools": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "termDates": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
Retrieves all instances of tenant
.
include | string String Comma-separated list of relations to sideload. Allowed values are: schools. [optional] [default: null] [example: "schools"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "tenant",
- "id": "1",
- "attributes": {
- "name": "School 1 Tenant",
- "code": "a7bd8e",
- "region": "SA",
- "key": "14738a",
- "timezone": "Australia/Sydney",
- "provisioningStatus": null,
- "provisioningCompletedAt": null,
- "isActive": true
}, - "relationships": {
- "schools": {
- "links": {
- "related": "/v1/enterprise/tenant/1/schools"
}
}, - "termDates": {
- "links": {
- "related": "/v1/enterprise/tenant/1/term-dates"
}
}
}, - "links": {
- "self": "/v1/enterprise/tenant/1",
- "schools": "/v1/enterprise/tenant/1/schools"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "tenant",
- "id": "1",
- "attributes": {
- "name": "School 1 Tenant",
- "code": "a7bd8e",
- "region": "SA",
- "key": "14738a",
- "timezone": "Australia/Sydney",
- "provisioningStatus": null,
- "provisioningCompletedAt": null,
- "isActive": true
}, - "relationships": {
- "schools": {
- "links": {
- "related": "/v1/enterprise/tenant/1/schools"
}
}, - "termDates": {
- "links": {
- "related": "/v1/enterprise/tenant/1/term-dates"
}
}
}, - "links": {
- "self": "/v1/enterprise/tenant/1",
- "schools": "/v1/enterprise/tenant/1/schools"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "tenant",
- "id": "1",
- "attributes": {
- "name": "School 1 Tenant",
- "code": "a7bd8e",
- "region": "SA",
- "key": "14738a",
- "timezone": "Australia/Sydney",
- "provisioningStatus": null,
- "provisioningCompletedAt": null,
- "isActive": true
}, - "relationships": {
- "schools": {
- "links": {
- "related": "/v1/enterprise/tenant/1/schools"
}
}, - "termDates": {
- "links": {
- "related": "/v1/enterprise/tenant/1/term-dates"
}
}
}, - "links": {
- "self": "/v1/enterprise/tenant/1",
- "schools": "/v1/enterprise/tenant/1/schools"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of tenant
.
id required | number Number ID of the 'tenant' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: schools. [optional] [default: null] [example: "schools"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "tenant",
- "id": "1",
- "attributes": {
- "name": "School 1 Tenant",
- "code": "a7bd8e",
- "region": "SA",
- "key": "14738a",
- "timezone": "Australia/Sydney",
- "provisioningStatus": null,
- "provisioningCompletedAt": null,
- "isActive": true
}, - "relationships": {
- "schools": {
- "links": {
- "related": "/v1/enterprise/tenant/1/schools"
}
}, - "termDates": {
- "links": {
- "related": "/v1/enterprise/tenant/1/term-dates"
}
}
}, - "links": {
- "self": "/v1/enterprise/tenant/1",
- "schools": "/v1/enterprise/tenant/1/schools"
}, - "meta": {
- "deletedDate": null
}
}
}
Updates an existing Tenant
Payload has the following requirements:
And supports these models:
tenant
code
→ String Tenant code [optional] [example: "DUMMY123"]
Value constraints:
Length must be between 255 and 0 characters, inclusivename
→ String Tenant name [optional] [example: "Dummy Primary School"]
Value constraints:
Length must be between 4294967295 and 0 characters, inclusiveregion
→ String Tenant region [optional] [example: "NSW"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveid required | number Number ID of the |
object |
{- "data": {
- "type": "tenant",
- "id": 1,
- "attributes": {
- "code": "DUMMY123",
- "name": "Dummy Primary School",
- "region": "NSW"
}
}
}
{- "data": {
- "type": "tenant",
- "id": "1",
- "attributes": {
- "name": "School 1 Tenant",
- "code": "a7bd8e",
- "region": "SA",
- "key": "14738a",
- "timezone": "Australia/Sydney",
- "provisioningStatus": null,
- "provisioningCompletedAt": null,
- "isActive": true
}, - "relationships": {
- "schools": {
- "links": {
- "related": "/v1/enterprise/tenant/1/schools"
}
}, - "termDates": {
- "links": {
- "related": "/v1/enterprise/tenant/1/term-dates"
}
}
}, - "links": {
- "self": "/v1/enterprise/tenant/1",
- "schools": "/v1/enterprise/tenant/1/schools"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves all of school
related to tenant
via relation schools
.
id required | number Number ID of the 'tenant', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: tenant. [optional] [default: null] [example: "tenant"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "school",
- "id": "1",
- "attributes": {
- "name": "School 1",
- "schoolCode": "a7bd8e",
- "sequence": 1,
- "isActive": true
}, - "relationships": {
- "tenant": {
- "data": {
- "id": "1",
- "type": "tenant"
}, - "links": {
- "related": "/v1/enrolments/school/1/tenant"
}
}
}, - "links": {
- "self": "/v1/enrolments/school/1",
- "tenant": "/v1/enrolments/school/1/tenant"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "school",
- "id": "1",
- "attributes": {
- "name": "School 1",
- "schoolCode": "a7bd8e",
- "sequence": 1,
- "isActive": true
}, - "relationships": {
- "tenant": {
- "data": {
- "id": "1",
- "type": "tenant"
}, - "links": {
- "related": "/v1/enrolments/school/1/tenant"
}
}
}, - "links": {
- "self": "/v1/enrolments/school/1",
- "tenant": "/v1/enrolments/school/1/tenant"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "school",
- "id": "1",
- "attributes": {
- "name": "School 1",
- "schoolCode": "a7bd8e",
- "sequence": 1,
- "isActive": true
}, - "relationships": {
- "tenant": {
- "data": {
- "id": "1",
- "type": "tenant"
}, - "links": {
- "related": "/v1/enrolments/school/1/tenant"
}
}
}, - "links": {
- "self": "/v1/enrolments/school/1",
- "tenant": "/v1/enrolments/school/1/tenant"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves all of enterpriseTerms
related to tenant
via relation termDates
.
id required | number Number ID of the 'tenant', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "enterpriseTerms",
- "id": "1",
- "attributes": {
- "region": "vic",
- "year": 2019,
- "term": 0,
- "startDate": "2019-01-01",
- "endDate": "2019-03-31",
- "isActive": true
}, - "links": {
- "self": "/v1/enterprise/enterprise-term/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "enterpriseTerms",
- "id": "1",
- "attributes": {
- "region": "vic",
- "year": 2019,
- "term": 0,
- "startDate": "2019-01-01",
- "endDate": "2019-03-31",
- "isActive": true
}, - "links": {
- "self": "/v1/enterprise/enterprise-term/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "enterpriseTerms",
- "id": "1",
- "attributes": {
- "region": "vic",
- "year": 2019,
- "term": 0,
- "startDate": "2019-01-01",
- "endDate": "2019-03-31",
- "isActive": true
}, - "links": {
- "self": "/v1/enterprise/enterprise-term/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "calendarName": "string",
- "externalSource": "string",
- "externalId": "string",
- "refId": "string",
- "createdAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "updatedAt": {
- "timestamp": 0,
- "iso8601": "string"
}
}, - "links": {
- "self": "string"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "portalOwner": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A calendar belonging to a poral user (a student or a parent).
Creates a new userCalendar
Payload has the following requirements:
And supports these models:
userCalendar
calendarName
→ String Display name of the calendar [optional] [example: "2UMMO"]externalSource
→ String External source of the calendar [optional] [example: "2UMMO"]externalId
→ String ID used in the external source [optional] [example: "2UMMO"]refId
→ String Internal identifier used for mapping same models between different modules [optional] [example: "2UMMO"]owner
→ [required] [single] expected type is administrativeUser
. User who owns the calendar.portalOwner
→ [optional] [single] expected type is portalUser
. Portal user who owns the calendarobject |
{- "data": {
- "type": "userCalendar",
- "attributes": {
- "calendarName": "2UMMO",
- "externalSource": "2UMMO",
- "externalId": "2UMMO",
- "refId": "2UMMO"
}, - "relationships": {
- "owner": {
- "data": {
- "id": 1,
- "type": "administrativeUser"
}
}, - "portalOwner": {
- "data": {
- "id": 1,
- "type": "portalUser"
}
}
}
}
}
{- "data": {
- "type": "userCalendar",
- "id": "1",
- "attributes": {
- "calendarName": "John Doe's personal calendar",
- "externalSource": "com.example.calendars",
- "externalId": "ec4e0cc6",
- "refId": null,
- "createdAt": null,
- "updatedAt": null
}, - "relationships": {
- "owner": {
- "data": {
- "id": "1",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/enterprise/user-calendar/1"
}
}
}
Retrieves a page of instances of userCalendar
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
ownerIds | string String Comma-separated list of |
portalOwnerIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "userCalendar",
- "id": "1",
- "attributes": {
- "calendarName": "John Doe's personal calendar",
- "externalSource": "com.example.calendars",
- "externalId": "ec4e0cc6",
- "refId": null,
- "createdAt": null,
- "updatedAt": null
}, - "relationships": {
- "owner": {
- "data": {
- "id": "1",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/enterprise/user-calendar/1"
}
}, - {
- "type": "userCalendar",
- "id": "1",
- "attributes": {
- "calendarName": "John Doe's personal calendar",
- "externalSource": "com.example.calendars",
- "externalId": "ec4e0cc6",
- "refId": null,
- "createdAt": null,
- "updatedAt": null
}, - "relationships": {
- "owner": {
- "data": {
- "id": "1",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/enterprise/user-calendar/1"
}
}, - {
- "type": "userCalendar",
- "id": "1",
- "attributes": {
- "calendarName": "John Doe's personal calendar",
- "externalSource": "com.example.calendars",
- "externalId": "ec4e0cc6",
- "refId": null,
- "createdAt": null,
- "updatedAt": null
}, - "relationships": {
- "owner": {
- "data": {
- "id": "1",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/enterprise/user-calendar/1"
}
}
]
}
calendarId required | number Number ID of the |
eventId required | number Number ID of the |
{- "meta": {
- "success": true
}
}
calendarId required | number Number ID of the |
eventId required | number Number ID of the |
{- "meta": {
- "success": true
}
}
Retrieves a single instance of userCalendar
.
id required | number Number ID of the 'userCalendar' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "userCalendar",
- "id": "1",
- "attributes": {
- "calendarName": "John Doe's personal calendar",
- "externalSource": "com.example.calendars",
- "externalId": "ec4e0cc6",
- "refId": null,
- "createdAt": null,
- "updatedAt": null
}, - "relationships": {
- "owner": {
- "data": {
- "id": "1",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/enterprise/user-calendar/1"
}
}
}
Updates an existing userCalendar
Payload has the following requirements:
And supports these models:
userCalendar
calendarName
→ String Display name of the calendar [optional] [example: "2UMMO"]externalSource
→ String External source of the calendar [optional] [example: "2UMMO"]externalId
→ String ID used in the external source [optional] [example: "2UMMO"]refId
→ String Internal identifier used for mapping same models between different modules [optional] [example: "2UMMO"]id required | number Number ID of the |
object |
{- "data": {
- "type": "userCalendar",
- "id": 1,
- "attributes": {
- "calendarName": "2UMMO",
- "externalSource": "2UMMO",
- "externalId": "2UMMO",
- "refId": "2UMMO"
}
}
}
{- "data": {
- "type": "userCalendar",
- "id": "1",
- "attributes": {
- "calendarName": "John Doe's personal calendar",
- "externalSource": "com.example.calendars",
- "externalId": "ec4e0cc6",
- "refId": null,
- "createdAt": null,
- "updatedAt": null
}, - "relationships": {
- "owner": {
- "data": {
- "id": "1",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/enterprise/user-calendar/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "title": "string",
- "description": "string",
- "eventType": "string",
- "recordType": "string",
- "recordSubtype": "string",
- "location": "string",
- "timezone": "string",
- "startsAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "endsAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "createdAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "updatedAt": {
- "timestamp": 0,
- "iso8601": "string"
}
}, - "links": {
- "self": "string"
}, - "relationships": {
- "tenant": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "creator": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
An event in a user calendar
Creates a new userCalendarEvent
Payload has the following requirements:
And supports these models:
userCalendarEvent
title
→ String Event title [optional] [example: "Biology Teacher Hire"]
Value constraints:
Length must be between 255 and 0 characters, inclusivedescription
→ String Event description [optional] [example: "Hiring of a new Biology teacher will be discussed."]
Value constraints:
Length must be between 4294967295 and 0 characters, inclusiverecordType
→ String Type of the record that this event is related to [optional] [example: "activities"]
Value constraints:
Length must be between 255 and 0 characters, inclusiverecordSubtype
→ String Subtype of the record that event is related to [optional] [example: "Sport"]
Value constraints:
Length must be between 255 and 0 characters, inclusivelocation
→ String Where the event takes place [optional] [example: "2UMMO"]
Value constraints:
Length must be between 255 and 0 characters, inclusivetimezone
→ String Timezone of the event [optional] [example: "Australia/Sydney"]
Value constraints:
Length must be between 255 and 0 characters, inclusivestartsAt
→ DateTime (Y-m-d H:i:s, eg. 2019-12-31 23:59:59) When the event starts [optional] [example: "2020-02-02 11:00:00"]endsAt
→ DateTime (Y-m-d H:i:s, eg. 2019-12-31 23:59:59) When the event ends [optional] [example: "2020-02-02 12:30:00"]userCalendars
→ [optional] [collection] expected type is userCalendar
. Calendars to which this event should be addedobject |
{- "data": {
- "type": "userCalendarEvent",
- "attributes": {
- "title": "Biology Teacher Hire",
- "description": "Hiring of a new Biology teacher will be discussed.",
- "recordType": "activities",
- "recordSubtype": "Sport",
- "location": "2UMMO",
- "timezone": "Australia/Sydney",
- "startsAt": "2020-02-02 11:00:00",
- "endsAt": "2020-02-02 12:30:00"
}, - "relationships": {
- "userCalendars": {
- "data": [
- {
- "id": 1,
- "type": "userCalendar"
}, - {
- "id": 2,
- "type": "userCalendar"
}
]
}
}
}
}
{- "data": {
- "type": "userCalendarEvent",
- "id": "1",
- "attributes": {
- "title": "Meeting with the principal",
- "description": "Bring the notes for the class 2C",
- "eventType": null,
- "recordType": null,
- "recordSubtype": null,
- "location": null,
- "timezone": null,
- "startsAt": {
- "timestamp": 1522580400,
- "iso8601": "2018-04-01T11:00:00+0000"
}, - "endsAt": {
- "timestamp": 1522585800,
- "iso8601": "2018-04-01T12:30:00+0000"
}, - "createdAt": null,
- "updatedAt": null
}, - "links": {
- "self": "/v1/enterprise/user-calendar-event/1"
}
}
}
Retrieves a page of instances of userCalendarEvent
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
creatorIds | string String Comma-separated list of |
calendarIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "userCalendarEvent",
- "id": "1",
- "attributes": {
- "title": "Meeting with the principal",
- "description": "Bring the notes for the class 2C",
- "eventType": null,
- "recordType": null,
- "recordSubtype": null,
- "location": null,
- "timezone": null,
- "startsAt": {
- "timestamp": 1522580400,
- "iso8601": "2018-04-01T11:00:00+0000"
}, - "endsAt": {
- "timestamp": 1522585800,
- "iso8601": "2018-04-01T12:30:00+0000"
}, - "createdAt": null,
- "updatedAt": null
}, - "links": {
- "self": "/v1/enterprise/user-calendar-event/1"
}
}, - {
- "type": "userCalendarEvent",
- "id": "1",
- "attributes": {
- "title": "Meeting with the principal",
- "description": "Bring the notes for the class 2C",
- "eventType": null,
- "recordType": null,
- "recordSubtype": null,
- "location": null,
- "timezone": null,
- "startsAt": {
- "timestamp": 1522580400,
- "iso8601": "2018-04-01T11:00:00+0000"
}, - "endsAt": {
- "timestamp": 1522585800,
- "iso8601": "2018-04-01T12:30:00+0000"
}, - "createdAt": null,
- "updatedAt": null
}, - "links": {
- "self": "/v1/enterprise/user-calendar-event/1"
}
}, - {
- "type": "userCalendarEvent",
- "id": "1",
- "attributes": {
- "title": "Meeting with the principal",
- "description": "Bring the notes for the class 2C",
- "eventType": null,
- "recordType": null,
- "recordSubtype": null,
- "location": null,
- "timezone": null,
- "startsAt": {
- "timestamp": 1522580400,
- "iso8601": "2018-04-01T11:00:00+0000"
}, - "endsAt": {
- "timestamp": 1522585800,
- "iso8601": "2018-04-01T12:30:00+0000"
}, - "createdAt": null,
- "updatedAt": null
}, - "links": {
- "self": "/v1/enterprise/user-calendar-event/1"
}
}
]
}
Retrieves a single instance of userCalendarEvent
.
id required | number Number ID of the 'userCalendarEvent' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "userCalendarEvent",
- "id": "1",
- "attributes": {
- "title": "Meeting with the principal",
- "description": "Bring the notes for the class 2C",
- "eventType": null,
- "recordType": null,
- "recordSubtype": null,
- "location": null,
- "timezone": null,
- "startsAt": {
- "timestamp": 1522580400,
- "iso8601": "2018-04-01T11:00:00+0000"
}, - "endsAt": {
- "timestamp": 1522585800,
- "iso8601": "2018-04-01T12:30:00+0000"
}, - "createdAt": null,
- "updatedAt": null
}, - "links": {
- "self": "/v1/enterprise/user-calendar-event/1"
}
}
}
Updates an existing userCalendarEvent
Payload has the following requirements:
And supports these models:
userCalendarEvent
title
→ String Event title [optional] [example: "Biology Teacher Hire"]
Value constraints:
Length must be between 255 and 0 characters, inclusivedescription
→ String Event description [optional] [example: "Hiring of a new Biology teacher will be discussed."]
Value constraints:
Length must be between 4294967295 and 0 characters, inclusiverecordType
→ String Type of the record that this event is related to [optional] [example: "activities"]
Value constraints:
Length must be between 255 and 0 characters, inclusiverecordSubtype
→ String Subtype of the record that event is related to [optional] [example: "Sport"]
Value constraints:
Length must be between 255 and 0 characters, inclusivelocation
→ String Where the event takes place [optional] [example: "2UMMO"]
Value constraints:
Length must be between 255 and 0 characters, inclusivetimezone
→ String Timezone of the event [optional] [example: "Australia/Sydney"]
Value constraints:
Length must be between 255 and 0 characters, inclusivestartsAt
→ DateTime (Y-m-d H:i:s, eg. 2019-12-31 23:59:59) When the event starts [optional] [example: "2020-02-02 11:00:00"]endsAt
→ DateTime (Y-m-d H:i:s, eg. 2019-12-31 23:59:59) When the event ends [optional] [example: "2020-02-02 12:30:00"]id required | number Number ID of the |
object |
{- "data": {
- "type": "userCalendarEvent",
- "id": 1,
- "attributes": {
- "title": "Biology Teacher Hire",
- "description": "Hiring of a new Biology teacher will be discussed.",
- "recordType": "activities",
- "recordSubtype": "Sport",
- "location": "2UMMO",
- "timezone": "Australia/Sydney",
- "startsAt": "2020-02-02 11:00:00",
- "endsAt": "2020-02-02 12:30:00"
}
}
}
{- "data": {
- "type": "userCalendarEvent",
- "id": "1",
- "attributes": {
- "title": "Meeting with the principal",
- "description": "Bring the notes for the class 2C",
- "eventType": null,
- "recordType": null,
- "recordSubtype": null,
- "location": null,
- "timezone": null,
- "startsAt": {
- "timestamp": 1522580400,
- "iso8601": "2018-04-01T11:00:00+0000"
}, - "endsAt": {
- "timestamp": 1522585800,
- "iso8601": "2018-04-01T12:30:00+0000"
}, - "createdAt": null,
- "updatedAt": null
}, - "links": {
- "self": "/v1/enterprise/user-calendar-event/1"
}
}
}
Retrieves a page of instances of feesConfig
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
name | string String Comma-separated list of name to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
value | string String Comma-separated list of value to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "feesConfig",
- "id": "1",
- "attributes": {
- "name": "invoice_number_prepend",
- "value": "INV842-"
}, - "links": {
- "self": "/v1/fees/config/1"
}
}, - {
- "type": "feesConfig",
- "id": "1",
- "attributes": {
- "name": "invoice_number_prepend",
- "value": "INV842-"
}, - "links": {
- "self": "/v1/fees/config/1"
}
}, - {
- "type": "feesConfig",
- "id": "1",
- "attributes": {
- "name": "invoice_number_prepend",
- "value": "INV842-"
}, - "links": {
- "self": "/v1/fees/config/1"
}
}
]
}
Retrieves a single instance of feesConfig
.
id required | number Number ID of the 'feesConfig' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "feesConfig",
- "id": "1",
- "attributes": {
- "name": "invoice_number_prepend",
- "value": "INV842-"
}, - "links": {
- "self": "/v1/fees/config/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "debtorType": "string",
- "billingIdentifier": "string",
- "name": "string",
- "email": "string",
- "reference1": "string",
- "reference2": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "debtorStatus": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "donorStatus": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "invoices": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
Retrieves a page of instances of debtor
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "debtor",
- "id": "1",
- "attributes": {
- "debtorType": "contact",
- "billingIdentifier": "2223",
- "name": "Mr & Ms Smith",
- "email": "smith.family@example.com",
- "reference1": null,
- "reference2": null
}, - "relationships": {
- "invoices": {
- "links": {
- "related": "/v1/fees/debtor/1/invoices"
}
}
}, - "links": {
- "self": "/v1/fees/debtor/1"
}
}, - {
- "type": "debtor",
- "id": "1",
- "attributes": {
- "debtorType": "contact",
- "billingIdentifier": "2223",
- "name": "Mr & Ms Smith",
- "email": "smith.family@example.com",
- "reference1": null,
- "reference2": null
}, - "relationships": {
- "invoices": {
- "links": {
- "related": "/v1/fees/debtor/1/invoices"
}
}
}, - "links": {
- "self": "/v1/fees/debtor/1"
}
}, - {
- "type": "debtor",
- "id": "1",
- "attributes": {
- "debtorType": "contact",
- "billingIdentifier": "2223",
- "name": "Mr & Ms Smith",
- "email": "smith.family@example.com",
- "reference1": null,
- "reference2": null
}, - "relationships": {
- "invoices": {
- "links": {
- "related": "/v1/fees/debtor/1/invoices"
}
}
}, - "links": {
- "self": "/v1/fees/debtor/1"
}
}
]
}
Retrieves a single instance of debtor
.
id required | number Number ID of the 'debtor' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "debtor",
- "id": "1",
- "attributes": {
- "debtorType": "contact",
- "billingIdentifier": "2223",
- "name": "Mr & Ms Smith",
- "email": "smith.family@example.com",
- "reference1": null,
- "reference2": null
}, - "relationships": {
- "invoices": {
- "links": {
- "related": "/v1/fees/debtor/1/invoices"
}
}
}, - "links": {
- "self": "/v1/fees/debtor/1"
}
}
}
Retrieves a page of invoice
related to debtor
via relation invoices
.
id required | number Number ID of the 'debtor', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "invoice",
- "id": "1",
- "attributes": {
- "invoiceNo": "INVTEST_10001",
- "amountPaid": "20.00",
- "invoiceDate": "2018-01-01",
- "dueDate": "2018-02-05",
- "fullyPaidDate": null
}, - "relationships": {
- "debtor": {
- "data": {
- "id": "2",
- "type": "debtor"
}
}, - "status": {
- "data": {
- "id": "3",
- "type": "feeStatus"
}
}, - "items": {
- "links": {
- "related": "/v1/fees/invoice/1/items"
}
}
}, - "links": {
- "self": "/v1/fees/invoice/1"
}
}, - {
- "type": "invoice",
- "id": "1",
- "attributes": {
- "invoiceNo": "INVTEST_10001",
- "amountPaid": "20.00",
- "invoiceDate": "2018-01-01",
- "dueDate": "2018-02-05",
- "fullyPaidDate": null
}, - "relationships": {
- "debtor": {
- "data": {
- "id": "2",
- "type": "debtor"
}
}, - "status": {
- "data": {
- "id": "3",
- "type": "feeStatus"
}
}, - "items": {
- "links": {
- "related": "/v1/fees/invoice/1/items"
}
}
}, - "links": {
- "self": "/v1/fees/invoice/1"
}
}, - {
- "type": "invoice",
- "id": "1",
- "attributes": {
- "invoiceNo": "INVTEST_10001",
- "amountPaid": "20.00",
- "invoiceDate": "2018-01-01",
- "dueDate": "2018-02-05",
- "fullyPaidDate": null
}, - "relationships": {
- "debtor": {
- "data": {
- "id": "2",
- "type": "debtor"
}
}, - "status": {
- "data": {
- "id": "3",
- "type": "feeStatus"
}
}, - "items": {
- "links": {
- "related": "/v1/fees/invoice/1/items"
}
}
}, - "links": {
- "self": "/v1/fees/invoice/1"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "isActive": true
}, - "links": {
- "self": "string"
}
}
Status of a debtor.
Retrieves a page of instances of debtorStatus
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
includeInactive | boolean Boolean If true inactive (soft deleted) models will be included in the results. [optional] [default: false] [example: TRUE] |
{- "data": [
- {
- "type": "debtorStatus",
- "id": "1",
- "attributes": {
- "name": "Current",
- "isActive": true
}, - "links": {
- "self": "/v1/fees/debtor-status/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "debtorStatus",
- "id": "1",
- "attributes": {
- "name": "Current",
- "isActive": true
}, - "links": {
- "self": "/v1/fees/debtor-status/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "debtorStatus",
- "id": "1",
- "attributes": {
- "name": "Current",
- "isActive": true
}, - "links": {
- "self": "/v1/fees/debtor-status/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of debtorStatus
.
id required | number Number ID of the 'debtorStatus' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "debtorStatus",
- "id": "1",
- "attributes": {
- "name": "Current",
- "isActive": true
}, - "links": {
- "self": "/v1/fees/debtor-status/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "isActive": true
}, - "links": {
- "self": "string"
}
}
Status of a donor.
Retrieves a page of instances of donorStatus
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
includeInactive | boolean Boolean If true inactive (soft deleted) models will be included in the results. [optional] [default: false] [example: TRUE] |
{- "data": [
- {
- "type": "donorStatus",
- "id": "1",
- "attributes": {
- "name": "Current",
- "isActive": true
}, - "links": {
- "self": "/v1/fees/donor-status/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "donorStatus",
- "id": "1",
- "attributes": {
- "name": "Current",
- "isActive": true
}, - "links": {
- "self": "/v1/fees/donor-status/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "donorStatus",
- "id": "1",
- "attributes": {
- "name": "Current",
- "isActive": true
}, - "links": {
- "self": "/v1/fees/donor-status/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of donorStatus
.
id required | number Number ID of the 'donorStatus' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "donorStatus",
- "id": "1",
- "attributes": {
- "name": "Current",
- "isActive": true
}, - "links": {
- "self": "/v1/fees/donor-status/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "type": "string",
- "isActive": true
}, - "links": {
- "self": "string"
}
}
A generic status for the fees namespace.
Retrieves a page of instances of feeStatus
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
types | string String Comma-separated list of types to filter by. Allowed values are: invoice. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
includeInactive | boolean Boolean If true inactive (soft deleted) models will be included in the results. [optional] [default: false] [example: TRUE] |
{- "data": [
- {
- "type": "feeStatus",
- "id": "1",
- "attributes": {
- "name": "SUBMITTED",
- "type": "invoice",
- "isActive": true
}, - "links": {
- "self": "/v1/fees/fee-status/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "feeStatus",
- "id": "1",
- "attributes": {
- "name": "SUBMITTED",
- "type": "invoice",
- "isActive": true
}, - "links": {
- "self": "/v1/fees/fee-status/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "feeStatus",
- "id": "1",
- "attributes": {
- "name": "SUBMITTED",
- "type": "invoice",
- "isActive": true
}, - "links": {
- "self": "/v1/fees/fee-status/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of feeStatus
.
id required | number Number ID of the 'feeStatus' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "feeStatus",
- "id": "1",
- "attributes": {
- "name": "SUBMITTED",
- "type": "invoice",
- "isActive": true
}, - "links": {
- "self": "/v1/fees/fee-status/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "invoiceNo": "string",
- "amountPaid": "string",
- "invoiceDate": "string",
- "dueDate": "string",
- "fullyPaidDate": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "debtor": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "status": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "items": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
Retrieves a page of instances of invoice
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
debtorIds | string String Comma-separated list of debtor IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
statusIds | string String Comma-separated list of status IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "invoice",
- "id": "1",
- "attributes": {
- "invoiceNo": "INVTEST_10001",
- "amountPaid": "20.00",
- "invoiceDate": "2018-01-01",
- "dueDate": "2018-02-05",
- "fullyPaidDate": null
}, - "relationships": {
- "debtor": {
- "data": {
- "id": "2",
- "type": "debtor"
}
}, - "status": {
- "data": {
- "id": "3",
- "type": "feeStatus"
}
}, - "items": {
- "links": {
- "related": "/v1/fees/invoice/1/items"
}
}
}, - "links": {
- "self": "/v1/fees/invoice/1"
}
}, - {
- "type": "invoice",
- "id": "1",
- "attributes": {
- "invoiceNo": "INVTEST_10001",
- "amountPaid": "20.00",
- "invoiceDate": "2018-01-01",
- "dueDate": "2018-02-05",
- "fullyPaidDate": null
}, - "relationships": {
- "debtor": {
- "data": {
- "id": "2",
- "type": "debtor"
}
}, - "status": {
- "data": {
- "id": "3",
- "type": "feeStatus"
}
}, - "items": {
- "links": {
- "related": "/v1/fees/invoice/1/items"
}
}
}, - "links": {
- "self": "/v1/fees/invoice/1"
}
}, - {
- "type": "invoice",
- "id": "1",
- "attributes": {
- "invoiceNo": "INVTEST_10001",
- "amountPaid": "20.00",
- "invoiceDate": "2018-01-01",
- "dueDate": "2018-02-05",
- "fullyPaidDate": null
}, - "relationships": {
- "debtor": {
- "data": {
- "id": "2",
- "type": "debtor"
}
}, - "status": {
- "data": {
- "id": "3",
- "type": "feeStatus"
}
}, - "items": {
- "links": {
- "related": "/v1/fees/invoice/1/items"
}
}
}, - "links": {
- "self": "/v1/fees/invoice/1"
}
}
]
}
Retrieves a single instance of invoice
.
id required | number Number ID of the 'invoice' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "invoice",
- "id": "1",
- "attributes": {
- "invoiceNo": "INVTEST_10001",
- "amountPaid": "20.00",
- "invoiceDate": "2018-01-01",
- "dueDate": "2018-02-05",
- "fullyPaidDate": null
}, - "relationships": {
- "debtor": {
- "data": {
- "id": "2",
- "type": "debtor"
}
}, - "status": {
- "data": {
- "id": "3",
- "type": "feeStatus"
}
}, - "items": {
- "links": {
- "related": "/v1/fees/invoice/1/items"
}
}
}, - "links": {
- "self": "/v1/fees/invoice/1"
}
}
}
Retrieves a page of invoiceItem
related to invoice
via relation items
.
id required | number Number ID of the 'invoice', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "invoiceItem",
- "id": "1",
- "attributes": {
- "description": "English textbooks",
- "quantity": 3,
- "unitAmount": "16.00",
- "taxAmount": "4.00",
- "lineAmount": "60.00",
- "discount": "0.00"
}, - "relationships": {
- "invoice": {
- "data": {
- "id": "2",
- "type": "invoice"
}
}
}, - "links": {
- "self": "/v1/fees/invoice-item/1"
}
}, - {
- "type": "invoiceItem",
- "id": "1",
- "attributes": {
- "description": "English textbooks",
- "quantity": 3,
- "unitAmount": "16.00",
- "taxAmount": "4.00",
- "lineAmount": "60.00",
- "discount": "0.00"
}, - "relationships": {
- "invoice": {
- "data": {
- "id": "2",
- "type": "invoice"
}
}
}, - "links": {
- "self": "/v1/fees/invoice-item/1"
}
}, - {
- "type": "invoiceItem",
- "id": "1",
- "attributes": {
- "description": "English textbooks",
- "quantity": 3,
- "unitAmount": "16.00",
- "taxAmount": "4.00",
- "lineAmount": "60.00",
- "discount": "0.00"
}, - "relationships": {
- "invoice": {
- "data": {
- "id": "2",
- "type": "invoice"
}
}
}, - "links": {
- "self": "/v1/fees/invoice-item/1"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "description": "string",
- "quantity": 0,
- "unitAmount": "string",
- "taxAmount": "string",
- "lineAmount": "string",
- "discount": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "invoice": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Item on an invoice
Retrieves a page of instances of invoiceItem
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
invoiceIds | string String Comma-separated list of invoice IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "invoiceItem",
- "id": "1",
- "attributes": {
- "description": "English textbooks",
- "quantity": 3,
- "unitAmount": "16.00",
- "taxAmount": "4.00",
- "lineAmount": "60.00",
- "discount": "0.00"
}, - "relationships": {
- "invoice": {
- "data": {
- "id": "2",
- "type": "invoice"
}
}
}, - "links": {
- "self": "/v1/fees/invoice-item/1"
}
}, - {
- "type": "invoiceItem",
- "id": "1",
- "attributes": {
- "description": "English textbooks",
- "quantity": 3,
- "unitAmount": "16.00",
- "taxAmount": "4.00",
- "lineAmount": "60.00",
- "discount": "0.00"
}, - "relationships": {
- "invoice": {
- "data": {
- "id": "2",
- "type": "invoice"
}
}
}, - "links": {
- "self": "/v1/fees/invoice-item/1"
}
}, - {
- "type": "invoiceItem",
- "id": "1",
- "attributes": {
- "description": "English textbooks",
- "quantity": 3,
- "unitAmount": "16.00",
- "taxAmount": "4.00",
- "lineAmount": "60.00",
- "discount": "0.00"
}, - "relationships": {
- "invoice": {
- "data": {
- "id": "2",
- "type": "invoice"
}
}
}, - "links": {
- "self": "/v1/fees/invoice-item/1"
}
}
]
}
Retrieves a single instance of invoiceItem
.
id required | number Number ID of the 'invoiceItem' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "invoiceItem",
- "id": "1",
- "attributes": {
- "description": "English textbooks",
- "quantity": 3,
- "unitAmount": "16.00",
- "taxAmount": "4.00",
- "lineAmount": "60.00",
- "discount": "0.00"
}, - "relationships": {
- "invoice": {
- "data": {
- "id": "2",
- "type": "invoice"
}
}
}, - "links": {
- "self": "/v1/fees/invoice-item/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "billDate": "string",
- "billDueDate": "string",
- "description": "string",
- "unitAmount": "string",
- "quantity": 0,
- "taxAmount": "string",
- "discountAmount": "string",
- "totalAmount": "string",
- "totalAmountDue": "string",
- "totalAmountPaid": "string",
- "totalAmountCredit": "string",
- "fullyPaidOn": "string",
- "externalId": "string",
- "statusName": "string",
- "isPaid": true,
- "isVoided": true,
- "isDeleted": true,
- "createdAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "updatedAt": {
- "timestamp": 0,
- "iso8601": "string"
}
}, - "links": {
- "self": "string"
}
}
{DESCRIPTION-MISSING}
Retrieves a page of instances of onlineBill
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "onlineBill",
- "id": "1",
- "attributes": {
- "billDate": "2018-05-01",
- "billDueDate": "2018-06-01",
- "description": "Buying new computer mouse",
- "unitAmount": "1.00",
- "quantity": 1,
- "taxAmount": "1.20",
- "discountAmount": "0.00",
- "totalAmount": "11.20",
- "totalAmountDue": "0.00",
- "totalAmountPaid": "11.20",
- "totalAmountCredit": "0.00",
- "fullyPaidOn": "2018-05-05",
- "externalId": "c8938771-54d4-4bec-a062-2a9409cd5d4c",
- "statusName": "PAID",
- "isPaid": true,
- "isVoided": false,
- "isDeleted": false,
- "createdAt": {
- "timestamp": 1525132800,
- "iso8601": "2018-05-01T00:00:00+0000"
}, - "updatedAt": {
- "timestamp": 1525132800,
- "iso8601": "2018-05-01T00:00:00+0000"
}
}, - "links": {
- "self": "/v1/fees/online-bill/1"
}
}, - {
- "type": "onlineBill",
- "id": "1",
- "attributes": {
- "billDate": "2018-05-01",
- "billDueDate": "2018-06-01",
- "description": "Buying new computer mouse",
- "unitAmount": "1.00",
- "quantity": 1,
- "taxAmount": "1.20",
- "discountAmount": "0.00",
- "totalAmount": "11.20",
- "totalAmountDue": "0.00",
- "totalAmountPaid": "11.20",
- "totalAmountCredit": "0.00",
- "fullyPaidOn": "2018-05-05",
- "externalId": "c8938771-54d4-4bec-a062-2a9409cd5d4c",
- "statusName": "PAID",
- "isPaid": true,
- "isVoided": false,
- "isDeleted": false,
- "createdAt": {
- "timestamp": 1525132800,
- "iso8601": "2018-05-01T00:00:00+0000"
}, - "updatedAt": {
- "timestamp": 1525132800,
- "iso8601": "2018-05-01T00:00:00+0000"
}
}, - "links": {
- "self": "/v1/fees/online-bill/1"
}
}, - {
- "type": "onlineBill",
- "id": "1",
- "attributes": {
- "billDate": "2018-05-01",
- "billDueDate": "2018-06-01",
- "description": "Buying new computer mouse",
- "unitAmount": "1.00",
- "quantity": 1,
- "taxAmount": "1.20",
- "discountAmount": "0.00",
- "totalAmount": "11.20",
- "totalAmountDue": "0.00",
- "totalAmountPaid": "11.20",
- "totalAmountCredit": "0.00",
- "fullyPaidOn": "2018-05-05",
- "externalId": "c8938771-54d4-4bec-a062-2a9409cd5d4c",
- "statusName": "PAID",
- "isPaid": true,
- "isVoided": false,
- "isDeleted": false,
- "createdAt": {
- "timestamp": 1525132800,
- "iso8601": "2018-05-01T00:00:00+0000"
}, - "updatedAt": {
- "timestamp": 1525132800,
- "iso8601": "2018-05-01T00:00:00+0000"
}
}, - "links": {
- "self": "/v1/fees/online-bill/1"
}
}
]
}
Retrieves a single instance of onlineBill
.
id required | number Number ID of the 'onlineBill' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "onlineBill",
- "id": "1",
- "attributes": {
- "billDate": "2018-05-01",
- "billDueDate": "2018-06-01",
- "description": "Buying new computer mouse",
- "unitAmount": "1.00",
- "quantity": 1,
- "taxAmount": "1.20",
- "discountAmount": "0.00",
- "totalAmount": "11.20",
- "totalAmountDue": "0.00",
- "totalAmountPaid": "11.20",
- "totalAmountCredit": "0.00",
- "fullyPaidOn": "2018-05-05",
- "externalId": "c8938771-54d4-4bec-a062-2a9409cd5d4c",
- "statusName": "PAID",
- "isPaid": true,
- "isVoided": false,
- "isDeleted": false,
- "createdAt": {
- "timestamp": 1525132800,
- "iso8601": "2018-05-01T00:00:00+0000"
}, - "updatedAt": {
- "timestamp": 1525132800,
- "iso8601": "2018-05-01T00:00:00+0000"
}
}, - "links": {
- "self": "/v1/fees/online-bill/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "description": "string",
- "date": "string",
- "dueDate": "string",
- "buyerCountry": "string",
- "sellerCountry": "string",
- "paymentMethod": "string",
- "currency": "string",
- "amount": "string",
- "totalAmount": "string",
- "totalOutstanding": "string",
- "buyerFees": "string",
- "sellerFees": "string",
- "creditCardFee": "string",
- "directDebitFee": "string",
- "paypalFee": "string",
- "paymentProviderrFee": "string",
- "refundedAmount": "string",
- "isReconciled": true,
- "status": "string",
- "createdAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "updatedAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "externalSource": "string",
- "externalId": "string"
}, - "links": {
- "self": "string"
}
}
{DESCRIPTION-MISSING}
Retrieves a page of instances of onlinePayment
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "onlinePayment",
- "id": "1",
- "attributes": {
- "name": "Payment for computer mouse",
- "description": "Approved by principal",
- "date": "2018-05-05",
- "dueDate": "2018-06-01",
- "buyerCountry": "Australia",
- "sellerCountry": "Australia",
- "paymentMethod": "Credit Card",
- "currency": "AUD",
- "amount": "11.20",
- "totalAmount": "11.20",
- "totalOutstanding": "0.00",
- "buyerFees": "0.00",
- "sellerFees": "0.00",
- "creditCardFee": "0.00",
- "directDebitFee": "0.00",
- "paypalFee": "0.00",
- "paymentProviderrFee": "0.00",
- "refundedAmount": "0.00",
- "isReconciled": true,
- "status": "PAID",
- "createdAt": {
- "timestamp": 1525132800,
- "iso8601": "2018-05-01T00:00:00+0000"
}, - "updatedAt": {
- "timestamp": 1525132800,
- "iso8601": "2018-05-01T00:00:00+0000"
}, - "externalSource": null,
- "externalId": null
}, - "links": {
- "self": "/v1/fees/online-payment/1"
}
}, - {
- "type": "onlinePayment",
- "id": "1",
- "attributes": {
- "name": "Payment for computer mouse",
- "description": "Approved by principal",
- "date": "2018-05-05",
- "dueDate": "2018-06-01",
- "buyerCountry": "Australia",
- "sellerCountry": "Australia",
- "paymentMethod": "Credit Card",
- "currency": "AUD",
- "amount": "11.20",
- "totalAmount": "11.20",
- "totalOutstanding": "0.00",
- "buyerFees": "0.00",
- "sellerFees": "0.00",
- "creditCardFee": "0.00",
- "directDebitFee": "0.00",
- "paypalFee": "0.00",
- "paymentProviderrFee": "0.00",
- "refundedAmount": "0.00",
- "isReconciled": true,
- "status": "PAID",
- "createdAt": {
- "timestamp": 1525132800,
- "iso8601": "2018-05-01T00:00:00+0000"
}, - "updatedAt": {
- "timestamp": 1525132800,
- "iso8601": "2018-05-01T00:00:00+0000"
}, - "externalSource": null,
- "externalId": null
}, - "links": {
- "self": "/v1/fees/online-payment/1"
}
}, - {
- "type": "onlinePayment",
- "id": "1",
- "attributes": {
- "name": "Payment for computer mouse",
- "description": "Approved by principal",
- "date": "2018-05-05",
- "dueDate": "2018-06-01",
- "buyerCountry": "Australia",
- "sellerCountry": "Australia",
- "paymentMethod": "Credit Card",
- "currency": "AUD",
- "amount": "11.20",
- "totalAmount": "11.20",
- "totalOutstanding": "0.00",
- "buyerFees": "0.00",
- "sellerFees": "0.00",
- "creditCardFee": "0.00",
- "directDebitFee": "0.00",
- "paypalFee": "0.00",
- "paymentProviderrFee": "0.00",
- "refundedAmount": "0.00",
- "isReconciled": true,
- "status": "PAID",
- "createdAt": {
- "timestamp": 1525132800,
- "iso8601": "2018-05-01T00:00:00+0000"
}, - "updatedAt": {
- "timestamp": 1525132800,
- "iso8601": "2018-05-01T00:00:00+0000"
}, - "externalSource": null,
- "externalId": null
}, - "links": {
- "self": "/v1/fees/online-payment/1"
}
}
]
}
Retrieves a single instance of onlinePayment
.
id required | number Number ID of the 'onlinePayment' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "onlinePayment",
- "id": "1",
- "attributes": {
- "name": "Payment for computer mouse",
- "description": "Approved by principal",
- "date": "2018-05-05",
- "dueDate": "2018-06-01",
- "buyerCountry": "Australia",
- "sellerCountry": "Australia",
- "paymentMethod": "Credit Card",
- "currency": "AUD",
- "amount": "11.20",
- "totalAmount": "11.20",
- "totalOutstanding": "0.00",
- "buyerFees": "0.00",
- "sellerFees": "0.00",
- "creditCardFee": "0.00",
- "directDebitFee": "0.00",
- "paypalFee": "0.00",
- "paymentProviderrFee": "0.00",
- "refundedAmount": "0.00",
- "isReconciled": true,
- "status": "PAID",
- "createdAt": {
- "timestamp": 1525132800,
- "iso8601": "2018-05-01T00:00:00+0000"
}, - "updatedAt": {
- "timestamp": 1525132800,
- "iso8601": "2018-05-01T00:00:00+0000"
}, - "externalSource": null,
- "externalId": null
}, - "links": {
- "self": "/v1/fees/online-payment/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "description": "string",
- "startDate": "string",
- "endDate": "string",
- "source": "string"
}, - "links": {
- "self": "string",
- "student": "string",
- "attachments": "string"
}
}
Retrieves a page of instances of medicalCertificate
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "medicalCertificate",
- "id": "1",
- "attributes": {
- "description": "Flu",
- "startDate": "2018-04-01",
- "endDate": "2018-04-10",
- "source": "health"
}, - "links": {
- "self": "/v1/health/medical-certificate/1",
- "student": "/v1/health/medical-certificate/1/student",
- "attachments": "/v1/health/medical-certificate/1/attachments"
}
}, - {
- "type": "medicalCertificate",
- "id": "1",
- "attributes": {
- "description": "Flu",
- "startDate": "2018-04-01",
- "endDate": "2018-04-10",
- "source": "health"
}, - "links": {
- "self": "/v1/health/medical-certificate/1",
- "student": "/v1/health/medical-certificate/1/student",
- "attachments": "/v1/health/medical-certificate/1/attachments"
}
}, - {
- "type": "medicalCertificate",
- "id": "1",
- "attributes": {
- "description": "Flu",
- "startDate": "2018-04-01",
- "endDate": "2018-04-10",
- "source": "health"
}, - "links": {
- "self": "/v1/health/medical-certificate/1",
- "student": "/v1/health/medical-certificate/1/student",
- "attachments": "/v1/health/medical-certificate/1/attachments"
}
}
]
}
Retrieves a single instance of medicalCertificate
.
id required | number Number ID of the 'medicalCertificate' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "medicalCertificate",
- "id": "1",
- "attributes": {
- "description": "Flu",
- "startDate": "2018-04-01",
- "endDate": "2018-04-10",
- "source": "health"
}, - "links": {
- "self": "/v1/health/medical-certificate/1",
- "student": "/v1/health/medical-certificate/1/student",
- "attachments": "/v1/health/medical-certificate/1/attachments"
}
}
}
Adds a new 'medicalCertificateAttachment' to a 'medicalCertificate'. The file should be uploaded via 'multipart/form-data' and should be sent under key 'attachment'.
id required | number Number ID of the 'medicalCertificate' to which the attachment should be added. [example: 1] |
{- "data": {
- "type": "medicalCertificateAttachment",
- "id": "1",
- "attributes": {
- "size": 262144,
- "fileName": "DoctorNote.pdf"
}, - "links": {
- "self": "/v1/health/medical-certificate-attachment/1",
- "file": "/v1/health/medical-certificate-attachment/1/file",
- "certificate": "/v1/health/medical-certificate-attachment/1/certificate"
}
}
}
Retrieves all of medicalCertificateAttachment
related to medicalCertificate
via relation attachments
.
id required | number Number ID of the 'medicalCertificate', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "medicalCertificateAttachment",
- "id": "1",
- "attributes": {
- "size": 262144,
- "fileName": "DoctorNote.pdf"
}, - "links": {
- "self": "/v1/health/medical-certificate-attachment/1",
- "file": "/v1/health/medical-certificate-attachment/1/file",
- "certificate": "/v1/health/medical-certificate-attachment/1/certificate"
}
}, - {
- "type": "medicalCertificateAttachment",
- "id": "1",
- "attributes": {
- "size": 262144,
- "fileName": "DoctorNote.pdf"
}, - "links": {
- "self": "/v1/health/medical-certificate-attachment/1",
- "file": "/v1/health/medical-certificate-attachment/1/file",
- "certificate": "/v1/health/medical-certificate-attachment/1/certificate"
}
}, - {
- "type": "medicalCertificateAttachment",
- "id": "1",
- "attributes": {
- "size": 262144,
- "fileName": "DoctorNote.pdf"
}, - "links": {
- "self": "/v1/health/medical-certificate-attachment/1",
- "file": "/v1/health/medical-certificate-attachment/1/file",
- "certificate": "/v1/health/medical-certificate-attachment/1/certificate"
}
}
]
}
Retrieves a single instance of student
, the relation student
of medicalCertificate
.
id required | number Number ID of the 'medicalCertificate' which relation to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: primaryEnrolment, person, activities, activityInstances, tenants, flags, flagLinks, contacts, holidays, specialNeedsPrograms, schoolHistory. [optional] [default: null] [example: "primaryEnrolment"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "size": 0,
- "fileName": "string"
}, - "links": {
- "self": "string",
- "file": "string",
- "certificate": "string"
}
}
Retrieves a single instance of medicalCertificateAttachment
.
id required | number Number ID of the 'medicalCertificateAttachment' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "medicalCertificateAttachment",
- "id": "1",
- "attributes": {
- "size": 262144,
- "fileName": "DoctorNote.pdf"
}, - "links": {
- "self": "/v1/health/medical-certificate-attachment/1",
- "file": "/v1/health/medical-certificate-attachment/1/file",
- "certificate": "/v1/health/medical-certificate-attachment/1/certificate"
}
}
}
Retrieves a single instance of medicalCertificate
, the relation certificate
of medicalCertificateAttachment
.
id required | number Number ID of the 'medicalCertificateAttachment' which relation to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "medicalCertificate",
- "id": "1",
- "attributes": {
- "description": "Flu",
- "startDate": "2018-04-01",
- "endDate": "2018-04-10",
- "source": "health"
}, - "links": {
- "self": "/v1/health/medical-certificate/1",
- "student": "/v1/health/medical-certificate/1/student",
- "attachments": "/v1/health/medical-certificate/1/attachments"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "startTime": "string",
- "endTime": "string",
- "notes": "string",
- "hasParentAttended": true,
- "isInterpreterRequired": true,
- "isBookingConfirmed": true,
- "parentName": "string",
- "interviewSessionId": 0,
- "interviewSessionDateId": 0,
- "interviewClassLinkId": 0
}, - "links": {
- "self": "string"
}, - "relationships": {
- "session": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "date": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "classLink": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "student": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "parentUser": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A date combined with time period of availability for an interview session
Retrieves a page of instances of interviewBooking
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "interviewBooking",
- "id": "1",
- "attributes": {
- "startTime": "15:00:00",
- "endTime": null,
- "notes": "May be the other parent",
- "hasParentAttended": null,
- "isInterpreterRequired": false,
- "isBookingConfirmed": false,
- "parentName": null,
- "interviewSessionId": 0,
- "interviewSessionDateId": 15,
- "interviewClassLinkId": 0
}, - "relationships": {
- "date": {
- "data": {
- "id": "15:00",
- "type": "interviewSessionDate"
}
}
}, - "links": {
- "self": "/v1/interviews/interview-booking/1"
}
}, - {
- "type": "interviewBooking",
- "id": "1",
- "attributes": {
- "startTime": "15:00:00",
- "endTime": null,
- "notes": "May be the other parent",
- "hasParentAttended": null,
- "isInterpreterRequired": false,
- "isBookingConfirmed": false,
- "parentName": null,
- "interviewSessionId": 0,
- "interviewSessionDateId": 15,
- "interviewClassLinkId": 0
}, - "relationships": {
- "date": {
- "data": {
- "id": "15:00",
- "type": "interviewSessionDate"
}
}
}, - "links": {
- "self": "/v1/interviews/interview-booking/1"
}
}, - {
- "type": "interviewBooking",
- "id": "1",
- "attributes": {
- "startTime": "15:00:00",
- "endTime": null,
- "notes": "May be the other parent",
- "hasParentAttended": null,
- "isInterpreterRequired": false,
- "isBookingConfirmed": false,
- "parentName": null,
- "interviewSessionId": 0,
- "interviewSessionDateId": 15,
- "interviewClassLinkId": 0
}, - "relationships": {
- "date": {
- "data": {
- "id": "15:00",
- "type": "interviewSessionDate"
}
}
}, - "links": {
- "self": "/v1/interviews/interview-booking/1"
}
}
]
}
Retrieves a single instance of interviewBooking
.
id required | number Number ID of the 'interviewBooking' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "interviewBooking",
- "id": "1",
- "attributes": {
- "startTime": "15:00:00",
- "endTime": null,
- "notes": "May be the other parent",
- "hasParentAttended": null,
- "isInterpreterRequired": false,
- "isBookingConfirmed": false,
- "parentName": null,
- "interviewSessionId": 0,
- "interviewSessionDateId": 15,
- "interviewClassLinkId": 0
}, - "relationships": {
- "date": {
- "data": {
- "id": "15:00",
- "type": "interviewSessionDate"
}
}
}, - "links": {
- "self": "/v1/interviews/interview-booking/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "type": "string"
}, - "links": {
- "self": "string",
- "interviewSession": "string",
- "class": "string",
- "rollclass": "string",
- "students": "string"
}, - "relationships": {
- "class": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "rollclass": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "teacher": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of interviewClassLink
.
include | string String Comma-separated list of relations to sideload. Allowed values are: class, rollclass, teacher. [optional] [default: null] [example: "class"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "interviewClassLink",
- "id": "1",
- "attributes": {
- "name": null,
- "type": null
}, - "relationships": {
- "class": {
- "data": {
- "id": "1",
- "type": "class"
}, - "links": {
- "related": "/v1/interviews/interview-class-link/1/class"
}
}, - "rollclass": {
- "data": {
- "id": "1",
- "type": "rollclass"
}, - "links": {
- "related": "/v1/interviews/interview-class-link/1/rollclass"
}
}, - "teacher": {
- "data": {
- "id": "1",
- "type": "staff"
}, - "links": {
- "related": "/v1/interviews/interview-class-link/1/teacher"
}
}
}, - "links": {
- "self": "/v1/interviews/interview-class-link/1",
- "interviewSession": "/v1/interviews/interview-class-link/1/interview-session",
- "class": "/v1/interviews/interview-class-link/1/class",
- "rollclass": "/v1/interviews/interview-class-link/1/rollclass",
- "students": "/v1/interviews/interview-class-link/1/students"
}
}, - {
- "type": "interviewClassLink",
- "id": "1",
- "attributes": {
- "name": null,
- "type": null
}, - "relationships": {
- "class": {
- "data": {
- "id": "1",
- "type": "class"
}, - "links": {
- "related": "/v1/interviews/interview-class-link/1/class"
}
}, - "rollclass": {
- "data": {
- "id": "1",
- "type": "rollclass"
}, - "links": {
- "related": "/v1/interviews/interview-class-link/1/rollclass"
}
}, - "teacher": {
- "data": {
- "id": "1",
- "type": "staff"
}, - "links": {
- "related": "/v1/interviews/interview-class-link/1/teacher"
}
}
}, - "links": {
- "self": "/v1/interviews/interview-class-link/1",
- "interviewSession": "/v1/interviews/interview-class-link/1/interview-session",
- "class": "/v1/interviews/interview-class-link/1/class",
- "rollclass": "/v1/interviews/interview-class-link/1/rollclass",
- "students": "/v1/interviews/interview-class-link/1/students"
}
}, - {
- "type": "interviewClassLink",
- "id": "1",
- "attributes": {
- "name": null,
- "type": null
}, - "relationships": {
- "class": {
- "data": {
- "id": "1",
- "type": "class"
}, - "links": {
- "related": "/v1/interviews/interview-class-link/1/class"
}
}, - "rollclass": {
- "data": {
- "id": "1",
- "type": "rollclass"
}, - "links": {
- "related": "/v1/interviews/interview-class-link/1/rollclass"
}
}, - "teacher": {
- "data": {
- "id": "1",
- "type": "staff"
}, - "links": {
- "related": "/v1/interviews/interview-class-link/1/teacher"
}
}
}, - "links": {
- "self": "/v1/interviews/interview-class-link/1",
- "interviewSession": "/v1/interviews/interview-class-link/1/interview-session",
- "class": "/v1/interviews/interview-class-link/1/class",
- "rollclass": "/v1/interviews/interview-class-link/1/rollclass",
- "students": "/v1/interviews/interview-class-link/1/students"
}
}
]
}
Retrieves a single instance of interviewClassLink
.
id required | number Number ID of the 'interviewClassLink' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: class, rollclass, teacher. [optional] [default: null] [example: "class"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "interviewClassLink",
- "id": "1",
- "attributes": {
- "name": null,
- "type": null
}, - "relationships": {
- "class": {
- "data": {
- "id": "1",
- "type": "class"
}, - "links": {
- "related": "/v1/interviews/interview-class-link/1/class"
}
}, - "rollclass": {
- "data": {
- "id": "1",
- "type": "rollclass"
}, - "links": {
- "related": "/v1/interviews/interview-class-link/1/rollclass"
}
}, - "teacher": {
- "data": {
- "id": "1",
- "type": "staff"
}, - "links": {
- "related": "/v1/interviews/interview-class-link/1/teacher"
}
}
}, - "links": {
- "self": "/v1/interviews/interview-class-link/1",
- "interviewSession": "/v1/interviews/interview-class-link/1/interview-session",
- "class": "/v1/interviews/interview-class-link/1/class",
- "rollclass": "/v1/interviews/interview-class-link/1/rollclass",
- "students": "/v1/interviews/interview-class-link/1/students"
}
}
}
Retrieves a single instance of class
, the relation class
of interviewClassLink
.
id required | number Number ID of the 'interviewClassLink' which relation to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "class",
- "id": "1",
- "attributes": {
- "name": "First year class",
- "identifier": "CLS01A"
}, - "relationships": {
- "teachers": {
- "data": [
- {
- "id": "1",
- "type": "staff"
}, - {
- "id": "2",
- "type": "staff"
}, - {
- "id": "3",
- "type": "staff"
}
]
}, - "students": {
- "links": {
- "related": "/v1/enrolments/class/1/students"
}
}, - "subject": {
- "data": {
- "id": "1",
- "type": "classSubject"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment/1"
}
}
}
Retrieves a single instance of interviewSession
, the relation interviewSession
of interviewClassLink
.
id required | number Number ID of the 'interviewClassLink' which relation to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "interviewSession",
- "id": "1",
- "attributes": {
- "name": "Year 7 Parent Teacher Night",
- "eventDescription": null,
- "eventLocation": null,
- "event_description": null,
- "event_location": null,
- "registrationOpen": {
- "timestamp": 1547715600,
- "iso8601": "2019-01-17T09:00:00+0000"
}, - "registrationClose": {
- "timestamp": 1548342000,
- "iso8601": "2019-01-24T15:00:00+0000"
}
}, - "links": {
- "self": "/v1/interviews/interview-session/1",
- "dates": "/v1/interviews/interview-session/1/dates",
- "classLinks": "/v1/interviews/interview-session/1/class-links",
- "classes": "/v1/interviews/interview-session/1/classes",
- "rollclasses": "/v1/interviews/interview-session/1/rollclasses",
- "students": "/v1/interviews/interview-session/1/students",
- "bookings": "/v1/interviews/interview-session/1/bookings"
}
}
}
Retrieves a single instance of rollclass
, the relation rollclass
of interviewClassLink
.
id required | number Number ID of the 'interviewClassLink' which relation to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "rollclass",
- "id": "1",
- "attributes": {
- "name": "1A",
- "isPastoralCare": false,
- "pastoral_care": false,
- "refId": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "1",
- "type": "staff"
}
}, - "academicPeriod": {
- "data": {
- "id": "1",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/rollclass/1",
- "teacher": "/v1/enrolments/staff/1"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves all of student
related to interviewClassLink
via relation students
.
id required | number Number ID of the 'interviewClassLink', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: primaryEnrolment, person, activities, activityInstances, tenants, flags, flagLinks, contacts, holidays, specialNeedsPrograms, schoolHistory. [optional] [default: null] [example: "primaryEnrolment"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "eventDescription": "string",
- "eventLocation": "string",
- "event_description": "string",
- "event_location": "string",
- "registrationOpen": {
- "timestamp": 0,
- "iso8601": "string"
}, - "registrationClose": {
- "timestamp": 0,
- "iso8601": "string"
}
}, - "links": {
- "self": "string",
- "dates": "string",
- "classLinks": "string",
- "classes": "string",
- "rollclasses": "string",
- "students": "string",
- "bookings": "string"
}
}
Retrieves a page of instances of interviewSession
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "interviewSession",
- "id": "1",
- "attributes": {
- "name": "Year 7 Parent Teacher Night",
- "eventDescription": null,
- "eventLocation": null,
- "event_description": null,
- "event_location": null,
- "registrationOpen": {
- "timestamp": 1547715600,
- "iso8601": "2019-01-17T09:00:00+0000"
}, - "registrationClose": {
- "timestamp": 1548342000,
- "iso8601": "2019-01-24T15:00:00+0000"
}
}, - "links": {
- "self": "/v1/interviews/interview-session/1",
- "dates": "/v1/interviews/interview-session/1/dates",
- "classLinks": "/v1/interviews/interview-session/1/class-links",
- "classes": "/v1/interviews/interview-session/1/classes",
- "rollclasses": "/v1/interviews/interview-session/1/rollclasses",
- "students": "/v1/interviews/interview-session/1/students",
- "bookings": "/v1/interviews/interview-session/1/bookings"
}
}, - {
- "type": "interviewSession",
- "id": "1",
- "attributes": {
- "name": "Year 7 Parent Teacher Night",
- "eventDescription": null,
- "eventLocation": null,
- "event_description": null,
- "event_location": null,
- "registrationOpen": {
- "timestamp": 1547715600,
- "iso8601": "2019-01-17T09:00:00+0000"
}, - "registrationClose": {
- "timestamp": 1548342000,
- "iso8601": "2019-01-24T15:00:00+0000"
}
}, - "links": {
- "self": "/v1/interviews/interview-session/1",
- "dates": "/v1/interviews/interview-session/1/dates",
- "classLinks": "/v1/interviews/interview-session/1/class-links",
- "classes": "/v1/interviews/interview-session/1/classes",
- "rollclasses": "/v1/interviews/interview-session/1/rollclasses",
- "students": "/v1/interviews/interview-session/1/students",
- "bookings": "/v1/interviews/interview-session/1/bookings"
}
}, - {
- "type": "interviewSession",
- "id": "1",
- "attributes": {
- "name": "Year 7 Parent Teacher Night",
- "eventDescription": null,
- "eventLocation": null,
- "event_description": null,
- "event_location": null,
- "registrationOpen": {
- "timestamp": 1547715600,
- "iso8601": "2019-01-17T09:00:00+0000"
}, - "registrationClose": {
- "timestamp": 1548342000,
- "iso8601": "2019-01-24T15:00:00+0000"
}
}, - "links": {
- "self": "/v1/interviews/interview-session/1",
- "dates": "/v1/interviews/interview-session/1/dates",
- "classLinks": "/v1/interviews/interview-session/1/class-links",
- "classes": "/v1/interviews/interview-session/1/classes",
- "rollclasses": "/v1/interviews/interview-session/1/rollclasses",
- "students": "/v1/interviews/interview-session/1/students",
- "bookings": "/v1/interviews/interview-session/1/bookings"
}
}
]
}
Retrieves a single instance of interviewSession
.
id required | number Number ID of the 'interviewSession' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "interviewSession",
- "id": "1",
- "attributes": {
- "name": "Year 7 Parent Teacher Night",
- "eventDescription": null,
- "eventLocation": null,
- "event_description": null,
- "event_location": null,
- "registrationOpen": {
- "timestamp": 1547715600,
- "iso8601": "2019-01-17T09:00:00+0000"
}, - "registrationClose": {
- "timestamp": 1548342000,
- "iso8601": "2019-01-24T15:00:00+0000"
}
}, - "links": {
- "self": "/v1/interviews/interview-session/1",
- "dates": "/v1/interviews/interview-session/1/dates",
- "classLinks": "/v1/interviews/interview-session/1/class-links",
- "classes": "/v1/interviews/interview-session/1/classes",
- "rollclasses": "/v1/interviews/interview-session/1/rollclasses",
- "students": "/v1/interviews/interview-session/1/students",
- "bookings": "/v1/interviews/interview-session/1/bookings"
}
}
}
Retrieves a page of interviewBooking
related to interviewSession
via relation bookings
.
id required | number Number ID of the 'interviewSession', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "interviewBooking",
- "id": "1",
- "attributes": {
- "startTime": "15:00:00",
- "endTime": null,
- "notes": "May be the other parent",
- "hasParentAttended": null,
- "isInterpreterRequired": false,
- "isBookingConfirmed": false,
- "parentName": null,
- "interviewSessionId": 0,
- "interviewSessionDateId": 15,
- "interviewClassLinkId": 0
}, - "relationships": {
- "date": {
- "data": {
- "id": "15:00",
- "type": "interviewSessionDate"
}
}
}, - "links": {
- "self": "/v1/interviews/interview-booking/1"
}
}, - {
- "type": "interviewBooking",
- "id": "1",
- "attributes": {
- "startTime": "15:00:00",
- "endTime": null,
- "notes": "May be the other parent",
- "hasParentAttended": null,
- "isInterpreterRequired": false,
- "isBookingConfirmed": false,
- "parentName": null,
- "interviewSessionId": 0,
- "interviewSessionDateId": 15,
- "interviewClassLinkId": 0
}, - "relationships": {
- "date": {
- "data": {
- "id": "15:00",
- "type": "interviewSessionDate"
}
}
}, - "links": {
- "self": "/v1/interviews/interview-booking/1"
}
}, - {
- "type": "interviewBooking",
- "id": "1",
- "attributes": {
- "startTime": "15:00:00",
- "endTime": null,
- "notes": "May be the other parent",
- "hasParentAttended": null,
- "isInterpreterRequired": false,
- "isBookingConfirmed": false,
- "parentName": null,
- "interviewSessionId": 0,
- "interviewSessionDateId": 15,
- "interviewClassLinkId": 0
}, - "relationships": {
- "date": {
- "data": {
- "id": "15:00",
- "type": "interviewSessionDate"
}
}
}, - "links": {
- "self": "/v1/interviews/interview-booking/1"
}
}
]
}
Retrieves all of interviewClassLink
related to interviewSession
via relation classLinks
.
id required | number Number ID of the 'interviewSession', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: class, rollclass, teacher. [optional] [default: null] [example: "class"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "interviewClassLink",
- "id": "1",
- "attributes": {
- "name": null,
- "type": null
}, - "relationships": {
- "class": {
- "data": {
- "id": "1",
- "type": "class"
}, - "links": {
- "related": "/v1/interviews/interview-class-link/1/class"
}
}, - "rollclass": {
- "data": {
- "id": "1",
- "type": "rollclass"
}, - "links": {
- "related": "/v1/interviews/interview-class-link/1/rollclass"
}
}, - "teacher": {
- "data": {
- "id": "1",
- "type": "staff"
}, - "links": {
- "related": "/v1/interviews/interview-class-link/1/teacher"
}
}
}, - "links": {
- "self": "/v1/interviews/interview-class-link/1",
- "interviewSession": "/v1/interviews/interview-class-link/1/interview-session",
- "class": "/v1/interviews/interview-class-link/1/class",
- "rollclass": "/v1/interviews/interview-class-link/1/rollclass",
- "students": "/v1/interviews/interview-class-link/1/students"
}
}, - {
- "type": "interviewClassLink",
- "id": "1",
- "attributes": {
- "name": null,
- "type": null
}, - "relationships": {
- "class": {
- "data": {
- "id": "1",
- "type": "class"
}, - "links": {
- "related": "/v1/interviews/interview-class-link/1/class"
}
}, - "rollclass": {
- "data": {
- "id": "1",
- "type": "rollclass"
}, - "links": {
- "related": "/v1/interviews/interview-class-link/1/rollclass"
}
}, - "teacher": {
- "data": {
- "id": "1",
- "type": "staff"
}, - "links": {
- "related": "/v1/interviews/interview-class-link/1/teacher"
}
}
}, - "links": {
- "self": "/v1/interviews/interview-class-link/1",
- "interviewSession": "/v1/interviews/interview-class-link/1/interview-session",
- "class": "/v1/interviews/interview-class-link/1/class",
- "rollclass": "/v1/interviews/interview-class-link/1/rollclass",
- "students": "/v1/interviews/interview-class-link/1/students"
}
}, - {
- "type": "interviewClassLink",
- "id": "1",
- "attributes": {
- "name": null,
- "type": null
}, - "relationships": {
- "class": {
- "data": {
- "id": "1",
- "type": "class"
}, - "links": {
- "related": "/v1/interviews/interview-class-link/1/class"
}
}, - "rollclass": {
- "data": {
- "id": "1",
- "type": "rollclass"
}, - "links": {
- "related": "/v1/interviews/interview-class-link/1/rollclass"
}
}, - "teacher": {
- "data": {
- "id": "1",
- "type": "staff"
}, - "links": {
- "related": "/v1/interviews/interview-class-link/1/teacher"
}
}
}, - "links": {
- "self": "/v1/interviews/interview-class-link/1",
- "interviewSession": "/v1/interviews/interview-class-link/1/interview-session",
- "class": "/v1/interviews/interview-class-link/1/class",
- "rollclass": "/v1/interviews/interview-class-link/1/rollclass",
- "students": "/v1/interviews/interview-class-link/1/students"
}
}
]
}
Retrieves all of class
related to interviewSession
via relation classes
.
id required | number Number ID of the 'interviewSession', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "class",
- "id": "1",
- "attributes": {
- "name": "First year class",
- "identifier": "CLS01A"
}, - "relationships": {
- "teachers": {
- "data": [
- {
- "id": "1",
- "type": "staff"
}, - {
- "id": "2",
- "type": "staff"
}, - {
- "id": "3",
- "type": "staff"
}
]
}, - "students": {
- "links": {
- "related": "/v1/enrolments/class/1/students"
}
}, - "subject": {
- "data": {
- "id": "1",
- "type": "classSubject"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment/1"
}
}, - {
- "type": "class",
- "id": "1",
- "attributes": {
- "name": "First year class",
- "identifier": "CLS01A"
}, - "relationships": {
- "teachers": {
- "data": [
- {
- "id": "1",
- "type": "staff"
}, - {
- "id": "2",
- "type": "staff"
}, - {
- "id": "3",
- "type": "staff"
}
]
}, - "students": {
- "links": {
- "related": "/v1/enrolments/class/1/students"
}
}, - "subject": {
- "data": {
- "id": "1",
- "type": "classSubject"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment/1"
}
}, - {
- "type": "class",
- "id": "1",
- "attributes": {
- "name": "First year class",
- "identifier": "CLS01A"
}, - "relationships": {
- "teachers": {
- "data": [
- {
- "id": "1",
- "type": "staff"
}, - {
- "id": "2",
- "type": "staff"
}, - {
- "id": "3",
- "type": "staff"
}
]
}, - "students": {
- "links": {
- "related": "/v1/enrolments/class/1/students"
}
}, - "subject": {
- "data": {
- "id": "1",
- "type": "classSubject"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment/1"
}
}
]
}
Retrieves all of interviewSessionDate
related to interviewSession
via relation dates
.
id required | number Number ID of the 'interviewSession', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "interviewSessionDate",
- "id": "1",
- "attributes": {
- "date": "2018-05-01",
- "startTime": "15:00:00",
- "endTime": "18:00:00"
}, - "links": {
- "self": "/v1/interviews/interview-session-date/1"
}
}, - {
- "type": "interviewSessionDate",
- "id": "1",
- "attributes": {
- "date": "2018-05-01",
- "startTime": "15:00:00",
- "endTime": "18:00:00"
}, - "links": {
- "self": "/v1/interviews/interview-session-date/1"
}
}, - {
- "type": "interviewSessionDate",
- "id": "1",
- "attributes": {
- "date": "2018-05-01",
- "startTime": "15:00:00",
- "endTime": "18:00:00"
}, - "links": {
- "self": "/v1/interviews/interview-session-date/1"
}
}
]
}
Retrieves all of rollclass
related to interviewSession
via relation rollclasses
.
id required | number Number ID of the 'interviewSession', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "rollclass",
- "id": "1",
- "attributes": {
- "name": "1A",
- "isPastoralCare": false,
- "pastoral_care": false,
- "refId": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "1",
- "type": "staff"
}
}, - "academicPeriod": {
- "data": {
- "id": "1",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/rollclass/1",
- "teacher": "/v1/enrolments/staff/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "rollclass",
- "id": "1",
- "attributes": {
- "name": "1A",
- "isPastoralCare": false,
- "pastoral_care": false,
- "refId": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "1",
- "type": "staff"
}
}, - "academicPeriod": {
- "data": {
- "id": "1",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/rollclass/1",
- "teacher": "/v1/enrolments/staff/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "rollclass",
- "id": "1",
- "attributes": {
- "name": "1A",
- "isPastoralCare": false,
- "pastoral_care": false,
- "refId": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "1",
- "type": "staff"
}
}, - "academicPeriod": {
- "data": {
- "id": "1",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/rollclass/1",
- "teacher": "/v1/enrolments/staff/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a page of student
related to interviewSession
via relation students
.
id required | number Number ID of the 'interviewSession', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: primaryEnrolment, person, activities, activityInstances, tenants, flags, flagLinks, contacts, holidays, specialNeedsPrograms, schoolHistory. [optional] [default: null] [example: "primaryEnrolment"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "date": "string",
- "startTime": "string",
- "endTime": "string"
}, - "links": {
- "self": "string"
}
}
A date combined with time period of availability for an interview session
Retrieves a page of instances of interviewSessionDate
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "interviewSessionDate",
- "id": "1",
- "attributes": {
- "date": "2018-05-01",
- "startTime": "15:00:00",
- "endTime": "18:00:00"
}, - "links": {
- "self": "/v1/interviews/interview-session-date/1"
}
}, - {
- "type": "interviewSessionDate",
- "id": "1",
- "attributes": {
- "date": "2018-05-01",
- "startTime": "15:00:00",
- "endTime": "18:00:00"
}, - "links": {
- "self": "/v1/interviews/interview-session-date/1"
}
}, - {
- "type": "interviewSessionDate",
- "id": "1",
- "attributes": {
- "date": "2018-05-01",
- "startTime": "15:00:00",
- "endTime": "18:00:00"
}, - "links": {
- "self": "/v1/interviews/interview-session-date/1"
}
}
]
}
Retrieves a single instance of interviewSessionDate
.
id required | number Number ID of the 'interviewSessionDate' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "interviewSessionDate",
- "id": "1",
- "attributes": {
- "date": "2018-05-01",
- "startTime": "15:00:00",
- "endTime": "18:00:00"
}, - "links": {
- "self": "/v1/interviews/interview-session-date/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "year": 0,
- "description": "string",
- "externalSource": "string",
- "externalId": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "category": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "classes": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "students": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
Creates a new markbook that can be edited by the API. It auto sets externalSource
to REST_API
.
Payload has the following requirements:
And supports these models:
markbook
name
→ String Name of the markbook. [example: "Year 12 Physics 2018"]
Value constraints:
Length must be between 255 and 1 characters, inclusiveyear
→ Number Year which this markbook covers [example: "2019"]
Value constraints:
Minimum value: 2025 [inclusive]description
→ String Additional information about the markbook [example: "General marks"]
Value constraints:
Length must be between 65535 and 0 characters, inclusiveexternalId
→ String ID of this markbook in the external system [optional] [example: "65283817-1500-47d0-94ce-4c30f3c64692"]
Value constraints:
Length must be between 255 and 0 characters, inclusivecategory
→ [required] [single] expected type is markbookCategory
. createdBy
→ [required] [single] expected type is administrativeUser
.object |
{- "data": {
- "type": "markbook",
- "attributes": {
- "name": "Year 12 Physics 2018",
- "year": "2019",
- "description": "General marks",
- "externalId": null
}, - "relationships": {
- "category": {
- "data": {
- "id": 1,
- "type": "markbookCategory"
}
}, - "createdBy": {
- "data": {
- "id": 1,
- "type": "administrativeUser"
}
}
}
}
}
{- "data": {
- "type": "markbook",
- "id": "1",
- "attributes": {
- "name": "Faculty categories",
- "year": null,
- "description": "",
- "externalSource": null,
- "externalId": null
}, - "relationships": {
- "category": {
- "data": {
- "id": "3",
- "type": "markbookCategory"
}
}, - "createdBy": {
- "data": {
- "id": "4",
- "type": "administrativeUser"
}
}, - "classes": {
- "links": {
- "related": "/v1/markbook/markbook/1/classes"
}
}, - "students": {
- "links": {
- "related": "/v1/markbook/markbook/1/students"
}
}
}, - "links": {
- "self": "/v1/markbook/markbook/1"
}
}
}
Retrieves a page of instances of markbook
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
years | string String Comma-separated list of years to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
categoryIds | string String Comma-separated list of |
createdByIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "markbook",
- "id": "1",
- "attributes": {
- "name": "Faculty categories",
- "year": null,
- "description": "",
- "externalSource": null,
- "externalId": null
}, - "relationships": {
- "category": {
- "data": {
- "id": "3",
- "type": "markbookCategory"
}
}, - "createdBy": {
- "data": {
- "id": "4",
- "type": "administrativeUser"
}
}, - "classes": {
- "links": {
- "related": "/v1/markbook/markbook/1/classes"
}
}, - "students": {
- "links": {
- "related": "/v1/markbook/markbook/1/students"
}
}
}, - "links": {
- "self": "/v1/markbook/markbook/1"
}
}, - {
- "type": "markbook",
- "id": "1",
- "attributes": {
- "name": "Faculty categories",
- "year": null,
- "description": "",
- "externalSource": null,
- "externalId": null
}, - "relationships": {
- "category": {
- "data": {
- "id": "3",
- "type": "markbookCategory"
}
}, - "createdBy": {
- "data": {
- "id": "4",
- "type": "administrativeUser"
}
}, - "classes": {
- "links": {
- "related": "/v1/markbook/markbook/1/classes"
}
}, - "students": {
- "links": {
- "related": "/v1/markbook/markbook/1/students"
}
}
}, - "links": {
- "self": "/v1/markbook/markbook/1"
}
}, - {
- "type": "markbook",
- "id": "1",
- "attributes": {
- "name": "Faculty categories",
- "year": null,
- "description": "",
- "externalSource": null,
- "externalId": null
}, - "relationships": {
- "category": {
- "data": {
- "id": "3",
- "type": "markbookCategory"
}
}, - "createdBy": {
- "data": {
- "id": "4",
- "type": "administrativeUser"
}
}, - "classes": {
- "links": {
- "related": "/v1/markbook/markbook/1/classes"
}
}, - "students": {
- "links": {
- "related": "/v1/markbook/markbook/1/students"
}
}
}, - "links": {
- "self": "/v1/markbook/markbook/1"
}
}
]
}
Retrieves a single instance of markbook
.
id required | number Number ID of the 'markbook' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "markbook",
- "id": "1",
- "attributes": {
- "name": "Faculty categories",
- "year": null,
- "description": "",
- "externalSource": null,
- "externalId": null
}, - "relationships": {
- "category": {
- "data": {
- "id": "3",
- "type": "markbookCategory"
}
}, - "createdBy": {
- "data": {
- "id": "4",
- "type": "administrativeUser"
}
}, - "classes": {
- "links": {
- "related": "/v1/markbook/markbook/1/classes"
}
}, - "students": {
- "links": {
- "related": "/v1/markbook/markbook/1/students"
}
}
}, - "links": {
- "self": "/v1/markbook/markbook/1"
}
}
}
Updates an existing marbook
id required | number Number ID of |
{- "data": {
- "type": "markbook",
- "id": "1",
- "attributes": {
- "name": "Faculty categories",
- "year": null,
- "description": "",
- "externalSource": null,
- "externalId": null
}, - "relationships": {
- "category": {
- "data": {
- "id": "3",
- "type": "markbookCategory"
}
}, - "createdBy": {
- "data": {
- "id": "4",
- "type": "administrativeUser"
}
}, - "classes": {
- "links": {
- "related": "/v1/markbook/markbook/1/classes"
}
}, - "students": {
- "links": {
- "related": "/v1/markbook/markbook/1/students"
}
}
}, - "links": {
- "self": "/v1/markbook/markbook/1"
}
}
}
Retrieves a page of class
related to markbook
via relation classes
.
id required | number Number ID of the 'markbook', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "class",
- "id": "1",
- "attributes": {
- "name": "First year class",
- "identifier": "CLS01A"
}, - "relationships": {
- "teachers": {
- "data": [
- {
- "id": "1",
- "type": "staff"
}, - {
- "id": "2",
- "type": "staff"
}, - {
- "id": "3",
- "type": "staff"
}
]
}, - "students": {
- "links": {
- "related": "/v1/enrolments/class/1/students"
}
}, - "subject": {
- "data": {
- "id": "1",
- "type": "classSubject"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment/1"
}
}, - {
- "type": "class",
- "id": "1",
- "attributes": {
- "name": "First year class",
- "identifier": "CLS01A"
}, - "relationships": {
- "teachers": {
- "data": [
- {
- "id": "1",
- "type": "staff"
}, - {
- "id": "2",
- "type": "staff"
}, - {
- "id": "3",
- "type": "staff"
}
]
}, - "students": {
- "links": {
- "related": "/v1/enrolments/class/1/students"
}
}, - "subject": {
- "data": {
- "id": "1",
- "type": "classSubject"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment/1"
}
}, - {
- "type": "class",
- "id": "1",
- "attributes": {
- "name": "First year class",
- "identifier": "CLS01A"
}, - "relationships": {
- "teachers": {
- "data": [
- {
- "id": "1",
- "type": "staff"
}, - {
- "id": "2",
- "type": "staff"
}, - {
- "id": "3",
- "type": "staff"
}
]
}, - "students": {
- "links": {
- "related": "/v1/enrolments/class/1/students"
}
}, - "subject": {
- "data": {
- "id": "1",
- "type": "classSubject"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment/1"
}
}
]
}
Retrieves a page of coreClass
related to markbook
via relation classes
.
id required | number Number ID of the 'markbook', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: assignedStudents, assignedStaff, coreSubject, timetableClass. [optional] [default: null] [example: "assignedStudents"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "coreClass",
- "id": "1",
- "attributes": {
- "name": "English 101",
- "description": null,
- "year": 2019,
- "schoolYear": "",
- "courseCode": null,
- "subjectCode": null,
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "2",
- "type": "coreStaff"
}
}, - "assignedStudents": {
- "links": {
- "related": "/v1/core/core-class/1/assigned-students"
}
}, - "assignedStaff": {
- "links": {
- "related": "/v1/core/core-class/1/assigned-staff"
}
}
}, - "links": {
- "self": "/v1/core/core-class/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreClass",
- "id": "1",
- "attributes": {
- "name": "English 101",
- "description": null,
- "year": 2019,
- "schoolYear": "",
- "courseCode": null,
- "subjectCode": null,
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "2",
- "type": "coreStaff"
}
}, - "assignedStudents": {
- "links": {
- "related": "/v1/core/core-class/1/assigned-students"
}
}, - "assignedStaff": {
- "links": {
- "related": "/v1/core/core-class/1/assigned-staff"
}
}
}, - "links": {
- "self": "/v1/core/core-class/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreClass",
- "id": "1",
- "attributes": {
- "name": "English 101",
- "description": null,
- "year": 2019,
- "schoolYear": "",
- "courseCode": null,
- "subjectCode": null,
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "2",
- "type": "coreStaff"
}
}, - "assignedStudents": {
- "links": {
- "related": "/v1/core/core-class/1/assigned-students"
}
}, - "assignedStaff": {
- "links": {
- "related": "/v1/core/core-class/1/assigned-staff"
}
}
}, - "links": {
- "self": "/v1/core/core-class/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a page of student
related to markbook
via relation students
.
id required | number Number ID of the 'markbook', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: primaryEnrolment, person, activities, activityInstances, tenants, flags, flagLinks, contacts, holidays, specialNeedsPrograms, schoolHistory. [optional] [default: null] [example: "primaryEnrolment"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "type": "string",
- "isActive": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "createdBy": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A category for a markbook
Retrieves a page of instances of markbookCategory
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
types | string String Comma-separated list of types to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
createdByIds | string String Comma-separated list of |
includeInactive | boolean Boolean If true inactive (soft deleted) models will be included in the results. [optional] [default: false] [example: TRUE] |
{- "data": [
- {
- "type": "markbookCategory",
- "id": "1",
- "attributes": {
- "name": "Faculty categories",
- "type": "faculty",
- "isActive": true
}, - "relationships": {
- "createdBy": {
- "data": {
- "id": "3",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/markbook/markbook-category/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "markbookCategory",
- "id": "1",
- "attributes": {
- "name": "Faculty categories",
- "type": "faculty",
- "isActive": true
}, - "relationships": {
- "createdBy": {
- "data": {
- "id": "3",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/markbook/markbook-category/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "markbookCategory",
- "id": "1",
- "attributes": {
- "name": "Faculty categories",
- "type": "faculty",
- "isActive": true
}, - "relationships": {
- "createdBy": {
- "data": {
- "id": "3",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/markbook/markbook-category/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of markbookCategory
.
id required | number Number ID of the 'markbookCategory' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "markbookCategory",
- "id": "1",
- "attributes": {
- "name": "Faculty categories",
- "type": "faculty",
- "isActive": true
}, - "relationships": {
- "createdBy": {
- "data": {
- "id": "3",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/markbook/markbook-category/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "shortName": "string",
- "type": "string",
- "maxMark": "string",
- "taskDate": "string",
- "displayPrecision": 0
}, - "links": {
- "self": "string"
}, - "relationships": {
- "markbook": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of markbookColumn
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
markbookIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "markbookColumn",
- "id": "1",
- "attributes": {
- "name": "Story assignment",
- "shortName": "SA",
- "type": "taskMark",
- "maxMark": 5,
- "taskDate": null,
- "displayPrecision": 0
}, - "relationships": {
- "markbook": {
- "data": {
- "id": "3",
- "type": "markbook"
}
}
}, - "links": {
- "self": "/v1/markbook/markbook-column/1"
}
}, - {
- "type": "markbookColumn",
- "id": "1",
- "attributes": {
- "name": "Story assignment",
- "shortName": "SA",
- "type": "taskMark",
- "maxMark": 5,
- "taskDate": null,
- "displayPrecision": 0
}, - "relationships": {
- "markbook": {
- "data": {
- "id": "3",
- "type": "markbook"
}
}
}, - "links": {
- "self": "/v1/markbook/markbook-column/1"
}
}, - {
- "type": "markbookColumn",
- "id": "1",
- "attributes": {
- "name": "Story assignment",
- "shortName": "SA",
- "type": "taskMark",
- "maxMark": 5,
- "taskDate": null,
- "displayPrecision": 0
}, - "relationships": {
- "markbook": {
- "data": {
- "id": "3",
- "type": "markbook"
}
}
}, - "links": {
- "self": "/v1/markbook/markbook-column/1"
}
}
]
}
Retrieves a single instance of markbookColumn
.
id required | number Number ID of the 'markbookColumn' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "markbookColumn",
- "id": "1",
- "attributes": {
- "name": "Story assignment",
- "shortName": "SA",
- "type": "taskMark",
- "maxMark": 5,
- "taskDate": null,
- "displayPrecision": 0
}, - "relationships": {
- "markbook": {
- "data": {
- "id": "3",
- "type": "markbook"
}
}
}, - "links": {
- "self": "/v1/markbook/markbook-column/1"
}
}
}
Retrieves all of markbookColumnMark
related to markbookColumn
via relation marks
.
id required | number Number ID of the 'markbookColumn', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "markbookColumnMark",
- "id": "-2",
- "attributes": {
- "mark": "17"
}, - "relationships": {
- "student": {
- "data": {
- "id": "3",
- "type": "student"
}
}, - "coreStudent": {
- "data": {
- "id": "4",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/markbook/markbook-column-mark/-2"
}
}, - {
- "type": "markbookColumnMark",
- "id": "-2",
- "attributes": {
- "mark": "17"
}, - "relationships": {
- "student": {
- "data": {
- "id": "3",
- "type": "student"
}
}, - "coreStudent": {
- "data": {
- "id": "4",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/markbook/markbook-column-mark/-2"
}
}, - {
- "type": "markbookColumnMark",
- "id": "-2",
- "attributes": {
- "mark": "17"
}, - "relationships": {
- "student": {
- "data": {
- "id": "3",
- "type": "student"
}
}, - "coreStudent": {
- "data": {
- "id": "4",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/markbook/markbook-column-mark/-2"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "mark": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "column": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "student": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "coreStudent": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A mark in a markbook column for a student
Retrieves a single instance of markbookColumnMark
.
id required | string String matching regular expression: |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "markbookColumnMark",
- "id": "-2",
- "attributes": {
- "mark": "17"
}, - "relationships": {
- "student": {
- "data": {
- "id": "3",
- "type": "student"
}
}, - "coreStudent": {
- "data": {
- "id": "4",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/markbook/markbook-column-mark/-2"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "type": "string",
- "message": "string",
- "isUnsolicited": true
}, - "links": {
- "self": "string"
}
}
An incoming message.
Retrieves a page of instances of incomingMessage
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "incomingMessage",
- "id": "1",
- "attributes": {
- "type": "portal",
- "message": "Hi! This is an example message!",
- "isUnsolicited": false
}, - "links": {
- "self": "/v1/messaging/incoming-message/1"
}
}, - {
- "type": "incomingMessage",
- "id": "1",
- "attributes": {
- "type": "portal",
- "message": "Hi! This is an example message!",
- "isUnsolicited": false
}, - "links": {
- "self": "/v1/messaging/incoming-message/1"
}
}, - {
- "type": "incomingMessage",
- "id": "1",
- "attributes": {
- "type": "portal",
- "message": "Hi! This is an example message!",
- "isUnsolicited": false
}, - "links": {
- "self": "/v1/messaging/incoming-message/1"
}
}
]
}
Retrieves a single instance of incomingMessage
.
id required | number Number ID of the 'incomingMessage' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "incomingMessage",
- "id": "1",
- "attributes": {
- "type": "portal",
- "message": "Hi! This is an example message!",
- "isUnsolicited": false
}, - "links": {
- "self": "/v1/messaging/incoming-message/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "type": "string",
- "subject": "string",
- "content": "string",
- "timestamp": {
- "timestamp": 0,
- "iso8601": "string"
}
}, - "links": {
- "self": "string"
}, - "relationships": {
- "recipients": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of outgoingMessage
.
include | string String Comma-separated list of relations to sideload. Allowed values are: recipients. [optional] [default: null] [example: "recipients"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
subjectPersonIds | string String Comma-separated list of person IDs, filters the messages by |
recipientIds | string String Comma-separated list of person IDs, filters the messages by |
{- "data": [
- {
- "type": "outgoingMessage",
- "id": "1",
- "attributes": {
- "type": "EMAIL",
- "subject": null,
- "content": "content",
- "timestamp": null
}, - "links": {
- "self": "/v1/messaging/outgoing-message/1"
}
}, - {
- "type": "outgoingMessage",
- "id": "1",
- "attributes": {
- "type": "EMAIL",
- "subject": null,
- "content": "content",
- "timestamp": null
}, - "links": {
- "self": "/v1/messaging/outgoing-message/1"
}
}, - {
- "type": "outgoingMessage",
- "id": "1",
- "attributes": {
- "type": "EMAIL",
- "subject": null,
- "content": "content",
- "timestamp": null
}, - "links": {
- "self": "/v1/messaging/outgoing-message/1"
}
}
]
}
Retrieves a single instance of outgoingMessage
.
id required | number Number ID of the 'outgoingMessage' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: recipients. [optional] [default: null] [example: "recipients"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "outgoingMessage",
- "id": "1",
- "attributes": {
- "type": "EMAIL",
- "subject": null,
- "content": "content",
- "timestamp": null
}, - "links": {
- "self": "/v1/messaging/outgoing-message/1"
}
}
}
Retrieves all of outgoingMessageRecipient
related to outgoingMessage
via relation recipients
.
id required | number Number ID of the 'outgoingMessage', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "outgoingMessageRecipient",
- "id": "1",
- "attributes": {
- "deliveryStatus": "0.0",
- "deliveryDateTime": {
- "timestamp": 1517574601,
- "iso8601": "2018-02-02T12:30:01+0000"
}, - "recipientTitle": "Miss",
- "recipientFirstName": "Jane",
- "recipientLastName": "McDoe",
- "recipientMobilePhone": "n/a",
- "recipientEmail": "jane.mcdoe@example.com"
}, - "relationships": {
- "subjectPerson": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "recipient": {
- "data": {
- "id": "2",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/messaging/outgoing-message-recipient/1"
}
}, - {
- "type": "outgoingMessageRecipient",
- "id": "1",
- "attributes": {
- "deliveryStatus": "0.0",
- "deliveryDateTime": {
- "timestamp": 1517574601,
- "iso8601": "2018-02-02T12:30:01+0000"
}, - "recipientTitle": "Miss",
- "recipientFirstName": "Jane",
- "recipientLastName": "McDoe",
- "recipientMobilePhone": "n/a",
- "recipientEmail": "jane.mcdoe@example.com"
}, - "relationships": {
- "subjectPerson": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "recipient": {
- "data": {
- "id": "2",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/messaging/outgoing-message-recipient/1"
}
}, - {
- "type": "outgoingMessageRecipient",
- "id": "1",
- "attributes": {
- "deliveryStatus": "0.0",
- "deliveryDateTime": {
- "timestamp": 1517574601,
- "iso8601": "2018-02-02T12:30:01+0000"
}, - "recipientTitle": "Miss",
- "recipientFirstName": "Jane",
- "recipientLastName": "McDoe",
- "recipientMobilePhone": "n/a",
- "recipientEmail": "jane.mcdoe@example.com"
}, - "relationships": {
- "subjectPerson": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "recipient": {
- "data": {
- "id": "2",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/messaging/outgoing-message-recipient/1"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "deliveryStatus": "string",
- "deliveryDateTime": {
- "timestamp": 0,
- "iso8601": "string"
}, - "recipientTitle": "string",
- "recipientFirstName": "string",
- "recipientLastName": "string",
- "recipientMobilePhone": "string",
- "recipientEmail": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "subjectPerson": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "recipient": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "message": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
{DESCRIPTION-MISSING}
Retrieves a page of instances of outgoingMessageRecipient
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "outgoingMessageRecipient",
- "id": "1",
- "attributes": {
- "deliveryStatus": "0.0",
- "deliveryDateTime": {
- "timestamp": 1517574601,
- "iso8601": "2018-02-02T12:30:01+0000"
}, - "recipientTitle": "Miss",
- "recipientFirstName": "Jane",
- "recipientLastName": "McDoe",
- "recipientMobilePhone": "n/a",
- "recipientEmail": "jane.mcdoe@example.com"
}, - "relationships": {
- "subjectPerson": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "recipient": {
- "data": {
- "id": "2",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/messaging/outgoing-message-recipient/1"
}
}, - {
- "type": "outgoingMessageRecipient",
- "id": "1",
- "attributes": {
- "deliveryStatus": "0.0",
- "deliveryDateTime": {
- "timestamp": 1517574601,
- "iso8601": "2018-02-02T12:30:01+0000"
}, - "recipientTitle": "Miss",
- "recipientFirstName": "Jane",
- "recipientLastName": "McDoe",
- "recipientMobilePhone": "n/a",
- "recipientEmail": "jane.mcdoe@example.com"
}, - "relationships": {
- "subjectPerson": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "recipient": {
- "data": {
- "id": "2",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/messaging/outgoing-message-recipient/1"
}
}, - {
- "type": "outgoingMessageRecipient",
- "id": "1",
- "attributes": {
- "deliveryStatus": "0.0",
- "deliveryDateTime": {
- "timestamp": 1517574601,
- "iso8601": "2018-02-02T12:30:01+0000"
}, - "recipientTitle": "Miss",
- "recipientFirstName": "Jane",
- "recipientLastName": "McDoe",
- "recipientMobilePhone": "n/a",
- "recipientEmail": "jane.mcdoe@example.com"
}, - "relationships": {
- "subjectPerson": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "recipient": {
- "data": {
- "id": "2",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/messaging/outgoing-message-recipient/1"
}
}
]
}
Retrieves a single instance of outgoingMessageRecipient
.
id required | number Number ID of the 'outgoingMessageRecipient' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "outgoingMessageRecipient",
- "id": "1",
- "attributes": {
- "deliveryStatus": "0.0",
- "deliveryDateTime": {
- "timestamp": 1517574601,
- "iso8601": "2018-02-02T12:30:01+0000"
}, - "recipientTitle": "Miss",
- "recipientFirstName": "Jane",
- "recipientLastName": "McDoe",
- "recipientMobilePhone": "n/a",
- "recipientEmail": "jane.mcdoe@example.com"
}, - "relationships": {
- "subjectPerson": {
- "data": {
- "id": "1",
- "type": "person"
}
}, - "recipient": {
- "data": {
- "id": "2",
- "type": "person"
}
}
}, - "links": {
- "self": "/v1/messaging/outgoing-message-recipient/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "additionalInformation": "string",
- "comments": true,
- "isCompleted": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "student": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "type": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of studentPlan
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
studentIds | string String Comma-separated list of related |
createdByIds | string String Comma-separated list of related |
typeIds | string String Comma-separated list of related |
{- "data": [
- {
- "type": "studentPlan",
- "id": "1",
- "attributes": {
- "additionalInformation": "Plan information for Dallas",
- "comments": "Dallas agrees to work towards plan resolution",
- "isCompleted": false
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "createdBy": {
- "data": {
- "id": "3",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/plans/student-plan/1"
}
}, - {
- "type": "studentPlan",
- "id": "1",
- "attributes": {
- "additionalInformation": "Plan information for Dallas",
- "comments": "Dallas agrees to work towards plan resolution",
- "isCompleted": false
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "createdBy": {
- "data": {
- "id": "3",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/plans/student-plan/1"
}
}, - {
- "type": "studentPlan",
- "id": "1",
- "attributes": {
- "additionalInformation": "Plan information for Dallas",
- "comments": "Dallas agrees to work towards plan resolution",
- "isCompleted": false
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "createdBy": {
- "data": {
- "id": "3",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/plans/student-plan/1"
}
}
]
}
Retrieves a single instance of studentPlan
.
id required | number Number ID of the 'studentPlan' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "studentPlan",
- "id": "1",
- "attributes": {
- "additionalInformation": "Plan information for Dallas",
- "comments": "Dallas agrees to work towards plan resolution",
- "isCompleted": false
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "createdBy": {
- "data": {
- "id": "3",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/plans/student-plan/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "displayName": "string",
- "isSignatureRequired": true,
- "isConfidential": true,
- "showInParentPortal": true,
- "showInStudentPortal": true,
- "isHidden": true
}, - "links": {
- "self": "string"
}
}
A type of a student plan.
Retrieves a page of instances of studentPlanType
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
includeInactive | boolean Boolean If true inactive (soft deleted) models will be included in the results. [optional] [default: false] [example: TRUE] |
{- "data": [
- {
- "type": "studentPlanType",
- "id": "1",
- "attributes": {
- "displayName": "Risk Management",
- "isSignatureRequired": false,
- "isConfidential": false,
- "showInParentPortal": false,
- "showInStudentPortal": false,
- "isHidden": false
}, - "links": {
- "self": "/v1/plans/student-plan-type/1"
}
}, - {
- "type": "studentPlanType",
- "id": "1",
- "attributes": {
- "displayName": "Risk Management",
- "isSignatureRequired": false,
- "isConfidential": false,
- "showInParentPortal": false,
- "showInStudentPortal": false,
- "isHidden": false
}, - "links": {
- "self": "/v1/plans/student-plan-type/1"
}
}, - {
- "type": "studentPlanType",
- "id": "1",
- "attributes": {
- "displayName": "Risk Management",
- "isSignatureRequired": false,
- "isConfidential": false,
- "showInParentPortal": false,
- "showInStudentPortal": false,
- "isHidden": false
}, - "links": {
- "self": "/v1/plans/student-plan-type/1"
}
}
]
}
Retrieves a single instance of studentPlanType
.
id required | number Number ID of the 'studentPlanType' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "studentPlanType",
- "id": "1",
- "attributes": {
- "displayName": "Risk Management",
- "isSignatureRequired": false,
- "isConfidential": false,
- "showInParentPortal": false,
- "showInStudentPortal": false,
- "isHidden": false
}, - "links": {
- "self": "/v1/plans/student-plan-type/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "additionalNotes": "string",
- "medicalDetails": "string",
- "emergencyContactDetails": "string",
- "consentedAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "consentedBy": "string",
- "permissionGiven": "string",
- "isPaid": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "attendeeStudent": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "coreConsentor": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "enrolmentConsentor": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "activityInstance": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A guardian response to an activity pertaining a specific student.
Retrieves a single instance of activityResponse
.
id required | number Number ID of the 'activityResponse' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "activityResponse",
- "id": "1",
- "attributes": {
- "additionalNotes": "Nothing",
- "medicalDetails": "None",
- "emergencyContactDetails": "John McDoe, (03) 8070 5665",
- "consentedAt": null,
- "consentedBy": "John McDoe",
- "permissionGiven": "Yes",
- "isPaid": true
}, - "relationships": {
- "attendeeStudent": {
- "data": {
- "id": "6",
- "type": "student"
}
}, - "coreConsentor": {
- "data": {
- "id": "4",
- "type": "corePerson"
}
}, - "enrolmentConsentor": {
- "data": {
- "id": "7",
- "type": "person"
}
}, - "activityInstance": {
- "data": {
- "id": "5",
- "type": "activityInstance"
}
}
}, - "links": {
- "self": "/v1/portal/activity-response/1"
}
}
}
Updates an existing activityResponse
.
Payload has the following requirements:
And supports these models:
activityResponse
additionalNotes
→ String {DESCRIPTION-MISSING} [optional] [example: "Response was delivered via snail mail"]
Value constraints:
Length must be between 65536 and 0 characters, inclusivemedicalDetails
→ String {DESCRIPTION-MISSING} [optional] [example: "None"]
Value constraints:
Length must be between 65536 and 0 characters, inclusiveemergencyContactDetails
→ String {DESCRIPTION-MISSING} [optional] [example: "Mother, Jane Doe, +48 123-123-123"]
Value constraints:
Length must be between 65536 and 0 characters, inclusiveconsentedBy
→ String {DESCRIPTION-MISSING} [optional] [example: "Mother"]
Value constraints:
Length must be between 65536 and 0 characters, inclusivepermissionGiven
→ String {DESCRIPTION-MISSING} [example: "Yes"]
Value constraints:
Allowed values: "Unknown", "Yes", "No", "Excluded"isPaid
→ Boolean {DESCRIPTION-MISSING} [example: FALSE]id required | number Number ID of the |
object |
{- "data": {
- "type": "activityResponse",
- "id": 1,
- "attributes": {
- "additionalNotes": "Response was delivered via snail mail",
- "medicalDetails": "None",
- "emergencyContactDetails": "Mother, Jane Doe, +48 123-123-123",
- "consentedBy": "Mother",
- "permissionGiven": "Yes",
- "isPaid": false
}
}
}
{- "data": {
- "type": "activityResponse",
- "id": "1",
- "attributes": {
- "additionalNotes": "Nothing",
- "medicalDetails": "None",
- "emergencyContactDetails": "John McDoe, (03) 8070 5665",
- "consentedAt": null,
- "consentedBy": "John McDoe",
- "permissionGiven": "Yes",
- "isPaid": true
}, - "relationships": {
- "attendeeStudent": {
- "data": {
- "id": "6",
- "type": "student"
}
}, - "coreConsentor": {
- "data": {
- "id": "4",
- "type": "corePerson"
}
}, - "enrolmentConsentor": {
- "data": {
- "id": "7",
- "type": "person"
}
}, - "activityInstance": {
- "data": {
- "id": "5",
- "type": "activityInstance"
}
}
}, - "links": {
- "self": "/v1/portal/activity-response/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "externalId": "string",
- "isPending": true,
- "isCompleted": true,
- "isRejected": true,
- "dateActioned": "string"
}, - "links": {
- "self": "string",
- "details": "string"
}, - "relationships": {
- "affectedStudent": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Adds a new 'familyChangeRequest' with optional additional details
Payload has the following requirements:
And supports these models:
familyChangeRequest
externalId
→ String ID of this model in an external system [optional] [example: "7b5d6a86-6e8d-4eec-80cb-1e22765d617f"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveaffectedStudent
→ [required] [single] expected type is student
.familyChangeRequestDetail
objectType
→ String Type of the object to be created/modified/deleted. [example: "CONTACT"]
Value constraints:
Allowed values: "FAMILY", "STUDENT", "USER", "CONTACT", "HOUSEHOLD", "STUDENT_CONTACT_RELATIONSHIP", "EMERGENCY_CONTACT_ORDER"objectId
→ String matching regular expression: new_<number>
for creating new models [example: "1"]subObjectType
→ String Type of the related object to be created/modified/deleted. [optional] [default: null] [example: "HOUSEHOLD_ADDRESS"]
Value constraints:
Allowed values: "HOUSEHOLD_ADDRESS", "CONTACT_PHONE", "CONTACT_EMAIL"subObjectId
→ String matching regular expression: new_<number>
for creating new related model [optional] [default: null] [example: "1"]field
→ String Name of the field that should be changed [example: "email_address"]isDeleteOperation
→ Boolean Name of the field that should be changed [optional] [default: false] [example: "email_address"]value
→ String New value for the field [optional] [example: "new.parents.email@example.com"]object or object |
{- "data": [
- {
- "type": "familyChangeRequest",
- "attributes": {
- "externalId": "7b5d6a86-6e8d-4eec-80cb-1e22765d617f"
}, - "relationships": {
- "affectedStudent": {
- "data": {
- "id": 1,
- "type": "student"
}
}
}
}, - {
- "type": "familyChangeRequestDetail",
- "attributes": {
- "objectType": "CONTACT",
- "objectId": "1",
- "subObjectType": "HOUSEHOLD_ADDRESS",
- "subObjectId": "1",
- "field": "email_address",
- "isDeleteOperation": "email_address",
- "value": "new.parents.email@example.com"
}
}
]
}
{- "data": [
- {
- "type": "familyChangeRequest",
- "id": "1",
- "attributes": {
- "externalId": null,
- "isPending": true,
- "isCompleted": false,
- "isRejected": false,
- "dateActioned": null
}, - "relationships": {
- "affectedStudent": {
- "data": {
- "id": "2",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/portal/family-change-request/1",
- "details": "/v1/portal/family-change-request/1/detail"
}
}, - {
- "type": "familyChangeRequestDetail",
- "id": "1",
- "attributes": {
- "objectType": "FAMILY",
- "objectId": "1",
- "subObjectType": null,
- "subObjectId": null,
- "field": "email",
- "value": "new.email@example.com",
- "isDeleteOperation": false
}, - "links": {
- "self": "/v1/portal/family-change-request/1/detail/1",
- "familyChangeRequest": "/v1/portal/family-change-request/1"
}
}
]
}
Retrieves a page of instances of familyChangeRequest
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
externalIds | string String Comma-separated list of externalIds to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
affectedStudentIds | string String Comma-separated list of related |
{- "data": [
- {
- "type": "familyChangeRequest",
- "id": "1",
- "attributes": {
- "externalId": null,
- "isPending": true,
- "isCompleted": false,
- "isRejected": false,
- "dateActioned": null
}, - "relationships": {
- "affectedStudent": {
- "data": {
- "id": "2",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/portal/family-change-request/1",
- "details": "/v1/portal/family-change-request/1/detail"
}
}, - {
- "type": "familyChangeRequest",
- "id": "1",
- "attributes": {
- "externalId": null,
- "isPending": true,
- "isCompleted": false,
- "isRejected": false,
- "dateActioned": null
}, - "relationships": {
- "affectedStudent": {
- "data": {
- "id": "2",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/portal/family-change-request/1",
- "details": "/v1/portal/family-change-request/1/detail"
}
}, - {
- "type": "familyChangeRequest",
- "id": "1",
- "attributes": {
- "externalId": null,
- "isPending": true,
- "isCompleted": false,
- "isRejected": false,
- "dateActioned": null
}, - "relationships": {
- "affectedStudent": {
- "data": {
- "id": "2",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/portal/family-change-request/1",
- "details": "/v1/portal/family-change-request/1/detail"
}
}
]
}
Retrieves a single instance of familyChangeRequest
.
id required | number Number ID of the 'familyChangeRequest' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "familyChangeRequest",
- "id": "1",
- "attributes": {
- "externalId": null,
- "isPending": true,
- "isCompleted": false,
- "isRejected": false,
- "dateActioned": null
}, - "relationships": {
- "affectedStudent": {
- "data": {
- "id": "2",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/portal/family-change-request/1",
- "details": "/v1/portal/family-change-request/1/detail"
}
}
}
Adds a new detail to the 'familyChangeRequest'
Payload has the following requirements:
And supports these models:
familyChangeRequestDetail
objectType
→ String Type of the object to be created/modified/deleted. [example: "CONTACT"]
Value constraints:
Allowed values: "FAMILY", "STUDENT", "USER", "CONTACT", "HOUSEHOLD", "STUDENT_CONTACT_RELATIONSHIP", "EMERGENCY_CONTACT_ORDER"objectId
→ String matching regular expression: new_<number>
for creating new models [example: "1"]subObjectType
→ String Type of the related object to be created/modified/deleted. [optional] [default: null] [example: "HOUSEHOLD_ADDRESS"]
Value constraints:
Allowed values: "HOUSEHOLD_ADDRESS", "CONTACT_PHONE", "CONTACT_EMAIL"subObjectId
→ String matching regular expression: new_<number>
for creating new related model [optional] [default: null] [example: "1"]field
→ String Name of the field that should be changed [example: "email_address"]isDeleteOperation
→ Boolean Name of the field that should be changed [optional] [default: false] [example: "email_address"]value
→ String New value for the field [optional] [example: "new.parents.email@example.com"]id required | number Number ID of the 'familyChangeRequest' to which a detail should be added. [example: 1] |
object |
{- "data": {
- "type": "familyChangeRequestDetail",
- "attributes": {
- "objectType": "CONTACT",
- "objectId": "1",
- "subObjectType": "HOUSEHOLD_ADDRESS",
- "subObjectId": "1",
- "field": "email_address",
- "isDeleteOperation": "email_address",
- "value": "new.parents.email@example.com"
}
}
}
{- "data": {
- "type": "familyChangeRequestDetail",
- "id": "1",
- "attributes": {
- "objectType": "FAMILY",
- "objectId": "1",
- "subObjectType": null,
- "subObjectId": null,
- "field": "email",
- "value": "new.email@example.com",
- "isDeleteOperation": false
}, - "links": {
- "self": "/v1/portal/family-change-request/1/detail/1",
- "familyChangeRequest": "/v1/portal/family-change-request/1"
}
}
}
Retrieves all of familyChangeRequestDetail
related to familyChangeRequest
via relation details
.
id required | number Number ID of the 'familyChangeRequest', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "familyChangeRequestDetail",
- "id": "1",
- "attributes": {
- "objectType": "FAMILY",
- "objectId": "1",
- "subObjectType": null,
- "subObjectId": null,
- "field": "email",
- "value": "new.email@example.com",
- "isDeleteOperation": false
}, - "links": {
- "self": "/v1/portal/family-change-request/1/detail/1",
- "familyChangeRequest": "/v1/portal/family-change-request/1"
}
}, - {
- "type": "familyChangeRequestDetail",
- "id": "1",
- "attributes": {
- "objectType": "FAMILY",
- "objectId": "1",
- "subObjectType": null,
- "subObjectId": null,
- "field": "email",
- "value": "new.email@example.com",
- "isDeleteOperation": false
}, - "links": {
- "self": "/v1/portal/family-change-request/1/detail/1",
- "familyChangeRequest": "/v1/portal/family-change-request/1"
}
}, - {
- "type": "familyChangeRequestDetail",
- "id": "1",
- "attributes": {
- "objectType": "FAMILY",
- "objectId": "1",
- "subObjectType": null,
- "subObjectId": null,
- "field": "email",
- "value": "new.email@example.com",
- "isDeleteOperation": false
}, - "links": {
- "self": "/v1/portal/family-change-request/1/detail/1",
- "familyChangeRequest": "/v1/portal/family-change-request/1"
}
}
]
}
Deletes an existing 'familyChangeRequestDetail' that belongs to an incomplete 'familyChangeRequest'.
id required | number Number ID of the 'familyChangeRequest' of which detail should be deleted. [example: 1] |
detailId required | number Number ID of the 'familyChangeRequestDetail' to remove. [example: 1] |
Retrieves a single instances of familyChangeRequestDetail based on the specified ID.
id required | number Number ID of the 'familyChangeRequest' of which detail should be retrieved. [example: 1] |
detailId required | number Number ID of the 'familyChangeRequestDetail' to get. [example: 1] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "familyChangeRequestDetail",
- "id": "1",
- "attributes": {
- "objectType": "FAMILY",
- "objectId": "1",
- "subObjectType": null,
- "subObjectId": null,
- "field": "email",
- "value": "new.email@example.com",
- "isDeleteOperation": false
}, - "links": {
- "self": "/v1/portal/family-change-request/1/detail/1",
- "familyChangeRequest": "/v1/portal/family-change-request/1"
}
}
}
Adds a new detail to the 'familyChangeRequest'
Payload has the following requirements:
And supports these models:
familyChangeRequestDetail
value
→ String New value for the field [optional] [example: "new.parents.email@example.com"]id required | number Number ID of the 'familyChangeRequest' of which detail should be updated. [example: 1] |
detailId required | number Number ID of the 'familyChangeRequestDetail' to update. [example: 1] |
object |
{- "data": {
- "type": "familyChangeRequestDetail",
- "id": 1,
- "attributes": {
- "value": "new.parents.email@example.com"
}
}
}
{- "data": {
- "type": "familyChangeRequestDetail",
- "id": "1",
- "attributes": {
- "objectType": "FAMILY",
- "objectId": "1",
- "subObjectType": null,
- "subObjectId": null,
- "field": "email",
- "value": "new.email@example.com",
- "isDeleteOperation": false
}, - "links": {
- "self": "/v1/portal/family-change-request/1/detail/1",
- "familyChangeRequest": "/v1/portal/family-change-request/1"
}
}
}
Payload has the following requirements:
And supports these models:
medicalChangeConditionAdd
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]isMarkedForDeletion
→ Boolean If true enrolmentCondition
is required, all other attributes are unnecessary and on approval the referenced condition will be deleted. [optional] [default: false] [example: TRUE]severity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedetails
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusiveisInattentive
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]isHyperactive
→ Boolean {DESCRIPTION-MISSING} [optional] [example: FALSE]isMedicationRequired
→ Boolean {DESCRIPTION-MISSING} [example: FALSE]isDoctorsLetterProvided
→ Boolean {DESCRIPTION-MISSING} [example: FALSE]changeRequest
→ [required] [single] expected type is medicalChangeRequest
. enrolmentCondition
→ [optional] [single] expected type is medicalConditionAdd
.medicalChangeConditionAsthma
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]isMarkedForDeletion
→ Boolean If true enrolmentCondition
is required, all other attributes are unnecessary and on approval the referenced condition will be deleted. [optional] [default: false] [example: TRUE]severity
→ String {DESCRIPTION-MISSING} [optional] [example: "mild"]
Value constraints:
Allowed values: "not stated", "mild", "moderate", "severe", "life threatening"details
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusiveisPrescribedSalbutamol
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]changeRequest
→ [required] [single] expected type is medicalChangeRequest
. enrolmentCondition
→ [optional] [single] expected type is medicalConditionAsthma
.medicalChangeConditionAllergy
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]isMarkedForDeletion
→ Boolean If true enrolmentCondition
is required, all other attributes are unnecessary and on approval the referenced condition will be deleted. [optional] [default: false] [example: TRUE]severity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedetails
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusiveallergyName
→ String Name of the allergy. [optional] [example: "Dust allergy"]
Value constraints:
Length must be between 255 and 1 characters, inclusiveisPrescribedAntihistamine
→ Boolean Has been Prescribed with Antihistamine [example: FALSE]isPrescribedEpiPen
→ Boolean Has an EpiPen/Anapen Adrenaline Auto-injector been Prescribed [example: FALSE]hasEpiPenRegistered
→ Boolean Has been registered with EpiClub [example: FALSE]changeRequest
→ [required] [single] expected type is medicalChangeRequest
. enrolmentCondition
→ [optional] [single] expected type is medicalConditionAllergy
.medicalChangeConditionDiabetes
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]isMarkedForDeletion
→ Boolean If true enrolmentCondition
is required, all other attributes are unnecessary and on approval the referenced condition will be deleted. [optional] [default: false] [example: TRUE]severity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedetails
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusivehasInsulinInjections
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]hasInsulinPump
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]hasGlucagon
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]changeRequest
→ [required] [single] expected type is medicalChangeRequest
. enrolmentCondition
→ [optional] [single] expected type is medicalConditionDiabetes
.medicalChangeConditionDietary
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]isMarkedForDeletion
→ Boolean If true enrolmentCondition
is required, all other attributes are unnecessary and on approval the referenced condition will be deleted. [optional] [default: false] [example: TRUE]severity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedetails
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusivedietaryName
→ String Name of the dietary condition [optional] [default: null] [example: "Lactose Intolerance"]changeRequest
→ [required] [single] expected type is medicalChangeRequest
. enrolmentCondition
→ [optional] [single] expected type is medicalConditionDietary
.medicalChangeConditionEpilepsy
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]isMarkedForDeletion
→ Boolean If true enrolmentCondition
is required, all other attributes are unnecessary and on approval the referenced condition will be deleted. [optional] [default: false] [example: TRUE]severity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedetails
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusivetype
→ String {DESCRIPTION-MISSING} [optional] [example: "Random epilepsy"]
Value constraints:
Length must be between 255 and 1 characters, inclusivechangeRequest
→ [required] [single] expected type is medicalChangeRequest
. enrolmentCondition
→ [optional] [single] expected type is medicalConditionEpilepsy
.medicalChangeConditionOther
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]isMarkedForDeletion
→ Boolean If true enrolmentCondition
is required, all other attributes are unnecessary and on approval the referenced condition will be deleted. [optional] [default: false] [example: TRUE]severity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedetails
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusivename
→ String Name for the condition. it cannot be any of the built-in custom types (Add, Asthma, Epilepsy, etc). [example: "Chronic sleep deprivation"]
Value constraints:
Length must be between 255 and 1 characters, inclusivechangeRequest
→ [required] [single] expected type is medicalChangeRequest
. enrolmentCondition
→ [optional] [single] expected type is medicalConditionOther
.medicalChangeConditionPhobia
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]isMarkedForDeletion
→ Boolean If true enrolmentCondition
is required, all other attributes are unnecessary and on approval the referenced condition will be deleted. [optional] [default: false] [example: TRUE]severity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedetails
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusivephobiaName
→ String Name of the phobia condition [optional] [default: null] [example: "Lactose Intolerance"]changeRequest
→ [required] [single] expected type is medicalChangeRequest
. enrolmentCondition
→ [optional] [single] expected type is medicalConditionPhobia
.object or object or object or object or object or object or object or object |
{- "data": {
- "type": "medicalChangeConditionAdd",
- "attributes": {
- "additionalInformation": "Condition is serious",
- "isMarkedForDeletion": true,
- "severity": "mild",
- "details": "Lorem ipsum dolor",
- "isInattentive": true,
- "isHyperactive": false,
- "isMedicationRequired": false,
- "isDoctorsLetterProvided": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": 1,
- "type": "medicalChangeRequest"
}
}, - "enrolmentCondition": {
- "data": {
- "id": 1,
- "type": "medicalConditionAdd"
}
}
}
}
}
{- "oneOf": [
- {
- "data": {
- "type": "medicalChangeConditionAdd",
- "id": "1",
- "attributes": {
- "name": "Add",
- "details": null,
- "severity": null,
- "additionalInformation": null,
- "isInattentive": false,
- "isHyperactive": false,
- "isMedicationRequired": false,
- "isDoctorsLetterProvided": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}, - {
- "data": {
- "type": "medicalChangeConditionAsthma",
- "id": "1",
- "attributes": {
- "name": "Asthma",
- "details": null,
- "additionalInformation": null,
- "severity": "moderate",
- "isPrescribedSalbutamol": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}, - {
- "data": {
- "type": "medicalChangeConditionAllergy",
- "id": "1",
- "attributes": {
- "name": "Allergy",
- "details": null,
- "additionalInformation": null,
- "hasCarePlanProvided": false,
- "allergyName": "Dust allergy",
- "severity": "moderate",
- "isPrescribedAntihistamine": false,
- "isPrescribedEpiPen": false,
- "hasEpiPenRegistered": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}, - {
- "data": {
- "type": "medicalChangeConditionDiabetes",
- "id": "1",
- "attributes": {
- "name": "Diabetes",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "hasInsulinInjections": false,
- "hasInsulinPump": false,
- "hasGlucagon": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}, - {
- "data": {
- "type": "medicalChangeConditionDietary",
- "id": "1",
- "attributes": {
- "name": "Diabetes",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "dietaryName": "Lactose intolerance",
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}, - {
- "data": {
- "type": "medicalChangeConditionEpilepsy",
- "id": "1",
- "attributes": {
- "name": "Epilepsy",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "type": "unknown",
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}, - {
- "data": {
- "type": "medicalChangeConditionOther",
- "id": "1",
- "attributes": {
- "name": "Chronic Sneezing",
- "severity": null,
- "details": "Random sneezing bouts",
- "additionalInformation": null,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}, - {
- "data": {
- "type": "medicalChangeConditionPhobia",
- "id": "1",
- "attributes": {
- "name": "Diabetes",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "hasCarePlanProvided": false,
- "phobiaName": "Arachnophobia",
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}
]
}
Retrieves a page of instances of all the medicalChangeCondition*
model.
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
changeRequestIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "medicalChangeConditionAdd",
- "id": "1",
- "attributes": {
- "name": "Add",
- "details": null,
- "severity": null,
- "additionalInformation": null,
- "isInattentive": false,
- "isHyperactive": false,
- "isMedicationRequired": false,
- "isDoctorsLetterProvided": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}, - {
- "type": "medicalChangeConditionAllergy",
- "id": "1",
- "attributes": {
- "name": "Allergy",
- "details": null,
- "additionalInformation": null,
- "hasCarePlanProvided": false,
- "allergyName": "Dust allergy",
- "severity": "moderate",
- "isPrescribedAntihistamine": false,
- "isPrescribedEpiPen": false,
- "hasEpiPenRegistered": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}, - {
- "type": "medicalChangeConditionAsthma",
- "id": "1",
- "attributes": {
- "name": "Asthma",
- "details": null,
- "additionalInformation": null,
- "severity": "moderate",
- "isPrescribedSalbutamol": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}, - {
- "type": "medicalChangeConditionDiabetes",
- "id": "1",
- "attributes": {
- "name": "Diabetes",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "hasInsulinInjections": false,
- "hasInsulinPump": false,
- "hasGlucagon": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}, - {
- "type": "medicalChangeConditionDietary",
- "id": "1",
- "attributes": {
- "name": "Diabetes",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "dietaryName": "Lactose intolerance",
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}, - {
- "type": "medicalChangeConditionEpilepsy",
- "id": "1",
- "attributes": {
- "name": "Epilepsy",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "type": "unknown",
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}, - {
- "type": "medicalChangeConditionOther",
- "id": "1",
- "attributes": {
- "name": "Chronic Sneezing",
- "severity": null,
- "details": "Random sneezing bouts",
- "additionalInformation": null,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}, - {
- "type": "medicalChangeConditionPhobia",
- "id": "1",
- "attributes": {
- "name": "Diabetes",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "hasCarePlanProvided": false,
- "phobiaName": "Arachnophobia",
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
]
}
Retrieves a single instance of one of the medicalChangeCondition*
model.
id required | number Number ID of the referenced 'medicalChangeCondition*' [example: 17] |
{- "oneOf": [
- {
- "data": {
- "type": "medicalChangeConditionAdd",
- "id": "1",
- "attributes": {
- "name": "Add",
- "details": null,
- "severity": null,
- "additionalInformation": null,
- "isInattentive": false,
- "isHyperactive": false,
- "isMedicationRequired": false,
- "isDoctorsLetterProvided": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}, - {
- "data": {
- "type": "medicalChangeConditionAllergy",
- "id": "1",
- "attributes": {
- "name": "Allergy",
- "details": null,
- "additionalInformation": null,
- "hasCarePlanProvided": false,
- "allergyName": "Dust allergy",
- "severity": "moderate",
- "isPrescribedAntihistamine": false,
- "isPrescribedEpiPen": false,
- "hasEpiPenRegistered": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}, - {
- "data": {
- "type": "medicalChangeConditionAsthma",
- "id": "1",
- "attributes": {
- "name": "Asthma",
- "details": null,
- "additionalInformation": null,
- "severity": "moderate",
- "isPrescribedSalbutamol": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}, - {
- "data": {
- "type": "medicalChangeConditionDiabetes",
- "id": "1",
- "attributes": {
- "name": "Diabetes",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "hasInsulinInjections": false,
- "hasInsulinPump": false,
- "hasGlucagon": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}, - {
- "data": {
- "type": "medicalChangeConditionDietary",
- "id": "1",
- "attributes": {
- "name": "Diabetes",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "dietaryName": "Lactose intolerance",
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}, - {
- "data": {
- "type": "medicalChangeConditionEpilepsy",
- "id": "1",
- "attributes": {
- "name": "Epilepsy",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "type": "unknown",
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}, - {
- "data": {
- "type": "medicalChangeConditionOther",
- "id": "1",
- "attributes": {
- "name": "Chronic Sneezing",
- "severity": null,
- "details": "Random sneezing bouts",
- "additionalInformation": null,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}, - {
- "data": {
- "type": "medicalChangeConditionPhobia",
- "id": "1",
- "attributes": {
- "name": "Diabetes",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "hasCarePlanProvided": false,
- "phobiaName": "Arachnophobia",
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}
]
}
Payload has the following requirements:
And supports these models:
medicalChangeConditionAdd
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]details
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusiveisInattentive
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]isHyperactive
→ Boolean {DESCRIPTION-MISSING} [optional] [example: FALSE]isMedicationRequired
→ Boolean {DESCRIPTION-MISSING} [example: FALSE]isDoctorsLetterProvided
→ Boolean {DESCRIPTION-MISSING} [example: FALSE]severity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusivemedicalChangeConditionAsthma
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]details
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusiveseverity
→ String {DESCRIPTION-MISSING} [optional] [example: "mild"]
Value constraints:
Allowed values: "not stated", "mild", "moderate", "severe", "life threatening"isPrescribedSalbutamol
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]medicalChangeConditionAllergy
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]details
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusiveallergyName
→ String Name of the allergy. [optional] [example: "Dust allergy"]
Value constraints:
Length must be between 255 and 1 characters, inclusiveisPrescribedAntihistamine
→ Boolean Has been Prescribed with Antihistamine [example: FALSE]severity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusiveisPrescribedEpiPen
→ Boolean Has an EpiPen/Anapen Adrenaline Auto-injector been Prescribed [example: FALSE]hasEpiPenRegistered
→ Boolean Has been registered with EpiClub [example: FALSE]medicalChangeConditionDiabetes
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]details
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusivehasInsulinInjections
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]hasInsulinPump
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]hasGlucagon
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]severity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusivemedicalChangeConditionDietary
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]details
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusivedietaryName
→ String Name of the dietary condition [optional] [default: null] [example: "Lactose Intolerance"]severity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusivemedicalChangeConditionEpilepsy
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]details
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusivetype
→ String {DESCRIPTION-MISSING} [optional] [example: "Random epilepsy"]
Value constraints:
Length must be between 255 and 1 characters, inclusiveseverity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusivemedicalChangeConditionOther
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]details
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusivename
→ String Name for the condition. it cannot be any of the built-in custom types (Add, Asthma, Epilepsy, etc). [example: "Chronic sleep deprivation"]
Value constraints:
Length must be between 255 and 1 characters, inclusiveseverity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusivemedicalChangeConditionPhobia
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]details
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusivephobiaName
→ String Name of the phobia condition [optional] [default: null] [example: "Lactose Intolerance"]severity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusiveid required | number Number ID of the referenced 'medicalChangeCondition*' [example: 17] |
object or object or object or object or object or object or object or object |
{- "data": {
- "type": "medicalChangeConditionAdd",
- "id": 1,
- "attributes": {
- "additionalInformation": "Condition is serious",
- "details": "Lorem ipsum dolor",
- "isInattentive": true,
- "isHyperactive": false,
- "isMedicationRequired": false,
- "isDoctorsLetterProvided": false,
- "severity": "mild"
}
}
}
{- "oneOf": [
- {
- "data": {
- "type": "medicalChangeConditionAdd",
- "id": "1",
- "attributes": {
- "name": "Add",
- "details": null,
- "severity": null,
- "additionalInformation": null,
- "isInattentive": false,
- "isHyperactive": false,
- "isMedicationRequired": false,
- "isDoctorsLetterProvided": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}, - {
- "data": {
- "type": "medicalChangeConditionAsthma",
- "id": "1",
- "attributes": {
- "name": "Asthma",
- "details": null,
- "additionalInformation": null,
- "severity": "moderate",
- "isPrescribedSalbutamol": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}, - {
- "data": {
- "type": "medicalChangeConditionAllergy",
- "id": "1",
- "attributes": {
- "name": "Allergy",
- "details": null,
- "additionalInformation": null,
- "hasCarePlanProvided": false,
- "allergyName": "Dust allergy",
- "severity": "moderate",
- "isPrescribedAntihistamine": false,
- "isPrescribedEpiPen": false,
- "hasEpiPenRegistered": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}, - {
- "data": {
- "type": "medicalChangeConditionDiabetes",
- "id": "1",
- "attributes": {
- "name": "Diabetes",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "hasInsulinInjections": false,
- "hasInsulinPump": false,
- "hasGlucagon": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}, - {
- "data": {
- "type": "medicalChangeConditionDietary",
- "id": "1",
- "attributes": {
- "name": "Diabetes",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "dietaryName": "Lactose intolerance",
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}, - {
- "data": {
- "type": "medicalChangeConditionEpilepsy",
- "id": "1",
- "attributes": {
- "name": "Epilepsy",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "type": "unknown",
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}, - {
- "data": {
- "type": "medicalChangeConditionOther",
- "id": "1",
- "attributes": {
- "name": "Chronic Sneezing",
- "severity": null,
- "details": "Random sneezing bouts",
- "additionalInformation": null,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}, - {
- "data": {
- "type": "medicalChangeConditionPhobia",
- "id": "1",
- "attributes": {
- "name": "Diabetes",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "hasCarePlanProvided": false,
- "phobiaName": "Arachnophobia",
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}
]
}
Attachs a care plan file to a medical condition submission, provided no file was uploaded yet. The file should be uploaded via 'multipart/form-data' and should be sent under key 'carePlan'.
id required | number Number ID of the referenced 'medicalChangeCondition*' [example: 17] |
{- "meta": {
- "success": true
}
}
Attachs a doctor's letter file to a medical condition submission, provided no file was uploaded yet. The file should be uploaded via 'multipart/form-data' and should be sent under key 'doctorsLetter'.
id required | number Number ID of the referenced 'medicalChangeCondition*' [example: 17] |
{- "meta": {
- "success": true
}
}
Payload has the following requirements:
And supports these models:
medicalChangeDisabilityOther
name
→ String Name of the disability [example: "Hearing Impairment"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedetails
→ String Additional information about the disability [optional] [example: "Uses a hearing aid"]
Value constraints:
Length must be between 65025 and 1 characters, inclusivereceivesFunding
→ Boolean Whether the student receives money for this disability [example: TRUE]isMarkedForDeletion
→ Boolean If true enrolmentDisability
is required, all other attributes are unnecessary and on approval the referenced disability will be deleted. [optional] [default: false] [example: TRUE]changeRequest
→ [required] [single] expected type is medicalChangeRequest
. enrolmentDisability
→ [optional] [single] expected type is disabilityOther
.object |
{- "data": {
- "type": "medicalChangeDisabilityOther",
- "attributes": {
- "name": "Hearing Impairment",
- "details": "Uses a hearing aid",
- "receivesFunding": true,
- "isMarkedForDeletion": true
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": 1,
- "type": "medicalChangeRequest"
}
}, - "enrolmentDisability": {
- "data": {
- "id": 1,
- "type": "disabilityOther"
}
}
}
}
}
{- "oneOf": [
- {
- "data": {
- "type": "medicalChangeDisabilityOther",
- "id": "1",
- "attributes": {
- "name": "Hearing Impairment",
- "details": "Uses implant",
- "receivesFunding": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-disability/1",
- "carePlanFile": "/v1/portal/medical-change-disability/1/care-plan-file"
}
}
}
]
}
Retrieves a page of instances of all the medicalChangeDisability*
model.
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
changeRequestIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "medicalChangeDisabilityOther",
- "id": "1",
- "attributes": {
- "name": "Hearing Impairment",
- "details": "Uses implant",
- "receivesFunding": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-disability/1",
- "carePlanFile": "/v1/portal/medical-change-disability/1/care-plan-file"
}
}
]
}
Retrieves a single instance of one of the medicalChangeDisability*
model.
id required | number Number ID of the referenced 'medicalChangeDisability*' [example: 17] |
{- "oneOf": [
- {
- "data": {
- "type": "medicalChangeDisabilityOther",
- "id": "1",
- "attributes": {
- "name": "Hearing Impairment",
- "details": "Uses implant",
- "receivesFunding": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-disability/1",
- "carePlanFile": "/v1/portal/medical-change-disability/1/care-plan-file"
}
}
}
]
}
Payload has the following requirements:
And supports these models:
medicalChangeDisabilityOther
name
→ String Name of the disability [example: "Hearing Impairment"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedetails
→ String Additional information about the disability [optional] [example: "Uses a hearing aid"]
Value constraints:
Length must be between 65025 and 1 characters, inclusivereceivesFunding
→ Boolean Whether the student receives money for this disability [example: TRUE]id required | number Number ID of the referenced 'medicalChangeDisability*' [example: 17] |
object |
{- "data": {
- "type": "medicalChangeDisabilityOther",
- "id": 1,
- "attributes": {
- "name": "Hearing Impairment",
- "details": "Uses a hearing aid",
- "receivesFunding": true
}
}
}
{- "oneOf": [
- {
- "data": {
- "type": "medicalChangeDisabilityOther",
- "id": "1",
- "attributes": {
- "name": "Hearing Impairment",
- "details": "Uses implant",
- "receivesFunding": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-disability/1",
- "carePlanFile": "/v1/portal/medical-change-disability/1/care-plan-file"
}
}
}
]
}
Attachs a care plan file to a medical change disability submission, provided no file was uploaded yet. The file should be uploaded via 'multipart/form-data' and should be sent under key 'carePlan'.
id required | number Number ID of the referenced 'medicalChangeDisability*' [example: 17] |
{- "meta": {
- "success": true
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "dosage": "string",
- "type": "string",
- "details": "string",
- "isPrescribed": true,
- "isTakenAtSchool": true,
- "isLongTerm": true,
- "anticipatedStopDate": "string",
- "isMarkedForDeletion": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "enrolmentPrescribedMedication": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "enrolmentCondition": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Adds a new medicalChangePrescribedMedication
to an existing medicalChangeRequest
Payload has the following requirements:
And supports these models:
medicalChangePrescribedMedication
name
→ String Name of the medication [optional] [example: "Ketanol"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedosage
→ String Text explanation of the dosage [optional] [example: "Should be given up to one 200mg tablet per day in case of a headache"]
Value constraints:
Length must be between 255 and 1 characters, inclusivetype
→ String Type of the medication [optional] [example: "Analgesics"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedetails
→ String Additional information about the medication. [optional] [example: ""]
Value constraints:
Length must be between 65535 and 1 characters, inclusiveisPrescribed
→ Boolean Whether the medication is prescribed or taken without prescription [example: TRUE]isTakenAtSchool
→ Boolean Whether the medication is taken during school time or outside [optional] [example: TRUE]isLongTerm
→ Boolean Whether it's a medication that is or will be taken for a long time [optional] [example: FALSE]anticipatedStopDate
→ Date (Y-m-d, eg. 2019-12-31) A date at which it is expected the student will stop taking the medication [optional] [example: "2019-01-01"]isMarkedForDeletion
→ Boolean If true enrolmentPrescribedMedication
is required, all other attributes are unnecessary and on approval the referenced prescribed medication will be deleted. [optional] [default: false] [example: TRUE]changeRequest
→ [required] [single] expected type is medicalChangeRequest
. enrolmentPrescribedMedication
→ [optional] [single] expected type is prescribedMedication
. enrolmentCondition
→ [optional] [single] expected type is medicalCondition
.object |
{- "data": {
- "type": "medicalChangePrescribedMedication",
- "attributes": {
- "name": "Ketanol",
- "dosage": "Should be given up to one 200mg tablet per day in case of a headache",
- "type": "Analgesics",
- "details": "",
- "isPrescribed": true,
- "isTakenAtSchool": true,
- "isLongTerm": false,
- "anticipatedStopDate": "2019-01-01",
- "isMarkedForDeletion": true
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": 1,
- "type": "medicalChangeRequest"
}
}, - "enrolmentPrescribedMedication": {
- "data": {
- "id": 1,
- "type": "prescribedMedication"
}
}, - "enrolmentCondition": {
- "data": {
- "id": 1,
- "type": "medicalCondition"
}
}
}
}
}
{- "data": {
- "type": "medicalChangePrescribedMedication",
- "id": "1",
- "attributes": {
- "name": "Ketonal",
- "dosage": "Up to one pill per day in case of a headache",
- "type": null,
- "details": null,
- "isPrescribed": true,
- "isTakenAtSchool": true,
- "isLongTerm": false,
- "anticipatedStopDate": "2019-01-01",
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "2",
- "type": "medicalChangeRequest"
}
}, - "enrolmentPrescribedMedication": {
- "data": {
- "id": "3",
- "type": "prescribedMedication"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-prescribed-medication/1"
}
}
}
Retrieves a page of instances of medicalChangePrescribedMedication
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of |
changeRequestIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "medicalChangePrescribedMedication",
- "id": "1",
- "attributes": {
- "name": "Ketonal",
- "dosage": "Up to one pill per day in case of a headache",
- "type": null,
- "details": null,
- "isPrescribed": true,
- "isTakenAtSchool": true,
- "isLongTerm": false,
- "anticipatedStopDate": "2019-01-01",
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "2",
- "type": "medicalChangeRequest"
}
}, - "enrolmentPrescribedMedication": {
- "data": {
- "id": "3",
- "type": "prescribedMedication"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-prescribed-medication/1"
}
}, - {
- "type": "medicalChangePrescribedMedication",
- "id": "1",
- "attributes": {
- "name": "Ketonal",
- "dosage": "Up to one pill per day in case of a headache",
- "type": null,
- "details": null,
- "isPrescribed": true,
- "isTakenAtSchool": true,
- "isLongTerm": false,
- "anticipatedStopDate": "2019-01-01",
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "2",
- "type": "medicalChangeRequest"
}
}, - "enrolmentPrescribedMedication": {
- "data": {
- "id": "3",
- "type": "prescribedMedication"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-prescribed-medication/1"
}
}, - {
- "type": "medicalChangePrescribedMedication",
- "id": "1",
- "attributes": {
- "name": "Ketonal",
- "dosage": "Up to one pill per day in case of a headache",
- "type": null,
- "details": null,
- "isPrescribed": true,
- "isTakenAtSchool": true,
- "isLongTerm": false,
- "anticipatedStopDate": "2019-01-01",
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "2",
- "type": "medicalChangeRequest"
}
}, - "enrolmentPrescribedMedication": {
- "data": {
- "id": "3",
- "type": "prescribedMedication"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-prescribed-medication/1"
}
}
]
}
Retrieves a single instance of medicalChangePrescribedMedication
.
id required | number Number ID of the 'medicalChangePrescribedMedication' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "medicalChangePrescribedMedication",
- "id": "1",
- "attributes": {
- "name": "Ketonal",
- "dosage": "Up to one pill per day in case of a headache",
- "type": null,
- "details": null,
- "isPrescribed": true,
- "isTakenAtSchool": true,
- "isLongTerm": false,
- "anticipatedStopDate": "2019-01-01",
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "2",
- "type": "medicalChangeRequest"
}
}, - "enrolmentPrescribedMedication": {
- "data": {
- "id": "3",
- "type": "prescribedMedication"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-prescribed-medication/1"
}
}
}
Update an existing medicalChangePrescribedMedication
.
Payload has the following requirements:
And supports these models:
medicalChangePrescribedMedication
name
→ String Name of the medication [optional] [example: "Ketanol"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedosage
→ String Text explanation of the dosage [optional] [example: "Should be given up to one 200mg tablet per day in case of a headache"]
Value constraints:
Length must be between 255 and 1 characters, inclusivetype
→ String Type of the medication [optional] [example: "Analgesics"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedetails
→ String Additional information about the medication. [optional] [example: ""]
Value constraints:
Length must be between 65535 and 1 characters, inclusiveisPrescribed
→ Boolean Whether the medication is prescribed or taken without prescription [example: TRUE]isTakenAtSchool
→ Boolean Whether the medication is taken during school time or outside [optional] [example: TRUE]isLongTerm
→ Boolean Whether it's a medication that is or will be taken for a long time [optional] [example: FALSE]anticipatedStopDate
→ Date (Y-m-d, eg. 2019-12-31) A date at which it is expected the student will stop taking the medication [optional] [example: "2019-01-01"]id required | number Number ID of 'medicalChangePrescribedMedication' to update. |
object |
{- "data": {
- "type": "medicalChangePrescribedMedication",
- "id": 1,
- "attributes": {
- "name": "Ketanol",
- "dosage": "Should be given up to one 200mg tablet per day in case of a headache",
- "type": "Analgesics",
- "details": "",
- "isPrescribed": true,
- "isTakenAtSchool": true,
- "isLongTerm": false,
- "anticipatedStopDate": "2019-01-01"
}
}
}
{- "data": {
- "type": "medicalChangePrescribedMedication",
- "id": "1",
- "attributes": {
- "name": "Ketonal",
- "dosage": "Up to one pill per day in case of a headache",
- "type": null,
- "details": null,
- "isPrescribed": true,
- "isTakenAtSchool": true,
- "isLongTerm": false,
- "anticipatedStopDate": "2019-01-01",
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "2",
- "type": "medicalChangeRequest"
}
}, - "enrolmentPrescribedMedication": {
- "data": {
- "id": "3",
- "type": "prescribedMedication"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-prescribed-medication/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "isApproved": true,
- "isRejected": true,
- "dateSubmitted": "string",
- "dateActioned": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Creates a new future absence
Payload has the following requirements:
And supports these models:
medicalChangeRequest
student
→ [required] [single] expected type is student
.medicalChangeDoctor
type
→ String Type of the doctor [optional] [example: "other"]
Value constraints:
Allowed values: "other", "gp", "specialist", "dentist"name
→ String Name of the doctor. [optional] [example: "Dr John Doe"]
Value constraints:
Length must be between 255 and 1 characters, inclusivepracticeName
→ String Name of the doctor's practice. [optional] [example: "Doe's Laryngology"]
Value constraints:
Length must be between 255 and 0 characters, inclusivephone
→ String Phone to the doctor. [optional] [example: "+48 123-123-123"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveaddress
→ String Address of the doctor. [optional] [example: "Doctor Street 73/12, Medicalville"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveconsentToContact
→ Boolean Whether the doctor has given permission to be contacted by school. [example: TRUE]isMarkedForDeletion
→ Boolean If true affectedDoctor
is required, all other attributes are unnecessary and on approval the referenced doctor will be deleted. [optional] [default: false] [example: TRUE]affectedDoctor
→ [optional] [single] expected type is doctor
. When provided this medical change will modify the affected doctor rather than create a new record.medicalChangeVaccination
name
→ String Name of the vaccine. [optional] [example: "Placebon"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedateOfVaccination
→ Date (Y-m-d, eg. 2019-12-31) Date of the vaccination [optional] [example: "2015-01-01"]comment
→ String Additional comments about the vaccination. [optional] [example: "Vaccine does nothing, used for a medical trial"]
Value constraints:
Length must be between 65536 and 0 characters, inclusiveisMarkedForDeletion
→ Boolean If true enrolmentVaccination
is required, all other attributes are unnecessary and on approval the referenced vaccination will be deleted. [optional] [default: false] [example: TRUE]enrolmentVaccination
→ [optional] [single] expected type is vaccination
. When provided this medical change will modify the affected vaccination rather than create a new record.medicalChangeConditionAdd
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]isMarkedForDeletion
→ Boolean If true enrolmentCondition
is required, all other attributes are unnecessary and on approval the referenced condition will be deleted. [optional] [default: false] [example: TRUE]severity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedetails
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusiveisInattentive
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]isHyperactive
→ Boolean {DESCRIPTION-MISSING} [optional] [example: FALSE]isMedicationRequired
→ Boolean {DESCRIPTION-MISSING} [example: FALSE]isDoctorsLetterProvided
→ Boolean {DESCRIPTION-MISSING} [example: FALSE]enrolmentCondition
→ [optional] [single] expected type is medicalConditionAdd
.medicalChangeConditionAllergy
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]isMarkedForDeletion
→ Boolean If true enrolmentCondition
is required, all other attributes are unnecessary and on approval the referenced condition will be deleted. [optional] [default: false] [example: TRUE]severity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedetails
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusiveallergyName
→ String Name of the allergy. [optional] [example: "Dust allergy"]
Value constraints:
Length must be between 255 and 1 characters, inclusiveisPrescribedAntihistamine
→ Boolean Has been Prescribed with Antihistamine [example: FALSE]isPrescribedEpiPen
→ Boolean Has an EpiPen/Anapen Adrenaline Auto-injector been Prescribed [example: FALSE]hasEpiPenRegistered
→ Boolean Has been registered with EpiClub [example: FALSE]enrolmentCondition
→ [optional] [single] expected type is medicalConditionAllergy
.medicalChangeConditionAsthma
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]isMarkedForDeletion
→ Boolean If true enrolmentCondition
is required, all other attributes are unnecessary and on approval the referenced condition will be deleted. [optional] [default: false] [example: TRUE]severity
→ String {DESCRIPTION-MISSING} [optional] [example: "mild"]
Value constraints:
Allowed values: "not stated", "mild", "moderate", "severe", "life threatening"details
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusiveisPrescribedSalbutamol
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]enrolmentCondition
→ [optional] [single] expected type is medicalConditionAsthma
.medicalChangeConditionDiabetes
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]isMarkedForDeletion
→ Boolean If true enrolmentCondition
is required, all other attributes are unnecessary and on approval the referenced condition will be deleted. [optional] [default: false] [example: TRUE]severity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedetails
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusivehasInsulinInjections
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]hasInsulinPump
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]hasGlucagon
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]enrolmentCondition
→ [optional] [single] expected type is medicalConditionDiabetes
.medicalChangeConditionEpilepsy
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]isMarkedForDeletion
→ Boolean If true enrolmentCondition
is required, all other attributes are unnecessary and on approval the referenced condition will be deleted. [optional] [default: false] [example: TRUE]severity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedetails
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusivetype
→ String {DESCRIPTION-MISSING} [optional] [example: "Random epilepsy"]
Value constraints:
Length must be between 255 and 1 characters, inclusiveenrolmentCondition
→ [optional] [single] expected type is medicalConditionEpilepsy
.medicalChangeConditionOther
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]isMarkedForDeletion
→ Boolean If true enrolmentCondition
is required, all other attributes are unnecessary and on approval the referenced condition will be deleted. [optional] [default: false] [example: TRUE]severity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedetails
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusivename
→ String Name for the condition. it cannot be any of the built-in custom types (Add, Asthma, Epilepsy, etc). [example: "Chronic sleep deprivation"]
Value constraints:
Length must be between 255 and 1 characters, inclusiveenrolmentCondition
→ [optional] [single] expected type is medicalConditionOther
.medicalChangeMisc
wasMedicationAdviceFormReceived
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]canOverCounterSalbutamol
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]canOverCounterParacetamol
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]canOverCounterIbuprofen
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]canOverCounterAntihistamine
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]hasParentAcknowledged
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]hasLongTermMedication
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]areVaccinationsUpToDate
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]hasMeaslesExclusion
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]lastDateOfTetanusInjection
→ Date (Y-m-d, eg. 2019-12-31) {DESCRIPTION-MISSING} [optional] [example: "2016-01-01"]
Value constraints:
Maximum value: today [inclusive]privateMedicalFundExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) {DESCRIPTION-MISSING} [optional] [example: "2016-01-01"]medicareExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) {DESCRIPTION-MISSING} [optional] [example: "2016-01-01"]ambulanceCoverProvider
→ String {DESCRIPTION-MISSING} [optional] [example: "Bupa HI Pty Ltd"]
Value constraints:
Length must be between 255 and 0 characters, inclusivemedicareNumber
→ String {DESCRIPTION-MISSING} [optional] [example: "4173158231/1"]
Value constraints:
Length must be between 255 and 0 characters, inclusivemedicarePositionOnCard
→ String {DESCRIPTION-MISSING} [optional] [example: "7"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveprivateMedicalFund
→ String {DESCRIPTION-MISSING} [optional] [example: "ahm Health Insurance"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveprivateMedicalFundNumber
→ String {DESCRIPTION-MISSING} [optional] [example: "1237124691"]
Value constraints:
Length must be between 255 and 0 characters, inclusivehealthCareCardNumber
→ String {DESCRIPTION-MISSING} [optional] [example: "HCCN001234567890"]
Value constraints:
Length must be between 255 and 0 characters, inclusivehasAmbulanceCover
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]hasPrivateHospitalCover
→ Boolean Does the student have private hospital cover? [optional] [example: TRUE]object or object or object or object or object or object or object or object or object or object |
{- "data": [
- {
- "type": "medicalChangeRequest",
- "relationships": {
- "student": {
- "data": {
- "id": 1,
- "type": "student"
}
}
}
}, - {
- "type": "medicalChangeDoctor",
- "attributes": {
- "type": "other",
- "name": "Dr John Doe",
- "practiceName": "Doe's Laryngology",
- "phone": "+48 123-123-123",
- "address": "Doctor Street 73/12, Medicalville",
- "consentToContact": true,
- "isMarkedForDeletion": true
}, - "relationships": {
- "affectedDoctor": {
- "data": {
- "id": 1,
- "type": "doctor"
}
}
}
}, - {
- "type": "medicalChangeVaccination",
- "attributes": {
- "name": "Placebon",
- "dateOfVaccination": "2015-01-01",
- "comment": "Vaccine does nothing, used for a medical trial",
- "isMarkedForDeletion": true
}, - "relationships": {
- "enrolmentVaccination": {
- "data": {
- "id": 1,
- "type": "vaccination"
}
}
}
}, - {
- "type": "medicalChangeConditionAdd",
- "attributes": {
- "additionalInformation": "Condition is serious",
- "isMarkedForDeletion": true,
- "severity": "mild",
- "details": "Lorem ipsum dolor",
- "isInattentive": true,
- "isHyperactive": false,
- "isMedicationRequired": false,
- "isDoctorsLetterProvided": false
}, - "relationships": {
- "enrolmentCondition": {
- "data": {
- "id": 1,
- "type": "medicalConditionAdd"
}
}
}
}, - {
- "type": "medicalChangeConditionAllergy",
- "attributes": {
- "additionalInformation": "Condition is serious",
- "isMarkedForDeletion": true,
- "severity": "mild",
- "details": "Lorem ipsum dolor",
- "allergyName": "Dust allergy",
- "isPrescribedAntihistamine": false,
- "isPrescribedEpiPen": false,
- "hasEpiPenRegistered": false
}, - "relationships": {
- "enrolmentCondition": {
- "data": {
- "id": 1,
- "type": "medicalConditionAllergy"
}
}
}
}, - {
- "type": "medicalChangeConditionAsthma",
- "attributes": {
- "additionalInformation": "Condition is serious",
- "isMarkedForDeletion": true,
- "severity": "mild",
- "details": "Lorem ipsum dolor",
- "isPrescribedSalbutamol": true
}, - "relationships": {
- "enrolmentCondition": {
- "data": {
- "id": 1,
- "type": "medicalConditionAsthma"
}
}
}
}, - {
- "type": "medicalChangeConditionDiabetes",
- "attributes": {
- "additionalInformation": "Condition is serious",
- "isMarkedForDeletion": true,
- "severity": "mild",
- "details": "Lorem ipsum dolor",
- "hasInsulinInjections": true,
- "hasInsulinPump": true,
- "hasGlucagon": true
}, - "relationships": {
- "enrolmentCondition": {
- "data": {
- "id": 1,
- "type": "medicalConditionDiabetes"
}
}
}
}, - {
- "type": "medicalChangeConditionEpilepsy",
- "attributes": {
- "additionalInformation": "Condition is serious",
- "isMarkedForDeletion": true,
- "severity": "mild",
- "details": "Lorem ipsum dolor",
- "type": "Random epilepsy"
}, - "relationships": {
- "enrolmentCondition": {
- "data": {
- "id": 1,
- "type": "medicalConditionEpilepsy"
}
}
}
}, - {
- "type": "medicalChangeConditionOther",
- "attributes": {
- "additionalInformation": "Condition is serious",
- "isMarkedForDeletion": true,
- "severity": "mild",
- "details": "Lorem ipsum dolor",
- "name": "Chronic sleep deprivation"
}, - "relationships": {
- "enrolmentCondition": {
- "data": {
- "id": 1,
- "type": "medicalConditionOther"
}
}
}
}, - {
- "type": "medicalChangeMisc",
- "attributes": {
- "wasMedicationAdviceFormReceived": true,
- "canOverCounterSalbutamol": true,
- "canOverCounterParacetamol": true,
- "canOverCounterIbuprofen": true,
- "canOverCounterAntihistamine": true,
- "hasParentAcknowledged": true,
- "hasLongTermMedication": true,
- "areVaccinationsUpToDate": true,
- "hasMeaslesExclusion": true,
- "lastDateOfTetanusInjection": "2016-01-01",
- "privateMedicalFundExpiryDate": "2016-01-01",
- "medicareExpiryDate": "2016-01-01",
- "ambulanceCoverProvider": "Bupa HI Pty Ltd",
- "medicareNumber": "4173158231/1",
- "medicarePositionOnCard": "7",
- "privateMedicalFund": "ahm Health Insurance",
- "privateMedicalFundNumber": "1237124691",
- "healthCareCardNumber": "HCCN001234567890",
- "hasAmbulanceCover": true,
- "hasPrivateHospitalCover": true
}
}
]
}
Retrieves a page of instances of medicalChangeRequest
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
studentIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "medicalChangeRequest",
- "id": "1",
- "attributes": {
- "isApproved": false,
- "isRejected": false,
- "dateSubmitted": null,
- "dateActioned": "2025-03-21"
}, - "links": {
- "self": "/v1/portal/medical-change-request/1"
}
}, - {
- "type": "medicalChangeRequest",
- "id": "1",
- "attributes": {
- "isApproved": false,
- "isRejected": false,
- "dateSubmitted": null,
- "dateActioned": "2025-03-21"
}, - "links": {
- "self": "/v1/portal/medical-change-request/1"
}
}, - {
- "type": "medicalChangeRequest",
- "id": "1",
- "attributes": {
- "isApproved": false,
- "isRejected": false,
- "dateSubmitted": null,
- "dateActioned": "2025-03-21"
}, - "links": {
- "self": "/v1/portal/medical-change-request/1"
}
}
]
}
Retrieves a single instance of medicalChangeRequest
.
id required | number Number ID of the 'medicalChangeRequest' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "medicalChangeRequest",
- "id": "1",
- "attributes": {
- "isApproved": false,
- "isRejected": false,
- "dateSubmitted": null,
- "dateActioned": "2025-03-21"
}, - "links": {
- "self": "/v1/portal/medical-change-request/1"
}
}
}
Attachs a certificate file to a medical vaccination submission, provided no file was uploaded yet. The file should be uploaded via 'multipart/form-data' and should be sent under key 'certificate'.
id required | number Number ID of the referenced 'medicalChangeVaccination' [example: 17] |
{- "meta": {
- "success": true
}
}
Adds condition add details to a yet-unapproved medical change request
Payload has the following requirements:
And supports these models:
medicalChangeConditionAdd
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]isMarkedForDeletion
→ Boolean If true enrolmentCondition
is required, all other attributes are unnecessary and on approval the referenced condition will be deleted. [optional] [default: false] [example: TRUE]severity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedetails
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusiveisInattentive
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]isHyperactive
→ Boolean {DESCRIPTION-MISSING} [optional] [example: FALSE]isMedicationRequired
→ Boolean {DESCRIPTION-MISSING} [example: FALSE]isDoctorsLetterProvided
→ Boolean {DESCRIPTION-MISSING} [example: FALSE]enrolmentCondition
→ [optional] [single] expected type is medicalConditionAdd
.id required | number Number ID of medical change requests to which a condition ADD should be added. [example: 1] |
object |
{- "data": {
- "type": "medicalChangeConditionAdd",
- "attributes": {
- "additionalInformation": "Condition is serious",
- "isMarkedForDeletion": true,
- "severity": "mild",
- "details": "Lorem ipsum dolor",
- "isInattentive": true,
- "isHyperactive": false,
- "isMedicationRequired": false,
- "isDoctorsLetterProvided": false
}, - "relationships": {
- "enrolmentCondition": {
- "data": {
- "id": 1,
- "type": "medicalConditionAdd"
}
}
}
}
}
{- "data": {
- "type": "medicalChangeConditionAdd",
- "id": "1",
- "attributes": {
- "name": "Add",
- "details": null,
- "severity": null,
- "additionalInformation": null,
- "isInattentive": false,
- "isHyperactive": false,
- "isMedicationRequired": false,
- "isDoctorsLetterProvided": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}
Retrieves all of medicalChangeConditionAdd
related to medicalChangeRequest
via relation conditionsAdd
.
id required | number Number ID of the 'medicalChangeRequest', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "medicalChangeConditionAdd",
- "id": "1",
- "attributes": {
- "name": "Add",
- "details": null,
- "severity": null,
- "additionalInformation": null,
- "isInattentive": false,
- "isHyperactive": false,
- "isMedicationRequired": false,
- "isDoctorsLetterProvided": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}, - {
- "type": "medicalChangeConditionAdd",
- "id": "1",
- "attributes": {
- "name": "Add",
- "details": null,
- "severity": null,
- "additionalInformation": null,
- "isInattentive": false,
- "isHyperactive": false,
- "isMedicationRequired": false,
- "isDoctorsLetterProvided": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}, - {
- "type": "medicalChangeConditionAdd",
- "id": "1",
- "attributes": {
- "name": "Add",
- "details": null,
- "severity": null,
- "additionalInformation": null,
- "isInattentive": false,
- "isHyperactive": false,
- "isMedicationRequired": false,
- "isDoctorsLetterProvided": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
]
}
Removes existing 'medicalChangeConditionAdd' details of a yet-unapproved 'medicalChangeRequest'
id required | number Number ID of medicalChangeRequest of which condition should be removed. [example: 1] |
conditionId required | number Number ID of the medicalChangeConditionAdd belonging to the medicalChangeRequest to be removed. [example: 1] |
Retrieves a single instances of medicalChangeConditionAdd based on the specified ID.
id required | number Number ID of the medicalChangeRequest [example: 1] |
conditionId required | number Number ID of the medicalChangeConditionAdd to retrieve, must belong to the specific medicalChangeRequest [example: 1] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "medicalChangeConditionAdd",
- "id": "1",
- "attributes": {
- "name": "Add",
- "details": null,
- "severity": null,
- "additionalInformation": null,
- "isInattentive": false,
- "isHyperactive": false,
- "isMedicationRequired": false,
- "isDoctorsLetterProvided": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}
Updates existing medicalChangeConditionAdd
details of a yet-unapproved medical change request
Payload has the following requirements:
And supports these models:
medicalChangeConditionAdd
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]details
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusiveisInattentive
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]isHyperactive
→ Boolean {DESCRIPTION-MISSING} [optional] [example: FALSE]isMedicationRequired
→ Boolean {DESCRIPTION-MISSING} [example: FALSE]isDoctorsLetterProvided
→ Boolean {DESCRIPTION-MISSING} [example: FALSE]severity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusiveid required | number Number ID of |
conditionId required | number Number ID of the |
object |
{- "data": {
- "type": "medicalChangeConditionAdd",
- "id": 1,
- "attributes": {
- "additionalInformation": "Condition is serious",
- "details": "Lorem ipsum dolor",
- "isInattentive": true,
- "isHyperactive": false,
- "isMedicationRequired": false,
- "isDoctorsLetterProvided": false,
- "severity": "mild"
}
}
}
{- "data": {
- "type": "medicalChangeConditionAdd",
- "id": "1",
- "attributes": {
- "name": "Add",
- "details": null,
- "severity": null,
- "additionalInformation": null,
- "isInattentive": false,
- "isHyperactive": false,
- "isMedicationRequired": false,
- "isDoctorsLetterProvided": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}
Attachs a care plan file to a medical condition submission, provided no file was uploaded yet. The file should be uploaded via 'multipart/form-data' and should be sent under key 'carePlan'.
id required | number Number ID of the medicalChangeRequest [example: 1] |
conditionId required | number Number ID of the medicalChangeConditionAdd which care plan file to retrieve [example: 1] |
Returns the care plan file of the condition
id required | number Number ID of the medicalChangeRequest [example: 1] |
conditionId required | number Number ID of the medicalChangeConditionAdd which care plan file to retrieve [example: 1] |
Adds condition allergy details to a yet-unapproved medical change request
Payload has the following requirements:
And supports these models:
medicalChangeConditionAllergy
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]isMarkedForDeletion
→ Boolean If true enrolmentCondition
is required, all other attributes are unnecessary and on approval the referenced condition will be deleted. [optional] [default: false] [example: TRUE]severity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedetails
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusiveallergyName
→ String Name of the allergy. [optional] [example: "Dust allergy"]
Value constraints:
Length must be between 255 and 1 characters, inclusiveisPrescribedAntihistamine
→ Boolean Has been Prescribed with Antihistamine [example: FALSE]isPrescribedEpiPen
→ Boolean Has an EpiPen/Anapen Adrenaline Auto-injector been Prescribed [example: FALSE]hasEpiPenRegistered
→ Boolean Has been registered with EpiClub [example: FALSE]enrolmentCondition
→ [optional] [single] expected type is medicalConditionAllergy
.id required | number Number ID of medical change requests to which a condition ALLERGY should be allergyed. [example: 1] |
object |
{- "data": {
- "type": "medicalChangeConditionAllergy",
- "attributes": {
- "additionalInformation": "Condition is serious",
- "isMarkedForDeletion": true,
- "severity": "mild",
- "details": "Lorem ipsum dolor",
- "allergyName": "Dust allergy",
- "isPrescribedAntihistamine": false,
- "isPrescribedEpiPen": false,
- "hasEpiPenRegistered": false
}, - "relationships": {
- "enrolmentCondition": {
- "data": {
- "id": 1,
- "type": "medicalConditionAllergy"
}
}
}
}
}
{- "data": {
- "type": "medicalChangeConditionAllergy",
- "id": "1",
- "attributes": {
- "name": "Allergy",
- "details": null,
- "additionalInformation": null,
- "hasCarePlanProvided": false,
- "allergyName": "Dust allergy",
- "severity": "moderate",
- "isPrescribedAntihistamine": false,
- "isPrescribedEpiPen": false,
- "hasEpiPenRegistered": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}
Retrieves all of medicalChangeConditionAllergy
related to medicalChangeRequest
via relation conditionsAllergy
.
id required | number Number ID of the 'medicalChangeRequest', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "medicalChangeConditionAllergy",
- "id": "1",
- "attributes": {
- "name": "Allergy",
- "details": null,
- "additionalInformation": null,
- "hasCarePlanProvided": false,
- "allergyName": "Dust allergy",
- "severity": "moderate",
- "isPrescribedAntihistamine": false,
- "isPrescribedEpiPen": false,
- "hasEpiPenRegistered": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}, - {
- "type": "medicalChangeConditionAllergy",
- "id": "1",
- "attributes": {
- "name": "Allergy",
- "details": null,
- "additionalInformation": null,
- "hasCarePlanProvided": false,
- "allergyName": "Dust allergy",
- "severity": "moderate",
- "isPrescribedAntihistamine": false,
- "isPrescribedEpiPen": false,
- "hasEpiPenRegistered": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}, - {
- "type": "medicalChangeConditionAllergy",
- "id": "1",
- "attributes": {
- "name": "Allergy",
- "details": null,
- "additionalInformation": null,
- "hasCarePlanProvided": false,
- "allergyName": "Dust allergy",
- "severity": "moderate",
- "isPrescribedAntihistamine": false,
- "isPrescribedEpiPen": false,
- "hasEpiPenRegistered": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
]
}
Removes existing 'medicalChangeConditionAllergy' details of a yet-unapproved 'medicalChangeRequest'
id required | number Number ID of medicalChangeRequest of which condition should be removed. [example: 1] |
conditionId required | number Number ID of the medicalChangeConditionAllergy belonging to the medicalChangeRequest to be removed. [example: 1] |
Retrieves a single instances of medicalChangeConditionAllergy based on the specified ID.
id required | number Number ID of the medicalChangeRequest [example: 1] |
conditionId required | number Number ID of the medicalChangeConditionAllergy to retrieve, must belong to the specific medicalChangeRequest [example: 1] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "medicalChangeConditionAllergy",
- "id": "1",
- "attributes": {
- "name": "Allergy",
- "details": null,
- "additionalInformation": null,
- "hasCarePlanProvided": false,
- "allergyName": "Dust allergy",
- "severity": "moderate",
- "isPrescribedAntihistamine": false,
- "isPrescribedEpiPen": false,
- "hasEpiPenRegistered": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}
Updates existing medicalChangeConditionAllergy
details of a yet-unapproved medical change request
Payload has the following requirements:
And supports these models:
medicalChangeConditionAllergy
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]details
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusiveallergyName
→ String Name of the allergy. [optional] [example: "Dust allergy"]
Value constraints:
Length must be between 255 and 1 characters, inclusiveisPrescribedAntihistamine
→ Boolean Has been Prescribed with Antihistamine [example: FALSE]severity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusiveisPrescribedEpiPen
→ Boolean Has an EpiPen/Anapen Adrenaline Auto-injector been Prescribed [example: FALSE]hasEpiPenRegistered
→ Boolean Has been registered with EpiClub [example: FALSE]id required | number Number ID of |
conditionId required | number Number ID of the |
object |
{- "data": {
- "type": "medicalChangeConditionAllergy",
- "id": 1,
- "attributes": {
- "additionalInformation": "Condition is serious",
- "details": "Lorem ipsum dolor",
- "allergyName": "Dust allergy",
- "isPrescribedAntihistamine": false,
- "severity": "mild",
- "isPrescribedEpiPen": false,
- "hasEpiPenRegistered": false
}
}
}
{- "data": {
- "type": "medicalChangeConditionAllergy",
- "id": "1",
- "attributes": {
- "name": "Allergy",
- "details": null,
- "additionalInformation": null,
- "hasCarePlanProvided": false,
- "allergyName": "Dust allergy",
- "severity": "moderate",
- "isPrescribedAntihistamine": false,
- "isPrescribedEpiPen": false,
- "hasEpiPenRegistered": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}
Attachs a care plan file to a medical condition submission, provided no file was uploaded yet. The file should be uploaded via 'multipart/form-data' and should be sent under key 'carePlan'.
id required | number Number ID of the medicalChangeRequest [example: 1] |
conditionId required | number Number ID of the medicalChangeConditionAllergy which care plan file to retrieve [example: 1] |
Returns the care plan file of the condition
id required | number Number ID of the medicalChangeRequest [example: 1] |
conditionId required | number Number ID of the medicalChangeConditionAllergy which care plan file to retrieve [example: 1] |
Asthmas condition asthma details to a yet-unapproved medical change request
Payload has the following requirements:
And supports these models:
medicalChangeConditionAsthma
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]isMarkedForDeletion
→ Boolean If true enrolmentCondition
is required, all other attributes are unnecessary and on approval the referenced condition will be deleted. [optional] [default: false] [example: TRUE]severity
→ String {DESCRIPTION-MISSING} [optional] [example: "mild"]
Value constraints:
Allowed values: "not stated", "mild", "moderate", "severe", "life threatening"details
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusiveisPrescribedSalbutamol
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]enrolmentCondition
→ [optional] [single] expected type is medicalConditionAsthma
.id required | number Number ID of medical change requests to which a condition ASTHMA should be asthmaed. [example: 1] |
object |
{- "data": {
- "type": "medicalChangeConditionAsthma",
- "attributes": {
- "additionalInformation": "Condition is serious",
- "isMarkedForDeletion": true,
- "severity": "mild",
- "details": "Lorem ipsum dolor",
- "isPrescribedSalbutamol": true
}, - "relationships": {
- "enrolmentCondition": {
- "data": {
- "id": 1,
- "type": "medicalConditionAsthma"
}
}
}
}
}
{- "data": {
- "type": "medicalChangeConditionAsthma",
- "id": "1",
- "attributes": {
- "name": "Asthma",
- "details": null,
- "additionalInformation": null,
- "severity": "moderate",
- "isPrescribedSalbutamol": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}
Retrieves all of medicalChangeConditionAsthma
related to medicalChangeRequest
via relation conditionsAsthma
.
id required | number Number ID of the 'medicalChangeRequest', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "medicalChangeConditionAsthma",
- "id": "1",
- "attributes": {
- "name": "Asthma",
- "details": null,
- "additionalInformation": null,
- "severity": "moderate",
- "isPrescribedSalbutamol": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}, - {
- "type": "medicalChangeConditionAsthma",
- "id": "1",
- "attributes": {
- "name": "Asthma",
- "details": null,
- "additionalInformation": null,
- "severity": "moderate",
- "isPrescribedSalbutamol": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}, - {
- "type": "medicalChangeConditionAsthma",
- "id": "1",
- "attributes": {
- "name": "Asthma",
- "details": null,
- "additionalInformation": null,
- "severity": "moderate",
- "isPrescribedSalbutamol": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
]
}
Removes existing 'medicalChangeConditionAsthma' details of a yet-unapproved 'medicalChangeRequest'
id required | number Number ID of medicalChangeRequest of which condition should be removed. [example: 1] |
conditionId required | number Number ID of the medicalChangeConditionAsthma belonging to the medicalChangeRequest to be removed. [example: 1] |
Retrieves a single instances of medicalChangeConditionAsthma based on the specified ID.
id required | number Number ID of the medicalChangeRequest [example: 1] |
conditionId required | number Number ID of the medicalChangeConditionAsthma to retrieve, must belong to the specific medicalChangeRequest [example: 1] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "medicalChangeConditionAsthma",
- "id": "1",
- "attributes": {
- "name": "Asthma",
- "details": null,
- "additionalInformation": null,
- "severity": "moderate",
- "isPrescribedSalbutamol": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}
Updates existing medicalChangeConditionAsthma
details of a yet-unapproved medical change request
Payload has the following requirements:
And supports these models:
medicalChangeConditionAsthma
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]details
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusiveseverity
→ String {DESCRIPTION-MISSING} [optional] [example: "mild"]
Value constraints:
Allowed values: "not stated", "mild", "moderate", "severe", "life threatening"isPrescribedSalbutamol
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]id required | number Number ID of |
conditionId required | number Number ID of the |
object |
{- "data": {
- "type": "medicalChangeConditionAsthma",
- "id": 1,
- "attributes": {
- "additionalInformation": "Condition is serious",
- "details": "Lorem ipsum dolor",
- "severity": "mild",
- "isPrescribedSalbutamol": true
}
}
}
{- "data": {
- "type": "medicalChangeConditionAsthma",
- "id": "1",
- "attributes": {
- "name": "Asthma",
- "details": null,
- "additionalInformation": null,
- "severity": "moderate",
- "isPrescribedSalbutamol": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}
Attachs a care plan file to a medical condition submission, provided no file was uploaded yet. The file should be uploaded via 'multipart/form-data' and should be sent under key 'carePlan'.
id required | number Number ID of the medicalChangeRequest [example: 1] |
conditionId required | number Number ID of the medicalChangeConditionAsthma which care plan file to retrieve [example: 1] |
Returns the care plan file of the condition
id required | number Number ID of the medicalChangeRequest [example: 1] |
conditionId required | number Number ID of the medicalChangeConditionAsthma which care plan file to retrieve [example: 1] |
Diabetess condition diabetes details to a yet-unapproved medical change request
Payload has the following requirements:
And supports these models:
medicalChangeConditionDiabetes
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]isMarkedForDeletion
→ Boolean If true enrolmentCondition
is required, all other attributes are unnecessary and on approval the referenced condition will be deleted. [optional] [default: false] [example: TRUE]severity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedetails
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusivehasInsulinInjections
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]hasInsulinPump
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]hasGlucagon
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]enrolmentCondition
→ [optional] [single] expected type is medicalConditionDiabetes
.id required | number Number ID of medical change requests to which a condition DIABETES should be diabetesed. [example: 1] |
object |
{- "data": {
- "type": "medicalChangeConditionDiabetes",
- "attributes": {
- "additionalInformation": "Condition is serious",
- "isMarkedForDeletion": true,
- "severity": "mild",
- "details": "Lorem ipsum dolor",
- "hasInsulinInjections": true,
- "hasInsulinPump": true,
- "hasGlucagon": true
}, - "relationships": {
- "enrolmentCondition": {
- "data": {
- "id": 1,
- "type": "medicalConditionDiabetes"
}
}
}
}
}
{- "data": {
- "type": "medicalChangeConditionDiabetes",
- "id": "1",
- "attributes": {
- "name": "Diabetes",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "hasInsulinInjections": false,
- "hasInsulinPump": false,
- "hasGlucagon": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}
Retrieves all of medicalChangeConditionDiabetes
related to medicalChangeRequest
via relation conditionsDiabetes
.
id required | number Number ID of the 'medicalChangeRequest', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "medicalChangeConditionDiabetes",
- "id": "1",
- "attributes": {
- "name": "Diabetes",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "hasInsulinInjections": false,
- "hasInsulinPump": false,
- "hasGlucagon": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}, - {
- "type": "medicalChangeConditionDiabetes",
- "id": "1",
- "attributes": {
- "name": "Diabetes",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "hasInsulinInjections": false,
- "hasInsulinPump": false,
- "hasGlucagon": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}, - {
- "type": "medicalChangeConditionDiabetes",
- "id": "1",
- "attributes": {
- "name": "Diabetes",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "hasInsulinInjections": false,
- "hasInsulinPump": false,
- "hasGlucagon": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
]
}
Removes existing 'medicalChangeConditionDiabetes' details of a yet-unapproved 'medicalChangeRequest'
id required | number Number ID of medicalChangeRequest of which condition should be removed. [example: 1] |
conditionId required | number Number ID of the medicalChangeConditionDiabetes belonging to the medicalChangeRequest to be removed. [example: 1] |
Retrieves a single instances of medicalChangeConditionDiabetes based on the specified ID.
id required | number Number ID of the medicalChangeRequest [example: 1] |
conditionId required | number Number ID of the medicalChangeConditionDiabetes to retrieve, must belong to the specific medicalChangeRequest [example: 1] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "medicalChangeConditionDiabetes",
- "id": "1",
- "attributes": {
- "name": "Diabetes",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "hasInsulinInjections": false,
- "hasInsulinPump": false,
- "hasGlucagon": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}
Updates existing medicalChangeConditionDiabetes
details of a yet-unapproved medical change request
Payload has the following requirements:
And supports these models:
medicalChangeConditionDiabetes
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]details
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusivehasInsulinInjections
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]hasInsulinPump
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]hasGlucagon
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]severity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusiveid required | number Number ID of |
conditionId required | number Number ID of the |
object |
{- "data": {
- "type": "medicalChangeConditionDiabetes",
- "id": 1,
- "attributes": {
- "additionalInformation": "Condition is serious",
- "details": "Lorem ipsum dolor",
- "hasInsulinInjections": true,
- "hasInsulinPump": true,
- "hasGlucagon": true,
- "severity": "mild"
}
}
}
{- "data": {
- "type": "medicalChangeConditionDiabetes",
- "id": "1",
- "attributes": {
- "name": "Diabetes",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "hasInsulinInjections": false,
- "hasInsulinPump": false,
- "hasGlucagon": false,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}
Attachs a care plan file to a medical condition submission, provided no file was uploaded yet. The file should be uploaded via 'multipart/form-data' and should be sent under key 'carePlan'.
id required | number Number ID of the medicalChangeRequest [example: 1] |
conditionId required | number Number ID of the medicalChangeConditionDiabetes which care plan file to retrieve [example: 1] |
Returns the care plan file of the condition
id required | number Number ID of the medicalChangeRequest [example: 1] |
conditionId required | number Number ID of the medicalChangeConditionDiabetes which care plan file to retrieve [example: 1] |
Epilepsys condition epilepsy details to a yet-unapproved medical change request
Payload has the following requirements:
And supports these models:
medicalChangeConditionEpilepsy
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]isMarkedForDeletion
→ Boolean If true enrolmentCondition
is required, all other attributes are unnecessary and on approval the referenced condition will be deleted. [optional] [default: false] [example: TRUE]severity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedetails
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusivetype
→ String {DESCRIPTION-MISSING} [optional] [example: "Random epilepsy"]
Value constraints:
Length must be between 255 and 1 characters, inclusiveenrolmentCondition
→ [optional] [single] expected type is medicalConditionEpilepsy
.id required | number Number ID of medical change requests to which a condition EPILEPSY should be epilepsyed. [example: 1] |
object |
{- "data": {
- "type": "medicalChangeConditionEpilepsy",
- "attributes": {
- "additionalInformation": "Condition is serious",
- "isMarkedForDeletion": true,
- "severity": "mild",
- "details": "Lorem ipsum dolor",
- "type": "Random epilepsy"
}, - "relationships": {
- "enrolmentCondition": {
- "data": {
- "id": 1,
- "type": "medicalConditionEpilepsy"
}
}
}
}
}
{- "data": {
- "type": "medicalChangeConditionEpilepsy",
- "id": "1",
- "attributes": {
- "name": "Epilepsy",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "type": "unknown",
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}
Retrieves all of medicalChangeConditionEpilepsy
related to medicalChangeRequest
via relation conditionsEpilepsy
.
id required | number Number ID of the 'medicalChangeRequest', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "medicalChangeConditionEpilepsy",
- "id": "1",
- "attributes": {
- "name": "Epilepsy",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "type": "unknown",
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}, - {
- "type": "medicalChangeConditionEpilepsy",
- "id": "1",
- "attributes": {
- "name": "Epilepsy",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "type": "unknown",
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}, - {
- "type": "medicalChangeConditionEpilepsy",
- "id": "1",
- "attributes": {
- "name": "Epilepsy",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "type": "unknown",
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
]
}
Removes existing 'medicalChangeConditionEpilepsy' details of a yet-unapproved 'medicalChangeRequest'
id required | number Number ID of medicalChangeRequest of which condition should be removed. [example: 1] |
conditionId required | number Number ID of the medicalChangeConditionEpilepsy belonging to the medicalChangeRequest to be removed. [example: 1] |
Retrieves a single instances of medicalChangeConditionEpilepsy based on the specified ID.
id required | number Number ID of the medicalChangeRequest [example: 1] |
conditionId required | number Number ID of the medicalChangeConditionEpilepsy to retrieve, must belong to the specific medicalChangeRequest [example: 1] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "medicalChangeConditionEpilepsy",
- "id": "1",
- "attributes": {
- "name": "Epilepsy",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "type": "unknown",
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}
Updates existing medicalChangeConditionEpilepsy
details of a yet-unapproved medical change request
Payload has the following requirements:
And supports these models:
medicalChangeConditionEpilepsy
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]details
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusivetype
→ String {DESCRIPTION-MISSING} [optional] [example: "Random epilepsy"]
Value constraints:
Length must be between 255 and 1 characters, inclusiveseverity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusiveid required | number Number ID of |
conditionId required | number Number ID of the |
object |
{- "data": {
- "type": "medicalChangeConditionEpilepsy",
- "id": 1,
- "attributes": {
- "additionalInformation": "Condition is serious",
- "details": "Lorem ipsum dolor",
- "type": "Random epilepsy",
- "severity": "mild"
}
}
}
{- "data": {
- "type": "medicalChangeConditionEpilepsy",
- "id": "1",
- "attributes": {
- "name": "Epilepsy",
- "severity": null,
- "details": null,
- "additionalInformation": null,
- "type": "unknown",
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}
Attachs a care plan file to a medical condition submission, provided no file was uploaded yet. The file should be uploaded via 'multipart/form-data' and should be sent under key 'carePlan'.
id required | number Number ID of the medicalChangeRequest [example: 1] |
conditionId required | number Number ID of the medicalChangeConditionEpilepsy which care plan file to retrieve [example: 1] |
Returns the care plan file of the condition
id required | number Number ID of the medicalChangeRequest [example: 1] |
conditionId required | number Number ID of the medicalChangeConditionEpilepsy which care plan file to retrieve [example: 1] |
Others condition other details to a yet-unapproved medical change request
Payload has the following requirements:
And supports these models:
medicalChangeConditionOther
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]isMarkedForDeletion
→ Boolean If true enrolmentCondition
is required, all other attributes are unnecessary and on approval the referenced condition will be deleted. [optional] [default: false] [example: TRUE]severity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedetails
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusivename
→ String Name for the condition. it cannot be any of the built-in custom types (Add, Asthma, Epilepsy, etc). [example: "Chronic sleep deprivation"]
Value constraints:
Length must be between 255 and 1 characters, inclusiveenrolmentCondition
→ [optional] [single] expected type is medicalConditionOther
.id required | number Number ID of medical change requests to which a condition OTHER should be othered. [example: 1] |
object |
{- "data": {
- "type": "medicalChangeConditionOther",
- "attributes": {
- "additionalInformation": "Condition is serious",
- "isMarkedForDeletion": true,
- "severity": "mild",
- "details": "Lorem ipsum dolor",
- "name": "Chronic sleep deprivation"
}, - "relationships": {
- "enrolmentCondition": {
- "data": {
- "id": 1,
- "type": "medicalConditionOther"
}
}
}
}
}
{- "data": {
- "type": "medicalChangeConditionOther",
- "id": "1",
- "attributes": {
- "name": "Chronic Sneezing",
- "severity": null,
- "details": "Random sneezing bouts",
- "additionalInformation": null,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}
Retrieves all of medicalChangeConditionOther
related to medicalChangeRequest
via relation conditionsOther
.
id required | number Number ID of the 'medicalChangeRequest', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "medicalChangeConditionOther",
- "id": "1",
- "attributes": {
- "name": "Chronic Sneezing",
- "severity": null,
- "details": "Random sneezing bouts",
- "additionalInformation": null,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}, - {
- "type": "medicalChangeConditionOther",
- "id": "1",
- "attributes": {
- "name": "Chronic Sneezing",
- "severity": null,
- "details": "Random sneezing bouts",
- "additionalInformation": null,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}, - {
- "type": "medicalChangeConditionOther",
- "id": "1",
- "attributes": {
- "name": "Chronic Sneezing",
- "severity": null,
- "details": "Random sneezing bouts",
- "additionalInformation": null,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
]
}
Removes existing 'medicalChangeConditionOther' details of a yet-unapproved 'medicalChangeRequest'
id required | number Number ID of medicalChangeRequest of which condition should be removed. [example: 1] |
conditionId required | number Number ID of the medicalChangeConditionOther belonging to the medicalChangeRequest to be removed. [example: 1] |
Retrieves a single instances of medicalChangeConditionOther based on the specified ID.
id required | number Number ID of the medicalChangeRequest [example: 1] |
conditionId required | number Number ID of the medicalChangeConditionOther to retrieve, must belong to the specific medicalChangeRequest [example: 1] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "medicalChangeConditionOther",
- "id": "1",
- "attributes": {
- "name": "Chronic Sneezing",
- "severity": null,
- "details": "Random sneezing bouts",
- "additionalInformation": null,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}
Updates existing medicalChangeConditionOther
details of a yet-unapproved medical change request
Payload has the following requirements:
And supports these models:
medicalChangeConditionOther
additionalInformation
→ String Additional information that can be attached to this condition. [optional] [default: ""] [example: "Condition is serious"]details
→ String Additional detail about the condition [optional] [default: ""] [example: "Lorem ipsum dolor"]
Value constraints:
Length must be between 65025 and 1 characters, inclusivename
→ String Name for the condition. it cannot be any of the built-in custom types (Add, Asthma, Epilepsy, etc). [example: "Chronic sleep deprivation"]
Value constraints:
Length must be between 255 and 1 characters, inclusiveseverity
→ String Should be one of the following values: not stated, mild, moderate, severe, life threatening. It'll accept any string but those won't work correctly in the UI. [optional] [example: "mild"]
Value constraints:
Length must be between 255 and 1 characters, inclusiveid required | number Number ID of |
conditionId required | number Number ID of the |
object |
{- "data": {
- "type": "medicalChangeConditionOther",
- "id": 1,
- "attributes": {
- "additionalInformation": "Condition is serious",
- "details": "Lorem ipsum dolor",
- "name": "Chronic sleep deprivation",
- "severity": "mild"
}
}
}
{- "data": {
- "type": "medicalChangeConditionOther",
- "id": "1",
- "attributes": {
- "name": "Chronic Sneezing",
- "severity": null,
- "details": "Random sneezing bouts",
- "additionalInformation": null,
- "hasCarePlanProvided": false,
- "isMarkedForDeletion": false
}, - "relationships": {
- "changeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-condition/1",
- "carePlanFile": "/v1/portal/medical-change-condition/1/care-plan-file",
- "doctorsLetterFile": "/v1/portal/medical-change-condition/1/doctors-letter-file"
}
}
}
Attachs a care plan file to a medical condition submission, provided no file was uploaded yet. The file should be uploaded via 'multipart/form-data' and should be sent under key 'carePlan'.
id required | number Number ID of the medicalChangeRequest [example: 1] |
conditionId required | number Number ID of the medicalChangeConditionOther which care plan file to retrieve [example: 1] |
Returns the care plan file of the condition
id required | number Number ID of the medicalChangeRequest [example: 1] |
conditionId required | number Number ID of the medicalChangeConditionOther which care plan file to retrieve [example: 1] |
Adds doctor details to a yet-unapproved medical change request
Payload has the following requirements:
And supports these models:
medicalChangeDoctor
type
→ String Type of the doctor [optional] [example: "other"]
Value constraints:
Allowed values: "other", "gp", "specialist", "dentist"name
→ String Name of the doctor. [optional] [example: "Dr John Doe"]
Value constraints:
Length must be between 255 and 1 characters, inclusivepracticeName
→ String Name of the doctor's practice. [optional] [example: "Doe's Laryngology"]
Value constraints:
Length must be between 255 and 0 characters, inclusivephone
→ String Phone to the doctor. [optional] [example: "+48 123-123-123"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveaddress
→ String Address of the doctor. [optional] [example: "Doctor Street 73/12, Medicalville"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveconsentToContact
→ Boolean Whether the doctor has given permission to be contacted by school. [example: TRUE]isMarkedForDeletion
→ Boolean If true affectedDoctor
is required, all other attributes are unnecessary and on approval the referenced doctor will be deleted. [optional] [default: false] [example: TRUE]affectedDoctor
→ [optional] [single] expected type is doctor
. When provided this medical change will modify the affected doctor rather than create a new record.id required | number Number ID of medical change requests to which a doctor should be added. [example: 1] |
object |
{- "data": {
- "type": "medicalChangeDoctor",
- "attributes": {
- "type": "other",
- "name": "Dr John Doe",
- "practiceName": "Doe's Laryngology",
- "phone": "+48 123-123-123",
- "address": "Doctor Street 73/12, Medicalville",
- "consentToContact": true,
- "isMarkedForDeletion": true
}, - "relationships": {
- "affectedDoctor": {
- "data": {
- "id": 1,
- "type": "doctor"
}
}
}
}
}
{- "data": {
- "type": "medicalChangeDoctor",
- "id": "1",
- "attributes": {
- "type": "dentist",
- "name": "John",
- "practiceName": null,
- "phone": "(03) 8070 5665",
- "address": null,
- "consentToContact": false,
- "isMarkedForDeletion": false
}, - "links": {
- "self": "/v1/portal/medical-change-request/1/doctor/1"
}
}
}
Retrieves all of medicalChangeDoctor
related to medicalChangeRequest
via relation doctors
.
id required | number Number ID of the 'medicalChangeRequest', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "medicalChangeDoctor",
- "id": "1",
- "attributes": {
- "type": "dentist",
- "name": "John",
- "practiceName": null,
- "phone": "(03) 8070 5665",
- "address": null,
- "consentToContact": false,
- "isMarkedForDeletion": false
}, - "links": {
- "self": "/v1/portal/medical-change-request/1/doctor/1"
}
}, - {
- "type": "medicalChangeDoctor",
- "id": "1",
- "attributes": {
- "type": "dentist",
- "name": "John",
- "practiceName": null,
- "phone": "(03) 8070 5665",
- "address": null,
- "consentToContact": false,
- "isMarkedForDeletion": false
}, - "links": {
- "self": "/v1/portal/medical-change-request/1/doctor/1"
}
}, - {
- "type": "medicalChangeDoctor",
- "id": "1",
- "attributes": {
- "type": "dentist",
- "name": "John",
- "practiceName": null,
- "phone": "(03) 8070 5665",
- "address": null,
- "consentToContact": false,
- "isMarkedForDeletion": false
}, - "links": {
- "self": "/v1/portal/medical-change-request/1/doctor/1"
}
}
]
}
Removes an existing doctor details of a yet-unapproved medicalChangeRequest
id required | number Number ID of medical change requests of which doctor should be removed. [example: 1] |
doctorId required | number Number ID of the doctor belonging to the medicalChangeRequest to be removed. [example: 1] |
Retrieves a single instances of medicalChangeDoctor based on the specified ID.
id required | number Number ID of the medicalChangeRequest [example: 1] |
doctorId required | number Number ID of the medicalChangeDoctor to retrieve, must belong to the specific medicalChangeRequest [example: 1] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "medicalChangeDoctor",
- "id": "1",
- "attributes": {
- "type": "dentist",
- "name": "John",
- "practiceName": null,
- "phone": "(03) 8070 5665",
- "address": null,
- "consentToContact": false,
- "isMarkedForDeletion": false
}, - "links": {
- "self": "/v1/portal/medical-change-request/1/doctor/1"
}
}
}
Updates existing medicalChangeDoctor
details of a yet-unapproved medical change request
Payload has the following requirements:
And supports these models:
medicalChangeDoctor
type
→ String Type of the doctor [optional] [example: "other"]
Value constraints:
Allowed values: "other", "gp", "specialist", "dentist"name
→ String Name of the doctor. [optional] [example: "Dr John Doe"]
Value constraints:
Length must be between 255 and 1 characters, inclusivepracticeName
→ String Name of the doctor's practice. [optional] [example: "Doe's Laryngology"]
Value constraints:
Length must be between 255 and 0 characters, inclusivephone
→ String Phone to the doctor. [optional] [example: "+48 123-123-123"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveaddress
→ String Address of the doctor. [optional] [example: "Doctor Street 73/12, Medicalville"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveconsentToContact
→ Boolean Whether the doctor has given permission to be contacted by school. [example: TRUE]id required | number Number ID of |
doctorId required | number Number ID of the |
object |
{- "data": {
- "type": "medicalChangeDoctor",
- "id": 1,
- "attributes": {
- "type": "other",
- "name": "Dr John Doe",
- "practiceName": "Doe's Laryngology",
- "phone": "+48 123-123-123",
- "address": "Doctor Street 73/12, Medicalville",
- "consentToContact": true
}
}
}
{- "data": {
- "type": "medicalChangeDoctor",
- "id": "1",
- "attributes": {
- "type": "dentist",
- "name": "John",
- "practiceName": null,
- "phone": "(03) 8070 5665",
- "address": null,
- "consentToContact": false,
- "isMarkedForDeletion": false
}, - "links": {
- "self": "/v1/portal/medical-change-request/1/doctor/1"
}
}
}
Adds miscellaneous details to a yet-unapproved medical change request
Payload has the following requirements:
And supports these models:
medicalChangeMisc
wasMedicationAdviceFormReceived
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]canOverCounterSalbutamol
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]canOverCounterParacetamol
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]canOverCounterIbuprofen
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]canOverCounterAntihistamine
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]hasParentAcknowledged
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]hasLongTermMedication
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]areVaccinationsUpToDate
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]hasMeaslesExclusion
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]lastDateOfTetanusInjection
→ Date (Y-m-d, eg. 2019-12-31) {DESCRIPTION-MISSING} [optional] [example: "2016-01-01"]
Value constraints:
Maximum value: today [inclusive]privateMedicalFundExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) {DESCRIPTION-MISSING} [optional] [example: "2016-01-01"]medicareExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) {DESCRIPTION-MISSING} [optional] [example: "2016-01-01"]ambulanceCoverProvider
→ String {DESCRIPTION-MISSING} [optional] [example: "Bupa HI Pty Ltd"]
Value constraints:
Length must be between 255 and 0 characters, inclusivemedicareNumber
→ String {DESCRIPTION-MISSING} [optional] [example: "4173158231/1"]
Value constraints:
Length must be between 255 and 0 characters, inclusivemedicarePositionOnCard
→ String {DESCRIPTION-MISSING} [optional] [example: "7"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveprivateMedicalFund
→ String {DESCRIPTION-MISSING} [optional] [example: "ahm Health Insurance"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveprivateMedicalFundNumber
→ String {DESCRIPTION-MISSING} [optional] [example: "1237124691"]
Value constraints:
Length must be between 255 and 0 characters, inclusivehealthCareCardNumber
→ String {DESCRIPTION-MISSING} [optional] [example: "HCCN001234567890"]
Value constraints:
Length must be between 255 and 0 characters, inclusivehasAmbulanceCover
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]hasPrivateHospitalCover
→ Boolean Does the student have private hospital cover? [optional] [example: TRUE]id required | number Number ID of medical change requests to which miscellanous details should be added. [example: 1] |
object |
{- "data": {
- "type": "medicalChangeMisc",
- "attributes": {
- "wasMedicationAdviceFormReceived": true,
- "canOverCounterSalbutamol": true,
- "canOverCounterParacetamol": true,
- "canOverCounterIbuprofen": true,
- "canOverCounterAntihistamine": true,
- "hasParentAcknowledged": true,
- "hasLongTermMedication": true,
- "areVaccinationsUpToDate": true,
- "hasMeaslesExclusion": true,
- "lastDateOfTetanusInjection": "2016-01-01",
- "privateMedicalFundExpiryDate": "2016-01-01",
- "medicareExpiryDate": "2016-01-01",
- "ambulanceCoverProvider": "Bupa HI Pty Ltd",
- "medicareNumber": "4173158231/1",
- "medicarePositionOnCard": "7",
- "privateMedicalFund": "ahm Health Insurance",
- "privateMedicalFundNumber": "1237124691",
- "healthCareCardNumber": "HCCN001234567890",
- "hasAmbulanceCover": true,
- "hasPrivateHospitalCover": true
}
}
}
{- "data": {
- "type": "medicalChangeMisc",
- "id": "1",
- "attributes": {
- "hasLongTermMedication": false,
- "wasMedicationAdviceFormReceived": false,
- "lastDateOfTetanusInjection": "2017-01-01",
- "canOverCounterMedicineSalbutamol": false,
- "canOverCounterMedicineParacetamol": false,
- "canOverCounterMedicineIbuprofen": false,
- "canOverCounterMedicineAntihistamine": false,
- "ambulanceCoverProvider": null,
- "medicareNumber": null,
- "medicareExpiryDate": null,
- "medicarePositionOnCard": null,
- "privateMedicalFund": null,
- "privateMedicalFundNumber": null,
- "privateMedicalFundExpiryDate": null,
- "healthCareCardNumber": null,
- "hasParentAcknowledged": false,
- "areVaccinationsUpToDate": false,
- "hasMeaslesExclusion": false,
- "hasAmbulanceCover": false,
- "hasPrivateHospitalCover": false
}, - "relationships": {
- "submission": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-request/1/misc"
}
}
}
Retrieves a single instance of medicalChangeMisc
, the relation misc
of medicalChangeRequest
.
id required | number Number ID of the 'medicalChangeRequest' which relation to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "medicalChangeMisc",
- "id": "1",
- "attributes": {
- "hasLongTermMedication": false,
- "wasMedicationAdviceFormReceived": false,
- "lastDateOfTetanusInjection": "2017-01-01",
- "canOverCounterMedicineSalbutamol": false,
- "canOverCounterMedicineParacetamol": false,
- "canOverCounterMedicineIbuprofen": false,
- "canOverCounterMedicineAntihistamine": false,
- "ambulanceCoverProvider": null,
- "medicareNumber": null,
- "medicareExpiryDate": null,
- "medicarePositionOnCard": null,
- "privateMedicalFund": null,
- "privateMedicalFundNumber": null,
- "privateMedicalFundExpiryDate": null,
- "healthCareCardNumber": null,
- "hasParentAcknowledged": false,
- "areVaccinationsUpToDate": false,
- "hasMeaslesExclusion": false,
- "hasAmbulanceCover": false,
- "hasPrivateHospitalCover": false
}, - "relationships": {
- "submission": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-request/1/misc"
}
}
}
Updates existing miscellaneous details of a yet-unapproved medical change request
Payload has the following requirements:
And supports these models:
medicalChangeMisc
wasMedicationAdviceFormReceived
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]canOverCounterSalbutamol
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]canOverCounterParacetamol
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]canOverCounterIbuprofen
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]canOverCounterAntihistamine
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]hasParentAcknowledged
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]hasLongTermMedication
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]areVaccinationsUpToDate
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]hasMeaslesExclusion
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]lastDateOfTetanusInjection
→ Date (Y-m-d, eg. 2019-12-31) {DESCRIPTION-MISSING} [optional] [example: "2016-01-01"]
Value constraints:
Maximum value: today [inclusive]privateMedicalFundExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) {DESCRIPTION-MISSING} [optional] [example: "2016-01-01"]medicareExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) {DESCRIPTION-MISSING} [optional] [example: "2016-01-01"]ambulanceCoverProvider
→ String {DESCRIPTION-MISSING} [optional] [example: "Bupa HI Pty Ltd"]
Value constraints:
Length must be between 255 and 0 characters, inclusivemedicareNumber
→ String {DESCRIPTION-MISSING} [optional] [example: "4173158231/1"]
Value constraints:
Length must be between 255 and 0 characters, inclusivemedicarePositionOnCard
→ String {DESCRIPTION-MISSING} [optional] [example: "7"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveprivateMedicalFund
→ String {DESCRIPTION-MISSING} [optional] [example: "ahm Health Insurance"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveprivateMedicalFundNumber
→ String {DESCRIPTION-MISSING} [optional] [example: "1237124691"]
Value constraints:
Length must be between 255 and 0 characters, inclusivehealthCareCardNumber
→ String {DESCRIPTION-MISSING} [optional] [example: "HCCN001234567890"]
Value constraints:
Length must be between 255 and 0 characters, inclusivehasAmbulanceCover
→ Boolean {DESCRIPTION-MISSING} [optional] [example: TRUE]hasPrivateHospitalCover
→ Boolean Does the student have private hospital cover? [optional] [example: TRUE]id required | number Number ID of medical change requests of which miscellanous details should be modified. [example: 1] |
object |
{- "data": {
- "type": "medicalChangeMisc",
- "attributes": {
- "wasMedicationAdviceFormReceived": true,
- "canOverCounterSalbutamol": true,
- "canOverCounterParacetamol": true,
- "canOverCounterIbuprofen": true,
- "canOverCounterAntihistamine": true,
- "hasParentAcknowledged": true,
- "hasLongTermMedication": true,
- "areVaccinationsUpToDate": true,
- "hasMeaslesExclusion": true,
- "lastDateOfTetanusInjection": "2016-01-01",
- "privateMedicalFundExpiryDate": "2016-01-01",
- "medicareExpiryDate": "2016-01-01",
- "ambulanceCoverProvider": "Bupa HI Pty Ltd",
- "medicareNumber": "4173158231/1",
- "medicarePositionOnCard": "7",
- "privateMedicalFund": "ahm Health Insurance",
- "privateMedicalFundNumber": "1237124691",
- "healthCareCardNumber": "HCCN001234567890",
- "hasAmbulanceCover": true,
- "hasPrivateHospitalCover": true
}
}
}
{- "data": {
- "type": "medicalChangeMisc",
- "id": "1",
- "attributes": {
- "hasLongTermMedication": false,
- "wasMedicationAdviceFormReceived": false,
- "lastDateOfTetanusInjection": "2017-01-01",
- "canOverCounterMedicineSalbutamol": false,
- "canOverCounterMedicineParacetamol": false,
- "canOverCounterMedicineIbuprofen": false,
- "canOverCounterMedicineAntihistamine": false,
- "ambulanceCoverProvider": null,
- "medicareNumber": null,
- "medicareExpiryDate": null,
- "medicarePositionOnCard": null,
- "privateMedicalFund": null,
- "privateMedicalFundNumber": null,
- "privateMedicalFundExpiryDate": null,
- "healthCareCardNumber": null,
- "hasParentAcknowledged": false,
- "areVaccinationsUpToDate": false,
- "hasMeaslesExclusion": false,
- "hasAmbulanceCover": false,
- "hasPrivateHospitalCover": false
}, - "relationships": {
- "submission": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-request/1/misc"
}
}
}
Adds vaccination details to a yet-unapproved medical change request
Payload has the following requirements:
And supports these models:
medicalChangeVaccination
name
→ String Name of the vaccine. [optional] [example: "Placebon"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedateOfVaccination
→ Date (Y-m-d, eg. 2019-12-31) Date of the vaccination [optional] [example: "2015-01-01"]comment
→ String Additional comments about the vaccination. [optional] [example: "Vaccine does nothing, used for a medical trial"]
Value constraints:
Length must be between 65536 and 0 characters, inclusiveisMarkedForDeletion
→ Boolean If true enrolmentVaccination
is required, all other attributes are unnecessary and on approval the referenced vaccination will be deleted. [optional] [default: false] [example: TRUE]enrolmentVaccination
→ [optional] [single] expected type is vaccination
. When provided this medical change will modify the affected vaccination rather than create a new record.id required | number Number ID of medical change requests to which a vaccination should be added. [example: 1] |
object |
{- "data": {
- "type": "medicalChangeVaccination",
- "attributes": {
- "name": "Placebon",
- "dateOfVaccination": "2015-01-01",
- "comment": "Vaccine does nothing, used for a medical trial",
- "isMarkedForDeletion": true
}, - "relationships": {
- "enrolmentVaccination": {
- "data": {
- "id": 1,
- "type": "vaccination"
}
}
}
}
}
{- "data": {
- "type": "medicalChangeVaccination",
- "id": "1",
- "attributes": {
- "name": "Smallpox",
- "dateOfVaccination": "2018-01-01",
- "comment": "Vaccination was done without any issues",
- "isMarkedForDeletion": false
}, - "relationships": {
- "medicalChangeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-request/1/vaccination/1"
}
}
}
Retrieves all of medicalChangeVaccination
related to medicalChangeRequest
via relation vaccinations
.
id required | number Number ID of the 'medicalChangeRequest', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "medicalChangeVaccination",
- "id": "1",
- "attributes": {
- "name": "Smallpox",
- "dateOfVaccination": "2018-01-01",
- "comment": "Vaccination was done without any issues",
- "isMarkedForDeletion": false
}, - "relationships": {
- "medicalChangeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-request/1/vaccination/1"
}
}, - {
- "type": "medicalChangeVaccination",
- "id": "1",
- "attributes": {
- "name": "Smallpox",
- "dateOfVaccination": "2018-01-01",
- "comment": "Vaccination was done without any issues",
- "isMarkedForDeletion": false
}, - "relationships": {
- "medicalChangeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-request/1/vaccination/1"
}
}, - {
- "type": "medicalChangeVaccination",
- "id": "1",
- "attributes": {
- "name": "Smallpox",
- "dateOfVaccination": "2018-01-01",
- "comment": "Vaccination was done without any issues",
- "isMarkedForDeletion": false
}, - "relationships": {
- "medicalChangeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-request/1/vaccination/1"
}
}
]
}
deleteMedicalChangeRequestVaccination
id required | number Number ID of medical change requests of which vaccination should be removed. [example: 1] |
vaccinationId required | number Number ID of the vaccination belonging to the medicalChangeRequest to be removed. [example: 1] |
Retrieves a single instances of medicalChangeVaccination based on the specified ID.
id required | number Number ID of the medicalChangeRequest [example: 1] |
vaccinationId required | number Number ID of the medicalChangeVaccination to retrieve, must belong to the specific medicalChangeRequest [example: 1] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "medicalChangeVaccination",
- "id": "1",
- "attributes": {
- "name": "Smallpox",
- "dateOfVaccination": "2018-01-01",
- "comment": "Vaccination was done without any issues",
- "isMarkedForDeletion": false
}, - "relationships": {
- "medicalChangeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-request/1/vaccination/1"
}
}
}
Updates existing medicalChangeVaccination
details of a yet-unapproved medical change request
Payload has the following requirements:
And supports these models:
medicalChangeVaccination
name
→ String Name of the vaccine. [optional] [example: "Placebon"]
Value constraints:
Length must be between 255 and 1 characters, inclusivedateOfVaccination
→ Date (Y-m-d, eg. 2019-12-31) Date of the vaccination [optional] [example: "2015-01-01"]comment
→ String Additional comments about the vaccination. [optional] [example: "Vaccine does nothing, used for a medical trial"]
Value constraints:
Length must be between 65536 and 0 characters, inclusiveid required | number Number ID of |
vaccinationId required | number Number ID of the |
object |
{- "data": {
- "type": "medicalChangeVaccination",
- "id": 1,
- "attributes": {
- "name": "Placebon",
- "dateOfVaccination": "2015-01-01",
- "comment": "Vaccine does nothing, used for a medical trial"
}
}
}
{- "data": {
- "type": "medicalChangeVaccination",
- "id": "1",
- "attributes": {
- "name": "Smallpox",
- "dateOfVaccination": "2018-01-01",
- "comment": "Vaccination was done without any issues",
- "isMarkedForDeletion": false
}, - "relationships": {
- "medicalChangeRequest": {
- "data": {
- "id": "1",
- "type": "medicalChangeRequest"
}
}
}, - "links": {
- "self": "/v1/portal/medical-change-request/1/vaccination/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "status": "string",
- "createdAt": "string",
- "data": "string",
- "originalData": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "student": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Payload has the following requirements:
And supports these models:
studentEnrolmentDraft
data
→ String OR Object Refer to the description of the studentEnrolmentDraft
model for information what structure this attribute expects. [example: "See description of studentEnrolmentDraft
for actual example JSON"]createdBy
→ [optional] [single] expected type is portalUser
. The user who should be marked as the creator of the draft.object |
{- "data": {
- "type": "studentEnrolmentDraft",
- "attributes": {
- "data": "See description of `studentEnrolmentDraft` for actual example JSON"
}, - "relationships": {
- "createdBy": {
- "data": {
- "id": 1,
- "type": "portalUser"
}
}
}
}
}
{- "data": {
- "type": "studentEnrolmentDraft",
- "id": "1",
- "attributes": {
- "status": "Under Review",
- "createdAt": "2025-03-21",
- "data": "{\"test\":[\"value1\",\"value2\"]}",
- "originalData": null
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/portal/student-enrolment-draft/1"
}
}
}
Retrieves a page of instances of studentEnrolmentDraft
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
createdByIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "studentEnrolmentDraft",
- "id": "1",
- "attributes": {
- "status": "Under Review",
- "createdAt": "2025-03-21",
- "data": "{\"test\":[\"value1\",\"value2\"]}",
- "originalData": null
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/portal/student-enrolment-draft/1"
}
}, - {
- "type": "studentEnrolmentDraft",
- "id": "1",
- "attributes": {
- "status": "Under Review",
- "createdAt": "2025-03-21",
- "data": "{\"test\":[\"value1\",\"value2\"]}",
- "originalData": null
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/portal/student-enrolment-draft/1"
}
}, - {
- "type": "studentEnrolmentDraft",
- "id": "1",
- "attributes": {
- "status": "Under Review",
- "createdAt": "2025-03-21",
- "data": "{\"test\":[\"value1\",\"value2\"]}",
- "originalData": null
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/portal/student-enrolment-draft/1"
}
}
]
}
Retrieves a single instance of studentEnrolmentDraft
.
id required | number Number ID of the 'studentEnrolmentDraft' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "studentEnrolmentDraft",
- "id": "1",
- "attributes": {
- "status": "Under Review",
- "createdAt": "2025-03-21",
- "data": "{\"test\":[\"value1\",\"value2\"]}",
- "originalData": null
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/portal/student-enrolment-draft/1"
}
}
}
Method disabled.
Payload has the following requirements:
And supports these models:
studentEnrolmentDraft
data
→ String OR Object Refer to the description of the studentEnrolmentDraft
model for information what structure this attribute expects. [example: "See description of studentEnrolmentDraft
for actual example JSON"]id required | number Number ID of 'studentEnrolmentDraft' to update. |
object |
{- "data": {
- "type": "studentEnrolmentDraft",
- "id": 1,
- "attributes": {
- "data": "See description of `studentEnrolmentDraft` for actual example JSON"
}
}
}
{- "data": {
- "type": "studentEnrolmentDraft",
- "id": "1",
- "attributes": {
- "status": "Under Review",
- "createdAt": "2025-03-21",
- "data": "{\"test\":[\"value1\",\"value2\"]}",
- "originalData": null
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/portal/student-enrolment-draft/1"
}
}
}
Adds a new 'studentDocument' to a processed 'studentEnrolmentDraft'. The file should be uploaded via 'multipart/form-data' and should be sent under key 'attachment'.
id required | number Number ID of the 'studentEnrolmentDraft' to which the attachment should be added. [example: 1] |
isConfidential | boolean Boolean Controls whether the newly created file should be confidential or not. [optional] [default: false] |
studentDocumentCategoryId | number Number Category to which this document belongs. [optional] [default: Oldest active category ID.] |
{- "data": {
- "type": "studentDocument",
- "id": "1",
- "attributes": {
- "fileName": null,
- "isConfidential": true
}, - "links": {
- "self": "/v1/enrolments/student-document/1",
- "file": "/v1/enrolments/student-document/1/file"
}
}
}
Retrieves all of studentDocument
related to studentEnrolmentDraft
via relation attachments
.
id required | number Number ID of the 'studentEnrolmentDraft', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "studentDocument",
- "id": "1",
- "attributes": {
- "fileName": null,
- "isConfidential": true
}, - "links": {
- "self": "/v1/enrolments/student-document/1",
- "file": "/v1/enrolments/student-document/1/file"
}
}, - {
- "type": "studentDocument",
- "id": "1",
- "attributes": {
- "fileName": null,
- "isConfidential": true
}, - "links": {
- "self": "/v1/enrolments/student-document/1",
- "file": "/v1/enrolments/student-document/1/file"
}
}, - {
- "type": "studentDocument",
- "id": "1",
- "attributes": {
- "fileName": null,
- "isConfidential": true
}, - "links": {
- "self": "/v1/enrolments/student-document/1",
- "file": "/v1/enrolments/student-document/1/file"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "gradeWeight": "string",
- "calculatedGradeWeight": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "reportSchemaAssignment": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "reportGrade": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "reportCalculatedGrade": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "coreStudent": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A mark on a specific assignment for a specific student.
Marks an assignment for a given student.
Payload has the following requirements:
And supports these models:
academicReportAssignmentMark
weight
→ Number Numeric weight of the mark. Must be one of the values defined in the assignment's scale. [example: 3]coreStudent
→ [optional] [single] expected type is coreStudent
. Student who is marked.schemaAssignment
→ [required] [single] expected type is academicReportSchemaAssignment
. Schema assignment that is marked. Will fail if the weight
provided does not exist in this schema assignment's scale.object |
{- "data": {
- "type": "academicReportAssignmentMark",
- "attributes": {
- "weight": 3
}, - "relationships": {
- "coreStudent": {
- "data": {
- "id": 1,
- "type": "coreStudent"
}
}, - "schemaAssignment": {
- "data": {
- "id": 1,
- "type": "academicReportSchemaAssignment"
}
}
}
}
}
{- "data": {
- "type": "academicReportAssignmentMark",
- "id": "2-1",
- "attributes": {
- "gradeWeight": 7,
- "calculatedGradeWeight": null
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "3",
- "type": "studentAcademicReportPeriod"
}
}, - "reportSchemaAssignment": {
- "data": {
- "id": "2",
- "type": "academicReportSchemaAssignment"
}
}, - "coreStudent": {
- "data": {
- "id": "4",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-assignment-mark/2-1"
}
}
}
Retrieves a page of instances of academicReportAssignmentMark
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
reportPeriodIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "academicReportAssignmentMark",
- "id": "2-1",
- "attributes": {
- "gradeWeight": 7,
- "calculatedGradeWeight": null
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "3",
- "type": "studentAcademicReportPeriod"
}
}, - "reportSchemaAssignment": {
- "data": {
- "id": "2",
- "type": "academicReportSchemaAssignment"
}
}, - "coreStudent": {
- "data": {
- "id": "4",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-assignment-mark/2-1"
}
}, - {
- "type": "academicReportAssignmentMark",
- "id": "2-1",
- "attributes": {
- "gradeWeight": 7,
- "calculatedGradeWeight": null
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "3",
- "type": "studentAcademicReportPeriod"
}
}, - "reportSchemaAssignment": {
- "data": {
- "id": "2",
- "type": "academicReportSchemaAssignment"
}
}, - "coreStudent": {
- "data": {
- "id": "4",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-assignment-mark/2-1"
}
}, - {
- "type": "academicReportAssignmentMark",
- "id": "2-1",
- "attributes": {
- "gradeWeight": 7,
- "calculatedGradeWeight": null
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "3",
- "type": "studentAcademicReportPeriod"
}
}, - "reportSchemaAssignment": {
- "data": {
- "id": "2",
- "type": "academicReportSchemaAssignment"
}
}, - "coreStudent": {
- "data": {
- "id": "4",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-assignment-mark/2-1"
}
}
]
}
Retrieves a single instance of academicReportAssignmentMark
.
id required | string String matching regular expression: |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "academicReportAssignmentMark",
- "id": "2-1",
- "attributes": {
- "gradeWeight": 7,
- "calculatedGradeWeight": null
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "3",
- "type": "studentAcademicReportPeriod"
}
}, - "reportSchemaAssignment": {
- "data": {
- "id": "2",
- "type": "academicReportSchemaAssignment"
}
}, - "coreStudent": {
- "data": {
- "id": "4",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-assignment-mark/2-1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "importType": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "coreClass": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "coreRollclass": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "enrolmentClass": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "enrolmentRollclass": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "reportCohorts": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of academicReportClass
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
reportPeriodIds | string String Comma-separated list of |
coreClassIds | string String Comma-separated list of |
coreRollclassIds | string String Comma-separated list of |
enrolmentClassIds | string String Comma-separated list of |
enrolmentRollclassIds | string String Comma-separated list of |
coreStudentIds | string String Comma-separated list of |
nameSearch | string String Search for name. By default it looks for an exact match, but special characters |
{- "data": [
- {
- "type": "academicReportClass",
- "id": "1",
- "attributes": {
- "name": "P10AABD",
- "importType": "CLASS"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "2",
- "type": "studentAcademicReportPeriod"
}
}, - "coreClass": {
- "data": {
- "id": "3",
- "type": "coreClass"
}
}, - "enrolmentClass": {
- "data": {
- "id": "4",
- "type": "class"
}
}, - "reportCohorts": {
- "links": {
- "related": "/v1/reports/academic-report-class/1/report-cohorts"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-class/1"
}
}, - {
- "type": "academicReportClass",
- "id": "1",
- "attributes": {
- "name": "P10AABD",
- "importType": "CLASS"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "2",
- "type": "studentAcademicReportPeriod"
}
}, - "coreClass": {
- "data": {
- "id": "3",
- "type": "coreClass"
}
}, - "enrolmentClass": {
- "data": {
- "id": "4",
- "type": "class"
}
}, - "reportCohorts": {
- "links": {
- "related": "/v1/reports/academic-report-class/1/report-cohorts"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-class/1"
}
}, - {
- "type": "academicReportClass",
- "id": "1",
- "attributes": {
- "name": "P10AABD",
- "importType": "CLASS"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "2",
- "type": "studentAcademicReportPeriod"
}
}, - "coreClass": {
- "data": {
- "id": "3",
- "type": "coreClass"
}
}, - "enrolmentClass": {
- "data": {
- "id": "4",
- "type": "class"
}
}, - "reportCohorts": {
- "links": {
- "related": "/v1/reports/academic-report-class/1/report-cohorts"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-class/1"
}
}
]
}
Retrieves a single instance of academicReportClass
.
id required | number Number ID of the 'academicReportClass' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "academicReportClass",
- "id": "1",
- "attributes": {
- "name": "P10AABD",
- "importType": "CLASS"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "2",
- "type": "studentAcademicReportPeriod"
}
}, - "coreClass": {
- "data": {
- "id": "3",
- "type": "coreClass"
}
}, - "enrolmentClass": {
- "data": {
- "id": "4",
- "type": "class"
}
}, - "reportCohorts": {
- "links": {
- "related": "/v1/reports/academic-report-class/1/report-cohorts"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-class/1"
}
}
}
Retrieves all of academicReportClassCohort
related to academicReportClass
via relation reportCohorts
.
id required | number Number ID of the 'academicReportClass', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "academicReportClassCohort",
- "id": "1",
- "attributes": {
- "name": "Year 10",
- "className": "Class Name",
- "cohortType": "YEAR"
}, - "relationships": {
- "reportClass": {
- "data": {
- "id": "2",
- "type": "academicReportClass"
}
}, - "enrolmentStudents": {
- "links": {
- "related": "/v1/reports/academic-report-class-cohort/1/enrolment-students"
}
}, - "coreStudents": {
- "links": {
- "related": "/v1/reports/academic-report-class-cohort/1/core-students"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-class-cohort/1"
}
}, - {
- "type": "academicReportClassCohort",
- "id": "1",
- "attributes": {
- "name": "Year 10",
- "className": "Class Name",
- "cohortType": "YEAR"
}, - "relationships": {
- "reportClass": {
- "data": {
- "id": "2",
- "type": "academicReportClass"
}
}, - "enrolmentStudents": {
- "links": {
- "related": "/v1/reports/academic-report-class-cohort/1/enrolment-students"
}
}, - "coreStudents": {
- "links": {
- "related": "/v1/reports/academic-report-class-cohort/1/core-students"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-class-cohort/1"
}
}, - {
- "type": "academicReportClassCohort",
- "id": "1",
- "attributes": {
- "name": "Year 10",
- "className": "Class Name",
- "cohortType": "YEAR"
}, - "relationships": {
- "reportClass": {
- "data": {
- "id": "2",
- "type": "academicReportClass"
}
}, - "enrolmentStudents": {
- "links": {
- "related": "/v1/reports/academic-report-class-cohort/1/enrolment-students"
}
}, - "coreStudents": {
- "links": {
- "related": "/v1/reports/academic-report-class-cohort/1/core-students"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-class-cohort/1"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "className": "string",
- "cohortType": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "reportClass": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "reportSchema": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "enrolmentStudents": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "coreStudents": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
Retrieves a page of instances of academicReportClassCohort
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
reportPeriodIds | string String Comma-separated list of |
reportClassIds | string String Comma-separated list of |
reportSchemaIds | string String Comma-separated list of |
coreStudentIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "academicReportClassCohort",
- "id": "1",
- "attributes": {
- "name": "Year 10",
- "className": "Class Name",
- "cohortType": "YEAR"
}, - "relationships": {
- "reportClass": {
- "data": {
- "id": "2",
- "type": "academicReportClass"
}
}, - "enrolmentStudents": {
- "links": {
- "related": "/v1/reports/academic-report-class-cohort/1/enrolment-students"
}
}, - "coreStudents": {
- "links": {
- "related": "/v1/reports/academic-report-class-cohort/1/core-students"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-class-cohort/1"
}
}, - {
- "type": "academicReportClassCohort",
- "id": "1",
- "attributes": {
- "name": "Year 10",
- "className": "Class Name",
- "cohortType": "YEAR"
}, - "relationships": {
- "reportClass": {
- "data": {
- "id": "2",
- "type": "academicReportClass"
}
}, - "enrolmentStudents": {
- "links": {
- "related": "/v1/reports/academic-report-class-cohort/1/enrolment-students"
}
}, - "coreStudents": {
- "links": {
- "related": "/v1/reports/academic-report-class-cohort/1/core-students"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-class-cohort/1"
}
}, - {
- "type": "academicReportClassCohort",
- "id": "1",
- "attributes": {
- "name": "Year 10",
- "className": "Class Name",
- "cohortType": "YEAR"
}, - "relationships": {
- "reportClass": {
- "data": {
- "id": "2",
- "type": "academicReportClass"
}
}, - "enrolmentStudents": {
- "links": {
- "related": "/v1/reports/academic-report-class-cohort/1/enrolment-students"
}
}, - "coreStudents": {
- "links": {
- "related": "/v1/reports/academic-report-class-cohort/1/core-students"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-class-cohort/1"
}
}
]
}
Retrieves a single instance of academicReportClassCohort
.
id required | number Number ID of the 'academicReportClassCohort' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "academicReportClassCohort",
- "id": "1",
- "attributes": {
- "name": "Year 10",
- "className": "Class Name",
- "cohortType": "YEAR"
}, - "relationships": {
- "reportClass": {
- "data": {
- "id": "2",
- "type": "academicReportClass"
}
}, - "enrolmentStudents": {
- "links": {
- "related": "/v1/reports/academic-report-class-cohort/1/enrolment-students"
}
}, - "coreStudents": {
- "links": {
- "related": "/v1/reports/academic-report-class-cohort/1/core-students"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-class-cohort/1"
}
}
}
Retrieves a page of academicReportAssignmentMark
related to academicReportClassCohort
via relation academicReportAssignmentMarks
.
id required | number Number ID of the 'academicReportClassCohort', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
reportSchemaIds | string String Comma-separated list of |
reportSchemaAssignmentIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "academicReportAssignmentMark",
- "id": "2-1",
- "attributes": {
- "gradeWeight": 7,
- "calculatedGradeWeight": null
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "3",
- "type": "studentAcademicReportPeriod"
}
}, - "reportSchemaAssignment": {
- "data": {
- "id": "2",
- "type": "academicReportSchemaAssignment"
}
}, - "coreStudent": {
- "data": {
- "id": "4",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-assignment-mark/2-1"
}
}, - {
- "type": "academicReportAssignmentMark",
- "id": "2-1",
- "attributes": {
- "gradeWeight": 7,
- "calculatedGradeWeight": null
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "3",
- "type": "studentAcademicReportPeriod"
}
}, - "reportSchemaAssignment": {
- "data": {
- "id": "2",
- "type": "academicReportSchemaAssignment"
}
}, - "coreStudent": {
- "data": {
- "id": "4",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-assignment-mark/2-1"
}
}, - {
- "type": "academicReportAssignmentMark",
- "id": "2-1",
- "attributes": {
- "gradeWeight": 7,
- "calculatedGradeWeight": null
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "3",
- "type": "studentAcademicReportPeriod"
}
}, - "reportSchemaAssignment": {
- "data": {
- "id": "2",
- "type": "academicReportSchemaAssignment"
}
}, - "coreStudent": {
- "data": {
- "id": "4",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-assignment-mark/2-1"
}
}
]
}
Retrieves a page of coreStudent
related to academicReportClassCohort
via relation coreStudents
.
id required | number Number ID of the 'academicReportClassCohort', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: additionalDetails, coreRollclass, attendedClasses, holidays, studentRelationships, coreHouse, contacts. [optional] [default: null] [example: "additionalDetails"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "coreStudent",
- "id": "2",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Smith",
- "preferredName": "Jane",
- "gender": null,
- "barcode": "B000007001",
- "examId": null,
- "schoolYear": "",
- "dateOfBirth": null,
- "allergies": null,
- "medicalConditions": null,
- "externalId": "EXT_123",
- "externalSource": "SentralEnrolment",
- "username": null,
- "email": null,
- "mobile": null,
- "refId": "8b6447c6-49e1-44f7-952c-12006df6dfab",
- "eslSupportNeeded": false,
- "eslDateAssessed": null,
- "isEslSupportReceived": false,
- "enrolDate": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "additionalDetails": {
- "data": {
- "id": "1",
- "type": "corePerson"
}
}, - "attendedClasses": {
- "links": {
- "related": "/v1/core/core-student/2/attended-classes"
}
}, - "studentRelationships": {
- "links": {
- "related": "/v1/core/core-student-relationships?studentIds=2"
}
}, - "coreHouse": {
- "data": {
- "id": "1",
- "type": "coreHouse"
}
}, - "contacts": {
- "links": {
- "related": "/v1/core/core-student/2/contacts"
}
}
}, - "links": {
- "self": "/v1/core/core-student/2"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreStudent",
- "id": "2",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Smith",
- "preferredName": "Jane",
- "gender": null,
- "barcode": "B000007001",
- "examId": null,
- "schoolYear": "",
- "dateOfBirth": null,
- "allergies": null,
- "medicalConditions": null,
- "externalId": "EXT_123",
- "externalSource": "SentralEnrolment",
- "username": null,
- "email": null,
- "mobile": null,
- "refId": "8b6447c6-49e1-44f7-952c-12006df6dfab",
- "eslSupportNeeded": false,
- "eslDateAssessed": null,
- "isEslSupportReceived": false,
- "enrolDate": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "additionalDetails": {
- "data": {
- "id": "1",
- "type": "corePerson"
}
}, - "attendedClasses": {
- "links": {
- "related": "/v1/core/core-student/2/attended-classes"
}
}, - "studentRelationships": {
- "links": {
- "related": "/v1/core/core-student-relationships?studentIds=2"
}
}, - "coreHouse": {
- "data": {
- "id": "1",
- "type": "coreHouse"
}
}, - "contacts": {
- "links": {
- "related": "/v1/core/core-student/2/contacts"
}
}
}, - "links": {
- "self": "/v1/core/core-student/2"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreStudent",
- "id": "2",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Smith",
- "preferredName": "Jane",
- "gender": null,
- "barcode": "B000007001",
- "examId": null,
- "schoolYear": "",
- "dateOfBirth": null,
- "allergies": null,
- "medicalConditions": null,
- "externalId": "EXT_123",
- "externalSource": "SentralEnrolment",
- "username": null,
- "email": null,
- "mobile": null,
- "refId": "8b6447c6-49e1-44f7-952c-12006df6dfab",
- "eslSupportNeeded": false,
- "eslDateAssessed": null,
- "isEslSupportReceived": false,
- "enrolDate": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "additionalDetails": {
- "data": {
- "id": "1",
- "type": "corePerson"
}
}, - "attendedClasses": {
- "links": {
- "related": "/v1/core/core-student/2/attended-classes"
}
}, - "studentRelationships": {
- "links": {
- "related": "/v1/core/core-student-relationships?studentIds=2"
}
}, - "coreHouse": {
- "data": {
- "id": "1",
- "type": "coreHouse"
}
}, - "contacts": {
- "links": {
- "related": "/v1/core/core-student/2/contacts"
}
}
}, - "links": {
- "self": "/v1/core/core-student/2"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a page of student
related to academicReportClassCohort
via relation enrolmentStudents
.
id required | number Number ID of the 'academicReportClassCohort', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: primaryEnrolment, person, activities, activityInstances, tenants, flags, flagLinks, contacts, holidays, specialNeedsPrograms, schoolHistory. [optional] [default: null] [example: "primaryEnrolment"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "label": "string",
- "printLabel": "string",
- "commentType": "string"
}, - "links": {
- "self": "string"
}
}
A school comment type
Retrieves a page of instances of academicReportCommentType
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "academicReportCommentType",
- "id": "1",
- "attributes": {
- "label": "Teacher Comment",
- "printLabel": null,
- "commentType": "SUBJECT"
}, - "links": {
- "self": "/v1/reports/academic-report-comment-type/1"
}
}, - {
- "type": "academicReportCommentType",
- "id": "1",
- "attributes": {
- "label": "Teacher Comment",
- "printLabel": null,
- "commentType": "SUBJECT"
}, - "links": {
- "self": "/v1/reports/academic-report-comment-type/1"
}
}, - {
- "type": "academicReportCommentType",
- "id": "1",
- "attributes": {
- "label": "Teacher Comment",
- "printLabel": null,
- "commentType": "SUBJECT"
}, - "links": {
- "self": "/v1/reports/academic-report-comment-type/1"
}
}
]
}
Retrieves a single instance of academicReportCommentType
.
id required | number Number ID of the 'academicReportCommentType' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "academicReportCommentType",
- "id": "1",
- "attributes": {
- "label": "Teacher Comment",
- "printLabel": null,
- "commentType": "SUBJECT"
}, - "links": {
- "self": "/v1/reports/academic-report-comment-type/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "comment": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "reportCommentType": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "coreStudent": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
An overall comment for a specific student.
Sets an overall comment for a given student.
Payload has the following requirements:
And supports these models:
academicReportPeriodComment
comment
→ String The contents of the comment [example: "This is an overall comment for a student"]reportCommentType
→ [required] [single] expected type is academicReportCommentType
. The comment type this comment applies to. Must be of a type OVERALLreportPeriod
→ [required] [single] expected type is studentAcademicReportPeriod
. The reporting period that this comment applies tocoreStudent
→ [optional] [single] expected type is coreStudent
. Student for whom this comment applies to.object |
{- "data": {
- "type": "academicReportPeriodComment",
- "attributes": {
- "comment": "This is an overall comment for a student"
}, - "relationships": {
- "reportCommentType": {
- "data": {
- "id": 1,
- "type": "academicReportCommentType"
}
}, - "reportPeriod": {
- "data": {
- "id": 1,
- "type": "studentAcademicReportPeriod"
}
}, - "coreStudent": {
- "data": {
- "id": 1,
- "type": "coreStudent"
}
}
}
}
}
{- "data": {
- "type": "academicReportPeriodComment",
- "id": "0",
- "attributes": {
- "comment": "This is an overall comment for a student."
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "3",
- "type": "studentAcademicReportPeriod"
}
}, - "coreStudent": {
- "data": {
- "id": "4",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-assignment-mark/0"
}
}
}
Retrieves a page of instances of academicReportPeriodComment
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
reportPeriodIds | string String Comma-separated list of Report Period IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
reportCommentTypeIds | string String Comma-separated list of Comment Type IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
coreStudentIds | string String Comma-separated list of Student IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "academicReportPeriodComment",
- "id": "0",
- "attributes": {
- "comment": "This is an overall comment for a student."
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "3",
- "type": "studentAcademicReportPeriod"
}
}, - "coreStudent": {
- "data": {
- "id": "4",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-assignment-mark/0"
}
}, - {
- "type": "academicReportPeriodComment",
- "id": "0",
- "attributes": {
- "comment": "This is an overall comment for a student."
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "3",
- "type": "studentAcademicReportPeriod"
}
}, - "coreStudent": {
- "data": {
- "id": "4",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-assignment-mark/0"
}
}, - {
- "type": "academicReportPeriodComment",
- "id": "0",
- "attributes": {
- "comment": "This is an overall comment for a student."
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "3",
- "type": "studentAcademicReportPeriod"
}
}, - "coreStudent": {
- "data": {
- "id": "4",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-assignment-mark/0"
}
}
]
}
Retrieves a single instance of academicReportPeriodComment
.
id required | number Number ID of the 'academicReportPeriodComment' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "academicReportPeriodComment",
- "id": "0",
- "attributes": {
- "comment": "This is an overall comment for a student."
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "3",
- "type": "studentAcademicReportPeriod"
}
}, - "coreStudent": {
- "data": {
- "id": "4",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-assignment-mark/0"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "scale": 0,
- "type": "string",
- "dataType": "string",
- "sort": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "reportGrades": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
Retrieves a page of instances of academicReportScale
.
include | string String Comma-separated list of relations to sideload. Allowed values are: reportGrades. [optional] [default: null] [example: "reportGrades"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
reportPeriodIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "academicReportScale",
- "id": "1",
- "attributes": {
- "name": "Achievement Scale",
- "scale": 2,
- "type": "Attitude",
- "dataType": "GradeMark",
- "sort": "HIGH_TO_LOW"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "2",
- "type": "studentAcademicReportPeriod"
}
}, - "reportGrades": {
- "links": {
- "related": "/v1/reports/academic-report-scale/1/report-grades"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-scale/1"
}
}, - {
- "type": "academicReportScale",
- "id": "1",
- "attributes": {
- "name": "Achievement Scale",
- "scale": 2,
- "type": "Attitude",
- "dataType": "GradeMark",
- "sort": "HIGH_TO_LOW"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "2",
- "type": "studentAcademicReportPeriod"
}
}, - "reportGrades": {
- "links": {
- "related": "/v1/reports/academic-report-scale/1/report-grades"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-scale/1"
}
}, - {
- "type": "academicReportScale",
- "id": "1",
- "attributes": {
- "name": "Achievement Scale",
- "scale": 2,
- "type": "Attitude",
- "dataType": "GradeMark",
- "sort": "HIGH_TO_LOW"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "2",
- "type": "studentAcademicReportPeriod"
}
}, - "reportGrades": {
- "links": {
- "related": "/v1/reports/academic-report-scale/1/report-grades"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-scale/1"
}
}
]
}
Retrieves a single instance of academicReportScale
.
id required | number Number ID of the 'academicReportScale' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: reportGrades. [optional] [default: null] [example: "reportGrades"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "academicReportScale",
- "id": "1",
- "attributes": {
- "name": "Achievement Scale",
- "scale": 2,
- "type": "Attitude",
- "dataType": "GradeMark",
- "sort": "HIGH_TO_LOW"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "2",
- "type": "studentAcademicReportPeriod"
}
}, - "reportGrades": {
- "links": {
- "related": "/v1/reports/academic-report-scale/1/report-grades"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-scale/1"
}
}
}
Retrieves all of academicReportScaleGrade
related to academicReportScale
via relation reportScales
.
id required | number Number ID of the 'academicReportScale', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "academicReportScaleGrade",
- "id": "1",
- "attributes": {
- "name": "Needs Attention",
- "shortName": "Need Att.",
- "description": "Results are below the requirements and more attention needs to be given to the student",
- "grade": "NA",
- "weight": "1"
}, - "relationships": {
- "reportScale": {
- "data": {
- "id": "2",
- "type": "academicReportScale"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-scale-grade/1"
}
}, - {
- "type": "academicReportScaleGrade",
- "id": "1",
- "attributes": {
- "name": "Needs Attention",
- "shortName": "Need Att.",
- "description": "Results are below the requirements and more attention needs to be given to the student",
- "grade": "NA",
- "weight": "1"
}, - "relationships": {
- "reportScale": {
- "data": {
- "id": "2",
- "type": "academicReportScale"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-scale-grade/1"
}
}, - {
- "type": "academicReportScaleGrade",
- "id": "1",
- "attributes": {
- "name": "Needs Attention",
- "shortName": "Need Att.",
- "description": "Results are below the requirements and more attention needs to be given to the student",
- "grade": "NA",
- "weight": "1"
}, - "relationships": {
- "reportScale": {
- "data": {
- "id": "2",
- "type": "academicReportScale"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-scale-grade/1"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "shortName": "string",
- "description": "string",
- "grade": "string",
- "weight": 0
}, - "links": {
- "self": "string"
}, - "relationships": {
- "reportScale": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A single grade in a scale available in a reporting period
Retrieves a page of instances of academicReportScaleGrade
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
reportScaleIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "academicReportScaleGrade",
- "id": "1",
- "attributes": {
- "name": "Needs Attention",
- "shortName": "Need Att.",
- "description": "Results are below the requirements and more attention needs to be given to the student",
- "grade": "NA",
- "weight": "1"
}, - "relationships": {
- "reportScale": {
- "data": {
- "id": "2",
- "type": "academicReportScale"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-scale-grade/1"
}
}, - {
- "type": "academicReportScaleGrade",
- "id": "1",
- "attributes": {
- "name": "Needs Attention",
- "shortName": "Need Att.",
- "description": "Results are below the requirements and more attention needs to be given to the student",
- "grade": "NA",
- "weight": "1"
}, - "relationships": {
- "reportScale": {
- "data": {
- "id": "2",
- "type": "academicReportScale"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-scale-grade/1"
}
}, - {
- "type": "academicReportScaleGrade",
- "id": "1",
- "attributes": {
- "name": "Needs Attention",
- "shortName": "Need Att.",
- "description": "Results are below the requirements and more attention needs to be given to the student",
- "grade": "NA",
- "weight": "1"
}, - "relationships": {
- "reportScale": {
- "data": {
- "id": "2",
- "type": "academicReportScale"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-scale-grade/1"
}
}
]
}
Retrieves a single instance of academicReportScaleGrade
.
id required | number Number ID of the 'academicReportScaleGrade' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "academicReportScaleGrade",
- "id": "1",
- "attributes": {
- "name": "Needs Attention",
- "shortName": "Need Att.",
- "description": "Results are below the requirements and more attention needs to be given to the student",
- "grade": "NA",
- "weight": "1"
}, - "relationships": {
- "reportScale": {
- "data": {
- "id": "2",
- "type": "academicReportScale"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-scale-grade/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "type": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "reportAchievementScale": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "reportEffortScale": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "reportAttitudeScale": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "reportCommentTypes": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
Retrieves a page of instances of academicReportSchema
.
include | string String Comma-separated list of relations to sideload. Allowed values are: reportCommentTypes. [optional] [default: null] [example: "reportCommentTypes"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
reportPeriodIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "academicReportSchema",
- "id": "1",
- "attributes": {
- "name": "Year 8 Student Overview",
- "type": null
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "1",
- "type": "studentAcademicReportPeriod"
}
}, - "reportAchievementScale": {
- "data": {
- "id": "2",
- "type": "academicReportScale"
}
}, - "reportEffortScale": {
- "data": {
- "id": "3",
- "type": "academicReportScale"
}
}, - "reportCommentTypes": {
- "data": [
- {
- "id": "1",
- "type": "academicReportCommentType"
}
], - "links": {
- "related": "/v1/reports/academic-report-schema/1/report-comment-types"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-schema/1"
}
}, - {
- "type": "academicReportSchema",
- "id": "1",
- "attributes": {
- "name": "Year 8 Student Overview",
- "type": null
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "1",
- "type": "studentAcademicReportPeriod"
}
}, - "reportAchievementScale": {
- "data": {
- "id": "2",
- "type": "academicReportScale"
}
}, - "reportEffortScale": {
- "data": {
- "id": "3",
- "type": "academicReportScale"
}
}, - "reportCommentTypes": {
- "data": [
- {
- "id": "1",
- "type": "academicReportCommentType"
}
], - "links": {
- "related": "/v1/reports/academic-report-schema/1/report-comment-types"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-schema/1"
}
}, - {
- "type": "academicReportSchema",
- "id": "1",
- "attributes": {
- "name": "Year 8 Student Overview",
- "type": null
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "1",
- "type": "studentAcademicReportPeriod"
}
}, - "reportAchievementScale": {
- "data": {
- "id": "2",
- "type": "academicReportScale"
}
}, - "reportEffortScale": {
- "data": {
- "id": "3",
- "type": "academicReportScale"
}
}, - "reportCommentTypes": {
- "data": [
- {
- "id": "1",
- "type": "academicReportCommentType"
}
], - "links": {
- "related": "/v1/reports/academic-report-schema/1/report-comment-types"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-schema/1"
}
}
]
}
Retrieves a single instance of academicReportSchema
.
id required | number Number ID of the 'academicReportSchema' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: reportCommentTypes. [optional] [default: null] [example: "reportCommentTypes"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "academicReportSchema",
- "id": "1",
- "attributes": {
- "name": "Year 8 Student Overview",
- "type": null
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "1",
- "type": "studentAcademicReportPeriod"
}
}, - "reportAchievementScale": {
- "data": {
- "id": "2",
- "type": "academicReportScale"
}
}, - "reportEffortScale": {
- "data": {
- "id": "3",
- "type": "academicReportScale"
}
}, - "reportCommentTypes": {
- "data": [
- {
- "id": "1",
- "type": "academicReportCommentType"
}
], - "links": {
- "related": "/v1/reports/academic-report-schema/1/report-comment-types"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-schema/1"
}
}
}
Retrieves all of academicReportCommentType
related to academicReportSchema
via relation reportSchemas
.
id required | number Number ID of the 'academicReportSchema', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "academicReportCommentType",
- "id": "1",
- "attributes": {
- "label": "Teacher Comment",
- "printLabel": null,
- "commentType": "SUBJECT"
}, - "links": {
- "self": "/v1/reports/academic-report-comment-type/1"
}
}, - {
- "type": "academicReportCommentType",
- "id": "1",
- "attributes": {
- "label": "Teacher Comment",
- "printLabel": null,
- "commentType": "SUBJECT"
}, - "links": {
- "self": "/v1/reports/academic-report-comment-type/1"
}
}, - {
- "type": "academicReportCommentType",
- "id": "1",
- "attributes": {
- "label": "Teacher Comment",
- "printLabel": null,
- "commentType": "SUBJECT"
}, - "links": {
- "self": "/v1/reports/academic-report-comment-type/1"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "type": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "reportSchema": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "reportScale": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "reportSubject": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "reportStrand": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "reportCommentTypes": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
Retrieves a page of instances of academicReportSchemaAssignment
.
include | string String Comma-separated list of relations to sideload. Allowed values are: reportCommentTypes. [optional] [default: null] [example: "reportCommentTypes"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
reportPeriodIds | string String Comma-separated list of |
reportSchemaIds | string String Comma-separated list of |
reportSubjectIds | string String Comma-separated list of |
reportStrandIds | string String Comma-separated list of |
reportCohortIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "academicReportSchemaAssignment",
- "id": "1",
- "attributes": {
- "name": "Test Assignemnt",
- "type": "OVERALL"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "3",
- "type": "studentAcademicReportPeriod"
}
}, - "reportSubject": {
- "data": {
- "id": "2",
- "type": "academicReportSubject"
}
}, - "reportCommentTypes": {
- "data": [
- {
- "id": "1",
- "type": "academicReportCommentType"
}
], - "links": {
- "related": "/v1/reports/academic-report-schema-assignment/1/report-comment-types"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-schema-assignment/1"
}
}, - {
- "type": "academicReportSchemaAssignment",
- "id": "1",
- "attributes": {
- "name": "Test Assignemnt",
- "type": "OVERALL"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "3",
- "type": "studentAcademicReportPeriod"
}
}, - "reportSubject": {
- "data": {
- "id": "2",
- "type": "academicReportSubject"
}
}, - "reportCommentTypes": {
- "data": [
- {
- "id": "1",
- "type": "academicReportCommentType"
}
], - "links": {
- "related": "/v1/reports/academic-report-schema-assignment/1/report-comment-types"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-schema-assignment/1"
}
}, - {
- "type": "academicReportSchemaAssignment",
- "id": "1",
- "attributes": {
- "name": "Test Assignemnt",
- "type": "OVERALL"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "3",
- "type": "studentAcademicReportPeriod"
}
}, - "reportSubject": {
- "data": {
- "id": "2",
- "type": "academicReportSubject"
}
}, - "reportCommentTypes": {
- "data": [
- {
- "id": "1",
- "type": "academicReportCommentType"
}
], - "links": {
- "related": "/v1/reports/academic-report-schema-assignment/1/report-comment-types"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-schema-assignment/1"
}
}
]
}
Retrieves a single instance of academicReportSchemaAssignment
.
id required | number Number ID of the 'academicReportSchemaAssignment' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: reportCommentTypes. [optional] [default: null] [example: "reportCommentTypes"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "academicReportSchemaAssignment",
- "id": "1",
- "attributes": {
- "name": "Test Assignemnt",
- "type": "OVERALL"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "3",
- "type": "studentAcademicReportPeriod"
}
}, - "reportSubject": {
- "data": {
- "id": "2",
- "type": "academicReportSubject"
}
}, - "reportCommentTypes": {
- "data": [
- {
- "id": "1",
- "type": "academicReportCommentType"
}
], - "links": {
- "related": "/v1/reports/academic-report-schema-assignment/1/report-comment-types"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-schema-assignment/1"
}
}
}
Retrieves all of academicReportCommentType
related to academicReportSchemaAssignment
via relation reportSchemas
.
id required | number Number ID of the 'academicReportSchemaAssignment', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "academicReportCommentType",
- "id": "1",
- "attributes": {
- "label": "Teacher Comment",
- "printLabel": null,
- "commentType": "SUBJECT"
}, - "links": {
- "self": "/v1/reports/academic-report-comment-type/1"
}
}, - {
- "type": "academicReportCommentType",
- "id": "1",
- "attributes": {
- "label": "Teacher Comment",
- "printLabel": null,
- "commentType": "SUBJECT"
}, - "links": {
- "self": "/v1/reports/academic-report-comment-type/1"
}
}, - {
- "type": "academicReportCommentType",
- "id": "1",
- "attributes": {
- "label": "Teacher Comment",
- "printLabel": null,
- "commentType": "SUBJECT"
}, - "links": {
- "self": "/v1/reports/academic-report-comment-type/1"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "comment": "string",
- "updatedAt": {
- "timestamp": 0,
- "iso8601": "string"
}
}, - "links": {
- "self": "string"
}, - "relationships": {
- "schemaAssignment": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "reportCommentType": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "coreStudent": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "author": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A schema assignment comment for a specific student.
Sets a schema assignment comment for a given student.
Payload has the following requirements:
And supports these models:
academicReportSchemaAssignmentComment
comment
→ String The contents of the comment [example: "This is an overall comment for a student"]reportCommentType
→ [required] [single] expected type is academicReportCommentType
. The comment type this comment applies to. Must be of a type OVERALLschemaAssignment
→ [required] [single] expected type is academicReportSchemaAssignment
. The schema assignment that this comment applies tocoreStudent
→ [optional] [single] expected type is coreStudent
. Student for whom this comment applies to.author
→ [optional] [single] expected type is administrativeUser
. The author of the comment.object |
{- "data": {
- "type": "academicReportSchemaAssignmentComment",
- "attributes": {
- "comment": "This is an overall comment for a student"
}, - "relationships": {
- "reportCommentType": {
- "data": {
- "id": 1,
- "type": "academicReportCommentType"
}
}, - "schemaAssignment": {
- "data": {
- "id": 1,
- "type": "academicReportSchemaAssignment"
}
}, - "coreStudent": {
- "data": {
- "id": 1,
- "type": "coreStudent"
}
}, - "author": {
- "data": {
- "id": 1,
- "type": "administrativeUser"
}
}
}
}
}
{- "data": {
- "type": "academicReportSchemaAssignmentComment",
- "id": "0",
- "attributes": {
- "comment": "This is a subject comment for a student.",
- "updatedAt": {
- "timestamp": 1742534518,
- "iso8601": "2025-03-21T05:21:58+0000"
}
}, - "relationships": {
- "schemaAssignment": {
- "data": {
- "id": "32",
- "type": "academicReportSchemaAssignment"
}
}, - "reportCommentType": {
- "data": {
- "id": "2",
- "type": "academicReportCommentType"
}
}, - "coreStudent": {
- "data": {
- "id": "4",
- "type": "coreStudent"
}
}, - "author": {
- "data": {
- "id": "1",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-schema-assignment-comment/0"
}
}
}
Retrieves a page of instances of academicReportSchemaAssignmentComment
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
reportPeriodIds | string String Comma-separated list of Report Period IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
schemaAssignmentIds | string String Comma-separated list of Schema Assignment IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
reportCommentTypeIds | string String Comma-separated list of Comment Type IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
coreStudentIds | string String Comma-separated list of Student IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "academicReportSchemaAssignmentComment",
- "id": "0",
- "attributes": {
- "comment": "This is a subject comment for a student.",
- "updatedAt": {
- "timestamp": 1742534518,
- "iso8601": "2025-03-21T05:21:58+0000"
}
}, - "relationships": {
- "schemaAssignment": {
- "data": {
- "id": "32",
- "type": "academicReportSchemaAssignment"
}
}, - "reportCommentType": {
- "data": {
- "id": "2",
- "type": "academicReportCommentType"
}
}, - "coreStudent": {
- "data": {
- "id": "4",
- "type": "coreStudent"
}
}, - "author": {
- "data": {
- "id": "1",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-schema-assignment-comment/0"
}
}, - {
- "type": "academicReportSchemaAssignmentComment",
- "id": "0",
- "attributes": {
- "comment": "This is a subject comment for a student.",
- "updatedAt": {
- "timestamp": 1742534518,
- "iso8601": "2025-03-21T05:21:58+0000"
}
}, - "relationships": {
- "schemaAssignment": {
- "data": {
- "id": "32",
- "type": "academicReportSchemaAssignment"
}
}, - "reportCommentType": {
- "data": {
- "id": "2",
- "type": "academicReportCommentType"
}
}, - "coreStudent": {
- "data": {
- "id": "4",
- "type": "coreStudent"
}
}, - "author": {
- "data": {
- "id": "1",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-schema-assignment-comment/0"
}
}, - {
- "type": "academicReportSchemaAssignmentComment",
- "id": "0",
- "attributes": {
- "comment": "This is a subject comment for a student.",
- "updatedAt": {
- "timestamp": 1742534518,
- "iso8601": "2025-03-21T05:21:58+0000"
}
}, - "relationships": {
- "schemaAssignment": {
- "data": {
- "id": "32",
- "type": "academicReportSchemaAssignment"
}
}, - "reportCommentType": {
- "data": {
- "id": "2",
- "type": "academicReportCommentType"
}
}, - "coreStudent": {
- "data": {
- "id": "4",
- "type": "coreStudent"
}
}, - "author": {
- "data": {
- "id": "1",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-schema-assignment-comment/0"
}
}
]
}
Retrieves a single instance of academicReportSchemaAssignmentComment
.
id required | number Number ID of the 'academicReportSchemaAssignmentComment' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "academicReportSchemaAssignmentComment",
- "id": "0",
- "attributes": {
- "comment": "This is a subject comment for a student.",
- "updatedAt": {
- "timestamp": 1742534518,
- "iso8601": "2025-03-21T05:21:58+0000"
}
}, - "relationships": {
- "schemaAssignment": {
- "data": {
- "id": "32",
- "type": "academicReportSchemaAssignment"
}
}, - "reportCommentType": {
- "data": {
- "id": "2",
- "type": "academicReportCommentType"
}
}, - "coreStudent": {
- "data": {
- "id": "4",
- "type": "coreStudent"
}
}, - "author": {
- "data": {
- "id": "1",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-schema-assignment-comment/0"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "shortName": "string",
- "code": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "reportSubject": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A grading strand available in a reporting period
Retrieves a page of instances of academicReportStrand
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
reportSubjectIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "academicReportStrand",
- "id": "0",
- "attributes": {
- "name": "Assessment Tasks Year 8",
- "shortName": "Assessment Tasks Year 8",
- "code": "ATY8"
}, - "relationships": {
- "reportSubject": {
- "data": {
- "id": "1",
- "type": "academicReportSubject"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-strand/0"
}
}, - {
- "type": "academicReportStrand",
- "id": "0",
- "attributes": {
- "name": "Assessment Tasks Year 8",
- "shortName": "Assessment Tasks Year 8",
- "code": "ATY8"
}, - "relationships": {
- "reportSubject": {
- "data": {
- "id": "1",
- "type": "academicReportSubject"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-strand/0"
}
}, - {
- "type": "academicReportStrand",
- "id": "0",
- "attributes": {
- "name": "Assessment Tasks Year 8",
- "shortName": "Assessment Tasks Year 8",
- "code": "ATY8"
}, - "relationships": {
- "reportSubject": {
- "data": {
- "id": "1",
- "type": "academicReportSubject"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-strand/0"
}
}
]
}
Retrieves a single instance of academicReportStrand
.
id required | number Number ID of the 'academicReportStrand' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "academicReportStrand",
- "id": "0",
- "attributes": {
- "name": "Assessment Tasks Year 8",
- "shortName": "Assessment Tasks Year 8",
- "code": "ATY8"
}, - "relationships": {
- "reportSubject": {
- "data": {
- "id": "1",
- "type": "academicReportSubject"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-strand/0"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "shortName": "string",
- "code": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of academicReportSubject
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
reportPeriodIds | string String Comma-separated list of |
names | string String Comma-separated list of |
shortNames | string String Comma-separated list of |
codes | string String Comma-separated list of |
shortNameSearch | string String Search for shortName. By default it looks for an exact match, but special characters |
codeSearch | string String Search for code. By default it looks for an exact match, but special characters |
{- "data": [
- {
- "type": "academicReportSubject",
- "id": "1",
- "attributes": {
- "name": "English as an Additional Language or Dialect",
- "shortName": "EAL/D",
- "code": "EALD"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "2",
- "type": "studentAcademicReportPeriod"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-subject/1"
}
}, - {
- "type": "academicReportSubject",
- "id": "1",
- "attributes": {
- "name": "English as an Additional Language or Dialect",
- "shortName": "EAL/D",
- "code": "EALD"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "2",
- "type": "studentAcademicReportPeriod"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-subject/1"
}
}, - {
- "type": "academicReportSubject",
- "id": "1",
- "attributes": {
- "name": "English as an Additional Language or Dialect",
- "shortName": "EAL/D",
- "code": "EALD"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "2",
- "type": "studentAcademicReportPeriod"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-subject/1"
}
}
]
}
Retrieves a single instance of academicReportSubject
.
id required | number Number ID of the 'academicReportSubject' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "academicReportSubject",
- "id": "1",
- "attributes": {
- "name": "English as an Additional Language or Dialect",
- "shortName": "EAL/D",
- "code": "EALD"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "2",
- "type": "studentAcademicReportPeriod"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-subject/1"
}
}
}
Retrieves a page of academicReportSchemaAssignment
related to academicReportSubject
via relation schemaAssignments
.
id required | number Number ID of the 'academicReportSubject', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: reportCommentTypes. [optional] [default: null] [example: "reportCommentTypes"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "academicReportSchemaAssignment",
- "id": "1",
- "attributes": {
- "name": "Test Assignemnt",
- "type": "OVERALL"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "3",
- "type": "studentAcademicReportPeriod"
}
}, - "reportSubject": {
- "data": {
- "id": "2",
- "type": "academicReportSubject"
}
}, - "reportCommentTypes": {
- "data": [
- {
- "id": "1",
- "type": "academicReportCommentType"
}
], - "links": {
- "related": "/v1/reports/academic-report-schema-assignment/1/report-comment-types"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-schema-assignment/1"
}
}, - {
- "type": "academicReportSchemaAssignment",
- "id": "1",
- "attributes": {
- "name": "Test Assignemnt",
- "type": "OVERALL"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "3",
- "type": "studentAcademicReportPeriod"
}
}, - "reportSubject": {
- "data": {
- "id": "2",
- "type": "academicReportSubject"
}
}, - "reportCommentTypes": {
- "data": [
- {
- "id": "1",
- "type": "academicReportCommentType"
}
], - "links": {
- "related": "/v1/reports/academic-report-schema-assignment/1/report-comment-types"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-schema-assignment/1"
}
}, - {
- "type": "academicReportSchemaAssignment",
- "id": "1",
- "attributes": {
- "name": "Test Assignemnt",
- "type": "OVERALL"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "3",
- "type": "studentAcademicReportPeriod"
}
}, - "reportSubject": {
- "data": {
- "id": "2",
- "type": "academicReportSubject"
}
}, - "reportCommentTypes": {
- "data": [
- {
- "id": "1",
- "type": "academicReportCommentType"
}
], - "links": {
- "related": "/v1/reports/academic-report-schema-assignment/1/report-comment-types"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-schema-assignment/1"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "publishedDateTime": {
- "timestamp": 0,
- "iso8601": "string"
}, - "year": "string",
- "semester": "string",
- "reportingPeriod": "string",
- "isActive": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "student": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "period": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of studentAcademicReportEduPro
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
studentIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "studentAcademicReportEduPro",
- "id": "1",
- "attributes": {
- "year": 2018,
- "semester": 1,
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/edupro/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "studentAcademicReportEduPro",
- "id": "1",
- "attributes": {
- "year": 2018,
- "semester": 1,
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/edupro/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "studentAcademicReportEduPro",
- "id": "1",
- "attributes": {
- "year": 2018,
- "semester": 1,
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/edupro/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of studentAcademicReportEduPro
.
id required | number Number ID of the 'studentAcademicReportEduPro' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "studentAcademicReportEduPro",
- "id": "1",
- "attributes": {
- "year": 2018,
- "semester": 1,
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/edupro/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves a page of instances of studentAcademicReport
.
include | string String Comma-separated list of relations to sideload. Allowed values are: period. [optional] [default: null] [example: "period"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
studentIds | string String Comma-separated list of |
years | string String Comma-separated list of years to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
semesters | string String Comma-separated list of semesters to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
periods | string String Comma-separated list of periods to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "studentAcademicReport",
- "id": "1",
- "attributes": {
- "publishedDateTime": null,
- "year": "2018",
- "semester": "1",
- "reportingPeriod": "First semester 2018",
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/reports/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "studentAcademicReport",
- "id": "1",
- "attributes": {
- "publishedDateTime": null,
- "year": "2018",
- "semester": "1",
- "reportingPeriod": "First semester 2018",
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/reports/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "studentAcademicReport",
- "id": "1",
- "attributes": {
- "publishedDateTime": null,
- "year": "2018",
- "semester": "1",
- "reportingPeriod": "First semester 2018",
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/reports/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of studentAcademicReport
.
id required | number Number ID of the 'studentAcademicReport' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: period. [optional] [default: null] [example: "period"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "studentAcademicReport",
- "id": "1",
- "attributes": {
- "publishedDateTime": null,
- "year": "2018",
- "semester": "1",
- "reportingPeriod": "First semester 2018",
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/reports/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "year": 0,
- "semester": 0,
- "style": "string",
- "attendanceImportType": "string",
- "partialAttendanceGroupingType": "string",
- "startDate": "string",
- "endDate": "string",
- "lockedDate": "string",
- "unlockedUntil": {
- "timestamp": 0,
- "iso8601": "string"
}, - "attendanceStartDate": "string",
- "attendanceEndDate": "string",
- "attendanceLastImportDate": "string",
- "isFilteredByStartDate": true,
- "isStaffSignoffEnabled": true,
- "isSelfAssessmentEnabled": true,
- "isOverallSelfAssessmentEnabled": true,
- "isSubjectSelfAssessmentEnabled": true,
- "isShowingAttendanceWholeDayTallies": true,
- "isShowingAttendancePartialTallies": true,
- "isShowingAttendanceLateTallies": true,
- "isShowingAttendanceOverallTallies": true,
- "isShowingAttendanceExplainedTallies": true,
- "isShowingAttendanceUnexplainedTallies": true,
- "isShowingAttendanceExemptTallies": true,
- "isPublished": true,
- "isUsingDecimalValuesInCourseResults": true,
- "isSecondaryScalesEnabled": true,
- "isActive": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "referenceReportingPeriod": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of studentAcademicReportPeriod
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
fromDate | string Date (Y-m-d, eg. 2019-12-31) Together with |
toDate | string Date (Y-m-d, eg. 2019-12-31) See description of |
{- "data": [
- {
- "type": "studentAcademicReportPeriod",
- "id": "1",
- "attributes": {
- "name": "First semester 2018",
- "year": 2018,
- "semester": 1,
- "style": "HIGH",
- "attendanceImportType": "Manual",
- "partialAttendanceGroupingType": "None",
- "startDate": null,
- "endDate": null,
- "lockedDate": null,
- "unlockedUntil": null,
- "attendanceStartDate": null,
- "attendanceEndDate": null,
- "attendanceLastImportDate": null,
- "isFilteredByStartDate": false,
- "isStaffSignoffEnabled": true,
- "isSelfAssessmentEnabled": false,
- "isOverallSelfAssessmentEnabled": false,
- "isSubjectSelfAssessmentEnabled": false,
- "isShowingAttendanceWholeDayTallies": true,
- "isShowingAttendancePartialTallies": true,
- "isShowingAttendanceLateTallies": false,
- "isShowingAttendanceOverallTallies": true,
- "isShowingAttendanceExplainedTallies": false,
- "isShowingAttendanceUnexplainedTallies": false,
- "isShowingAttendanceExemptTallies": false,
- "isPublished": false,
- "isUsingDecimalValuesInCourseResults": false,
- "isSecondaryScalesEnabled": false,
- "isActive": true
}, - "links": {
- "self": "/v1/reports/student-academic-report-period/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "studentAcademicReportPeriod",
- "id": "1",
- "attributes": {
- "name": "First semester 2018",
- "year": 2018,
- "semester": 1,
- "style": "HIGH",
- "attendanceImportType": "Manual",
- "partialAttendanceGroupingType": "None",
- "startDate": null,
- "endDate": null,
- "lockedDate": null,
- "unlockedUntil": null,
- "attendanceStartDate": null,
- "attendanceEndDate": null,
- "attendanceLastImportDate": null,
- "isFilteredByStartDate": false,
- "isStaffSignoffEnabled": true,
- "isSelfAssessmentEnabled": false,
- "isOverallSelfAssessmentEnabled": false,
- "isSubjectSelfAssessmentEnabled": false,
- "isShowingAttendanceWholeDayTallies": true,
- "isShowingAttendancePartialTallies": true,
- "isShowingAttendanceLateTallies": false,
- "isShowingAttendanceOverallTallies": true,
- "isShowingAttendanceExplainedTallies": false,
- "isShowingAttendanceUnexplainedTallies": false,
- "isShowingAttendanceExemptTallies": false,
- "isPublished": false,
- "isUsingDecimalValuesInCourseResults": false,
- "isSecondaryScalesEnabled": false,
- "isActive": true
}, - "links": {
- "self": "/v1/reports/student-academic-report-period/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "studentAcademicReportPeriod",
- "id": "1",
- "attributes": {
- "name": "First semester 2018",
- "year": 2018,
- "semester": 1,
- "style": "HIGH",
- "attendanceImportType": "Manual",
- "partialAttendanceGroupingType": "None",
- "startDate": null,
- "endDate": null,
- "lockedDate": null,
- "unlockedUntil": null,
- "attendanceStartDate": null,
- "attendanceEndDate": null,
- "attendanceLastImportDate": null,
- "isFilteredByStartDate": false,
- "isStaffSignoffEnabled": true,
- "isSelfAssessmentEnabled": false,
- "isOverallSelfAssessmentEnabled": false,
- "isSubjectSelfAssessmentEnabled": false,
- "isShowingAttendanceWholeDayTallies": true,
- "isShowingAttendancePartialTallies": true,
- "isShowingAttendanceLateTallies": false,
- "isShowingAttendanceOverallTallies": true,
- "isShowingAttendanceExplainedTallies": false,
- "isShowingAttendanceUnexplainedTallies": false,
- "isShowingAttendanceExemptTallies": false,
- "isPublished": false,
- "isUsingDecimalValuesInCourseResults": false,
- "isSecondaryScalesEnabled": false,
- "isActive": true
}, - "links": {
- "self": "/v1/reports/student-academic-report-period/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of studentAcademicReportPeriod
.
id required | number Number ID of the 'studentAcademicReportPeriod' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "studentAcademicReportPeriod",
- "id": "1",
- "attributes": {
- "name": "First semester 2018",
- "year": 2018,
- "semester": 1,
- "style": "HIGH",
- "attendanceImportType": "Manual",
- "partialAttendanceGroupingType": "None",
- "startDate": null,
- "endDate": null,
- "lockedDate": null,
- "unlockedUntil": null,
- "attendanceStartDate": null,
- "attendanceEndDate": null,
- "attendanceLastImportDate": null,
- "isFilteredByStartDate": false,
- "isStaffSignoffEnabled": true,
- "isSelfAssessmentEnabled": false,
- "isOverallSelfAssessmentEnabled": false,
- "isSubjectSelfAssessmentEnabled": false,
- "isShowingAttendanceWholeDayTallies": true,
- "isShowingAttendancePartialTallies": true,
- "isShowingAttendanceLateTallies": false,
- "isShowingAttendanceOverallTallies": true,
- "isShowingAttendanceExplainedTallies": false,
- "isShowingAttendanceUnexplainedTallies": false,
- "isShowingAttendanceExemptTallies": false,
- "isPublished": false,
- "isUsingDecimalValuesInCourseResults": false,
- "isSecondaryScalesEnabled": false,
- "isActive": true
}, - "links": {
- "self": "/v1/reports/student-academic-report-period/1"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves a page of academicReportClass
related to studentAcademicReportPeriod
via relation scales
.
id required | number Number ID of the 'studentAcademicReportPeriod', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "academicReportClass",
- "id": "1",
- "attributes": {
- "name": "P10AABD",
- "importType": "CLASS"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "2",
- "type": "studentAcademicReportPeriod"
}
}, - "coreClass": {
- "data": {
- "id": "3",
- "type": "coreClass"
}
}, - "enrolmentClass": {
- "data": {
- "id": "4",
- "type": "class"
}
}, - "reportCohorts": {
- "links": {
- "related": "/v1/reports/academic-report-class/1/report-cohorts"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-class/1"
}
}, - {
- "type": "academicReportClass",
- "id": "1",
- "attributes": {
- "name": "P10AABD",
- "importType": "CLASS"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "2",
- "type": "studentAcademicReportPeriod"
}
}, - "coreClass": {
- "data": {
- "id": "3",
- "type": "coreClass"
}
}, - "enrolmentClass": {
- "data": {
- "id": "4",
- "type": "class"
}
}, - "reportCohorts": {
- "links": {
- "related": "/v1/reports/academic-report-class/1/report-cohorts"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-class/1"
}
}, - {
- "type": "academicReportClass",
- "id": "1",
- "attributes": {
- "name": "P10AABD",
- "importType": "CLASS"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "2",
- "type": "studentAcademicReportPeriod"
}
}, - "coreClass": {
- "data": {
- "id": "3",
- "type": "coreClass"
}
}, - "enrolmentClass": {
- "data": {
- "id": "4",
- "type": "class"
}
}, - "reportCohorts": {
- "links": {
- "related": "/v1/reports/academic-report-class/1/report-cohorts"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-class/1"
}
}
]
}
Retrieves a page of academicReportScale
related to studentAcademicReportPeriod
via relation scales
.
id required | number Number ID of the 'studentAcademicReportPeriod', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: reportGrades. [optional] [default: null] [example: "reportGrades"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "academicReportScale",
- "id": "1",
- "attributes": {
- "name": "Achievement Scale",
- "scale": 2,
- "type": "Attitude",
- "dataType": "GradeMark",
- "sort": "HIGH_TO_LOW"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "2",
- "type": "studentAcademicReportPeriod"
}
}, - "reportGrades": {
- "links": {
- "related": "/v1/reports/academic-report-scale/1/report-grades"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-scale/1"
}
}, - {
- "type": "academicReportScale",
- "id": "1",
- "attributes": {
- "name": "Achievement Scale",
- "scale": 2,
- "type": "Attitude",
- "dataType": "GradeMark",
- "sort": "HIGH_TO_LOW"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "2",
- "type": "studentAcademicReportPeriod"
}
}, - "reportGrades": {
- "links": {
- "related": "/v1/reports/academic-report-scale/1/report-grades"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-scale/1"
}
}, - {
- "type": "academicReportScale",
- "id": "1",
- "attributes": {
- "name": "Achievement Scale",
- "scale": 2,
- "type": "Attitude",
- "dataType": "GradeMark",
- "sort": "HIGH_TO_LOW"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "2",
- "type": "studentAcademicReportPeriod"
}
}, - "reportGrades": {
- "links": {
- "related": "/v1/reports/academic-report-scale/1/report-grades"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-scale/1"
}
}
]
}
Retrieves a page of academicReportSubject
related to studentAcademicReportPeriod
via relation scales
.
id required | number Number ID of the 'studentAcademicReportPeriod', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
names | string String Comma-separated list of |
shortNames | string String Comma-separated list of |
codes | string String Comma-separated list of |
shortNameSearch | string String Search for shortName. By default it looks for an exact match, but special characters |
codeSearch | string String Search for code. By default it looks for an exact match, but special characters |
{- "data": [
- {
- "type": "academicReportSubject",
- "id": "1",
- "attributes": {
- "name": "English as an Additional Language or Dialect",
- "shortName": "EAL/D",
- "code": "EALD"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "2",
- "type": "studentAcademicReportPeriod"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-subject/1"
}
}, - {
- "type": "academicReportSubject",
- "id": "1",
- "attributes": {
- "name": "English as an Additional Language or Dialect",
- "shortName": "EAL/D",
- "code": "EALD"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "2",
- "type": "studentAcademicReportPeriod"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-subject/1"
}
}, - {
- "type": "academicReportSubject",
- "id": "1",
- "attributes": {
- "name": "English as an Additional Language or Dialect",
- "shortName": "EAL/D",
- "code": "EALD"
}, - "relationships": {
- "reportPeriod": {
- "data": {
- "id": "2",
- "type": "studentAcademicReportPeriod"
}
}
}, - "links": {
- "self": "/v1/reports/academic-report-subject/1"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "type": "string",
- "path": "string",
- "body": "string",
- "stacktrace": "string",
- "previousExceptions": "string",
- "createdAt": {
- "timestamp": 0,
- "iso8601": "string"
}
}, - "links": {
- "self": "string"
}
}
An event that was raised but not yet queued to be sent as a message to listeners.
Retrieves a page of instances of restapiExceptionLog
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
path | string String |
from | string DateTime (Y-m-d H:i:s, eg. 2019-12-31 23:59:59) Datetime from which to return exceptions. [optional] [example: "2018-01-01 00:01:02"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
to | string DateTime (Y-m-d H:i:s, eg. 2019-12-31 23:59:59) Datetime to which to return exceptions. [optional] [example: "2018-12-01 23:40:32"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "restapiExceptionLog",
- "id": "1",
- "attributes": {
- "type": "Exception",
- "path": null,
- "body": "Invalid argument",
- "stacktrace": "#0 /homepages/10/d586858977/htdocs/phponline.com/index.php(99) : eval()'d code(10): func()\n#1 /homepages/10/d586858977/htdocs/phponline.com/index.php(99): eval()\n#2 {main}",
- "previousExceptions": null,
- "createdAt": {
- "timestamp": 1742534518,
- "iso8601": "2025-03-21T05:21:58+0000"
}
}, - "links": {
- "self": "/v1/webhooks/restapi-exception/1"
}
}, - {
- "type": "restapiExceptionLog",
- "id": "1",
- "attributes": {
- "type": "Exception",
- "path": null,
- "body": "Invalid argument",
- "stacktrace": "#0 /homepages/10/d586858977/htdocs/phponline.com/index.php(99) : eval()'d code(10): func()\n#1 /homepages/10/d586858977/htdocs/phponline.com/index.php(99): eval()\n#2 {main}",
- "previousExceptions": null,
- "createdAt": {
- "timestamp": 1742534518,
- "iso8601": "2025-03-21T05:21:58+0000"
}
}, - "links": {
- "self": "/v1/webhooks/restapi-exception/1"
}
}, - {
- "type": "restapiExceptionLog",
- "id": "1",
- "attributes": {
- "type": "Exception",
- "path": null,
- "body": "Invalid argument",
- "stacktrace": "#0 /homepages/10/d586858977/htdocs/phponline.com/index.php(99) : eval()'d code(10): func()\n#1 /homepages/10/d586858977/htdocs/phponline.com/index.php(99): eval()\n#2 {main}",
- "previousExceptions": null,
- "createdAt": {
- "timestamp": 1742534518,
- "iso8601": "2025-03-21T05:21:58+0000"
}
}, - "links": {
- "self": "/v1/webhooks/restapi-exception/1"
}
}
]
}
Retrieves a single instance of restapiExceptionLog
.
id required | number Number ID of the 'restapiExceptionLog' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "restapiExceptionLog",
- "id": "1",
- "attributes": {
- "type": "Exception",
- "path": null,
- "body": "Invalid argument",
- "stacktrace": "#0 /homepages/10/d586858977/htdocs/phponline.com/index.php(99) : eval()'d code(10): func()\n#1 /homepages/10/d586858977/htdocs/phponline.com/index.php(99): eval()\n#2 {main}",
- "previousExceptions": null,
- "createdAt": {
- "timestamp": 1742534518,
- "iso8601": "2025-03-21T05:21:58+0000"
}
}, - "links": {
- "self": "/v1/webhooks/restapi-exception/1"
}
}
}
Retrieves the schema of this API.
excludeTags | boolean Boolean When true the schema will not include tags information for the endpoints [optional] [default: "0"] [example: "1"] |
actionNamespaces | string String Comma-separated list of action namespaces to filter by. Matching is case-insensitive. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
operationIds | string String Comma-separated list of operation IDs to filter by. Search is case insensitive and supports one-character wildcard '?' and multi-character wildcard '*'. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
modelNames | string String Comma-separated list of model names to filter by. Search is case insensitive and supports one-character wildcard '?' and multi-character wildcard '*'. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "apiHealth",
- "id": "api",
- "attributes": {
- "serverTime": {
- "timestamp": 1742534518,
- "iso8601": "2025-03-21T05:21:58+0000"
}, - "webhooks": {
- "scheduledCommands": {
- "lastEventParsingExecution": {
- "timestamp": 1514889021,
- "iso8601": "2018-01-02T10:30:21+0000"
}, - "lastMessageSendingExecution": {
- "timestamp": 1517554831,
- "iso8601": "2018-02-02T07:00:31+0000"
}
}, - "events": {
- "numberOfUnparsed": 33,
- "oldestUnparsed": {
- "timestamp": 1533820455,
- "iso8601": "2018-08-09T13:14:15+0000"
}, - "newestUnparsed": {
- "timestamp": 1520278943,
- "iso8601": "2018-03-05T19:42:23+0000"
}
}, - "pendingMessages": {
- "numberOfPending": 73,
- "oldestPending": {
- "timestamp": 1520034840,
- "iso8601": "2018-03-02T23:54:00+0000"
}, - "newestPending": {
- "timestamp": 1520380802,
- "iso8601": "2018-03-07T00:00:02+0000"
}
}
}
}, - "links": {
- "self": "/v1/sentral/status"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "type": "string",
- "date": "string",
- "start": "string",
- "end": "string",
- "comment": "string",
- "explainer": "string",
- "explainerSource": "string",
- "letterSent": true,
- "bulkAbsenceId": true,
- "submitted": true,
- "externalSource": "string"
}, - "links": {
- "self": "string",
- "student": "string"
}, - "relationships": {
- "reason": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "enrolmentStudent": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "coreStudent": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "matchingFutureAbsence": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Creates a new absence
Payload has the following requirements:
And supports these models:
absence
date
→ Date (Y-m-d, eg. 2019-12-31) Date of the absence [example: "2018-08-01"]type
→ String Type of the absence [example: "whole"]
Value constraints:
Allowed values: "whole", "early", "timed", "late"start
→ Time (H:i:s, eg 23:59:59) Start time of the absence. [optional] [example: "8:00"]end
→ Time (H:i:s, eg 23:59:59) End time of the absence [optional] [example: "15:00"]comment
→ String Comment for the absence [optional] [example: "Doctor appointment"]reason
→ [optional] [single] expected type is absenceReason
. coreStudent
→ [required] [single] expected type is coreStudent
.object |
{- "data": {
- "type": "absence",
- "attributes": {
- "date": "2018-08-01",
- "type": "whole",
- "start": "8:00",
- "end": "15:00",
- "comment": "Doctor appointment"
}, - "relationships": {
- "reason": {
- "data": {
- "id": 1,
- "type": "absenceReason"
}
}, - "coreStudent": {
- "data": {
- "id": 1,
- "type": "coreStudent"
}
}
}
}
}
{- "data": {
- "type": "absence",
- "id": "1",
- "attributes": {
- "type": "timed",
- "date": "2018-10-01",
- "start": null,
- "end": null,
- "comment": "",
- "explainer": "",
- "explainerSource": "",
- "letterSent": false,
- "bulkAbsenceId": null,
- "submitted": false,
- "externalSource": null
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "3",
- "type": "student"
}
}, - "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}, - "matchingFutureAbsence": {
- "data": {
- "id": "4",
- "type": "futureAbsence"
}
}
}, - "links": {
- "self": "/v1/attendance/absence/1",
- "student": "/v1/enrolments/student/3"
}
}
}
Retrieves a page of instances of absence
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 366 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
studentId | string String Comma-separated list of |
year | string String Comma-separated list of years from which absences to return (matches the year of the |
coreStudentIds | string String Comma-separated list of |
dates | string String Comma-separated list of |
{- "data": [
- {
- "type": "absence",
- "id": "1",
- "attributes": {
- "type": "timed",
- "date": "2018-10-01",
- "start": null,
- "end": null,
- "comment": "",
- "explainer": "",
- "explainerSource": "",
- "letterSent": false,
- "bulkAbsenceId": null,
- "submitted": false,
- "externalSource": null
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "3",
- "type": "student"
}
}, - "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}, - "matchingFutureAbsence": {
- "data": {
- "id": "4",
- "type": "futureAbsence"
}
}
}, - "links": {
- "self": "/v1/attendance/absence/1",
- "student": "/v1/enrolments/student/3"
}
}, - {
- "type": "absence",
- "id": "1",
- "attributes": {
- "type": "timed",
- "date": "2018-10-01",
- "start": null,
- "end": null,
- "comment": "",
- "explainer": "",
- "explainerSource": "",
- "letterSent": false,
- "bulkAbsenceId": null,
- "submitted": false,
- "externalSource": null
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "3",
- "type": "student"
}
}, - "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}, - "matchingFutureAbsence": {
- "data": {
- "id": "4",
- "type": "futureAbsence"
}
}
}, - "links": {
- "self": "/v1/attendance/absence/1",
- "student": "/v1/enrolments/student/3"
}
}, - {
- "type": "absence",
- "id": "1",
- "attributes": {
- "type": "timed",
- "date": "2018-10-01",
- "start": null,
- "end": null,
- "comment": "",
- "explainer": "",
- "explainerSource": "",
- "letterSent": false,
- "bulkAbsenceId": null,
- "submitted": false,
- "externalSource": null
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "3",
- "type": "student"
}
}, - "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}, - "matchingFutureAbsence": {
- "data": {
- "id": "4",
- "type": "futureAbsence"
}
}
}, - "links": {
- "self": "/v1/attendance/absence/1",
- "student": "/v1/enrolments/student/3"
}
}
]
}
Retrieves a single instance of absence
.
id required | number Number ID of the 'absence' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "absence",
- "id": "1",
- "attributes": {
- "type": "timed",
- "date": "2018-10-01",
- "start": null,
- "end": null,
- "comment": "",
- "explainer": "",
- "explainerSource": "",
- "letterSent": false,
- "bulkAbsenceId": null,
- "submitted": false,
- "externalSource": null
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "3",
- "type": "student"
}
}, - "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}, - "matchingFutureAbsence": {
- "data": {
- "id": "4",
- "type": "futureAbsence"
}
}
}, - "links": {
- "self": "/v1/attendance/absence/1",
- "student": "/v1/enrolments/student/3"
}
}
}
Removes a link between an 'absence' and 'incomingMessage' which form a response to former from a guardian.
id required | number Number ID of 'absence' of which response should be removed. [example: 1] |
messageId required | number Number ID of the 'incomingMessage' belonging to the 'absence' to which link should be removed. [example: 1] |
Adds a response to an absence by creating a new outgoing message in the system and linking it through to the absence.
Payload has the following requirements:
And supports these models:
incomingMessage
message
→ String The message that was sent that contains the explanation for absence. [example: ""]
Value constraints:
Length must be at most 1 characters, inclusivetype
→ String Type of the message delivery mechanism. [example: "sms"]
Value constraints:
Allowed values: "sms", "email", "phone", "letter", "portal"isUnsolicited
→ Boolean Whether the message was unsolicited. [example: FALSE]id required | number Number ID of the |
object |
{- "data": {
- "type": "incomingMessage",
- "attributes": {
- "message": "",
- "type": "sms",
- "isUnsolicited": false
}
}
}
{- "data": {
- "type": "incomingMessage",
- "id": "1",
- "attributes": {
- "type": "portal",
- "message": "Hi! This is an example message!",
- "isUnsolicited": false
}, - "links": {
- "self": "/v1/messaging/incoming-message/1"
}
}
}
Retrieves all of incomingMessage
related to absence
via relation responses
.
id required | number Number ID of the 'absence', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "incomingMessage",
- "id": "1",
- "attributes": {
- "type": "portal",
- "message": "Hi! This is an example message!",
- "isUnsolicited": false
}, - "links": {
- "self": "/v1/messaging/incoming-message/1"
}
}, - {
- "type": "incomingMessage",
- "id": "1",
- "attributes": {
- "type": "portal",
- "message": "Hi! This is an example message!",
- "isUnsolicited": false
}, - "links": {
- "self": "/v1/messaging/incoming-message/1"
}
}, - {
- "type": "incomingMessage",
- "id": "1",
- "attributes": {
- "type": "portal",
- "message": "Hi! This is an example message!",
- "isUnsolicited": false
}, - "links": {
- "self": "/v1/messaging/incoming-message/1"
}
}
]
}
Creates a new staff absence.
Payload has the following requirements:
And supports these models:
staffAbsence
type
→ String {DESCRIPTION-MISSING} [example: "whole"]
Value constraints:
Allowed values: "whole", "early", "late", "timed"startDate
→ Date (Y-m-d, eg. 2019-12-31) {DESCRIPTION-MISSING} [example: "2018-01-01"]endDate
→ Date (Y-m-d, eg. 2019-12-31) {DESCRIPTION-MISSING} [example: "2018-01-02"]startTime
→ Time (H:i:s, eg 23:59:59) {DESCRIPTION-MISSING} [optional] [default: null] [example: "08:15:00"]endTime
→ Time (H:i:s, eg 23:59:59) {DESCRIPTION-MISSING} [optional] [default: null] [example: "16:30:00"]reason
→ String {DESCRIPTION-MISSING} [optional] [default: null] [example: "Struck down by flu"]
Value constraints:
Length must be between 255 and 0 characters, inclusivenotes
→ String {DESCRIPTION-MISSING} [optional] [default: null] [example: "Pending confirmation from a doctor"]
Value constraints:
Length must be between 65025 and 0 characters, inclusivehasReceivedMedicalCertificate
→ Boolean {DESCRIPTION-MISSING} [optional] [default: false] [example: FALSE]externalSource
→ String {DESCRIPTION-MISSING} [optional] [default: null] [example: "PAPER-RECORDS"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveexternalId
→ String {DESCRIPTION-MISSING} [optional] [default: null] [example: "P/73/112"]
Value constraints:
Length must be between 255 and 0 characters, inclusivestaff
→ [required] [single] expected type is staff
. leaveType
→ [required] [single] expected type is staffAbsenceLeaveType
.object |
{- "data": {
- "type": "staffAbsence",
- "attributes": {
- "type": "whole",
- "startDate": "2018-01-01",
- "endDate": "2018-01-02",
- "startTime": "08:15:00",
- "endTime": "16:30:00",
- "reason": "Struck down by flu",
- "notes": "Pending confirmation from a doctor",
- "hasReceivedMedicalCertificate": false,
- "externalSource": "PAPER-RECORDS",
- "externalId": "P/73/112"
}, - "relationships": {
- "staff": {
- "data": {
- "id": 1,
- "type": "staff"
}
}, - "leaveType": {
- "data": {
- "id": 1,
- "type": "staffAbsenceLeaveType"
}
}
}
}
}
{- "data": {
- "type": "staffAbsence",
- "id": "1",
- "attributes": {
- "type": "whole",
- "startDate": "2018-02-01",
- "endDate": "2025-03-21",
- "startTime": "08:00:00",
- "endTime": null,
- "leaveType": "Sickness",
- "reason": null,
- "notes": null,
- "hasReceivedMedicalCertificate": false,
- "externalSource": null,
- "externalId": null,
- "isApproved": true
}, - "relationships": {
- "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}, - "leaveType": {
- "data": {
- "id": "1",
- "type": "staffAbsenceLeaveType"
}
}
}, - "links": {
- "self": "/v1/staff/absence/1"
}
}
}
Retrieves a page of instances of staffAbsence
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "staffAbsence",
- "id": "1",
- "attributes": {
- "type": "whole",
- "startDate": "2018-02-01",
- "endDate": "2025-03-21",
- "startTime": "08:00:00",
- "endTime": null,
- "leaveType": "Sickness",
- "reason": null,
- "notes": null,
- "hasReceivedMedicalCertificate": false,
- "externalSource": null,
- "externalId": null,
- "isApproved": true
}, - "relationships": {
- "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}, - "leaveType": {
- "data": {
- "id": "1",
- "type": "staffAbsenceLeaveType"
}
}
}, - "links": {
- "self": "/v1/staff/absence/1"
}
}, - {
- "type": "staffAbsence",
- "id": "1",
- "attributes": {
- "type": "whole",
- "startDate": "2018-02-01",
- "endDate": "2025-03-21",
- "startTime": "08:00:00",
- "endTime": null,
- "leaveType": "Sickness",
- "reason": null,
- "notes": null,
- "hasReceivedMedicalCertificate": false,
- "externalSource": null,
- "externalId": null,
- "isApproved": true
}, - "relationships": {
- "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}, - "leaveType": {
- "data": {
- "id": "1",
- "type": "staffAbsenceLeaveType"
}
}
}, - "links": {
- "self": "/v1/staff/absence/1"
}
}, - {
- "type": "staffAbsence",
- "id": "1",
- "attributes": {
- "type": "whole",
- "startDate": "2018-02-01",
- "endDate": "2025-03-21",
- "startTime": "08:00:00",
- "endTime": null,
- "leaveType": "Sickness",
- "reason": null,
- "notes": null,
- "hasReceivedMedicalCertificate": false,
- "externalSource": null,
- "externalId": null,
- "isApproved": true
}, - "relationships": {
- "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}, - "leaveType": {
- "data": {
- "id": "1",
- "type": "staffAbsenceLeaveType"
}
}
}, - "links": {
- "self": "/v1/staff/absence/1"
}
}
]
}
Retrieves a single instance of staffAbsence
.
id required | number Number ID of the 'staffAbsence' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "staffAbsence",
- "id": "1",
- "attributes": {
- "type": "whole",
- "startDate": "2018-02-01",
- "endDate": "2025-03-21",
- "startTime": "08:00:00",
- "endTime": null,
- "leaveType": "Sickness",
- "reason": null,
- "notes": null,
- "hasReceivedMedicalCertificate": false,
- "externalSource": null,
- "externalId": null,
- "isApproved": true
}, - "relationships": {
- "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}, - "leaveType": {
- "data": {
- "id": "1",
- "type": "staffAbsenceLeaveType"
}
}
}, - "links": {
- "self": "/v1/staff/absence/1"
}
}
}
Adds a new 'staffAbsenceAttachment' to a 'staffAbsence'. The file should be uploaded via 'multipart/form-data' and should be sent under key 'attachment'.
id required | number Number ID of the 'staffAbsence' to which the attachment should be added. [example: 1] |
uploaderId required | number Number ID of the |
displayName required | string String Displayed name of the file. [example: "Learning plan"] Value constraints: Length must be between 100 and 0 characters, inclusive |
{- "data": {
- "type": "staffAbsenceAttachment",
- "id": "1",
- "attributes": {
- "displayName": "Learning plan"
}, - "relationships": {
- "absence": {
- "data": {
- "id": "2",
- "type": "staffAbsence"
}
}, - "uploader": {
- "data": {
- "id": "1",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/staff/staff-absence-attachment/1"
}
}
}
Retrieves a page of staffAbsenceAttachment
related to staffAbsence
via relation attachments
.
id required | number Number ID of the 'staffAbsence', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "staffAbsenceAttachment",
- "id": "1",
- "attributes": {
- "displayName": "Learning plan"
}, - "relationships": {
- "absence": {
- "data": {
- "id": "2",
- "type": "staffAbsence"
}
}, - "uploader": {
- "data": {
- "id": "1",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/staff/staff-absence-attachment/1"
}
}, - {
- "type": "staffAbsenceAttachment",
- "id": "1",
- "attributes": {
- "displayName": "Learning plan"
}, - "relationships": {
- "absence": {
- "data": {
- "id": "2",
- "type": "staffAbsence"
}
}, - "uploader": {
- "data": {
- "id": "1",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/staff/staff-absence-attachment/1"
}
}, - {
- "type": "staffAbsenceAttachment",
- "id": "1",
- "attributes": {
- "displayName": "Learning plan"
}, - "relationships": {
- "absence": {
- "data": {
- "id": "2",
- "type": "staffAbsence"
}
}, - "uploader": {
- "data": {
- "id": "1",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/staff/staff-absence-attachment/1"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "displayName": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "absence": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "uploader": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of staffAbsenceAttachment
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of |
absenceIds | string String Comma-separated list of |
uploaderIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "staffAbsenceAttachment",
- "id": "1",
- "attributes": {
- "displayName": "Learning plan"
}, - "relationships": {
- "absence": {
- "data": {
- "id": "2",
- "type": "staffAbsence"
}
}, - "uploader": {
- "data": {
- "id": "1",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/staff/staff-absence-attachment/1"
}
}, - {
- "type": "staffAbsenceAttachment",
- "id": "1",
- "attributes": {
- "displayName": "Learning plan"
}, - "relationships": {
- "absence": {
- "data": {
- "id": "2",
- "type": "staffAbsence"
}
}, - "uploader": {
- "data": {
- "id": "1",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/staff/staff-absence-attachment/1"
}
}, - {
- "type": "staffAbsenceAttachment",
- "id": "1",
- "attributes": {
- "displayName": "Learning plan"
}, - "relationships": {
- "absence": {
- "data": {
- "id": "2",
- "type": "staffAbsence"
}
}, - "uploader": {
- "data": {
- "id": "1",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/staff/staff-absence-attachment/1"
}
}
]
}
Retrieves a single instance of staffAbsenceAttachment
.
id required | number Number ID of the 'staffAbsenceAttachment' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "staffAbsenceAttachment",
- "id": "1",
- "attributes": {
- "displayName": "Learning plan"
}, - "relationships": {
- "absence": {
- "data": {
- "id": "2",
- "type": "staffAbsence"
}
}, - "uploader": {
- "data": {
- "id": "1",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/staff/staff-absence-attachment/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "sequence": 0,
- "isActive": true
}, - "links": {
- "self": "string"
}
}
Information about staff absence on a specific day.
Retrieves a page of instances of staffAbsenceLeaveType
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of |
includeInactive | boolean Boolean If true inactive (soft deleted) models will be included in the results. [optional] [default: false] [example: TRUE] |
{- "data": [
- {
- "type": "staffAbsenceLeaveType",
- "id": "0",
- "attributes": {
- "name": "Sickness",
- "sequence": 0,
- "isActive": true
}, - "links": {
- "self": "/v1/staff/staff-absence-leave-type/0"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "staffAbsenceLeaveType",
- "id": "0",
- "attributes": {
- "name": "Sickness",
- "sequence": 0,
- "isActive": true
}, - "links": {
- "self": "/v1/staff/staff-absence-leave-type/0"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "staffAbsenceLeaveType",
- "id": "0",
- "attributes": {
- "name": "Sickness",
- "sequence": 0,
- "isActive": true
}, - "links": {
- "self": "/v1/staff/staff-absence-leave-type/0"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of staffAbsenceLeaveType
.
id required | number Number ID of the 'staffAbsenceLeaveType' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "staffAbsenceLeaveType",
- "id": "0",
- "attributes": {
- "name": "Sickness",
- "sequence": 0,
- "isActive": true
}, - "links": {
- "self": "/v1/staff/staff-absence-leave-type/0"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "staffCode": "string",
- "timetableCode": "string",
- "barcode": "string",
- "emergencyContactName": "string",
- "emergencyContactPhone": "string",
- "emergencyContactMobile": "string",
- "employmentStatus": "string",
- "employmentClassification": "string",
- "jobTitle": "string",
- "contractCommencementDate": "string",
- "contractExpiryDate": "string",
- "wWCCNumber": "string",
- "wWCCStatus": "string",
- "wWCCExpiryDate": "string",
- "codeOfConductDateSigned": "string",
- "socialNetworkingPolicyDateSigned": "string",
- "childProtectionPolicyDateSigned": "string",
- "iCTPolicyDateSigned": "string",
- "firstAidExpiryDate": "string",
- "resuscitationExpiryDate": "string",
- "publicLiabilityExpiryDate": "string",
- "aGSNumber": "string",
- "positionNumber": "string",
- "payRate": "string",
- "staffActivity": "string",
- "staffActivityCode": "string",
- "createdAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "updatedAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "isActive": true
}, - "links": {
- "self": "string",
- "person": "string",
- "absences": "string"
}, - "relationships": {
- "person": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "absences": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "qualifications": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "employments": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
A definition of a class in a timetable.
Creates a new staff record
Payload has the following requirements:
And supports these models:
staff
staffCode
→ String {DESCRIPTION-MISSING} [optional] [example: "2UMMO"]timetableCode
→ String {DESCRIPTION-MISSING} [optional] [example: "2UMMO"]barcode
→ String {DESCRIPTION-MISSING} [optional] [example: "ABC-abc-1234"]emergencyContactName
→ String Deprecated, no longer used. Name of the person who should be contacted in case of an emergency. [optional] [example: "John Smith"]emergencyContactPhone
→ String Deprecated, no longer used. Phone number of the person who should be contacted in case of an emergency. [optional] [example: "+61 7 7010 4537"]emergencyContactMobile
→ String Deprecated, no longer used. Mobile Phone number of the person who should be contacted in case of an emergency. [optional] [example: "0491 570 156"]employmentStatus
→ String Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Employment status of the staff member [optional] [example: "permanent"]
Value constraints:
Allowed values: "casual", "future", "left", "long_service_leave", "parental_leave", "pending", "permanent", "permanent_part_time", "temporary_full_time", "temporary_part_time", "volunteer", "contractor"employmentClassification
→ String Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Employment classification of the staff member [optional] [example: "teaching"]
Value constraints:
Allowed values: "teaching", "non_teaching"jobTitle
→ String Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Staff member's job title [optional] [example: "Biology Teacher"]contractCommencementDate
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when the staff's contract was started [optional] [example: "2019-01-01"]contractExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when the staff's contract will end [optional] [example: "2024-12-31"]wWCCNumber
→ String Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Working With Children Check clearance number. [optional] [example: "WWC0000000E"]wWCCStatus
→ String Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Working With Children Check clearance status. [optional] [example: NULL]wWCCExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Working With Children Check clearance expiry date. [optional] [example: "2024-01-01"]codeOfConductDateSigned
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when Code of Conduct was signed. [optional] [example: "2019-02-14"]socialNetworkingPolicyDateSigned
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when Social Networking Policy was signed. [optional] [example: "2019-03-02"]childProtectionPolicyDateSigned
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when Child Protection Policy was signed. [optional] [example: "2019-04-30"]iCTPolicyDateSigned
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when ICT Policy was signed. [optional] [example: "2019-05-22"]firstAidExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when First Aid certificate expires. [optional] [example: "2023-07-05"]resuscitationExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when Resiscitate certificate expires. [optional] [example: "2025-08-17"]publicLiabilityExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. [optional] [example: "2028-09-22"]aGSNumber
→ String Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. [optional] [example: NULL]person
→ [required] [single] expected type is person
. Person record for whom the staff record relates to.object |
{- "data": {
- "type": "staff",
- "attributes": {
- "staffCode": "2UMMO",
- "timetableCode": "2UMMO",
- "barcode": "ABC-abc-1234",
- "emergencyContactName": "John Smith",
- "emergencyContactPhone": "+61 7 7010 4537",
- "emergencyContactMobile": "0491 570 156",
- "employmentStatus": "permanent",
- "employmentClassification": "teaching",
- "jobTitle": "Biology Teacher",
- "contractCommencementDate": "2019-01-01",
- "contractExpiryDate": "2024-12-31",
- "wWCCNumber": "WWC0000000E",
- "wWCCStatus": null,
- "wWCCExpiryDate": "2024-01-01",
- "codeOfConductDateSigned": "2019-02-14",
- "socialNetworkingPolicyDateSigned": "2019-03-02",
- "childProtectionPolicyDateSigned": "2019-04-30",
- "iCTPolicyDateSigned": "2019-05-22",
- "firstAidExpiryDate": "2023-07-05",
- "resuscitationExpiryDate": "2025-08-17",
- "publicLiabilityExpiryDate": "2028-09-22",
- "aGSNumber": null
}, - "relationships": {
- "person": {
- "data": {
- "id": 1,
- "type": "person"
}
}
}
}
}
{- "data": {
- "type": "staff",
- "id": "1",
- "attributes": {
- "staffCode": "978020137962",
- "timetableCode": "978020137962",
- "barcode": "9031101",
- "emergencyContactName": "",
- "emergencyContactPhone": "",
- "emergencyContactMobile": "",
- "employmentStatus": 2,
- "employmentClassification": "teaching",
- "jobTitle": "Teacher",
- "contractCommencementDate": "2018-10-01",
- "contractExpiryDate": "2018-10-01",
- "wWCCNumber": "9031101",
- "wWCCStatus": null,
- "wWCCExpiryDate": "2018-10-01",
- "codeOfConductDateSigned": "2018-10-01",
- "socialNetworkingPolicyDateSigned": "2018-10-01",
- "childProtectionPolicyDateSigned": "2018-10-01",
- "iCTPolicyDateSigned": "2018-10-01",
- "firstAidExpiryDate": "2018-10-01",
- "resuscitationExpiryDate": "2018-10-01",
- "publicLiabilityExpiryDate": "2018-10-01",
- "aGSNumber": "978020137962",
- "positionNumber": null,
- "payRate": null,
- "staffActivity": "Speech Therapist",
- "staffActivityCode": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "person": {
- "links": {
- "related": "/v1/enrolments/staff/1/person"
}
}, - "absences": {
- "links": {
- "related": "/v1/enrolments/staff/1/absences"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff/1",
- "person": "/v1/enrolments/staff/1/person",
- "absences": "/v1/enrolments/staff/1/absences"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves a page of instances of staff
.
include | string String Comma-separated list of relations to sideload. Allowed values are: person, qualifications, employments. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
barcodes | string String Comma-separated list of barcodes to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
staffCodes | string String Comma-separated list of staffCodes to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
refIds | string String Comma-separated list of refIds to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
contactCodes | string String Comma-separated list of contactCodes to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
externalIds | string String Comma-separated list of externalIds to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "staff",
- "id": "1",
- "attributes": {
- "staffCode": "978020137962",
- "timetableCode": "978020137962",
- "barcode": "9031101",
- "emergencyContactName": "",
- "emergencyContactPhone": "",
- "emergencyContactMobile": "",
- "employmentStatus": 2,
- "employmentClassification": "teaching",
- "jobTitle": "Teacher",
- "contractCommencementDate": "2018-10-01",
- "contractExpiryDate": "2018-10-01",
- "wWCCNumber": "9031101",
- "wWCCStatus": null,
- "wWCCExpiryDate": "2018-10-01",
- "codeOfConductDateSigned": "2018-10-01",
- "socialNetworkingPolicyDateSigned": "2018-10-01",
- "childProtectionPolicyDateSigned": "2018-10-01",
- "iCTPolicyDateSigned": "2018-10-01",
- "firstAidExpiryDate": "2018-10-01",
- "resuscitationExpiryDate": "2018-10-01",
- "publicLiabilityExpiryDate": "2018-10-01",
- "aGSNumber": "978020137962",
- "positionNumber": null,
- "payRate": null,
- "staffActivity": "Speech Therapist",
- "staffActivityCode": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "person": {
- "links": {
- "related": "/v1/enrolments/staff/1/person"
}
}, - "absences": {
- "links": {
- "related": "/v1/enrolments/staff/1/absences"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff/1",
- "person": "/v1/enrolments/staff/1/person",
- "absences": "/v1/enrolments/staff/1/absences"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "staff",
- "id": "1",
- "attributes": {
- "staffCode": "978020137962",
- "timetableCode": "978020137962",
- "barcode": "9031101",
- "emergencyContactName": "",
- "emergencyContactPhone": "",
- "emergencyContactMobile": "",
- "employmentStatus": 2,
- "employmentClassification": "teaching",
- "jobTitle": "Teacher",
- "contractCommencementDate": "2018-10-01",
- "contractExpiryDate": "2018-10-01",
- "wWCCNumber": "9031101",
- "wWCCStatus": null,
- "wWCCExpiryDate": "2018-10-01",
- "codeOfConductDateSigned": "2018-10-01",
- "socialNetworkingPolicyDateSigned": "2018-10-01",
- "childProtectionPolicyDateSigned": "2018-10-01",
- "iCTPolicyDateSigned": "2018-10-01",
- "firstAidExpiryDate": "2018-10-01",
- "resuscitationExpiryDate": "2018-10-01",
- "publicLiabilityExpiryDate": "2018-10-01",
- "aGSNumber": "978020137962",
- "positionNumber": null,
- "payRate": null,
- "staffActivity": "Speech Therapist",
- "staffActivityCode": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "person": {
- "links": {
- "related": "/v1/enrolments/staff/1/person"
}
}, - "absences": {
- "links": {
- "related": "/v1/enrolments/staff/1/absences"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff/1",
- "person": "/v1/enrolments/staff/1/person",
- "absences": "/v1/enrolments/staff/1/absences"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "staff",
- "id": "1",
- "attributes": {
- "staffCode": "978020137962",
- "timetableCode": "978020137962",
- "barcode": "9031101",
- "emergencyContactName": "",
- "emergencyContactPhone": "",
- "emergencyContactMobile": "",
- "employmentStatus": 2,
- "employmentClassification": "teaching",
- "jobTitle": "Teacher",
- "contractCommencementDate": "2018-10-01",
- "contractExpiryDate": "2018-10-01",
- "wWCCNumber": "9031101",
- "wWCCStatus": null,
- "wWCCExpiryDate": "2018-10-01",
- "codeOfConductDateSigned": "2018-10-01",
- "socialNetworkingPolicyDateSigned": "2018-10-01",
- "childProtectionPolicyDateSigned": "2018-10-01",
- "iCTPolicyDateSigned": "2018-10-01",
- "firstAidExpiryDate": "2018-10-01",
- "resuscitationExpiryDate": "2018-10-01",
- "publicLiabilityExpiryDate": "2018-10-01",
- "aGSNumber": "978020137962",
- "positionNumber": null,
- "payRate": null,
- "staffActivity": "Speech Therapist",
- "staffActivityCode": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "person": {
- "links": {
- "related": "/v1/enrolments/staff/1/person"
}
}, - "absences": {
- "links": {
- "related": "/v1/enrolments/staff/1/absences"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff/1",
- "person": "/v1/enrolments/staff/1/person",
- "absences": "/v1/enrolments/staff/1/absences"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of staff
.
id required | number Number ID of the 'staff' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: person, qualifications, employments. [optional] [default: null] [example: "person"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "staff",
- "id": "1",
- "attributes": {
- "staffCode": "978020137962",
- "timetableCode": "978020137962",
- "barcode": "9031101",
- "emergencyContactName": "",
- "emergencyContactPhone": "",
- "emergencyContactMobile": "",
- "employmentStatus": 2,
- "employmentClassification": "teaching",
- "jobTitle": "Teacher",
- "contractCommencementDate": "2018-10-01",
- "contractExpiryDate": "2018-10-01",
- "wWCCNumber": "9031101",
- "wWCCStatus": null,
- "wWCCExpiryDate": "2018-10-01",
- "codeOfConductDateSigned": "2018-10-01",
- "socialNetworkingPolicyDateSigned": "2018-10-01",
- "childProtectionPolicyDateSigned": "2018-10-01",
- "iCTPolicyDateSigned": "2018-10-01",
- "firstAidExpiryDate": "2018-10-01",
- "resuscitationExpiryDate": "2018-10-01",
- "publicLiabilityExpiryDate": "2018-10-01",
- "aGSNumber": "978020137962",
- "positionNumber": null,
- "payRate": null,
- "staffActivity": "Speech Therapist",
- "staffActivityCode": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "person": {
- "links": {
- "related": "/v1/enrolments/staff/1/person"
}
}, - "absences": {
- "links": {
- "related": "/v1/enrolments/staff/1/absences"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff/1",
- "person": "/v1/enrolments/staff/1/person",
- "absences": "/v1/enrolments/staff/1/absences"
}, - "meta": {
- "deletedDate": null
}
}
}
Updates an existing staff record
Payload has the following requirements:
And supports these models:
staff
staffCode
→ String {DESCRIPTION-MISSING} [optional] [example: "2UMMO"]timetableCode
→ String {DESCRIPTION-MISSING} [optional] [example: "2UMMO"]barcode
→ String {DESCRIPTION-MISSING} [optional] [example: "ABC-abc-1234"]emergencyContactName
→ String Deprecated, no longer used. Name of the person who should be contacted in case of an emergency. [optional] [example: "John Smith"]emergencyContactPhone
→ String Deprecated, no longer used. Phone number of the person who should be contacted in case of an emergency. [optional] [example: "+61 7 7010 4537"]emergencyContactMobile
→ String Deprecated, no longer used. Mobile Phone number of the person who should be contacted in case of an emergency. [optional] [example: "0491 570 156"]employmentStatus
→ String Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Employment status of the staff member [optional] [example: "permanent"]
Value constraints:
Allowed values: "casual", "future", "left", "long_service_leave", "parental_leave", "pending", "permanent", "permanent_part_time", "temporary_full_time", "temporary_part_time", "volunteer", "contractor"employmentClassification
→ String Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Employment classification of the staff member [optional] [example: "teaching"]
Value constraints:
Allowed values: "teaching", "non_teaching"jobTitle
→ String Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Staff member's job title [optional] [example: "Biology Teacher"]contractCommencementDate
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when the staff's contract was started [optional] [example: "2019-01-01"]contractExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when the staff's contract will end [optional] [example: "2024-12-31"]wWCCNumber
→ String Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Working With Children Check clearance number. [optional] [example: "WWC0000000E"]wWCCStatus
→ String Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Working With Children Check clearance status. [optional] [example: NULL]wWCCExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Working With Children Check clearance expiry date. [optional] [example: "2024-01-01"]codeOfConductDateSigned
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when Code of Conduct was signed. [optional] [example: "2019-02-14"]socialNetworkingPolicyDateSigned
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when Social Networking Policy was signed. [optional] [example: "2019-03-02"]childProtectionPolicyDateSigned
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when Child Protection Policy was signed. [optional] [example: "2019-04-30"]iCTPolicyDateSigned
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when ICT Policy was signed. [optional] [example: "2019-05-22"]firstAidExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when First Aid certificate expires. [optional] [example: "2023-07-05"]resuscitationExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. Date when Resiscitate certificate expires. [optional] [example: "2025-08-17"]publicLiabilityExpiryDate
→ Date (Y-m-d, eg. 2019-12-31) Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. [optional] [example: "2028-09-22"]aGSNumber
→ String Deprecated, patch the relevant staffEmployment
model instead; using this attribute will attempt to update the best matching staffEmployment
model or will do nothing. [optional] [example: NULL]id required | number Number ID of the |
object |
{- "data": {
- "type": "staff",
- "id": 1,
- "attributes": {
- "staffCode": "2UMMO",
- "timetableCode": "2UMMO",
- "barcode": "ABC-abc-1234",
- "emergencyContactName": "John Smith",
- "emergencyContactPhone": "+61 7 7010 4537",
- "emergencyContactMobile": "0491 570 156",
- "employmentStatus": "permanent",
- "employmentClassification": "teaching",
- "jobTitle": "Biology Teacher",
- "contractCommencementDate": "2019-01-01",
- "contractExpiryDate": "2024-12-31",
- "wWCCNumber": "WWC0000000E",
- "wWCCStatus": null,
- "wWCCExpiryDate": "2024-01-01",
- "codeOfConductDateSigned": "2019-02-14",
- "socialNetworkingPolicyDateSigned": "2019-03-02",
- "childProtectionPolicyDateSigned": "2019-04-30",
- "iCTPolicyDateSigned": "2019-05-22",
- "firstAidExpiryDate": "2023-07-05",
- "resuscitationExpiryDate": "2025-08-17",
- "publicLiabilityExpiryDate": "2028-09-22",
- "aGSNumber": null
}
}
}
{- "data": {
- "type": "staff",
- "id": "1",
- "attributes": {
- "staffCode": "978020137962",
- "timetableCode": "978020137962",
- "barcode": "9031101",
- "emergencyContactName": "",
- "emergencyContactPhone": "",
- "emergencyContactMobile": "",
- "employmentStatus": 2,
- "employmentClassification": "teaching",
- "jobTitle": "Teacher",
- "contractCommencementDate": "2018-10-01",
- "contractExpiryDate": "2018-10-01",
- "wWCCNumber": "9031101",
- "wWCCStatus": null,
- "wWCCExpiryDate": "2018-10-01",
- "codeOfConductDateSigned": "2018-10-01",
- "socialNetworkingPolicyDateSigned": "2018-10-01",
- "childProtectionPolicyDateSigned": "2018-10-01",
- "iCTPolicyDateSigned": "2018-10-01",
- "firstAidExpiryDate": "2018-10-01",
- "resuscitationExpiryDate": "2018-10-01",
- "publicLiabilityExpiryDate": "2018-10-01",
- "aGSNumber": "978020137962",
- "positionNumber": null,
- "payRate": null,
- "staffActivity": "Speech Therapist",
- "staffActivityCode": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "person": {
- "links": {
- "related": "/v1/enrolments/staff/1/person"
}
}, - "absences": {
- "links": {
- "related": "/v1/enrolments/staff/1/absences"
}
}
}, - "links": {
- "self": "/v1/enrolments/staff/1",
- "person": "/v1/enrolments/staff/1/person",
- "absences": "/v1/enrolments/staff/1/absences"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves a page of staffAbsence
related to staff
via relation absences
.
id required | number Number ID of the 'staff', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "staffAbsence",
- "id": "1",
- "attributes": {
- "type": "whole",
- "startDate": "2018-02-01",
- "endDate": "2025-03-21",
- "startTime": "08:00:00",
- "endTime": null,
- "leaveType": "Sickness",
- "reason": null,
- "notes": null,
- "hasReceivedMedicalCertificate": false,
- "externalSource": null,
- "externalId": null,
- "isApproved": true
}, - "relationships": {
- "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}, - "leaveType": {
- "data": {
- "id": "1",
- "type": "staffAbsenceLeaveType"
}
}
}, - "links": {
- "self": "/v1/staff/absence/1"
}
}, - {
- "type": "staffAbsence",
- "id": "1",
- "attributes": {
- "type": "whole",
- "startDate": "2018-02-01",
- "endDate": "2025-03-21",
- "startTime": "08:00:00",
- "endTime": null,
- "leaveType": "Sickness",
- "reason": null,
- "notes": null,
- "hasReceivedMedicalCertificate": false,
- "externalSource": null,
- "externalId": null,
- "isApproved": true
}, - "relationships": {
- "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}, - "leaveType": {
- "data": {
- "id": "1",
- "type": "staffAbsenceLeaveType"
}
}
}, - "links": {
- "self": "/v1/staff/absence/1"
}
}, - {
- "type": "staffAbsence",
- "id": "1",
- "attributes": {
- "type": "whole",
- "startDate": "2018-02-01",
- "endDate": "2025-03-21",
- "startTime": "08:00:00",
- "endTime": null,
- "leaveType": "Sickness",
- "reason": null,
- "notes": null,
- "hasReceivedMedicalCertificate": false,
- "externalSource": null,
- "externalId": null,
- "isApproved": true
}, - "relationships": {
- "staff": {
- "data": {
- "id": "1",
- "type": "staff"
}
}, - "leaveType": {
- "data": {
- "id": "1",
- "type": "staffAbsenceLeaveType"
}
}
}, - "links": {
- "self": "/v1/staff/absence/1"
}
}
]
}
Retrieves a single instance of person
, the relation relatedPerson
of staff
.
id required | number Number ID of the 'staff' which relation to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: primaryHousehold, studentPrimaryEnrolment, staff, student, contactDetails, otherHouseholds, studentContacts, studentTenants, prescribedMedication, emails, phoneNumbers, givenConsents, givenConsentLinks, emergencyContactLinks, abilities, additionalFields. [optional] [default: null] [example: "primaryHousehold"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "person",
- "id": "1",
- "attributes": {
- "externalId": null,
- "refId": null,
- "contactCode": null,
- "name": "John",
- "surname": "Doe",
- "firstName": "John",
- "middleNames": "Franz Stephen",
- "lastName": "Doe",
- "legalLastName": null,
- "preferredName": null,
- "email": "john.doe@example.com",
- "title": null,
- "givenNames": "Franz Stephen",
- "gender": "Other",
- "genderDescription": null,
- "genderCode": "Other",
- "dateOfBirth": null,
- "dateOfDeath": null,
- "crn": null,
- "otherLanguage": null,
- "otherLanguageCode": null,
- "languageSpokenAtHome": null,
- "languageSpokenAtHomeCode": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "indigenousStatusCode": null,
- "nationality": null,
- "nationalityCode": null,
- "countryOfCitizenship": null,
- "countryOfCitizenshipCode": null,
- "ethnicGroup": "Creole, so described",
- "ethnicGroupCode": "0906",
- "religion": null,
- "religionCode": null,
- "countryOfBirth": null,
- "countryOfBirthCode": null,
- "placeOfBirth": null,
- "residentialStatus": "Permanent Humanitarian Visa",
- "residentialStatusCode": 8,
- "isDeceased": false,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryHousehold": {
- "links": {
- "related": "/v1/enrolments/person/1/primary-household"
}
}, - "staff": {
- "links": {
- "related": "/v1/enrolments/person/1/staff"
}
}, - "student": {
- "links": {
- "related": "/v1/enrolments/person/1/student"
}
}, - "contactDetails": {
- "links": {
- "related": "/v1/enrolments/person/1/person-contact-details"
}
}, - "otherHouseholds": {
- "links": {
- "related": "/v1/enrolments/person/1/other-households"
}
}, - "studentContacts": {
- "links": {
- "related": "/v1/enrolments/person/1/student-contacts"
}
}, - "medicalSummary": {
- "links": {
- "related": "/v1/enrolments/person/1/medical-summary"
}
}, - "medicalConditions": {
- "links": {
- "related": "/v1/enrolments/person/1/medical-conditions"
}
}, - "prescribedMedication": {
- "links": {
- "related": "/v1/enrolments/person/1/prescribed-medications"
}
}, - "doctors": {
- "links": {
- "related": "/v1/enrolments/person/1/doctors"
}
}, - "associatedStudents": {
- "links": {
- "related": "/v1/enrolments/person/1/associated-students"
}
}, - "givenConsents": {
- "links": {
- "related": "/v1/enrolments/person/1/given-consents"
}
}, - "givenConsentLinks": {
- "links": {
- "related": "/v1/enrolments/person/1/given-consent-links"
}
}
}, - "links": {
- "self": "/v1/enrolments/person/1",
- "primaryHousehold": "/v1/enrolments/person/1/primary-household",
- "otherHouseholds": "/v1/enrolments/person/1/other-households",
- "staff": "/v1/enrolments/person/1/staff",
- "student": "/v1/enrolments/person/1/student",
- "studentContacts": "/v1/enrolments/person/1/student-contacts",
- "associatedStudents": "/v1/enrolments/person/1/associated-students",
- "medicalSummary": "/v1/enrolments/person/1/medical-summary",
- "medicalConditions": "/v1/enrolments/person/1/medical-conditions",
- "prescribedMedications": "/v1/enrolments/person/1/prescribed-medications",
- "doctors": "/v1/enrolments/person/1/doctors"
}, - "meta": {
- "deletedDate": null
}
}
}
Returns the photo of a given staff. Allowed dimensions are: 50x50, 100x100, 250x250, 500x500. If provided dimensions don't match it'll return the next closest dimension available.
id required | string String ID of the staff whose photo to retrieve. Also supports |
width | number Number Width of the returned photo, must be between 1 and 1500, defaults to 256. If not one of the allowed dimensions it will select the next closest available option. [optional] [default: 256] Value constraints: Minimum value: 1 [inclusive] Maximum value: 1500 [inclusive] |
height | number Number Height of the returned photo, must be between 1 and 1500, defaults to 256. If not one of the allowed dimensions it will select the next closest available option. [optional] [default: 256] Value constraints: Minimum value: 1 [inclusive] Maximum value: 1500 [inclusive] |
Retrieves all of staffQualification
related to staff
via relation qualifications
.
id required | number Number ID of the 'staff', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "staffQualification",
- "id": "0",
- "attributes": {
- "qualification": null,
- "type": null,
- "from": null,
- "aitslTeacherAccreditationLevel": null,
- "nextAitslTeacherAccreditationLevel": null,
- "dateAchieved": "2018-01-01",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/staff-qualification/0"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "staffQualification",
- "id": "0",
- "attributes": {
- "qualification": null,
- "type": null,
- "from": null,
- "aitslTeacherAccreditationLevel": null,
- "nextAitslTeacherAccreditationLevel": null,
- "dateAchieved": "2018-01-01",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/staff-qualification/0"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "staffQualification",
- "id": "0",
- "attributes": {
- "qualification": null,
- "type": null,
- "from": null,
- "aitslTeacherAccreditationLevel": null,
- "nextAitslTeacherAccreditationLevel": null,
- "dateAchieved": "2018-01-01",
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/staff-qualification/0"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves all instances of timetableLesson.
id required | number Number ID of the |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
fromDate | string Date (Y-m-d, eg. 2019-12-31) Date from which to retrieve timetable lessons, inclusive range. When not specified it defaults to today. [optional] [default: Today] |
toDate | string Date (Y-m-d, eg. 2019-12-31) Date to which to retrieve timetable lessons, inclusive range. When not specified it uses |
{- "data": [
- {
- "type": "timetableLesson",
- "id": "1-20180101",
- "attributes": {
- "className": null,
- "subject": "Biology",
- "roomName": null,
- "teacherName": "Jane McDoe, John Seagull",
- "teacherIds": [
- 1,
- 2
], - "date": "2018-01-01",
- "dayName": null,
- "dayOrder": 0,
- "periodName": null,
- "periodOrder": 0,
- "startTime": "08:00:00",
- "endTime": "08:00:00",
- "colour": "#FFFFFF",
- "classType": null,
}
}, - {
- "type": "timetableLesson",
- "id": "1-20180101",
- "attributes": {
- "className": null,
- "subject": "Biology",
- "roomName": null,
- "teacherName": "Jane McDoe, John Seagull",
- "teacherIds": [
- 1,
- 2
], - "date": "2018-01-01",
- "dayName": null,
- "dayOrder": 0,
- "periodName": null,
- "periodOrder": 0,
- "startTime": "08:00:00",
- "endTime": "08:00:00",
- "colour": "#FFFFFF",
- "classType": null,
}
}, - {
- "type": "timetableLesson",
- "id": "1-20180101",
- "attributes": {
- "className": null,
- "subject": "Biology",
- "roomName": null,
- "teacherName": "Jane McDoe, John Seagull",
- "teacherIds": [
- 1,
- 2
], - "date": "2018-01-01",
- "dayName": null,
- "dayOrder": 0,
- "periodName": null,
- "periodOrder": 0,
- "startTime": "08:00:00",
- "endTime": "08:00:00",
- "colour": "#FFFFFF",
- "classType": null,
}
}
]
}
Retrieves all instances of timetableLesson.
id required | number Number ID of the |
date required | string Date (Y-m-d, eg. 2019-12-31) Date for which the timetable should be retrieved. |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "timetableLesson",
- "id": "1-20180101",
- "attributes": {
- "className": null,
- "subject": "Biology",
- "roomName": null,
- "teacherName": "Jane McDoe, John Seagull",
- "teacherIds": [
- 1,
- 2
], - "date": "2018-01-01",
- "dayName": null,
- "dayOrder": 0,
- "periodName": null,
- "periodOrder": 0,
- "startTime": "08:00:00",
- "endTime": "08:00:00",
- "colour": "#FFFFFF",
- "classType": null,
}
}, - {
- "type": "timetableLesson",
- "id": "1-20180101",
- "attributes": {
- "className": null,
- "subject": "Biology",
- "roomName": null,
- "teacherName": "Jane McDoe, John Seagull",
- "teacherIds": [
- 1,
- 2
], - "date": "2018-01-01",
- "dayName": null,
- "dayOrder": 0,
- "periodName": null,
- "periodOrder": 0,
- "startTime": "08:00:00",
- "endTime": "08:00:00",
- "colour": "#FFFFFF",
- "classType": null,
}
}, - {
- "type": "timetableLesson",
- "id": "1-20180101",
- "attributes": {
- "className": null,
- "subject": "Biology",
- "roomName": null,
- "teacherName": "Jane McDoe, John Seagull",
- "teacherIds": [
- 1,
- 2
], - "date": "2018-01-01",
- "dayName": null,
- "dayOrder": 0,
- "periodName": null,
- "periodOrder": 0,
- "startTime": "08:00:00",
- "endTime": "08:00:00",
- "colour": "#FFFFFF",
- "classType": null,
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "studentCode": "string",
- "barcode": "string",
- "isEligibleForDiscount": true,
- "permissionToPhotograph": true,
- "examNumber": "string",
- "usiId": "string",
- "acaraId": "string",
- "systemStudentId": "string",
- "username": "string",
- "refId": "string",
- "ealStage": "string",
- "ealIsReceivingSupport": true,
- "ealLastAssessmentAt": "string",
- "isSubjectToCourtOrders": true,
- "courtOrderInformation": "string",
- "studentFirstLanguage": "string",
- "studentFirstLanguageDesc": "string",
- "indigenousStatus": "string",
- "languageOtherThanEnglishSpokenAtHome": true,
- "studentMainlySpeaksEnglishAtHome": true,
- "loteBackground": "string",
- "isPayingInternationalFee": true,
- "cpsfIsInCare": true,
- "cpsfCaseManager": "string",
- "cpsfDistrict": "string",
- "cpsfContactNumber": "string",
- "createdAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "updatedAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "isActive": true
}, - "links": {
- "self": "string",
- "primaryEnrolment": "string",
- "person": "string",
- "activities": "string",
- "activityLinks": "string",
- "photo": "string",
- "documents": "string",
- "tenants": "string",
- "flags": "string",
- "flagLinks": "string"
}, - "relationships": {
- "primaryEnrolment": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "person": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "activities": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "activityInstances": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "activityLinks": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "documents": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "tenants": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "flags": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "flagLinks": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "awards": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "awardLinks": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "contacts": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "holidays": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "specialNeedsPrograms": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "schoolHistory": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}, - "households": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
A definition of a class in a timetable.
Retrieves a page of instances of student
.
include | string String Comma-separated list of relations to sideload. Allowed values are: primaryEnrolment, person, activities, activityInstances, tenants, flags, flagLinks, contacts, holidays, specialNeedsPrograms, schoolHistory. [optional] [default: null] [example: "primaryEnrolment"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
tenant | string String Only return students who belong to the specified tenant. [optional] [default: ""] [example: "aSd2rs"] Value constraints: Length must be between 256 and 0 characters, inclusive |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
studentCodes | string String Comma-separated list of studentCodes to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
examNumbers | string String Comma-separated list of examNumbers to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
refIds | string String Comma-separated list of refIds to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
contactCodes | string String Comma-separated list of contactCodes to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
externalIds | string String Comma-separated list of externalIds to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
academicPeriodIds | string String Comma-separated list of academicPeriodIds to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of student
.
id required | number Number ID of the 'student' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: primaryEnrolment, person, activities, activityInstances, tenants, flags, flagLinks, contacts, holidays, specialNeedsPrograms, schoolHistory. [optional] [default: null] [example: "primaryEnrolment"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}
}
Updates an existing student
Payload has the following requirements:
And supports these models:
student
permissionToPhotograph
→ Boolean This field cannot be modified once it's not null. [example: TRUE]usiId
→ String Updates the unique user identifier. [optional] [example: "c8370653bf584bd7644ccb2ba1f39e78"]barcode
→ String Updates the barcode field. [optional] [example: "B000012680"]examNumber
→ String Updates the examNumber field. [optional] [example: "Value123"]studentCode
→ String Updates the studentCode field. [optional] [example: "40045"]systemStudentId
→ String Updates the systemStudentId field. [optional] [example: "Value123"]acaraId
→ Number Updates the acaraId field. [optional] [example: "Value234"]username
→ String Updates the username field. [optional] [example: "john.smith"]id required | number Number ID of the |
object |
{- "data": {
- "type": "student",
- "id": 1,
- "attributes": {
- "permissionToPhotograph": true,
- "usiId": "c8370653bf584bd7644ccb2ba1f39e78",
- "barcode": "B000012680",
- "examNumber": "Value123",
- "studentCode": "40045",
- "systemStudentId": "Value123",
- "acaraId": "Value234",
- "username": "john.smith"
}
}
}
{- "data": {
- "type": "student",
- "id": "1",
- "attributes": {
- "studentCode": null,
- "barcode": null,
- "permissionToPhotograph": true,
- "examNumber": null,
- "usiId": null,
- "isEligibleForDiscount": false,
- "acaraId": null,
- "systemStudentId": null,
- "username": null,
- "refId": null,
- "ealStage": null,
- "ealIsReceivingSupport": null,
- "ealLastAssessmentAt": null,
- "isSubjectToCourtOrders": false,
- "courtOrderInformation": null,
- "studentFirstLanguage": null,
- "studentFirstLanguageDesc": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "languageOtherThanEnglishSpokenAtHome": false,
- "studentMainlySpeaksEnglishAtHome": false,
- "loteBackground": null,
- "isPayingInternationalFee": false,
- "cpsfIsInCare": false,
- "cpsfCaseManager": null,
- "cpsfDistrict": null,
- "cpsfContactNumber": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryEnrolment": {
- "links": {
- "related": "/v1/enrolments/student/1/primaryEnrolment"
}
}, - "person": {
- "links": {
- "related": "/v1/enrolments/student/1/person"
}
}, - "activities": {
- "links": {
- "related": "/v1/enrolments/student/1/activities"
}
}, - "activityLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/activity-links"
}
}, - "photo": {
- "links": {
- "related": "/v1/enrolments/student/1/photo"
}
}, - "documents": {
- "links": {
- "related": "/v1/enrolments/student/1/documents"
}
}, - "tenants": {
- "links": {
- "related": "/v1/enrolments/student/1/tenants"
}
}, - "flags": {
- "links": {
- "related": "/v1/enrolments/student/1/flags"
}
}, - "flagLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/flagLinks"
}
}, - "awards": {
- "links": {
- "related": "/v1/enrolments/student/1/awards"
}
}, - "awardLinks": {
- "links": {
- "related": "/v1/enrolments/student/1/award-links"
}
}, - "households": {
- "links": {
- "related": "/v1/enrolments/student/1/households"
}
}
}, - "links": {
- "self": "/v1/enrolments/student/1",
- "primaryEnrolment": "/v1/enrolments/student/1/primary-enrolment",
- "person": "/v1/enrolments/student/1/person",
- "activities": "/v1/enrolments/student/1/activities",
- "activityLinks": "/v1/enrolments/student/1/activity-links",
- "photo": "/v1/enrolments/student/1/photo",
- "documents": "/v1/enrolments/student/1/documents",
- "tenants": "/v1/enrolments/student/1/tenants",
- "flags": "/v1/enrolments/student/1/flags",
- "flagLinks": "/v1/enrolments/student/1/flag-links"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves a page of absence
related to student
via relation absences
.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "absence",
- "id": "1",
- "attributes": {
- "type": "timed",
- "date": "2018-10-01",
- "start": null,
- "end": null,
- "comment": "",
- "explainer": "",
- "explainerSource": "",
- "letterSent": false,
- "bulkAbsenceId": null,
- "submitted": false,
- "externalSource": null
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "3",
- "type": "student"
}
}, - "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}, - "matchingFutureAbsence": {
- "data": {
- "id": "4",
- "type": "futureAbsence"
}
}
}, - "links": {
- "self": "/v1/attendance/absence/1",
- "student": "/v1/enrolments/student/3"
}
}, - {
- "type": "absence",
- "id": "1",
- "attributes": {
- "type": "timed",
- "date": "2018-10-01",
- "start": null,
- "end": null,
- "comment": "",
- "explainer": "",
- "explainerSource": "",
- "letterSent": false,
- "bulkAbsenceId": null,
- "submitted": false,
- "externalSource": null
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "3",
- "type": "student"
}
}, - "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}, - "matchingFutureAbsence": {
- "data": {
- "id": "4",
- "type": "futureAbsence"
}
}
}, - "links": {
- "self": "/v1/attendance/absence/1",
- "student": "/v1/enrolments/student/3"
}
}, - {
- "type": "absence",
- "id": "1",
- "attributes": {
- "type": "timed",
- "date": "2018-10-01",
- "start": null,
- "end": null,
- "comment": "",
- "explainer": "",
- "explainerSource": "",
- "letterSent": false,
- "bulkAbsenceId": null,
- "submitted": false,
- "externalSource": null
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "3",
- "type": "student"
}
}, - "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}, - "matchingFutureAbsence": {
- "data": {
- "id": "4",
- "type": "futureAbsence"
}
}
}, - "links": {
- "self": "/v1/attendance/absence/1",
- "student": "/v1/enrolments/student/3"
}
}
]
}
Retrieves a page of studentAcademicReport
related to student
via relation academicReports
.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: period. [optional] [default: null] [example: "period"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "studentAcademicReport",
- "id": "1",
- "attributes": {
- "publishedDateTime": null,
- "year": "2018",
- "semester": "1",
- "reportingPeriod": "First semester 2018",
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/reports/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "studentAcademicReport",
- "id": "1",
- "attributes": {
- "publishedDateTime": null,
- "year": "2018",
- "semester": "1",
- "reportingPeriod": "First semester 2018",
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/reports/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "studentAcademicReport",
- "id": "1",
- "attributes": {
- "publishedDateTime": null,
- "year": "2018",
- "semester": "1",
- "reportingPeriod": "First semester 2018",
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/reports/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a page of activity
related to student
via relation activities
.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: venue. [optional] [default: null] [example: "venue"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
fromDate | string Date (Y-m-d, eg. 2019-12-31) Return only activities that end after this date. [optional] [default: null] |
toDate | string Date (Y-m-d, eg. 2019-12-31) Return only activities that start before this date. [optional] [default: null] |
{- "data": [
- {
- "type": "activity",
- "id": "1",
- "attributes": {
- "name": "Basketball Match",
- "reportName": "Basketball Match Report",
- "description": "A basketball match between two classes.",
- "startDate": "2018-10-01",
- "endDate": "2018-10-01",
- "startTime": "10:00:00",
- "endTime": "12:00:00",
- "permissionFormDueDate": null,
- "isRestrictedByTerm": false,
- "isRestrictedByYear": false,
- "showReports": false,
- "showAttendance": false,
- "showPortal": false,
- "selfRegistration": false,
- "approvalRequired": false,
- "maximumPlaces": 128,
- "waitingListPlaces": 30,
- "archived": null,
- "riskAssessment": false,
- "registrationType": "ACTIVITY",
- "portalDescription": "A match (remember to call parents).",
- "availableTerms": [ ],
- "availableYears": null,
- "isActive": true
}, - "relationships": {
- "cycles": {
- "links": {
- "related": "/v1/activities/activity/1/cycles"
}
}, - "instances": {
- "links": {
- "related": "/v1/activities/activity/1/instances"
}
}, - "organisers": {
- "data": [
- {
- "id": "1",
- "type": "staff"
}, - {
- "id": "2",
- "type": "staff"
}
]
}, - "category": {
- "data": {
- "id": "1",
- "type": "activityCategory"
}
}
}, - "links": {
- "self": "/v1/activities/activity/1",
- "cycles": "/v1/activities/activity/1/cycles",
- "instances": "/v1/activities/activity/1/instances"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "activity",
- "id": "1",
- "attributes": {
- "name": "Basketball Match",
- "reportName": "Basketball Match Report",
- "description": "A basketball match between two classes.",
- "startDate": "2018-10-01",
- "endDate": "2018-10-01",
- "startTime": "10:00:00",
- "endTime": "12:00:00",
- "permissionFormDueDate": null,
- "isRestrictedByTerm": false,
- "isRestrictedByYear": false,
- "showReports": false,
- "showAttendance": false,
- "showPortal": false,
- "selfRegistration": false,
- "approvalRequired": false,
- "maximumPlaces": 128,
- "waitingListPlaces": 30,
- "archived": null,
- "riskAssessment": false,
- "registrationType": "ACTIVITY",
- "portalDescription": "A match (remember to call parents).",
- "availableTerms": [ ],
- "availableYears": null,
- "isActive": true
}, - "relationships": {
- "cycles": {
- "links": {
- "related": "/v1/activities/activity/1/cycles"
}
}, - "instances": {
- "links": {
- "related": "/v1/activities/activity/1/instances"
}
}, - "organisers": {
- "data": [
- {
- "id": "1",
- "type": "staff"
}, - {
- "id": "2",
- "type": "staff"
}
]
}, - "category": {
- "data": {
- "id": "1",
- "type": "activityCategory"
}
}
}, - "links": {
- "self": "/v1/activities/activity/1",
- "cycles": "/v1/activities/activity/1/cycles",
- "instances": "/v1/activities/activity/1/instances"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "activity",
- "id": "1",
- "attributes": {
- "name": "Basketball Match",
- "reportName": "Basketball Match Report",
- "description": "A basketball match between two classes.",
- "startDate": "2018-10-01",
- "endDate": "2018-10-01",
- "startTime": "10:00:00",
- "endTime": "12:00:00",
- "permissionFormDueDate": null,
- "isRestrictedByTerm": false,
- "isRestrictedByYear": false,
- "showReports": false,
- "showAttendance": false,
- "showPortal": false,
- "selfRegistration": false,
- "approvalRequired": false,
- "maximumPlaces": 128,
- "waitingListPlaces": 30,
- "archived": null,
- "riskAssessment": false,
- "registrationType": "ACTIVITY",
- "portalDescription": "A match (remember to call parents).",
- "availableTerms": [ ],
- "availableYears": null,
- "isActive": true
}, - "relationships": {
- "cycles": {
- "links": {
- "related": "/v1/activities/activity/1/cycles"
}
}, - "instances": {
- "links": {
- "related": "/v1/activities/activity/1/instances"
}
}, - "organisers": {
- "data": [
- {
- "id": "1",
- "type": "staff"
}, - {
- "id": "2",
- "type": "staff"
}
]
}, - "category": {
- "data": {
- "id": "1",
- "type": "activityCategory"
}
}
}, - "links": {
- "self": "/v1/activities/activity/1",
- "cycles": "/v1/activities/activity/1/cycles",
- "instances": "/v1/activities/activity/1/instances"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a page of attendeeLink
related to student
via relation activityLink
.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "attendeeLink",
- "id": "1",
- "attributes": {
- "attendeeType": "Family Member",
- "showInReports": false,
- "points": null,
- "permissionGiven": false,
- "paid": false,
- "paidAmount": "0.00"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "activityInstance": {
- "data": {
- "id": "1",
- "type": "activityInstance"
}
}
}, - "links": {
- "self": "/v1/activities/attendee-link/1",
- "enrolmentAttendee": "/v1/activities/attendee-link/1/student"
}
}, - {
- "type": "attendeeLink",
- "id": "1",
- "attributes": {
- "attendeeType": "Family Member",
- "showInReports": false,
- "points": null,
- "permissionGiven": false,
- "paid": false,
- "paidAmount": "0.00"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "activityInstance": {
- "data": {
- "id": "1",
- "type": "activityInstance"
}
}
}, - "links": {
- "self": "/v1/activities/attendee-link/1",
- "enrolmentAttendee": "/v1/activities/attendee-link/1/student"
}
}, - {
- "type": "attendeeLink",
- "id": "1",
- "attributes": {
- "attendeeType": "Family Member",
- "showInReports": false,
- "points": null,
- "permissionGiven": false,
- "paid": false,
- "paidAmount": "0.00"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "activityInstance": {
- "data": {
- "id": "1",
- "type": "activityInstance"
}
}
}, - "links": {
- "self": "/v1/activities/attendee-link/1",
- "enrolmentAttendee": "/v1/activities/attendee-link/1/student"
}
}
]
}
Retrieves a page of studentAwardLink
related to student
via relation awardLinks
.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "studentAwardLink",
- "id": "1",
- "attributes": {
- "date": "2018-01-01"
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/welfare/award/1"
}
}, - {
- "type": "studentAwardLink",
- "id": "1",
- "attributes": {
- "date": "2018-01-01"
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/welfare/award/1"
}
}, - {
- "type": "studentAwardLink",
- "id": "1",
- "attributes": {
- "date": "2018-01-01"
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/welfare/award/1"
}
}
]
}
Retrieves a page of award
related to student
via relation awards
.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "award",
- "id": "1",
- "attributes": {
- "name": "International Spelling Bee Championship 2019",
- "value": 5,
- "pointValue": 3,
- "sequence": 1
}, - "relationships": {
- "category": {
- "data": {
- "id": "2",
- "type": "awardCategory"
}
}
}, - "links": {
- "self": "/v1/welfare/award/1"
}
}, - {
- "type": "award",
- "id": "1",
- "attributes": {
- "name": "International Spelling Bee Championship 2019",
- "value": 5,
- "pointValue": 3,
- "sequence": 1
}, - "relationships": {
- "category": {
- "data": {
- "id": "2",
- "type": "awardCategory"
}
}
}, - "links": {
- "self": "/v1/welfare/award/1"
}
}, - {
- "type": "award",
- "id": "1",
- "attributes": {
- "name": "International Spelling Bee Championship 2019",
- "value": 5,
- "pointValue": 3,
- "sequence": 1
}, - "relationships": {
- "category": {
- "data": {
- "id": "2",
- "type": "awardCategory"
}
}
}, - "links": {
- "self": "/v1/welfare/award/1"
}
}
]
}
Synchronizes a student into Sentra Data layer of used tenant - but only if the tenant uses Sentralenrolment
importer.
id required | number Number ID of the |
{- "data": {
- "type": "coreStudent",
- "id": "2",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Smith",
- "preferredName": "Jane",
- "gender": null,
- "barcode": "B000007001",
- "examId": null,
- "schoolYear": "",
- "dateOfBirth": null,
- "allergies": null,
- "medicalConditions": null,
- "externalId": "EXT_123",
- "externalSource": "SentralEnrolment",
- "username": null,
- "email": null,
- "mobile": null,
- "refId": "8b6447c6-49e1-44f7-952c-12006df6dfab",
- "eslSupportNeeded": false,
- "eslDateAssessed": null,
- "isEslSupportReceived": false,
- "enrolDate": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "additionalDetails": {
- "data": {
- "id": "1",
- "type": "corePerson"
}
}, - "attendedClasses": {
- "links": {
- "related": "/v1/core/core-student/2/attended-classes"
}
}, - "studentRelationships": {
- "links": {
- "related": "/v1/core/core-student-relationships?studentIds=2"
}
}, - "coreHouse": {
- "data": {
- "id": "1",
- "type": "coreHouse"
}
}, - "contacts": {
- "links": {
- "related": "/v1/core/core-student/2/contacts"
}
}
}, - "links": {
- "self": "/v1/core/core-student/2"
}, - "meta": {
- "deletedDate": null
}
}
}
Adds a new 'studentDocument' to a 'studentEnrolmentDraft'. The file should be uploaded via 'multipart/form-data' and should be sent under key 'document'.
id required | number Number ID of the 'STUDENT' to which the document should be added. [example: 1] |
isConfidential | boolean Boolean Controls whether the newly created file should be confidential or not. [optional] [default: false] |
studentEnrolmentDraftId | number Number ID of the |
categoryId | number Number ID of the |
{- "data": {
- "type": "studentDocument",
- "id": "1",
- "attributes": {
- "fileName": null,
- "isConfidential": true
}, - "links": {
- "self": "/v1/enrolments/student-document/1",
- "file": "/v1/enrolments/student-document/1/file"
}
}
}
Retrieves all of studentDocument
related to student
via relation documents
.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "studentDocument",
- "id": "1",
- "attributes": {
- "fileName": null,
- "isConfidential": true
}, - "links": {
- "self": "/v1/enrolments/student-document/1",
- "file": "/v1/enrolments/student-document/1/file"
}
}, - {
- "type": "studentDocument",
- "id": "1",
- "attributes": {
- "fileName": null,
- "isConfidential": true
}, - "links": {
- "self": "/v1/enrolments/student-document/1",
- "file": "/v1/enrolments/student-document/1/file"
}
}, - {
- "type": "studentDocument",
- "id": "1",
- "attributes": {
- "fileName": null,
- "isConfidential": true
}, - "links": {
- "self": "/v1/enrolments/student-document/1",
- "file": "/v1/enrolments/student-document/1/file"
}
}
]
}
Retrieves a page of studentAcademicReportEduPro
related to student
via relation eduProAcademicReports
.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "studentAcademicReportEduPro",
- "id": "1",
- "attributes": {
- "year": 2018,
- "semester": 1,
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/edupro/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "studentAcademicReportEduPro",
- "id": "1",
- "attributes": {
- "year": 2018,
- "semester": 1,
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/edupro/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "studentAcademicReportEduPro",
- "id": "1",
- "attributes": {
- "year": 2018,
- "semester": 1,
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/edupro/student-academic-report/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves all of enrolment
related to student
via relation enrolments
.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: student, house, rollclass, classes, campus. [optional] [default: null] [example: "student"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
statuses | string String Comma-separated list of enrolment types to filter by. Reference the model |
{- "data": [
- {
- "type": "enrolment",
- "id": "1",
- "attributes": {
- "startDate": "2018-09-01",
- "endDate": null,
- "status": "active",
- "school": null,
- "schoolYear": null,
- "rollClass": null,
- "isBoarding": false,
- "boardingHouse": null,
- "tutorGroup": null,
- "fteAmount": "1",
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "house": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/house"
}
}, - "rollclass": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/rollclass"
}
}, - "classes": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/classes"
}
}, - "academicPeriod": {
- "data": {
- "id": "1",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment/1",
- "house": "/v1/enrolments/enrolment/1/house",
- "classes": "/v1/enrolments/enrolment/1/classes",
- "rollclass": "/v1/enrolments/enrolment/1/rollclass"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "enrolment",
- "id": "1",
- "attributes": {
- "startDate": "2018-09-01",
- "endDate": null,
- "status": "active",
- "school": null,
- "schoolYear": null,
- "rollClass": null,
- "isBoarding": false,
- "boardingHouse": null,
- "tutorGroup": null,
- "fteAmount": "1",
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "house": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/house"
}
}, - "rollclass": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/rollclass"
}
}, - "classes": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/classes"
}
}, - "academicPeriod": {
- "data": {
- "id": "1",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment/1",
- "house": "/v1/enrolments/enrolment/1/house",
- "classes": "/v1/enrolments/enrolment/1/classes",
- "rollclass": "/v1/enrolments/enrolment/1/rollclass"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "enrolment",
- "id": "1",
- "attributes": {
- "startDate": "2018-09-01",
- "endDate": null,
- "status": "active",
- "school": null,
- "schoolYear": null,
- "rollClass": null,
- "isBoarding": false,
- "boardingHouse": null,
- "tutorGroup": null,
- "fteAmount": "1",
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "house": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/house"
}
}, - "rollclass": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/rollclass"
}
}, - "classes": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/classes"
}
}, - "academicPeriod": {
- "data": {
- "id": "1",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment/1",
- "house": "/v1/enrolments/enrolment/1/house",
- "classes": "/v1/enrolments/enrolment/1/classes",
- "rollclass": "/v1/enrolments/enrolment/1/rollclass"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves all of studentFlagLink
related to student
via relation flagLinks
. Results will include studentFlagLinks
that link to inactive flags
, but deleted studentFlagLinks
will not appear in the results.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: student, flag. [optional] [default: null] [example: "student"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "studentFlagLink",
- "id": "1",
- "attributes": {
- "comment": "Has failed every Math exam so far",
- "expiryDate": "2018-06-01"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "flag": {
- "data": {
- "id": "1",
- "type": "flag"
}
}
}, - "links": {
- "self": "/v1/enrolments/house/1"
}
}, - {
- "type": "studentFlagLink",
- "id": "1",
- "attributes": {
- "comment": "Has failed every Math exam so far",
- "expiryDate": "2018-06-01"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "flag": {
- "data": {
- "id": "1",
- "type": "flag"
}
}
}, - "links": {
- "self": "/v1/enrolments/house/1"
}
}, - {
- "type": "studentFlagLink",
- "id": "1",
- "attributes": {
- "comment": "Has failed every Math exam so far",
- "expiryDate": "2018-06-01"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "flag": {
- "data": {
- "id": "1",
- "type": "flag"
}
}
}, - "links": {
- "self": "/v1/enrolments/house/1"
}
}
]
}
Retrieves all of flag
related to student
via relation flags
. Results will include inactive flags
.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: school. [optional] [default: null] [example: "school"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "flag",
- "id": "1",
- "attributes": {
- "internalName": "hasSchoolProblems",
- "name": "Has school problems",
- "color": "FF8888",
- "showInSentral": true,
- "showInFees": true,
- "isDisabled": false,
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/flag/1",
- "school": "/v1/enrolments/flag/1/school"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "flag",
- "id": "1",
- "attributes": {
- "internalName": "hasSchoolProblems",
- "name": "Has school problems",
- "color": "FF8888",
- "showInSentral": true,
- "showInFees": true,
- "isDisabled": false,
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/flag/1",
- "school": "/v1/enrolments/flag/1/school"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "flag",
- "id": "1",
- "attributes": {
- "internalName": "hasSchoolProblems",
- "name": "Has school problems",
- "color": "FF8888",
- "showInSentral": true,
- "showInFees": true,
- "isDisabled": false,
- "isActive": true
}, - "links": {
- "self": "/v1/enrolments/flag/1",
- "school": "/v1/enrolments/flag/1/school"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves all of studentHouseholdRelation
related to student
via relation households
.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: student, household. [optional] [default: null] [example: "student"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
residentialHouseholdTypes | string String Comma-separated list of Residential household types to filter by. Reference the model |
{- "data": [
- {
- "type": "studentHouseholdRelation",
- "id": "1",
- "attributes": {
- "studentId": 1,
- "householdId": 3,
- "residentialHousehold": "yes"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}, - "links": {
- "related": "/v1/enrolments/student-household/1/student"
}
}, - "household": {
- "data": {
- "id": "3",
- "type": "household"
}, - "links": {
- "related": "/v1/enrolments/student-household/1/household"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-household/1",
- "student": "/v1/enrolments/student-household/1/student",
- "household": "/v1/enrolments/student-household/1/household"
}
}, - {
- "type": "studentHouseholdRelation",
- "id": "1",
- "attributes": {
- "studentId": 1,
- "householdId": 3,
- "residentialHousehold": "yes"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}, - "links": {
- "related": "/v1/enrolments/student-household/1/student"
}
}, - "household": {
- "data": {
- "id": "3",
- "type": "household"
}, - "links": {
- "related": "/v1/enrolments/student-household/1/household"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-household/1",
- "student": "/v1/enrolments/student-household/1/student",
- "household": "/v1/enrolments/student-household/1/household"
}
}, - {
- "type": "studentHouseholdRelation",
- "id": "1",
- "attributes": {
- "studentId": 1,
- "householdId": 3,
- "residentialHousehold": "yes"
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}, - "links": {
- "related": "/v1/enrolments/student-household/1/student"
}
}, - "household": {
- "data": {
- "id": "3",
- "type": "household"
}, - "links": {
- "related": "/v1/enrolments/student-household/1/household"
}
}
}, - "links": {
- "self": "/v1/enrolments/student-household/1",
- "student": "/v1/enrolments/student-household/1/student",
- "household": "/v1/enrolments/student-household/1/household"
}
}
]
}
Retrieves a single instances of person based on the specified ID.
id required | number Number ID of the student whose person details should be retrieved. |
include | string String Comma-separated list of relations to sideload. Allowed values are: primaryHousehold, studentPrimaryEnrolment, staff, student, contactDetails, otherHouseholds, studentContacts, studentTenants, prescribedMedication, emails, phoneNumbers, givenConsents, givenConsentLinks, emergencyContactLinks, abilities, additionalFields. [optional] [default: null] [example: "primaryHousehold"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "person",
- "id": "1",
- "attributes": {
- "externalId": null,
- "refId": null,
- "contactCode": null,
- "name": "John",
- "surname": "Doe",
- "firstName": "John",
- "middleNames": "Franz Stephen",
- "lastName": "Doe",
- "legalLastName": null,
- "preferredName": null,
- "email": "john.doe@example.com",
- "title": null,
- "givenNames": "Franz Stephen",
- "gender": "Other",
- "genderDescription": null,
- "genderCode": "Other",
- "dateOfBirth": null,
- "dateOfDeath": null,
- "crn": null,
- "otherLanguage": null,
- "otherLanguageCode": null,
- "languageSpokenAtHome": null,
- "languageSpokenAtHomeCode": null,
- "indigenousStatus": "Neither Aboriginal nor Torres Strait Islander origin",
- "indigenousStatusCode": null,
- "nationality": null,
- "nationalityCode": null,
- "countryOfCitizenship": null,
- "countryOfCitizenshipCode": null,
- "ethnicGroup": "Creole, so described",
- "ethnicGroupCode": "0906",
- "religion": null,
- "religionCode": null,
- "countryOfBirth": null,
- "countryOfBirthCode": null,
- "placeOfBirth": null,
- "residentialStatus": "Permanent Humanitarian Visa",
- "residentialStatusCode": 8,
- "isDeceased": false,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "primaryHousehold": {
- "links": {
- "related": "/v1/enrolments/person/1/primary-household"
}
}, - "staff": {
- "links": {
- "related": "/v1/enrolments/person/1/staff"
}
}, - "student": {
- "links": {
- "related": "/v1/enrolments/person/1/student"
}
}, - "contactDetails": {
- "links": {
- "related": "/v1/enrolments/person/1/person-contact-details"
}
}, - "otherHouseholds": {
- "links": {
- "related": "/v1/enrolments/person/1/other-households"
}
}, - "studentContacts": {
- "links": {
- "related": "/v1/enrolments/person/1/student-contacts"
}
}, - "medicalSummary": {
- "links": {
- "related": "/v1/enrolments/person/1/medical-summary"
}
}, - "medicalConditions": {
- "links": {
- "related": "/v1/enrolments/person/1/medical-conditions"
}
}, - "prescribedMedication": {
- "links": {
- "related": "/v1/enrolments/person/1/prescribed-medications"
}
}, - "doctors": {
- "links": {
- "related": "/v1/enrolments/person/1/doctors"
}
}, - "associatedStudents": {
- "links": {
- "related": "/v1/enrolments/person/1/associated-students"
}
}, - "givenConsents": {
- "links": {
- "related": "/v1/enrolments/person/1/given-consents"
}
}, - "givenConsentLinks": {
- "links": {
- "related": "/v1/enrolments/person/1/given-consent-links"
}
}
}, - "links": {
- "self": "/v1/enrolments/person/1",
- "primaryHousehold": "/v1/enrolments/person/1/primary-household",
- "otherHouseholds": "/v1/enrolments/person/1/other-households",
- "staff": "/v1/enrolments/person/1/staff",
- "student": "/v1/enrolments/person/1/student",
- "studentContacts": "/v1/enrolments/person/1/student-contacts",
- "associatedStudents": "/v1/enrolments/person/1/associated-students",
- "medicalSummary": "/v1/enrolments/person/1/medical-summary",
- "medicalConditions": "/v1/enrolments/person/1/medical-conditions",
- "prescribedMedications": "/v1/enrolments/person/1/prescribed-medications",
- "doctors": "/v1/enrolments/person/1/doctors"
}, - "meta": {
- "deletedDate": null
}
}
}
Returns the photo of a given student. Allowed dimensions are: 50x50, 100x100, 250x250, 500x500. If provided dimensions don't match it'll return the next closest dimension available.
id required | string String ID of the student whose photo to retrieve. Also supports |
width | number Number Width of the returned photo, must be between 1 and 1500, defaults to 256. If not one of the allowed dimensions it will select the next closest available option. [optional] [default: 256] Value constraints: Minimum value: 1 [inclusive] Maximum value: 1500 [inclusive] |
height | number Number Height of the returned photo, must be between 1 and 1500, defaults to 256. If not one of the allowed dimensions it will select the next closest available option. [optional] [default: 256] Value constraints: Minimum value: 1 [inclusive] Maximum value: 1500 [inclusive] |
avoidReturningMissingPhoto | string String By default this method returns the photo of the student in the current tenant, even if the student has no custom photo there. With this option set to '1', if the student doesn't have a photo in the current tenant the endpoint will attempt to return a photo from another tenant this student is/was part of and return the photo from there. The mechanism will prefer the tenant where the student is currently enrolled, then earliest past tenants, then earlies future tenants. [optional] [default: "0"] Value constraints: Allowed values: "1", "0" |
Retrieves a single instance of enrolment
, the relation primaryEnrolment
of student
.
id required | number Number ID of the 'student' which relation to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: student, house, rollclass, classes, campus. [optional] [default: null] [example: "student"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "enrolment",
- "id": "1",
- "attributes": {
- "startDate": "2018-09-01",
- "endDate": null,
- "status": "active",
- "school": null,
- "schoolYear": null,
- "rollClass": null,
- "isBoarding": false,
- "boardingHouse": null,
- "tutorGroup": null,
- "fteAmount": "1",
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "house": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/house"
}
}, - "rollclass": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/rollclass"
}
}, - "classes": {
- "links": {
- "related": "/v1/enrolments/enrolment/1/classes"
}
}, - "academicPeriod": {
- "data": {
- "id": "1",
- "type": "academicPeriod"
}
}
}, - "links": {
- "self": "/v1/enrolments/enrolment/1",
- "house": "/v1/enrolments/enrolment/1/house",
- "classes": "/v1/enrolments/enrolment/1/classes",
- "rollclass": "/v1/enrolments/enrolment/1/rollclass"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves all of specialNeedsProgram
related to student
via relation specialNeedsPrograms
.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: students. [optional] [default: null] [example: "students"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "specialNeedsProgram",
- "id": "1",
- "attributes": {
- "name": "Attendance Improvement"
}, - "relationships": {
- "school": {
- "data": {
- "id": "1",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/special-needs-program/1"
}
}, - {
- "type": "specialNeedsProgram",
- "id": "1",
- "attributes": {
- "name": "Attendance Improvement"
}, - "relationships": {
- "school": {
- "data": {
- "id": "1",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/special-needs-program/1"
}
}, - {
- "type": "specialNeedsProgram",
- "id": "1",
- "attributes": {
- "name": "Attendance Improvement"
}, - "relationships": {
- "school": {
- "data": {
- "id": "1",
- "type": "school"
}
}
}, - "links": {
- "self": "/v1/enrolments/special-needs-program/1"
}
}
]
}
Retrieves all of tenant
related to student
via relation tenants
.
id required | number Number ID of the 'student', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: schools. [optional] [default: null] [example: "schools"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "tenant",
- "id": "1",
- "attributes": {
- "name": "School 1 Tenant",
- "code": "a7bd8e",
- "region": "SA",
- "key": "14738a",
- "timezone": "Australia/Sydney",
- "provisioningStatus": null,
- "provisioningCompletedAt": null,
- "isActive": true
}, - "relationships": {
- "schools": {
- "links": {
- "related": "/v1/enterprise/tenant/1/schools"
}
}, - "termDates": {
- "links": {
- "related": "/v1/enterprise/tenant/1/term-dates"
}
}
}, - "links": {
- "self": "/v1/enterprise/tenant/1",
- "schools": "/v1/enterprise/tenant/1/schools"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "tenant",
- "id": "1",
- "attributes": {
- "name": "School 1 Tenant",
- "code": "a7bd8e",
- "region": "SA",
- "key": "14738a",
- "timezone": "Australia/Sydney",
- "provisioningStatus": null,
- "provisioningCompletedAt": null,
- "isActive": true
}, - "relationships": {
- "schools": {
- "links": {
- "related": "/v1/enterprise/tenant/1/schools"
}
}, - "termDates": {
- "links": {
- "related": "/v1/enterprise/tenant/1/term-dates"
}
}
}, - "links": {
- "self": "/v1/enterprise/tenant/1",
- "schools": "/v1/enterprise/tenant/1/schools"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "tenant",
- "id": "1",
- "attributes": {
- "name": "School 1 Tenant",
- "code": "a7bd8e",
- "region": "SA",
- "key": "14738a",
- "timezone": "Australia/Sydney",
- "provisioningStatus": null,
- "provisioningCompletedAt": null,
- "isActive": true
}, - "relationships": {
- "schools": {
- "links": {
- "related": "/v1/enterprise/tenant/1/schools"
}
}, - "termDates": {
- "links": {
- "related": "/v1/enterprise/tenant/1/term-dates"
}
}
}, - "links": {
- "self": "/v1/enterprise/tenant/1",
- "schools": "/v1/enterprise/tenant/1/schools"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves all instances of timetableLesson.
id required | number Number ID of the |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
fromDate | string Date (Y-m-d, eg. 2019-12-31) Date from which to retrieve timetable lessons, inclusive range. When not specified it defaults to today. [optional] [default: Today] |
toDate | string Date (Y-m-d, eg. 2019-12-31) Date to which to retrieve timetable lessons, inclusive range. When not specified it uses |
{- "data": [
- {
- "type": "timetableLesson",
- "id": "1-20180101",
- "attributes": {
- "className": null,
- "subject": "Biology",
- "roomName": null,
- "teacherName": "Jane McDoe, John Seagull",
- "teacherIds": [
- 1,
- 2
], - "date": "2018-01-01",
- "dayName": null,
- "dayOrder": 0,
- "periodName": null,
- "periodOrder": 0,
- "startTime": "08:00:00",
- "endTime": "08:00:00",
- "colour": "#FFFFFF",
- "classType": null,
}
}, - {
- "type": "timetableLesson",
- "id": "1-20180101",
- "attributes": {
- "className": null,
- "subject": "Biology",
- "roomName": null,
- "teacherName": "Jane McDoe, John Seagull",
- "teacherIds": [
- 1,
- 2
], - "date": "2018-01-01",
- "dayName": null,
- "dayOrder": 0,
- "periodName": null,
- "periodOrder": 0,
- "startTime": "08:00:00",
- "endTime": "08:00:00",
- "colour": "#FFFFFF",
- "classType": null,
}
}, - {
- "type": "timetableLesson",
- "id": "1-20180101",
- "attributes": {
- "className": null,
- "subject": "Biology",
- "roomName": null,
- "teacherName": "Jane McDoe, John Seagull",
- "teacherIds": [
- 1,
- 2
], - "date": "2018-01-01",
- "dayName": null,
- "dayOrder": 0,
- "periodName": null,
- "periodOrder": 0,
- "startTime": "08:00:00",
- "endTime": "08:00:00",
- "colour": "#FFFFFF",
- "classType": null,
}
}
]
}
Retrieves all instances of timetableLesson.
id required | number Number ID of the |
date required | string Date (Y-m-d, eg. 2019-12-31) Date for which the timetable should be retrieved. |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "timetableLesson",
- "id": "1-20180101",
- "attributes": {
- "className": null,
- "subject": "Biology",
- "roomName": null,
- "teacherName": "Jane McDoe, John Seagull",
- "teacherIds": [
- 1,
- 2
], - "date": "2018-01-01",
- "dayName": null,
- "dayOrder": 0,
- "periodName": null,
- "periodOrder": 0,
- "startTime": "08:00:00",
- "endTime": "08:00:00",
- "colour": "#FFFFFF",
- "classType": null,
}
}, - {
- "type": "timetableLesson",
- "id": "1-20180101",
- "attributes": {
- "className": null,
- "subject": "Biology",
- "roomName": null,
- "teacherName": "Jane McDoe, John Seagull",
- "teacherIds": [
- 1,
- 2
], - "date": "2018-01-01",
- "dayName": null,
- "dayOrder": 0,
- "periodName": null,
- "periodOrder": 0,
- "startTime": "08:00:00",
- "endTime": "08:00:00",
- "colour": "#FFFFFF",
- "classType": null,
}
}, - {
- "type": "timetableLesson",
- "id": "1-20180101",
- "attributes": {
- "className": null,
- "subject": "Biology",
- "roomName": null,
- "teacherName": "Jane McDoe, John Seagull",
- "teacherIds": [
- 1,
- 2
], - "date": "2018-01-01",
- "dayName": null,
- "dayOrder": 0,
- "periodName": null,
- "periodOrder": 0,
- "startTime": "08:00:00",
- "endTime": "08:00:00",
- "colour": "#FFFFFF",
- "classType": null,
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "date": "string",
- "cycle": 0,
- "interval": 0,
- "isDailyTimetable": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "day": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Information about a specific date in timetable.
Retrieves a page of instances of timetableCalendarDate
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
from | string Date (Y-m-d, eg. 2019-12-31) Date from which to return calendar dates. [optional] [example: "2018-01-01"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
to | string Date (Y-m-d, eg. 2019-12-31) Date to which to return calendar dates. [optional] [example: "2018-12-01"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "timetableCalendarDate",
- "id": "2019",
- "attributes": {
- "date": "2019-01-01",
- "cycle": 1,
- "interval": 1,
- "isDailyTimetable": false
}, - "relationships": {
- "day": {
- "data": {
- "id": "2",
- "type": "timetableDay"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-calendar-date/2019"
}
}, - {
- "type": "timetableCalendarDate",
- "id": "2019",
- "attributes": {
- "date": "2019-01-01",
- "cycle": 1,
- "interval": 1,
- "isDailyTimetable": false
}, - "relationships": {
- "day": {
- "data": {
- "id": "2",
- "type": "timetableDay"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-calendar-date/2019"
}
}, - {
- "type": "timetableCalendarDate",
- "id": "2019",
- "attributes": {
- "date": "2019-01-01",
- "cycle": 1,
- "interval": 1,
- "isDailyTimetable": false
}, - "relationships": {
- "day": {
- "data": {
- "id": "2",
- "type": "timetableDay"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-calendar-date/2019"
}
}
]
}
Retrieves a single instance of timetableCalendarDate
.
id required | string Date (Y-m-d, eg. 2019-12-31) ID of the 'timetableCalendarDate' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "timetableCalendarDate",
- "id": "2019",
- "attributes": {
- "date": "2019-01-01",
- "cycle": 1,
- "interval": 1,
- "isDailyTimetable": false
}, - "relationships": {
- "day": {
- "data": {
- "id": "2",
- "type": "timetableDay"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-calendar-date/2019"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "type": "string",
- "externalId": "string",
- "externalSource": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "subject": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "timetableStudents": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
Retrieves a page of instances of timetableClass
.
include | string String Comma-separated list of relations to sideload. Allowed values are: timetableStudents. [optional] [default: null] [example: "timetableStudents"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
coreStudentIds | string String Comma-separated list of |
enrolmentStudentIds | string String Comma-separated list of |
subjectIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "timetableClass",
- "id": "1",
- "attributes": {
- "name": "BIOLOGY Y4",
- "type": null,
- "externalId": null,
- "externalSource": null
}, - "relationships": {
- "subject": {
- "data": {
- "id": "1",
- "type": "timetableSubject"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-class/1"
}
}, - {
- "type": "timetableClass",
- "id": "1",
- "attributes": {
- "name": "BIOLOGY Y4",
- "type": null,
- "externalId": null,
- "externalSource": null
}, - "relationships": {
- "subject": {
- "data": {
- "id": "1",
- "type": "timetableSubject"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-class/1"
}
}, - {
- "type": "timetableClass",
- "id": "1",
- "attributes": {
- "name": "BIOLOGY Y4",
- "type": null,
- "externalId": null,
- "externalSource": null
}, - "relationships": {
- "subject": {
- "data": {
- "id": "1",
- "type": "timetableSubject"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-class/1"
}
}
]
}
Retrieves a single instance of timetableClass
.
id required | number Number ID of the 'timetableClass' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: timetableStudents. [optional] [default: null] [example: "timetableStudents"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "timetableClass",
- "id": "1",
- "attributes": {
- "name": "BIOLOGY Y4",
- "type": null,
- "externalId": null,
- "externalSource": null
}, - "relationships": {
- "subject": {
- "data": {
- "id": "1",
- "type": "timetableSubject"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-class/1"
}
}
}
Retrieves a page of timetableStudent
related to timetableClass
via relation timetableStudents
.
id required | number Number ID of the 'timetableClass', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "timetableStudent",
- "id": "1",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Doe",
- "year": "12",
- "gender": "F"
}, - "relationships": {
- "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-student/1"
}
}, - {
- "type": "timetableStudent",
- "id": "1",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Doe",
- "year": "12",
- "gender": "F"
}, - "relationships": {
- "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-student/1"
}
}, - {
- "type": "timetableStudent",
- "id": "1",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Doe",
- "year": "12",
- "gender": "F"
}, - "relationships": {
- "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-student/1"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "links": {
- "self": "string"
}, - "relationships": {
- "class": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "room": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "periodInDay": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "timetableStudents": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "timetableTeachers": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "coreStudents": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "coreStaff": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of timetableClassLesson
.
include | string String Comma-separated list of relations to sideload. Allowed values are: class, room, periodInDay, timetableTeachers. [optional] [default: null] [example: "class"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
roomIds | string String Comma-separated list of |
periodInDayIds | string String Comma-separated list of |
classIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "timetableClassLesson",
- "id": "1",
- "relationships": {
- "class": {
- "data": {
- "id": "3",
- "type": "timetableClass"
}
}, - "room": {
- "data": {
- "id": "2",
- "type": "timetableRoom"
}
}, - "periodInDay": {
- "data": {
- "id": "4",
- "type": "timetablePeriodInDay"
}
}, - "timetableStudents": {
- "links": {
- "related": "/v1/timetables/timetable-class-lesson/1/timetable-students"
}
}, - "timetableTeachers": {
- "links": {
- "related": "/v1/timetables/timetable-class-lesson/1/timetable-teachers"
}
}, - "coreStudents": {
- "links": {
- "related": "/v1/timetables/timetable-class-lesson/1/core-students"
}
}, - "coreStaff": {
- "links": {
- "related": "/v1/timetables/timetable-class-lesson/1/core-staff"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-class-lesson/1"
}
}, - {
- "type": "timetableClassLesson",
- "id": "1",
- "relationships": {
- "class": {
- "data": {
- "id": "3",
- "type": "timetableClass"
}
}, - "room": {
- "data": {
- "id": "2",
- "type": "timetableRoom"
}
}, - "periodInDay": {
- "data": {
- "id": "4",
- "type": "timetablePeriodInDay"
}
}, - "timetableStudents": {
- "links": {
- "related": "/v1/timetables/timetable-class-lesson/1/timetable-students"
}
}, - "timetableTeachers": {
- "links": {
- "related": "/v1/timetables/timetable-class-lesson/1/timetable-teachers"
}
}, - "coreStudents": {
- "links": {
- "related": "/v1/timetables/timetable-class-lesson/1/core-students"
}
}, - "coreStaff": {
- "links": {
- "related": "/v1/timetables/timetable-class-lesson/1/core-staff"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-class-lesson/1"
}
}, - {
- "type": "timetableClassLesson",
- "id": "1",
- "relationships": {
- "class": {
- "data": {
- "id": "3",
- "type": "timetableClass"
}
}, - "room": {
- "data": {
- "id": "2",
- "type": "timetableRoom"
}
}, - "periodInDay": {
- "data": {
- "id": "4",
- "type": "timetablePeriodInDay"
}
}, - "timetableStudents": {
- "links": {
- "related": "/v1/timetables/timetable-class-lesson/1/timetable-students"
}
}, - "timetableTeachers": {
- "links": {
- "related": "/v1/timetables/timetable-class-lesson/1/timetable-teachers"
}
}, - "coreStudents": {
- "links": {
- "related": "/v1/timetables/timetable-class-lesson/1/core-students"
}
}, - "coreStaff": {
- "links": {
- "related": "/v1/timetables/timetable-class-lesson/1/core-staff"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-class-lesson/1"
}
}
]
}
Retrieves a single instance of timetableClassLesson
.
id required | number Number ID of the 'timetableClassLesson' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: class, room, periodInDay, timetableTeachers. [optional] [default: null] [example: "class"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "timetableClassLesson",
- "id": "1",
- "relationships": {
- "class": {
- "data": {
- "id": "3",
- "type": "timetableClass"
}
}, - "room": {
- "data": {
- "id": "2",
- "type": "timetableRoom"
}
}, - "periodInDay": {
- "data": {
- "id": "4",
- "type": "timetablePeriodInDay"
}
}, - "timetableStudents": {
- "links": {
- "related": "/v1/timetables/timetable-class-lesson/1/timetable-students"
}
}, - "timetableTeachers": {
- "links": {
- "related": "/v1/timetables/timetable-class-lesson/1/timetable-teachers"
}
}, - "coreStudents": {
- "links": {
- "related": "/v1/timetables/timetable-class-lesson/1/core-students"
}
}, - "coreStaff": {
- "links": {
- "related": "/v1/timetables/timetable-class-lesson/1/core-staff"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-class-lesson/1"
}
}
}
Retrieves a page of coreStaff
related to timetableClassLesson
via relation coreStaff
.
id required | number Number ID of the 'timetableClassLesson', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: assignedClasses. [optional] [default: null] [example: "assignedClasses"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "coreStaff",
- "id": "1",
- "attributes": {
- "title": "Ms",
- "givenNames": "Jane Matilda",
- "lastName": "Lizbona-Moscow",
- "preferredTitle": "Miss",
- "preferredFirstName": "Jane",
- "preferredLastName": "Lizbona",
- "gender": "F",
- "dateOfBirth": null,
- "mobilePhone": null,
- "phoneNumber": null,
- "phoneNumberType": null,
- "email": "jane.lizbona@example.com",
- "username": null,
- "employmentStatus": null,
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": "100ecf7b-30b5-411d-910a-27892f5d1722",
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStaff": {
- "data": {
- "id": "2",
- "type": "staff"
}
}, - "assignedClasses": {
- "links": {
- "related": "/v1/core/core-staff/1/assigned-classes"
}
}
}, - "links": {
- "self": "/v1/core/core-staff/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreStaff",
- "id": "1",
- "attributes": {
- "title": "Ms",
- "givenNames": "Jane Matilda",
- "lastName": "Lizbona-Moscow",
- "preferredTitle": "Miss",
- "preferredFirstName": "Jane",
- "preferredLastName": "Lizbona",
- "gender": "F",
- "dateOfBirth": null,
- "mobilePhone": null,
- "phoneNumber": null,
- "phoneNumberType": null,
- "email": "jane.lizbona@example.com",
- "username": null,
- "employmentStatus": null,
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": "100ecf7b-30b5-411d-910a-27892f5d1722",
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStaff": {
- "data": {
- "id": "2",
- "type": "staff"
}
}, - "assignedClasses": {
- "links": {
- "related": "/v1/core/core-staff/1/assigned-classes"
}
}
}, - "links": {
- "self": "/v1/core/core-staff/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreStaff",
- "id": "1",
- "attributes": {
- "title": "Ms",
- "givenNames": "Jane Matilda",
- "lastName": "Lizbona-Moscow",
- "preferredTitle": "Miss",
- "preferredFirstName": "Jane",
- "preferredLastName": "Lizbona",
- "gender": "F",
- "dateOfBirth": null,
- "mobilePhone": null,
- "phoneNumber": null,
- "phoneNumberType": null,
- "email": "jane.lizbona@example.com",
- "username": null,
- "employmentStatus": null,
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": "100ecf7b-30b5-411d-910a-27892f5d1722",
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStaff": {
- "data": {
- "id": "2",
- "type": "staff"
}
}, - "assignedClasses": {
- "links": {
- "related": "/v1/core/core-staff/1/assigned-classes"
}
}
}, - "links": {
- "self": "/v1/core/core-staff/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a page of coreStudent
related to timetableClassLesson
via relation coreStudents
.
id required | number Number ID of the 'timetableClassLesson', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: additionalDetails, coreRollclass, attendedClasses, holidays, studentRelationships, coreHouse, contacts. [optional] [default: null] [example: "additionalDetails"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "coreStudent",
- "id": "2",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Smith",
- "preferredName": "Jane",
- "gender": null,
- "barcode": "B000007001",
- "examId": null,
- "schoolYear": "",
- "dateOfBirth": null,
- "allergies": null,
- "medicalConditions": null,
- "externalId": "EXT_123",
- "externalSource": "SentralEnrolment",
- "username": null,
- "email": null,
- "mobile": null,
- "refId": "8b6447c6-49e1-44f7-952c-12006df6dfab",
- "eslSupportNeeded": false,
- "eslDateAssessed": null,
- "isEslSupportReceived": false,
- "enrolDate": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "additionalDetails": {
- "data": {
- "id": "1",
- "type": "corePerson"
}
}, - "attendedClasses": {
- "links": {
- "related": "/v1/core/core-student/2/attended-classes"
}
}, - "studentRelationships": {
- "links": {
- "related": "/v1/core/core-student-relationships?studentIds=2"
}
}, - "coreHouse": {
- "data": {
- "id": "1",
- "type": "coreHouse"
}
}, - "contacts": {
- "links": {
- "related": "/v1/core/core-student/2/contacts"
}
}
}, - "links": {
- "self": "/v1/core/core-student/2"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreStudent",
- "id": "2",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Smith",
- "preferredName": "Jane",
- "gender": null,
- "barcode": "B000007001",
- "examId": null,
- "schoolYear": "",
- "dateOfBirth": null,
- "allergies": null,
- "medicalConditions": null,
- "externalId": "EXT_123",
- "externalSource": "SentralEnrolment",
- "username": null,
- "email": null,
- "mobile": null,
- "refId": "8b6447c6-49e1-44f7-952c-12006df6dfab",
- "eslSupportNeeded": false,
- "eslDateAssessed": null,
- "isEslSupportReceived": false,
- "enrolDate": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "additionalDetails": {
- "data": {
- "id": "1",
- "type": "corePerson"
}
}, - "attendedClasses": {
- "links": {
- "related": "/v1/core/core-student/2/attended-classes"
}
}, - "studentRelationships": {
- "links": {
- "related": "/v1/core/core-student-relationships?studentIds=2"
}
}, - "coreHouse": {
- "data": {
- "id": "1",
- "type": "coreHouse"
}
}, - "contacts": {
- "links": {
- "related": "/v1/core/core-student/2/contacts"
}
}
}, - "links": {
- "self": "/v1/core/core-student/2"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreStudent",
- "id": "2",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Smith",
- "preferredName": "Jane",
- "gender": null,
- "barcode": "B000007001",
- "examId": null,
- "schoolYear": "",
- "dateOfBirth": null,
- "allergies": null,
- "medicalConditions": null,
- "externalId": "EXT_123",
- "externalSource": "SentralEnrolment",
- "username": null,
- "email": null,
- "mobile": null,
- "refId": "8b6447c6-49e1-44f7-952c-12006df6dfab",
- "eslSupportNeeded": false,
- "eslDateAssessed": null,
- "isEslSupportReceived": false,
- "enrolDate": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "additionalDetails": {
- "data": {
- "id": "1",
- "type": "corePerson"
}
}, - "attendedClasses": {
- "links": {
- "related": "/v1/core/core-student/2/attended-classes"
}
}, - "studentRelationships": {
- "links": {
- "related": "/v1/core/core-student-relationships?studentIds=2"
}
}, - "coreHouse": {
- "data": {
- "id": "1",
- "type": "coreHouse"
}
}, - "contacts": {
- "links": {
- "related": "/v1/core/core-student/2/contacts"
}
}
}, - "links": {
- "self": "/v1/core/core-student/2"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a page of timetableStudent
related to timetableClassLesson
via relation timetableStudents
.
id required | number Number ID of the 'timetableClassLesson', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "timetableStudent",
- "id": "1",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Doe",
- "year": "12",
- "gender": "F"
}, - "relationships": {
- "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-student/1"
}
}, - {
- "type": "timetableStudent",
- "id": "1",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Doe",
- "year": "12",
- "gender": "F"
}, - "relationships": {
- "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-student/1"
}
}, - {
- "type": "timetableStudent",
- "id": "1",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Doe",
- "year": "12",
- "gender": "F"
}, - "relationships": {
- "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-student/1"
}
}
]
}
Retrieves a page of timetableTeacher
related to timetableClassLesson
via relation timetableTeachers
.
id required | number Number ID of the 'timetableClassLesson', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "timetableTeacher",
- "id": "1",
- "attributes": {
- "title": "Mrs",
- "firstName": "Jane",
- "lastName": "Doe"
}, - "relationships": {
- "coreStaff": {
- "data": {
- "id": "2",
- "type": "coreStaff"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-teacher/1"
}
}, - {
- "type": "timetableTeacher",
- "id": "1",
- "attributes": {
- "title": "Mrs",
- "firstName": "Jane",
- "lastName": "Doe"
}, - "relationships": {
- "coreStaff": {
- "data": {
- "id": "2",
- "type": "coreStaff"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-teacher/1"
}
}, - {
- "type": "timetableTeacher",
- "id": "1",
- "attributes": {
- "title": "Mrs",
- "firstName": "Jane",
- "lastName": "Doe"
}, - "relationships": {
- "coreStaff": {
- "data": {
- "id": "2",
- "type": "coreStaff"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-teacher/1"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "type": "string",
- "date": "string",
- "startTime": "string",
- "endTime": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "class": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "period": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "periodInDay": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "room": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "timetableStudents": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "timetableTeachers": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "coreStudents": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "coreStaff": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of timetableDailyLesson
.
include | string String Comma-separated list of relations to sideload. Allowed values are: class, periodInDay, room, timetableTeachers. [optional] [default: null] [example: "class"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
periodIds | string String Comma-separated list of |
classIds | string String Comma-separated list of |
from | string Date (Y-m-d, eg. 2019-12-31) Date from which to return changes (inclusive). [optional] [example: "2018-01-01"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
to | string Date (Y-m-d, eg. 2019-12-31) Date to which to return changes (inclusive). [optional] [example: "2018-12-01"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "timetableDailyLesson",
- "id": "1",
- "attributes": {
- "name": "Class override",
- "type": "Class",
- "date": "2018-01-01",
- "startTime": "12:00:00",
- "endTime": "13:00:00"
}, - "relationships": {
- "class": {
- "data": {
- "id": "3",
- "type": "timetableClass"
}
}, - "period": {
- "data": {
- "id": "2",
- "type": "timetablePeriod"
}
}, - "periodInDay": {
- "data": {
- "id": "4",
- "type": "timetablePeriodInDay"
}
}, - "room": {
- "data": {
- "id": "2",
- "type": "timetableRoom"
}
}, - "timetableStudents": {
- "links": {
- "related": "/v1/timetables/timetable-daily-lesson/1/timetable-students"
}
}, - "timetableTeachers": {
- "links": {
- "related": "/v1/timetables/timetable-daily-lesson/1/timetable-staff"
}
}, - "coreStudents": {
- "links": {
- "related": "/v1/timetables/timetable-daily-lesson/1/core-students"
}
}, - "coreStaff": {
- "links": {
- "related": "/v1/timetables/timetable-daily-lesson/1/core-staff"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-daily-lesson/1"
}
}, - {
- "type": "timetableDailyLesson",
- "id": "1",
- "attributes": {
- "name": "Class override",
- "type": "Class",
- "date": "2018-01-01",
- "startTime": "12:00:00",
- "endTime": "13:00:00"
}, - "relationships": {
- "class": {
- "data": {
- "id": "3",
- "type": "timetableClass"
}
}, - "period": {
- "data": {
- "id": "2",
- "type": "timetablePeriod"
}
}, - "periodInDay": {
- "data": {
- "id": "4",
- "type": "timetablePeriodInDay"
}
}, - "room": {
- "data": {
- "id": "2",
- "type": "timetableRoom"
}
}, - "timetableStudents": {
- "links": {
- "related": "/v1/timetables/timetable-daily-lesson/1/timetable-students"
}
}, - "timetableTeachers": {
- "links": {
- "related": "/v1/timetables/timetable-daily-lesson/1/timetable-staff"
}
}, - "coreStudents": {
- "links": {
- "related": "/v1/timetables/timetable-daily-lesson/1/core-students"
}
}, - "coreStaff": {
- "links": {
- "related": "/v1/timetables/timetable-daily-lesson/1/core-staff"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-daily-lesson/1"
}
}, - {
- "type": "timetableDailyLesson",
- "id": "1",
- "attributes": {
- "name": "Class override",
- "type": "Class",
- "date": "2018-01-01",
- "startTime": "12:00:00",
- "endTime": "13:00:00"
}, - "relationships": {
- "class": {
- "data": {
- "id": "3",
- "type": "timetableClass"
}
}, - "period": {
- "data": {
- "id": "2",
- "type": "timetablePeriod"
}
}, - "periodInDay": {
- "data": {
- "id": "4",
- "type": "timetablePeriodInDay"
}
}, - "room": {
- "data": {
- "id": "2",
- "type": "timetableRoom"
}
}, - "timetableStudents": {
- "links": {
- "related": "/v1/timetables/timetable-daily-lesson/1/timetable-students"
}
}, - "timetableTeachers": {
- "links": {
- "related": "/v1/timetables/timetable-daily-lesson/1/timetable-staff"
}
}, - "coreStudents": {
- "links": {
- "related": "/v1/timetables/timetable-daily-lesson/1/core-students"
}
}, - "coreStaff": {
- "links": {
- "related": "/v1/timetables/timetable-daily-lesson/1/core-staff"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-daily-lesson/1"
}
}
]
}
Retrieves a single instance of timetableDailyLesson
.
id required | number Number ID of the 'timetableDailyLesson' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: class, periodInDay, room, timetableTeachers. [optional] [default: null] [example: "class"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "timetableDailyLesson",
- "id": "1",
- "attributes": {
- "name": "Class override",
- "type": "Class",
- "date": "2018-01-01",
- "startTime": "12:00:00",
- "endTime": "13:00:00"
}, - "relationships": {
- "class": {
- "data": {
- "id": "3",
- "type": "timetableClass"
}
}, - "period": {
- "data": {
- "id": "2",
- "type": "timetablePeriod"
}
}, - "periodInDay": {
- "data": {
- "id": "4",
- "type": "timetablePeriodInDay"
}
}, - "room": {
- "data": {
- "id": "2",
- "type": "timetableRoom"
}
}, - "timetableStudents": {
- "links": {
- "related": "/v1/timetables/timetable-daily-lesson/1/timetable-students"
}
}, - "timetableTeachers": {
- "links": {
- "related": "/v1/timetables/timetable-daily-lesson/1/timetable-staff"
}
}, - "coreStudents": {
- "links": {
- "related": "/v1/timetables/timetable-daily-lesson/1/core-students"
}
}, - "coreStaff": {
- "links": {
- "related": "/v1/timetables/timetable-daily-lesson/1/core-staff"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-daily-lesson/1"
}
}
}
Retrieves a page of coreStaff
related to timetableDailyLesson
via relation coreStaff
.
id required | number Number ID of the 'timetableDailyLesson', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: assignedClasses. [optional] [default: null] [example: "assignedClasses"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "coreStaff",
- "id": "1",
- "attributes": {
- "title": "Ms",
- "givenNames": "Jane Matilda",
- "lastName": "Lizbona-Moscow",
- "preferredTitle": "Miss",
- "preferredFirstName": "Jane",
- "preferredLastName": "Lizbona",
- "gender": "F",
- "dateOfBirth": null,
- "mobilePhone": null,
- "phoneNumber": null,
- "phoneNumberType": null,
- "email": "jane.lizbona@example.com",
- "username": null,
- "employmentStatus": null,
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": "100ecf7b-30b5-411d-910a-27892f5d1722",
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStaff": {
- "data": {
- "id": "2",
- "type": "staff"
}
}, - "assignedClasses": {
- "links": {
- "related": "/v1/core/core-staff/1/assigned-classes"
}
}
}, - "links": {
- "self": "/v1/core/core-staff/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreStaff",
- "id": "1",
- "attributes": {
- "title": "Ms",
- "givenNames": "Jane Matilda",
- "lastName": "Lizbona-Moscow",
- "preferredTitle": "Miss",
- "preferredFirstName": "Jane",
- "preferredLastName": "Lizbona",
- "gender": "F",
- "dateOfBirth": null,
- "mobilePhone": null,
- "phoneNumber": null,
- "phoneNumberType": null,
- "email": "jane.lizbona@example.com",
- "username": null,
- "employmentStatus": null,
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": "100ecf7b-30b5-411d-910a-27892f5d1722",
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStaff": {
- "data": {
- "id": "2",
- "type": "staff"
}
}, - "assignedClasses": {
- "links": {
- "related": "/v1/core/core-staff/1/assigned-classes"
}
}
}, - "links": {
- "self": "/v1/core/core-staff/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreStaff",
- "id": "1",
- "attributes": {
- "title": "Ms",
- "givenNames": "Jane Matilda",
- "lastName": "Lizbona-Moscow",
- "preferredTitle": "Miss",
- "preferredFirstName": "Jane",
- "preferredLastName": "Lizbona",
- "gender": "F",
- "dateOfBirth": null,
- "mobilePhone": null,
- "phoneNumber": null,
- "phoneNumberType": null,
- "email": "jane.lizbona@example.com",
- "username": null,
- "employmentStatus": null,
- "externalId": null,
- "externalSource": "INTERNAL",
- "refId": "100ecf7b-30b5-411d-910a-27892f5d1722",
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStaff": {
- "data": {
- "id": "2",
- "type": "staff"
}
}, - "assignedClasses": {
- "links": {
- "related": "/v1/core/core-staff/1/assigned-classes"
}
}
}, - "links": {
- "self": "/v1/core/core-staff/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a page of coreStudent
related to timetableDailyLesson
via relation coreStudents
.
id required | number Number ID of the 'timetableDailyLesson', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: additionalDetails, coreRollclass, attendedClasses, holidays, studentRelationships, coreHouse, contacts. [optional] [default: null] [example: "additionalDetails"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "coreStudent",
- "id": "2",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Smith",
- "preferredName": "Jane",
- "gender": null,
- "barcode": "B000007001",
- "examId": null,
- "schoolYear": "",
- "dateOfBirth": null,
- "allergies": null,
- "medicalConditions": null,
- "externalId": "EXT_123",
- "externalSource": "SentralEnrolment",
- "username": null,
- "email": null,
- "mobile": null,
- "refId": "8b6447c6-49e1-44f7-952c-12006df6dfab",
- "eslSupportNeeded": false,
- "eslDateAssessed": null,
- "isEslSupportReceived": false,
- "enrolDate": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "additionalDetails": {
- "data": {
- "id": "1",
- "type": "corePerson"
}
}, - "attendedClasses": {
- "links": {
- "related": "/v1/core/core-student/2/attended-classes"
}
}, - "studentRelationships": {
- "links": {
- "related": "/v1/core/core-student-relationships?studentIds=2"
}
}, - "coreHouse": {
- "data": {
- "id": "1",
- "type": "coreHouse"
}
}, - "contacts": {
- "links": {
- "related": "/v1/core/core-student/2/contacts"
}
}
}, - "links": {
- "self": "/v1/core/core-student/2"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreStudent",
- "id": "2",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Smith",
- "preferredName": "Jane",
- "gender": null,
- "barcode": "B000007001",
- "examId": null,
- "schoolYear": "",
- "dateOfBirth": null,
- "allergies": null,
- "medicalConditions": null,
- "externalId": "EXT_123",
- "externalSource": "SentralEnrolment",
- "username": null,
- "email": null,
- "mobile": null,
- "refId": "8b6447c6-49e1-44f7-952c-12006df6dfab",
- "eslSupportNeeded": false,
- "eslDateAssessed": null,
- "isEslSupportReceived": false,
- "enrolDate": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "additionalDetails": {
- "data": {
- "id": "1",
- "type": "corePerson"
}
}, - "attendedClasses": {
- "links": {
- "related": "/v1/core/core-student/2/attended-classes"
}
}, - "studentRelationships": {
- "links": {
- "related": "/v1/core/core-student-relationships?studentIds=2"
}
}, - "coreHouse": {
- "data": {
- "id": "1",
- "type": "coreHouse"
}
}, - "contacts": {
- "links": {
- "related": "/v1/core/core-student/2/contacts"
}
}
}, - "links": {
- "self": "/v1/core/core-student/2"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "coreStudent",
- "id": "2",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Smith",
- "preferredName": "Jane",
- "gender": null,
- "barcode": "B000007001",
- "examId": null,
- "schoolYear": "",
- "dateOfBirth": null,
- "allergies": null,
- "medicalConditions": null,
- "externalId": "EXT_123",
- "externalSource": "SentralEnrolment",
- "username": null,
- "email": null,
- "mobile": null,
- "refId": "8b6447c6-49e1-44f7-952c-12006df6dfab",
- "eslSupportNeeded": false,
- "eslDateAssessed": null,
- "isEslSupportReceived": false,
- "enrolDate": null,
- "createdAt": null,
- "updatedAt": null,
- "isActive": true
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "additionalDetails": {
- "data": {
- "id": "1",
- "type": "corePerson"
}
}, - "attendedClasses": {
- "links": {
- "related": "/v1/core/core-student/2/attended-classes"
}
}, - "studentRelationships": {
- "links": {
- "related": "/v1/core/core-student-relationships?studentIds=2"
}
}, - "coreHouse": {
- "data": {
- "id": "1",
- "type": "coreHouse"
}
}, - "contacts": {
- "links": {
- "related": "/v1/core/core-student/2/contacts"
}
}
}, - "links": {
- "self": "/v1/core/core-student/2"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a page of timetableStudent
related to timetableDailyLesson
via relation timetableStudents
.
id required | number Number ID of the 'timetableDailyLesson', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "timetableStudent",
- "id": "1",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Doe",
- "year": "12",
- "gender": "F"
}, - "relationships": {
- "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-student/1"
}
}, - {
- "type": "timetableStudent",
- "id": "1",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Doe",
- "year": "12",
- "gender": "F"
}, - "relationships": {
- "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-student/1"
}
}, - {
- "type": "timetableStudent",
- "id": "1",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Doe",
- "year": "12",
- "gender": "F"
}, - "relationships": {
- "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-student/1"
}
}
]
}
Retrieves a page of timetableTeacher
related to timetableDailyLesson
via relation timetableTeachers
.
id required | number Number ID of the 'timetableDailyLesson', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "timetableTeacher",
- "id": "1",
- "attributes": {
- "title": "Mrs",
- "firstName": "Jane",
- "lastName": "Doe"
}, - "relationships": {
- "coreStaff": {
- "data": {
- "id": "2",
- "type": "coreStaff"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-teacher/1"
}
}, - {
- "type": "timetableTeacher",
- "id": "1",
- "attributes": {
- "title": "Mrs",
- "firstName": "Jane",
- "lastName": "Doe"
}, - "relationships": {
- "coreStaff": {
- "data": {
- "id": "2",
- "type": "coreStaff"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-teacher/1"
}
}, - {
- "type": "timetableTeacher",
- "id": "1",
- "attributes": {
- "title": "Mrs",
- "firstName": "Jane",
- "lastName": "Doe"
}, - "relationships": {
- "coreStaff": {
- "data": {
- "id": "2",
- "type": "coreStaff"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-teacher/1"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "isActive": true
}, - "links": {
- "self": "string"
}
}
A timetable day of a week.
Retrieves a page of instances of timetableDay
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
includeInactive | boolean Boolean If true inactive (soft deleted) models will be included in the results. [optional] [default: false] [example: TRUE] |
{- "data": [
- {
- "type": "timetableDay",
- "id": "1",
- "attributes": {
- "name": "Mon",
- "isActive": true
}, - "links": {
- "self": "/v1/timetables/timetable-day/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "timetableDay",
- "id": "1",
- "attributes": {
- "name": "Mon",
- "isActive": true
}, - "links": {
- "self": "/v1/timetables/timetable-day/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "timetableDay",
- "id": "1",
- "attributes": {
- "name": "Mon",
- "isActive": true
}, - "links": {
- "self": "/v1/timetables/timetable-day/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of timetableDay
.
id required | number Number ID of the 'timetableDay' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "timetableDay",
- "id": "1",
- "attributes": {
- "name": "Mon",
- "isActive": true
}, - "links": {
- "self": "/v1/timetables/timetable-day/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "className": "string",
- "subject": "string",
- "roomName": "string",
- "teacherName": "string",
- "teacherIds": [
- 0
], - "date": "string",
- "dayName": "string",
- "dayOrder": 0,
- "periodName": "string",
- "periodOrder": 0,
- "startTime": "string",
- "endTime": "string",
- "colour": "string",
- "classType": "string",
- "rollMarkingUrl": "string"
}, - "relationships": {
- "relatedStudent": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "relatedStaff": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "relatedCoreStudent": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "relatedCoreStaff": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "relatedTimetableClass": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A definition of a class in a timetable.
Retrieves all instances of timetableLesson.
This is very computationally intensive endpoint, use it sparingly and cache the results. The value of (studentIds.length + staffIds.length + classIds.length) * days
must be at most 500, to avoid fetching too many data points at once.
studentIds | string String Comma-separated list of student IDs to filter by.. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
staffIds | string String Comma-separated list of staff IDs to filter by.. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
classIds | string String Comma-separated list of timetableClass IDs to filter by.. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
fromDate | string Date (Y-m-d, eg. 2019-12-31) Date from which to retrieve timetable lessons, inclusive range. When not specified it defaults to today. [optional] [default: Today] |
toDate | string Date (Y-m-d, eg. 2019-12-31) Date to which to retrieve timetable lessons, inclusive range. When not specified it uses |
{- "data": [
- {
- "type": "timetableLesson",
- "id": "1-20180101",
- "attributes": {
- "className": null,
- "subject": "Biology",
- "roomName": null,
- "teacherName": "Jane McDoe, John Seagull",
- "teacherIds": [
- 1,
- 2
], - "date": "2018-01-01",
- "dayName": null,
- "dayOrder": 0,
- "periodName": null,
- "periodOrder": 0,
- "startTime": "08:00:00",
- "endTime": "08:00:00",
- "colour": "#FFFFFF",
- "classType": null,
}
}, - {
- "type": "timetableLesson",
- "id": "1-20180101",
- "attributes": {
- "className": null,
- "subject": "Biology",
- "roomName": null,
- "teacherName": "Jane McDoe, John Seagull",
- "teacherIds": [
- 1,
- 2
], - "date": "2018-01-01",
- "dayName": null,
- "dayOrder": 0,
- "periodName": null,
- "periodOrder": 0,
- "startTime": "08:00:00",
- "endTime": "08:00:00",
- "colour": "#FFFFFF",
- "classType": null,
}
}, - {
- "type": "timetableLesson",
- "id": "1-20180101",
- "attributes": {
- "className": null,
- "subject": "Biology",
- "roomName": null,
- "teacherName": "Jane McDoe, John Seagull",
- "teacherIds": [
- 1,
- 2
], - "date": "2018-01-01",
- "dayName": null,
- "dayOrder": 0,
- "periodName": null,
- "periodOrder": 0,
- "startTime": "08:00:00",
- "endTime": "08:00:00",
- "colour": "#FFFFFF",
- "classType": null,
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "order": 0,
- "isActive": true
}, - "links": {
- "self": "string"
}
}
A timetable period in a day.
Retrieves a page of instances of timetablePeriod
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
includeInactive | boolean Boolean If true inactive (soft deleted) models will be included in the results. [optional] [default: false] [example: TRUE] |
{- "data": [
- {
- "type": "timetablePeriod",
- "id": "1",
- "attributes": {
- "name": "Mon",
- "order": 1,
- "isActive": true
}, - "links": {
- "self": "/v1/timetables/timetable-period/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "timetablePeriod",
- "id": "1",
- "attributes": {
- "name": "Mon",
- "order": 1,
- "isActive": true
}, - "links": {
- "self": "/v1/timetables/timetable-period/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "timetablePeriod",
- "id": "1",
- "attributes": {
- "name": "Mon",
- "order": 1,
- "isActive": true
}, - "links": {
- "self": "/v1/timetables/timetable-period/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of timetablePeriod
.
id required | number Number ID of the 'timetablePeriod' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "timetablePeriod",
- "id": "1",
- "attributes": {
- "name": "Mon",
- "order": 1,
- "isActive": true
}, - "links": {
- "self": "/v1/timetables/timetable-period/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "order": 0,
- "startTime": "string",
- "endTime": "string",
- "isActive": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "day": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "period": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A link between a period and a day.
Retrieves a page of instances of timetablePeriodInDay
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
dayIds | string String Comma-separated list of |
periodIds | string String Comma-separated list of |
includeInactive | boolean Boolean If true inactive (soft deleted) models will be included in the results. [optional] [default: false] [example: TRUE] |
{- "data": [
- {
- "type": "timetablePeriodInDay",
- "id": "1",
- "attributes": {
- "name": null,
- "order": 2,
- "startTime": "08:15:00",
- "endTime": "09:00:00",
- "isActive": true
}, - "relationships": {
- "day": {
- "data": {
- "id": "2",
- "type": "timetableDay"
}
}, - "period": {
- "data": {
- "id": "3",
- "type": "timetablePeriod"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-period-in-day/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "timetablePeriodInDay",
- "id": "1",
- "attributes": {
- "name": null,
- "order": 2,
- "startTime": "08:15:00",
- "endTime": "09:00:00",
- "isActive": true
}, - "relationships": {
- "day": {
- "data": {
- "id": "2",
- "type": "timetableDay"
}
}, - "period": {
- "data": {
- "id": "3",
- "type": "timetablePeriod"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-period-in-day/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "timetablePeriodInDay",
- "id": "1",
- "attributes": {
- "name": null,
- "order": 2,
- "startTime": "08:15:00",
- "endTime": "09:00:00",
- "isActive": true
}, - "relationships": {
- "day": {
- "data": {
- "id": "2",
- "type": "timetableDay"
}
}, - "period": {
- "data": {
- "id": "3",
- "type": "timetablePeriod"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-period-in-day/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of timetablePeriodInDay
.
id required | number Number ID of the 'timetablePeriodInDay' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "timetablePeriodInDay",
- "id": "1",
- "attributes": {
- "name": null,
- "order": 2,
- "startTime": "08:15:00",
- "endTime": "09:00:00",
- "isActive": true
}, - "relationships": {
- "day": {
- "data": {
- "id": "2",
- "type": "timetableDay"
}
}, - "period": {
- "data": {
- "id": "3",
- "type": "timetablePeriod"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-period-in-day/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "capacity": 0,
- "comment": "string",
- "isActive": true
}, - "links": {
- "self": "string"
}
}
A physical room in which a `timetableLesson` can occur.
Retrieves a page of instances of timetableRoom
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "timetableRoom",
- "id": "1",
- "attributes": {
- "name": "F1C13B",
- "capacity": 31,
- "comment": "Room has access to projector",
- "isActive": true
}, - "links": {
- "self": "/v1/timetables/timetable-room/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "timetableRoom",
- "id": "1",
- "attributes": {
- "name": "F1C13B",
- "capacity": 31,
- "comment": "Room has access to projector",
- "isActive": true
}, - "links": {
- "self": "/v1/timetables/timetable-room/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "timetableRoom",
- "id": "1",
- "attributes": {
- "name": "F1C13B",
- "capacity": 31,
- "comment": "Room has access to projector",
- "isActive": true
}, - "links": {
- "self": "/v1/timetables/timetable-room/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of timetableRoom
.
id required | number Number ID of the 'timetableRoom' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "timetableRoom",
- "id": "1",
- "attributes": {
- "name": "F1C13B",
- "capacity": 31,
- "comment": "Room has access to projector",
- "isActive": true
}, - "links": {
- "self": "/v1/timetables/timetable-room/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "firstName": "string",
- "lastName": "string",
- "year": "string",
- "gender": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "coreStudent": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A student model used by the timeview module. These students are traditionally sourced from a system different from where `student` and `coreStudent`. As such, there may be discrepancy between some details.
Retrieves a page of instances of timetableStudent
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
coreStudentIds | string String Comma-separated list of |
enrolmentStudentIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "timetableStudent",
- "id": "1",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Doe",
- "year": "12",
- "gender": "F"
}, - "relationships": {
- "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-student/1"
}
}, - {
- "type": "timetableStudent",
- "id": "1",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Doe",
- "year": "12",
- "gender": "F"
}, - "relationships": {
- "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-student/1"
}
}, - {
- "type": "timetableStudent",
- "id": "1",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Doe",
- "year": "12",
- "gender": "F"
}, - "relationships": {
- "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-student/1"
}
}
]
}
Retrieves a single instance of timetableStudent
.
id required | number Number ID of the 'timetableStudent' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "timetableStudent",
- "id": "1",
- "attributes": {
- "firstName": "Jane",
- "lastName": "Doe",
- "year": "12",
- "gender": "F"
}, - "relationships": {
- "coreStudent": {
- "data": {
- "id": "2",
- "type": "coreStudent"
}
}
}, - "links": {
- "self": "/v1/timetables/timetable-student/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "externalId": "string",
- "externalSource": "string"
}, - "links": {
- "self": "string"
}
}
A school subject; a group of knowledge taught.
Retrieves a page of instances of timetableSubject
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "timetableSubject",
- "id": "1",
- "attributes": {
- "name": "Biology",
- "externalId": null,
- "externalSource": null
}, - "links": {
- "self": "/v1/timetables/timetable-subject/1"
}
}, - {
- "type": "timetableSubject",
- "id": "1",
- "attributes": {
- "name": "Biology",
- "externalId": null,
- "externalSource": null
}, - "links": {
- "self": "/v1/timetables/timetable-subject/1"
}
}, - {
- "type": "timetableSubject",
- "id": "1",
- "attributes": {
- "name": "Biology",
- "externalId": null,
- "externalSource": null
}, - "links": {
- "self": "/v1/timetables/timetable-subject/1"
}
}
]
}
Retrieves a single instance of timetableSubject
.
id required | number Number ID of the 'timetableSubject' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "timetableSubject",
- "id": "1",
- "attributes": {
- "name": "Biology",
- "externalId": null,
- "externalSource": null
}, - "links": {
- "self": "/v1/timetables/timetable-subject/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "calendarName": "string",
- "externalSource": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A system calendar.
Creates a new webcalCalendar
Payload has the following requirements:
And supports these models:
webcalCalendar
calendarName
→ String Name of the calendar [example: "John Doe's Calendar"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveexternalSource
→ String External source of this row [optional] [example: "Google Calendar"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveowner
→ [required] [single] expected type is coreAdministrativeUser
. User who owns the calendarobject |
{- "data": {
- "type": "webcalCalendar",
- "attributes": {
- "calendarName": "John Doe's Calendar",
- "externalSource": "Google Calendar"
}, - "relationships": {
- "owner": {
- "data": {
- "id": 1,
- "type": "coreAdministrativeUser"
}
}
}
}
}
{- "data": {
- "type": "webcalCalendar",
- "id": "1",
- "attributes": {
- "calendarName": "Holidays",
- "externalSource": "com.example.calendars"
}, - "links": {
- "self": "/v1/webcal/webcal-calendar/1"
}
}
}
Retrieves a page of instances of webcalCalendar
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
ownerIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "webcalCalendar",
- "id": "1",
- "attributes": {
- "calendarName": "Holidays",
- "externalSource": "com.example.calendars"
}, - "links": {
- "self": "/v1/webcal/webcal-calendar/1"
}
}, - {
- "type": "webcalCalendar",
- "id": "1",
- "attributes": {
- "calendarName": "Holidays",
- "externalSource": "com.example.calendars"
}, - "links": {
- "self": "/v1/webcal/webcal-calendar/1"
}
}, - {
- "type": "webcalCalendar",
- "id": "1",
- "attributes": {
- "calendarName": "Holidays",
- "externalSource": "com.example.calendars"
}, - "links": {
- "self": "/v1/webcal/webcal-calendar/1"
}
}
]
}
Retrieves a single instance of webcalCalendar
.
id required | number Number ID of the 'webcalCalendar' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "webcalCalendar",
- "id": "1",
- "attributes": {
- "calendarName": "Holidays",
- "externalSource": "com.example.calendars"
}, - "links": {
- "self": "/v1/webcal/webcal-calendar/1"
}
}
}
Updates an existing webcalCalendar
Payload has the following requirements:
And supports these models:
webcalCalendar
calendarName
→ String Name of the calendar [example: "John Doe's Calendar"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveexternalSource
→ String External source of this row [optional] [example: "Google Calendar"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveid required | number Number ID of the |
object |
{- "data": {
- "type": "webcalCalendar",
- "id": 1,
- "attributes": {
- "calendarName": "John Doe's Calendar",
- "externalSource": "Google Calendar"
}
}
}
{- "data": {
- "type": "webcalCalendar",
- "id": "1",
- "attributes": {
- "calendarName": "Holidays",
- "externalSource": "com.example.calendars"
}, - "links": {
- "self": "/v1/webcal/webcal-calendar/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "title": "string",
- "notes": "string",
- "link": "string",
- "date": "string",
- "otherDates": [
- "string"
], - "startTime": "string",
- "endTime": "string",
- "category": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "calendar": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
An event inside a system calendar.
Creates a new webcalCalendarEvent
Payload has the following requirements:
And supports these models:
webcalCalendarEvent
title
→ String Title of the event [example: "Pizza Meeting"]
Value constraints:
Length must be between 255 and 0 characters, inclusivenotes
→ String Notes about the meeting (agenda, plan, requirements, etc) [optional] [example: "Remember to bring your pizza sauces!"]
Value constraints:
Length must be between 65535 and 0 characters, inclusivelink
→ String Link that contains more information or the online meetup [optional] [example: "https://zoom.us/test"]
Value constraints:
Length must be between 255 and 0 characters, inclusivedate
→ Date (Y-m-d, eg. 2019-12-31) date of the event [example: "2020-02-01"]startTime
→ Time (H:i:s, eg 23:59:59) Time when the event starts [optional] [example: "14:00:00"]endTime
→ Time (H:i:s, eg 23:59:59) Time when the event ends [optional] [example: "15:30:00"]category
→ String One of the categories as defined in the calendar to which the event is added. It will happily accept other values, as there is no validation. [optional] [example: "Tasks"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveotherDates
→ Array of <Date (Y-m-d, eg. 2019-12-31)> An array of additional dates when the event should occur. When modifying an existing event, if you provide this attribute it WILL REMOVE the old otherDates
and REPLACE all of them with [optional] [example: ["2020-02-01"]]calendar
→ [required] [single] expected type is webcalCalendar
. Calendar to which the event will be addedobject |
{- "data": {
- "type": "webcalCalendarEvent",
- "attributes": {
- "title": "Pizza Meeting",
- "notes": "Remember to bring your pizza sauces!",
- "date": "2020-02-01",
- "startTime": "14:00:00",
- "endTime": "15:30:00",
- "category": "Tasks",
- "otherDates": [
- "2020-02-01"
]
}, - "relationships": {
- "calendar": {
- "data": {
- "id": 1,
- "type": "webcalCalendar"
}
}
}
}
}
{- "data": {
- "type": "webcalCalendarEvent",
- "id": "1",
- "attributes": {
- "title": "Meeting with the principal",
- "notes": "Bring Doe's notes",
- "link": null,
- "date": "2019-03-01",
- "otherDates": [ ],
- "startTime": "12:00:00",
- "endTime": "12:30:00",
- "category": "Meetings"
}, - "links": {
- "self": "/v1/webcal/webcal-calendar-event/1"
}
}
}
Retrieves a page of instances of webcalCalendarEvent
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
calendarIds | string String Comma-separated list of |
dates | string String Comma-separated list of dates to filter by. Checks both |
{- "data": [
- {
- "type": "webcalCalendarEvent",
- "id": "1",
- "attributes": {
- "title": "Meeting with the principal",
- "notes": "Bring Doe's notes",
- "link": null,
- "date": "2019-03-01",
- "otherDates": [ ],
- "startTime": "12:00:00",
- "endTime": "12:30:00",
- "category": "Meetings"
}, - "links": {
- "self": "/v1/webcal/webcal-calendar-event/1"
}
}, - {
- "type": "webcalCalendarEvent",
- "id": "1",
- "attributes": {
- "title": "Meeting with the principal",
- "notes": "Bring Doe's notes",
- "link": null,
- "date": "2019-03-01",
- "otherDates": [ ],
- "startTime": "12:00:00",
- "endTime": "12:30:00",
- "category": "Meetings"
}, - "links": {
- "self": "/v1/webcal/webcal-calendar-event/1"
}
}, - {
- "type": "webcalCalendarEvent",
- "id": "1",
- "attributes": {
- "title": "Meeting with the principal",
- "notes": "Bring Doe's notes",
- "link": null,
- "date": "2019-03-01",
- "otherDates": [ ],
- "startTime": "12:00:00",
- "endTime": "12:30:00",
- "category": "Meetings"
}, - "links": {
- "self": "/v1/webcal/webcal-calendar-event/1"
}
}
]
}
Retrieves a single instance of webcalCalendarEvent
.
id required | number Number ID of the 'webcalCalendarEvent' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "webcalCalendarEvent",
- "id": "1",
- "attributes": {
- "title": "Meeting with the principal",
- "notes": "Bring Doe's notes",
- "link": null,
- "date": "2019-03-01",
- "otherDates": [ ],
- "startTime": "12:00:00",
- "endTime": "12:30:00",
- "category": "Meetings"
}, - "links": {
- "self": "/v1/webcal/webcal-calendar-event/1"
}
}
}
Updates an existing webcalCalendarEvent
Payload has the following requirements:
And supports these models:
webcalCalendarEvent
title
→ String Title of the event [example: "Pizza Meeting"]
Value constraints:
Length must be between 255 and 0 characters, inclusivenotes
→ String Notes about the meeting (agenda, plan, requirements, etc) [optional] [example: "Remember to bring your pizza sauces!"]
Value constraints:
Length must be between 65535 and 0 characters, inclusivelink
→ String Link that contains more information or the online meetup [optional] [example: "https://zoom.us/test"]
Value constraints:
Length must be between 255 and 0 characters, inclusivedate
→ Date (Y-m-d, eg. 2019-12-31) date of the event [example: "2020-02-01"]startTime
→ Time (H:i:s, eg 23:59:59) Time when the event starts [optional] [example: "14:00:00"]endTime
→ Time (H:i:s, eg 23:59:59) Time when the event ends [optional] [example: "15:30:00"]category
→ String One of the categories as defined in the calendar to which the event is added. It will happily accept other values, as there is no validation. [optional] [example: "Tasks"]
Value constraints:
Length must be between 255 and 0 characters, inclusiveotherDates
→ Array of <Date (Y-m-d, eg. 2019-12-31)> An array of additional dates when the event should occur. When modifying an existing event, if you provide this attribute it WILL REMOVE the old otherDates
and REPLACE all of them with [optional] [example: ["2020-02-01"]]id required | number Number ID of the |
object |
{- "data": {
- "type": "webcalCalendarEvent",
- "id": 1,
- "attributes": {
- "title": "Pizza Meeting",
- "notes": "Remember to bring your pizza sauces!",
- "date": "2020-02-01",
- "startTime": "14:00:00",
- "endTime": "15:30:00",
- "category": "Tasks",
- "otherDates": [
- "2020-02-01"
]
}
}
}
{- "data": {
- "type": "webcalCalendarEvent",
- "id": "1",
- "attributes": {
- "title": "Meeting with the principal",
- "notes": "Bring Doe's notes",
- "link": null,
- "date": "2019-03-01",
- "otherDates": [ ],
- "startTime": "12:00:00",
- "endTime": "12:30:00",
- "category": "Meetings"
}, - "links": {
- "self": "/v1/webcal/webcal-calendar-event/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "title": "string",
- "notes": "string",
- "link": "string",
- "startDate": "string",
- "endDate": "string",
- "startTime": "string",
- "endTime": "string",
- "recurrence": "string",
- "recurrenceMonth": 0,
- "recurrenceMonthDay": 0,
- "recurrenceWeekDay": 0,
- "category": "string",
- "recurrenceDates": [
- "string"
]
}, - "links": {
- "self": "string"
}
}
A recurring event inside a system calendar. Below is a reference for all the types of recurrence and what field values to expect: * Daily - `recurrence`, `recurrenceMonth`, `recurrenceMonthDay` and `recurrenceWeekDay` are all NULL, * Weekly - `recurrence`=`week`, `recurrenceWeekDay`=Day of the week (1=Monday, 7=Sunday), `recurrenceMonth` and `recurrenceMonthDay` are all NULL * Fortnightly - `recurrence`=`fortnight_even` or `fortnight_odd`, `recurrenceWeekDay`=Day of the week (1=Monday, 7=Sunday), `recurrenceMonth` and `recurrenceMonthDay` are all NULL. Even/Odd determine the parity of the week in a year. So 1st, 3rd, 5th, etc week of a year will be `fortnight_odd` and 2nd, 4th, 6th, etc will be `fortnight_even`. * Monthly (given day) - `recurrence`=NULL, `recurrenceMonthDay`=Day of the month (1-indexed), `recurrenceMonth` and `recurrenceWeekDay` are NULL. * Monthly (Nth weekday) - `recurrence`=`day1`-`day5`, `recurrenceWeekDay`=Day of the week (1=Monday, 7=Sunday), `recurrenceMonth` and `recurrenceMonthDay` are NULL. `day1` to `day4` refer to Nth week of a month, while `day5` refers to the last week of a month. * Yearly (given day) - `recurrence`=NULL, `recurrenceMonthDay`=Day of the week (1=Monday, 7=Sunday), `recurrenceMonth`=Month of the year, `recurrenceWeekDay` is NULL. * Yearly (Nth weekday of a month) - `recurrence`=`day1`-`day5`, `recurrenceWeekDay`=Day of the week (1=Monday, 7=Sunday), `recurrenceMonth`=Month of the year, `recurrenceMonthDay` is NULL. `day1` to `day4` refer to Nth week of a month, while `day5` refers to the last week of a month.
Creates a new webcalCalendarRecurringEvent
Payload has the following requirements:
And supports these models:
webcalCalendarRecurringEvent
title
→ String Title of the event [example: "Pizza Meeting"]
Value constraints:
Length must be between 255 and 0 characters, inclusivenotes
→ String Notes about the meeting (agenda, plan, requirements, etc) [optional] [example: "Remember to bring your pizza sauces!"]
Value constraints:
Length must be between 65535 and 0 characters, inclusivelink
→ String Link that contains more information or the online meetup [optional] [example: "https://zoom.us/test"]
Value constraints:
Length must be between 255 and 0 characters, inclusivestartDate
→ Date (Y-m-d, eg. 2019-12-31) Date which signifies the start of the range during which the occurences happen [example: "2020-02-01"]endDate
→ Date (Y-m-d, eg. 2019-12-31) Date which signifies the end of the range during which the occurences happen [example: "2020-02-01"]startTime
→ Time (H:i:s, eg 23:59:59) Time when the event starts [optional] [example: "14:00:00"]endTime
→ Time (H:i:s, eg 23:59:59) Time when the event ends [optional] [example: "15:30:00"]category
→ String One of the categories as defined in the calendar to which the event is added. It will happily accept other values, as there is no validation. [optional] [example: "Tasks"]
Value constraints:
Length must be between 255 and 0 characters, inclusiverecurrence
→ String Type of the event recurrence. The details are explained in the description of webcalCalendarRecurringEvent
attributes. [optional] [example: "fortnight_even"]
Value constraints:
Allowed values: "day1", "day2", "day3", "day4", "day5", "week", "fortnight_even", "fortnight_odd", nullrecurrenceMonthDay
→ Number When recurrence
is null, this can be either null
to make the event recur daily, or a number between 1 and 31 (inclusive) to to have the event recur once a month, on the provided day of the month. For other values of recurrence
it MUST be null
. [optional] [example: NULL]
Value constraints:
Minimum value: 1 [inclusive]
Maximum value: 31 [inclusive]recurrenceWeekDay
→ Number When recurrence
is not null, this indicates the day of the week on which the repetition happens. 1=Monday, 7=Sunday. [optional] [example: "3"]
Value constraints:
Minimum value: 1 [inclusive]
Maximum value: 7 [inclusive]calendar
→ [required] [single] expected type is webcalCalendar
. Calendar to which the event will be addedobject |
{- "data": {
- "type": "webcalCalendarRecurringEvent",
- "attributes": {
- "title": "Pizza Meeting",
- "notes": "Remember to bring your pizza sauces!",
- "startDate": "2020-02-01",
- "endDate": "2020-02-01",
- "startTime": "14:00:00",
- "endTime": "15:30:00",
- "category": "Tasks",
- "recurrence": "fortnight_even",
- "recurrenceMonthDay": null,
- "recurrenceWeekDay": "3"
}, - "relationships": {
- "calendar": {
- "data": {
- "id": 1,
- "type": "webcalCalendar"
}
}
}
}
}
{- "data": {
- "type": "webcalCalendarRecurringEvent",
- "id": "1",
- "attributes": {
- "title": "Monthly status update",
- "notes": "Bring the notebook",
- "link": null,
- "startDate": "2019-01-01",
- "endDate": "2019-12-31",
- "startTime": null,
- "endTime": null,
- "recurrence": "day1",
- "recurrenceMonth": null,
- "recurrenceMonthDay": null,
- "recurrenceWeekDay": 1,
- "category": "Meetings",
- "recurrenceDates": [
- "2019-01-07",
- "2019-02-04",
- "2019-03-04",
- "2019-04-01",
- "2019-05-06",
- "2019-06-03",
- "2019-07-01",
- "2019-08-05",
- "2019-09-02",
- "2019-10-07",
- "2019-11-04",
- "2019-12-02"
]
}, - "links": {
- "self": "/v1/webcal/webcal-calendar-recurring-event/1"
}
}
}
Retrieves a page of instances of webcalCalendarRecurringEvent
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
calendarIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "webcalCalendarRecurringEvent",
- "id": "1",
- "attributes": {
- "title": "Monthly status update",
- "notes": "Bring the notebook",
- "link": null,
- "startDate": "2019-01-01",
- "endDate": "2019-12-31",
- "startTime": null,
- "endTime": null,
- "recurrence": "day1",
- "recurrenceMonth": null,
- "recurrenceMonthDay": null,
- "recurrenceWeekDay": 1,
- "category": "Meetings",
- "recurrenceDates": [
- "2019-01-07",
- "2019-02-04",
- "2019-03-04",
- "2019-04-01",
- "2019-05-06",
- "2019-06-03",
- "2019-07-01",
- "2019-08-05",
- "2019-09-02",
- "2019-10-07",
- "2019-11-04",
- "2019-12-02"
]
}, - "links": {
- "self": "/v1/webcal/webcal-calendar-recurring-event/1"
}
}, - {
- "type": "webcalCalendarRecurringEvent",
- "id": "1",
- "attributes": {
- "title": "Monthly status update",
- "notes": "Bring the notebook",
- "link": null,
- "startDate": "2019-01-01",
- "endDate": "2019-12-31",
- "startTime": null,
- "endTime": null,
- "recurrence": "day1",
- "recurrenceMonth": null,
- "recurrenceMonthDay": null,
- "recurrenceWeekDay": 1,
- "category": "Meetings",
- "recurrenceDates": [
- "2019-01-07",
- "2019-02-04",
- "2019-03-04",
- "2019-04-01",
- "2019-05-06",
- "2019-06-03",
- "2019-07-01",
- "2019-08-05",
- "2019-09-02",
- "2019-10-07",
- "2019-11-04",
- "2019-12-02"
]
}, - "links": {
- "self": "/v1/webcal/webcal-calendar-recurring-event/1"
}
}, - {
- "type": "webcalCalendarRecurringEvent",
- "id": "1",
- "attributes": {
- "title": "Monthly status update",
- "notes": "Bring the notebook",
- "link": null,
- "startDate": "2019-01-01",
- "endDate": "2019-12-31",
- "startTime": null,
- "endTime": null,
- "recurrence": "day1",
- "recurrenceMonth": null,
- "recurrenceMonthDay": null,
- "recurrenceWeekDay": 1,
- "category": "Meetings",
- "recurrenceDates": [
- "2019-01-07",
- "2019-02-04",
- "2019-03-04",
- "2019-04-01",
- "2019-05-06",
- "2019-06-03",
- "2019-07-01",
- "2019-08-05",
- "2019-09-02",
- "2019-10-07",
- "2019-11-04",
- "2019-12-02"
]
}, - "links": {
- "self": "/v1/webcal/webcal-calendar-recurring-event/1"
}
}
]
}
Retrieves a single instance of webcalCalendarRecurringEvent
.
id required | number Number ID of the 'webcalCalendarRecurringEvent' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "webcalCalendarRecurringEvent",
- "id": "1",
- "attributes": {
- "title": "Monthly status update",
- "notes": "Bring the notebook",
- "link": null,
- "startDate": "2019-01-01",
- "endDate": "2019-12-31",
- "startTime": null,
- "endTime": null,
- "recurrence": "day1",
- "recurrenceMonth": null,
- "recurrenceMonthDay": null,
- "recurrenceWeekDay": 1,
- "category": "Meetings",
- "recurrenceDates": [
- "2019-01-07",
- "2019-02-04",
- "2019-03-04",
- "2019-04-01",
- "2019-05-06",
- "2019-06-03",
- "2019-07-01",
- "2019-08-05",
- "2019-09-02",
- "2019-10-07",
- "2019-11-04",
- "2019-12-02"
]
}, - "links": {
- "self": "/v1/webcal/webcal-calendar-recurring-event/1"
}
}
}
Updates an existing webcalCalendarRecurringEvent
Payload has the following requirements:
And supports these models:
webcalCalendarRecurringEvent
title
→ String Title of the event [example: "Pizza Meeting"]
Value constraints:
Length must be between 255 and 0 characters, inclusivenotes
→ String Notes about the meeting (agenda, plan, requirements, etc) [optional] [example: "Remember to bring your pizza sauces!"]
Value constraints:
Length must be between 65535 and 0 characters, inclusivelink
→ String Link that contains more information or the online meetup [optional] [example: "https://zoom.us/test"]
Value constraints:
Length must be between 255 and 0 characters, inclusivestartDate
→ Date (Y-m-d, eg. 2019-12-31) Date which signifies the start of the range during which the occurences happen [example: "2020-02-01"]endDate
→ Date (Y-m-d, eg. 2019-12-31) Date which signifies the end of the range during which the occurences happen [example: "2020-02-01"]startTime
→ Time (H:i:s, eg 23:59:59) Time when the event starts [optional] [example: "14:00:00"]endTime
→ Time (H:i:s, eg 23:59:59) Time when the event ends [optional] [example: "15:30:00"]category
→ String One of the categories as defined in the calendar to which the event is added. It will happily accept other values, as there is no validation. [optional] [example: "Tasks"]
Value constraints:
Length must be between 255 and 0 characters, inclusiverecurrence
→ String Type of the event recurrence. The details are explained in the description of webcalCalendarRecurringEvent
attributes. [optional] [example: "fortnight_even"]
Value constraints:
Allowed values: "day1", "day2", "day3", "day4", "day5", "week", "fortnight_even", "fortnight_odd", nullrecurrenceMonthDay
→ Number When recurrence
is null, this can be either null
to make the event recur daily, or a number between 1 and 31 (inclusive) to to have the event recur once a month, on the provided day of the month. For other values of recurrence
it MUST be null
. [optional] [example: NULL]
Value constraints:
Minimum value: 1 [inclusive]
Maximum value: 31 [inclusive]recurrenceWeekDay
→ Number When recurrence
is not null, this indicates the day of the week on which the repetition happens. 1=Monday, 7=Sunday. [optional] [example: "3"]
Value constraints:
Minimum value: 1 [inclusive]
Maximum value: 7 [inclusive]id required | number Number ID of the |
object |
{- "data": {
- "type": "webcalCalendarRecurringEvent",
- "id": 1,
- "attributes": {
- "title": "Pizza Meeting",
- "notes": "Remember to bring your pizza sauces!",
- "startDate": "2020-02-01",
- "endDate": "2020-02-01",
- "startTime": "14:00:00",
- "endTime": "15:30:00",
- "category": "Tasks",
- "recurrence": "fortnight_even",
- "recurrenceMonthDay": null,
- "recurrenceWeekDay": "3"
}
}
}
{- "data": {
- "type": "webcalCalendarRecurringEvent",
- "id": "1",
- "attributes": {
- "title": "Monthly status update",
- "notes": "Bring the notebook",
- "link": null,
- "startDate": "2019-01-01",
- "endDate": "2019-12-31",
- "startTime": null,
- "endTime": null,
- "recurrence": "day1",
- "recurrenceMonth": null,
- "recurrenceMonthDay": null,
- "recurrenceWeekDay": 1,
- "category": "Meetings",
- "recurrenceDates": [
- "2019-01-07",
- "2019-02-04",
- "2019-03-04",
- "2019-04-01",
- "2019-05-06",
- "2019-06-03",
- "2019-07-01",
- "2019-08-05",
- "2019-09-02",
- "2019-10-07",
- "2019-11-04",
- "2019-12-02"
]
}, - "links": {
- "self": "/v1/webcal/webcal-calendar-recurring-event/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "model": "string",
- "modelId": "string",
- "tenantId": "string",
- "operation": "string",
- "createdAt": {
- "timestamp": 0,
- "iso8601": "string"
}
}, - "links": {
- "self": "string"
}
}
An event that was raised but not yet queued to be sent as a message to listeners.
Retrieves a page of instances of webhookEvent
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
models | string String Comma-separated list of Models to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
createdAtFrom | string DateTime (Y-m-d H:i:s, eg. 2019-12-31 23:59:59) Any events that have a created datetime occuring on or after the specified date. [optional] [example: "2018-01-01"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
createdAtTo | string DateTime (Y-m-d H:i:s, eg. 2019-12-31 23:59:59) Any events that have a created datetime occuring on or before the specified date. [optional] [example: "2018-01-01"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": [
- {
- "type": "webhookEvent",
- "id": "1",
- "attributes": {
- "model": "student",
- "modelId": "1",
- "tenantId": "",
- "operation": "updated",
- "createdAt": null
}, - "links": {
- "self": "/v1/webhooks/event/1"
}
}, - {
- "type": "webhookEvent",
- "id": "1",
- "attributes": {
- "model": "student",
- "modelId": "1",
- "tenantId": "",
- "operation": "updated",
- "createdAt": null
}, - "links": {
- "self": "/v1/webhooks/event/1"
}
}, - {
- "type": "webhookEvent",
- "id": "1",
- "attributes": {
- "model": "student",
- "modelId": "1",
- "tenantId": "",
- "operation": "updated",
- "createdAt": null
}, - "links": {
- "self": "/v1/webhooks/event/1"
}
}
]
}
Retrieves a single instance of webhookEvent
.
id required | number Number ID of the 'webhookEvent' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "webhookEvent",
- "id": "1",
- "attributes": {
- "model": "student",
- "modelId": "1",
- "tenantId": "",
- "operation": "updated",
- "createdAt": null
}, - "links": {
- "self": "/v1/webhooks/event/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "endpoint": "string",
- "models": [
- "string"
], - "operations": [
- "string"
], - "isActive": true
}, - "links": {
- "self": "string"
}
}
Registers a new endpoint to receive push notifications from Sentral. The following models are currently supported: activity, attendeeLink, ability, personAbilityLink, person, doctor, emergencyContactLink, medicalConditionAdd, medicalConditionAllergy, medicalConditionAsthma, medicalConditionDiabetes, medicalConditionEpilepsy, medicalConditionOther, prescribedMedication, vaccination, household, householdAddress, student, enrolment, familyChangeRequest, familyChangeRequestDetail, medicalChangeConditionAdd, medicalChangeConditionAllergy, medicalChangeConditionAsthma, medicalChangeConditionDiabetes, medicalChangeConditionEpilepsy, medicalChangeConditionOther, medicalChangeVaccination, medicalChangeDoctor, medicalChangeMisc, medicalChangeRequest, studentEnrolmentDraft, studentSelection, timetableDailyLesson, absence, consent, personConsentLink, activityInstance, activityResponse The following operation are supported: created, updated, deleted The push notification contains the data sent in JSON API format, with the payload being an array of resources of type 'webhookOperation', where the ID is unique for each event and there are three attributes:
op
, the type of operation that was done on the modelmodel
, the name of the model/resource as defined in schemamodelId
, ID of the affected model/resource
At the moment the push notifications are not signed.Payload has the following requirements:
And supports these models:
webhookListener
name
→ String Name for the webhook listener [example: "Client endpoint"]
Value constraints:
Length must be between 256 and 1 characters, inclusiveendpoint
→ String URL to which the push notifications will be sent [example: "https://example.com/sentral/webhook-push"]
Value constraints:
Must be a valid URL
Length must be between 1024 and 1 characters, inclusivesecretKey
→ String Secret key used for signing push messages. [example: "d70a7c4e58e51901d9c7f5fed2d597c6"]
Value constraints:
Length must be between 256 and 32 characters, inclusivemodels
→ Array of operations
→ Array of object |
{- "data": {
- "type": "webhookListener",
- "attributes": {
- "name": "Client endpoint",
- "secretKey": "d70a7c4e58e51901d9c7f5fed2d597c6",
- "models": [
- "activity",
- "absence"
], - "operations": [
- "created",
- "updated",
- "deleted"
]
}
}
}
{- "data": {
- "type": "webhookListener",
- "id": "1",
- "attributes": {
- "name": "Primary endpoint",
- "models": [ ],
- "operations": [ ],
- "isActive": true
}, - "links": {
- "self": "/v1/webhooks/listener/1"
}, - "meta": {
- "deletedDate": null
}
}
}
Retrieves a page of instances of webhookListener
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
endpoints | string String Comma-separated list of endpoints to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
includeInactive | boolean Boolean If true inactive (soft deleted) models will be included in the results. [optional] [default: 1] [example: TRUE] |
{- "data": [
- {
- "type": "webhookListener",
- "id": "1",
- "attributes": {
- "name": "Primary endpoint",
- "models": [ ],
- "operations": [ ],
- "isActive": true
}, - "links": {
- "self": "/v1/webhooks/listener/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "webhookListener",
- "id": "1",
- "attributes": {
- "name": "Primary endpoint",
- "models": [ ],
- "operations": [ ],
- "isActive": true
}, - "links": {
- "self": "/v1/webhooks/listener/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "webhookListener",
- "id": "1",
- "attributes": {
- "name": "Primary endpoint",
- "models": [ ],
- "operations": [ ],
- "isActive": true
}, - "links": {
- "self": "/v1/webhooks/listener/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of webhookListener
.
id required | number Number ID of the 'webhookListener' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "webhookListener",
- "id": "1",
- "attributes": {
- "name": "Primary endpoint",
- "models": [ ],
- "operations": [ ],
- "isActive": true
}, - "links": {
- "self": "/v1/webhooks/listener/1"
}, - "meta": {
- "deletedDate": null
}
}
}
Sends a test request to the listener with fake data. Send md5()
of the secret key of the tested listener as the body of the POST request to validate.
id required | number Number ID of the 'webhookListener' to test [example: 17] |
{- "data": {
- "type": "webhookTestMessageResponse",
- "id": "api",
- "attributes": {
- "status": "200",
- "headers": {
- "Date": "Tue, 07 Jul 2020 09:50:11 GMT"
}, - "body": "Ok",
- "exception": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "model": "string",
- "modelId": "string",
- "tenantCode": "string",
- "tenantKey": "string",
- "operation": "string",
- "attempts": 0,
- "nextAttemptAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "createdAt": {
- "timestamp": 0,
- "iso8601": "string"
}, - "sentAt": {
- "timestamp": 0,
- "iso8601": "string"
}
}, - "links": {
- "self": "string"
}, - "relationships": {
- "event": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "listener": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A webhook message that is pending sending
Retrieves a page of instances of webhookPendingMessage
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "webhookPendingMessage",
- "id": "1",
- "attributes": {
- "model": "student",
- "modelId": 1,
- "tenantCode": null,
- "tenantKey": null,
- "operation": "updated",
- "attempts": 1,
- "nextAttemptAt": {
- "timestamp": 1533124800,
- "iso8601": "2018-08-01T12:00:00+0000"
}, - "createdAt": null,
- "sentAt": null
}, - "relationships": {
- "event": {
- "data": {
- "id": "1",
- "type": "webhookEvent"
}
}, - "listener": {
- "data": {
- "id": "1",
- "type": "webhookListener"
}
}
}, - "links": {
- "self": "/v1/webhooks/pending-message/1"
}
}, - {
- "type": "webhookPendingMessage",
- "id": "1",
- "attributes": {
- "model": "student",
- "modelId": 1,
- "tenantCode": null,
- "tenantKey": null,
- "operation": "updated",
- "attempts": 1,
- "nextAttemptAt": {
- "timestamp": 1533124800,
- "iso8601": "2018-08-01T12:00:00+0000"
}, - "createdAt": null,
- "sentAt": null
}, - "relationships": {
- "event": {
- "data": {
- "id": "1",
- "type": "webhookEvent"
}
}, - "listener": {
- "data": {
- "id": "1",
- "type": "webhookListener"
}
}
}, - "links": {
- "self": "/v1/webhooks/pending-message/1"
}
}, - {
- "type": "webhookPendingMessage",
- "id": "1",
- "attributes": {
- "model": "student",
- "modelId": 1,
- "tenantCode": null,
- "tenantKey": null,
- "operation": "updated",
- "attempts": 1,
- "nextAttemptAt": {
- "timestamp": 1533124800,
- "iso8601": "2018-08-01T12:00:00+0000"
}, - "createdAt": null,
- "sentAt": null
}, - "relationships": {
- "event": {
- "data": {
- "id": "1",
- "type": "webhookEvent"
}
}, - "listener": {
- "data": {
- "id": "1",
- "type": "webhookListener"
}
}
}, - "links": {
- "self": "/v1/webhooks/pending-message/1"
}
}
]
}
Retrieves a single instance of webhookPendingMessage
.
id required | number Number ID of the 'webhookPendingMessage' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "webhookPendingMessage",
- "id": "1",
- "attributes": {
- "model": "student",
- "modelId": 1,
- "tenantCode": null,
- "tenantKey": null,
- "operation": "updated",
- "attempts": 1,
- "nextAttemptAt": {
- "timestamp": 1533124800,
- "iso8601": "2018-08-01T12:00:00+0000"
}, - "createdAt": null,
- "sentAt": null
}, - "relationships": {
- "event": {
- "data": {
- "id": "1",
- "type": "webhookEvent"
}
}, - "listener": {
- "data": {
- "id": "1",
- "type": "webhookListener"
}
}
}, - "links": {
- "self": "/v1/webhooks/pending-message/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "value": 0,
- "pointValue": 0,
- "sequence": 0
}, - "links": {
- "self": "string"
}, - "relationships": {
- "category": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Award.
Retrieves a page of instances of award
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "award",
- "id": "1",
- "attributes": {
- "name": "International Spelling Bee Championship 2019",
- "value": 5,
- "pointValue": 3,
- "sequence": 1
}, - "relationships": {
- "category": {
- "data": {
- "id": "2",
- "type": "awardCategory"
}
}
}, - "links": {
- "self": "/v1/welfare/award/1"
}
}, - {
- "type": "award",
- "id": "1",
- "attributes": {
- "name": "International Spelling Bee Championship 2019",
- "value": 5,
- "pointValue": 3,
- "sequence": 1
}, - "relationships": {
- "category": {
- "data": {
- "id": "2",
- "type": "awardCategory"
}
}
}, - "links": {
- "self": "/v1/welfare/award/1"
}
}, - {
- "type": "award",
- "id": "1",
- "attributes": {
- "name": "International Spelling Bee Championship 2019",
- "value": 5,
- "pointValue": 3,
- "sequence": 1
}, - "relationships": {
- "category": {
- "data": {
- "id": "2",
- "type": "awardCategory"
}
}
}, - "links": {
- "self": "/v1/welfare/award/1"
}
}
]
}
Retrieves a single instance of award
.
id required | number Number ID of the 'award' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "award",
- "id": "1",
- "attributes": {
- "name": "International Spelling Bee Championship 2019",
- "value": 5,
- "pointValue": 3,
- "sequence": 1
}, - "relationships": {
- "category": {
- "data": {
- "id": "2",
- "type": "awardCategory"
}
}
}, - "links": {
- "self": "/v1/welfare/award/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "level": 0,
- "isIncludedInTally": true,
- "isActive": true
}, - "links": {
- "self": "string"
}
}
Category of an award.
Retrieves a page of instances of awardCategory
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "awardCategory",
- "id": "1",
- "attributes": {
- "name": "Spelling bee awards",
- "level": 15,
- "isIncludedInTally": false,
- "isActive": true
}, - "links": {
- "self": "/v1/welfare/award-category/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "awardCategory",
- "id": "1",
- "attributes": {
- "name": "Spelling bee awards",
- "level": 15,
- "isIncludedInTally": false,
- "isActive": true
}, - "links": {
- "self": "/v1/welfare/award-category/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "awardCategory",
- "id": "1",
- "attributes": {
- "name": "Spelling bee awards",
- "level": 15,
- "isIncludedInTally": false,
- "isActive": true
}, - "links": {
- "self": "/v1/welfare/award-category/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of awardCategory
.
id required | number Number ID of the 'awardCategory' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "awardCategory",
- "id": "1",
- "attributes": {
- "name": "Spelling bee awards",
- "level": 15,
- "isIncludedInTally": false,
- "isActive": true
}, - "links": {
- "self": "/v1/welfare/award-category/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "detentionDate": "string",
- "comment": "string",
- "allowReschedule": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "student": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "status": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "period": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A past or future detention of a student.
Retrieves a page of instances of detention
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "detention",
- "id": "1",
- "attributes": {
- "detentionDate": "2018-02-03",
- "comment": "For running away from the class.",
- "allowReschedule": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "status": {
- "data": {
- "id": "2",
- "type": "detentionStatus"
}
}, - "period": {
- "data": {
- "id": "3",
- "type": "detentionPeriod"
}
}
}, - "links": {
- "self": "/v1/welfare/detention/1"
}
}, - {
- "type": "detention",
- "id": "1",
- "attributes": {
- "detentionDate": "2018-02-03",
- "comment": "For running away from the class.",
- "allowReschedule": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "status": {
- "data": {
- "id": "2",
- "type": "detentionStatus"
}
}, - "period": {
- "data": {
- "id": "3",
- "type": "detentionPeriod"
}
}
}, - "links": {
- "self": "/v1/welfare/detention/1"
}
}, - {
- "type": "detention",
- "id": "1",
- "attributes": {
- "detentionDate": "2018-02-03",
- "comment": "For running away from the class.",
- "allowReschedule": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "status": {
- "data": {
- "id": "2",
- "type": "detentionStatus"
}
}, - "period": {
- "data": {
- "id": "3",
- "type": "detentionPeriod"
}
}
}, - "links": {
- "self": "/v1/welfare/detention/1"
}
}
]
}
Retrieves a single instance of detention
.
id required | number Number ID of the 'detention' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "detention",
- "id": "1",
- "attributes": {
- "detentionDate": "2018-02-03",
- "comment": "For running away from the class.",
- "allowReschedule": true
}, - "relationships": {
- "student": {
- "data": {
- "id": "1",
- "type": "student"
}
}, - "status": {
- "data": {
- "id": "2",
- "type": "detentionStatus"
}
}, - "period": {
- "data": {
- "id": "3",
- "type": "detentionPeriod"
}
}
}, - "links": {
- "self": "/v1/welfare/detention/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "maxStudents": 0,
- "sequence": 0,
- "restrictToDays": [
- 0
], - "isActive": true
}, - "links": {
- "self": "string"
}
}
Period during which a detention happened.
Retrieves a page of instances of detentionPeriod
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "detentionPeriod",
- "id": "1",
- "attributes": {
- "name": "Friday evening detention",
- "maxStudents": 5,
- "sequence": 2,
- "restrictToDays": [
- 5
], - "isActive": true
}, - "links": {
- "self": "/v1/welfare/detention-period/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "detentionPeriod",
- "id": "1",
- "attributes": {
- "name": "Friday evening detention",
- "maxStudents": 5,
- "sequence": 2,
- "restrictToDays": [
- 5
], - "isActive": true
}, - "links": {
- "self": "/v1/welfare/detention-period/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "detentionPeriod",
- "id": "1",
- "attributes": {
- "name": "Friday evening detention",
- "maxStudents": 5,
- "sequence": 2,
- "restrictToDays": [
- 5
], - "isActive": true
}, - "links": {
- "self": "/v1/welfare/detention-period/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of detentionPeriod
.
id required | number Number ID of the 'detentionPeriod' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "detentionPeriod",
- "id": "1",
- "attributes": {
- "name": "Friday evening detention",
- "maxStudents": 5,
- "sequence": 2,
- "restrictToDays": [
- 5
], - "isActive": true
}, - "links": {
- "self": "/v1/welfare/detention-period/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "interfaceColour": "string",
- "isRescheduleRequired": true,
- "isActive": true
}, - "links": {
- "self": "string"
}
}
Status of a detention indicating the completion.
Retrieves a page of instances of detentionStatus
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "detentionStatus",
- "id": "1",
- "attributes": {
- "name": "Not Yet Marked",
- "interfaceColour": "666666",
- "isRescheduleRequired": false,
- "isActive": true
}, - "links": {
- "self": "/v1/welfare/detention-status/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "detentionStatus",
- "id": "1",
- "attributes": {
- "name": "Not Yet Marked",
- "interfaceColour": "666666",
- "isRescheduleRequired": false,
- "isActive": true
}, - "links": {
- "self": "/v1/welfare/detention-status/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "detentionStatus",
- "id": "1",
- "attributes": {
- "name": "Not Yet Marked",
- "interfaceColour": "666666",
- "isRescheduleRequired": false,
- "isActive": true
}, - "links": {
- "self": "/v1/welfare/detention-status/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of detentionStatus
.
id required | number Number ID of the 'detentionStatus' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "detentionStatus",
- "id": "1",
- "attributes": {
- "name": "Not Yet Marked",
- "interfaceColour": "666666",
- "isRescheduleRequired": false,
- "isActive": true
}, - "links": {
- "self": "/v1/welfare/detention-status/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "incidentDate": "string",
- "incidentTime": "string",
- "isConfidential": true,
- "isReadOnly": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "type": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
A wellbeing incident that has occured in the past.
Retrieves a page of instances of incident
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "incident",
- "id": "1",
- "attributes": {
- "incidentDate": "2018-01-01",
- "incidentTime": "12:30:10",
- "isConfidential": true,
- "isReadOnly": false
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "2",
- "type": "staff"
}
}, - "type": {
- "data": {
- "id": "2",
- "type": "incidentType"
}
}
}, - "links": {
- "self": "/v1/welfare/incident/1"
}
}, - {
- "type": "incident",
- "id": "1",
- "attributes": {
- "incidentDate": "2018-01-01",
- "incidentTime": "12:30:10",
- "isConfidential": true,
- "isReadOnly": false
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "2",
- "type": "staff"
}
}, - "type": {
- "data": {
- "id": "2",
- "type": "incidentType"
}
}
}, - "links": {
- "self": "/v1/welfare/incident/1"
}
}, - {
- "type": "incident",
- "id": "1",
- "attributes": {
- "incidentDate": "2018-01-01",
- "incidentTime": "12:30:10",
- "isConfidential": true,
- "isReadOnly": false
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "2",
- "type": "staff"
}
}, - "type": {
- "data": {
- "id": "2",
- "type": "incidentType"
}
}
}, - "links": {
- "self": "/v1/welfare/incident/1"
}
}
]
}
Retrieves a single instance of incident
.
id required | number Number ID of the 'incident' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "incident",
- "id": "1",
- "attributes": {
- "incidentDate": "2018-01-01",
- "incidentTime": "12:30:10",
- "isConfidential": true,
- "isReadOnly": false
}, - "relationships": {
- "teacher": {
- "data": {
- "id": "2",
- "type": "staff"
}
}, - "type": {
- "data": {
- "id": "2",
- "type": "incidentType"
}
}
}, - "links": {
- "self": "/v1/welfare/incident/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "interfaceForegroundColour": "string",
- "interfaceBackgroundColour": "string",
- "defaultStatus": "string",
- "canIncludeVictims": true,
- "defaultToConfidential": true,
- "isVisibleInParentPortal": true,
- "isVisibleInStudentPortal": true,
- "isHiddenFromReports": true,
- "isActive": true
}, - "links": {
- "self": "string"
}
}
Category of an incident's type, defines certain common properties for incident type.
Retrieves a page of instances of incidentCategory
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "incidentCategory",
- "id": "1",
- "attributes": {
- "name": "Positive Incident",
- "interfaceForegroundColour": "94BE3F",
- "interfaceBackgroundColour": "EEFFEE",
- "defaultStatus": "Completed",
- "canIncludeVictims": false,
- "defaultToConfidential": false,
- "isVisibleInParentPortal": true,
- "isVisibleInStudentPortal": true,
- "isHiddenFromReports": false,
- "isActive": true
}, - "links": {
- "self": "/v1/welfare/incident-category/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "incidentCategory",
- "id": "1",
- "attributes": {
- "name": "Positive Incident",
- "interfaceForegroundColour": "94BE3F",
- "interfaceBackgroundColour": "EEFFEE",
- "defaultStatus": "Completed",
- "canIncludeVictims": false,
- "defaultToConfidential": false,
- "isVisibleInParentPortal": true,
- "isVisibleInStudentPortal": true,
- "isHiddenFromReports": false,
- "isActive": true
}, - "links": {
- "self": "/v1/welfare/incident-category/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "incidentCategory",
- "id": "1",
- "attributes": {
- "name": "Positive Incident",
- "interfaceForegroundColour": "94BE3F",
- "interfaceBackgroundColour": "EEFFEE",
- "defaultStatus": "Completed",
- "canIncludeVictims": false,
- "defaultToConfidential": false,
- "isVisibleInParentPortal": true,
- "isVisibleInStudentPortal": true,
- "isHiddenFromReports": false,
- "isActive": true
}, - "links": {
- "self": "/v1/welfare/incident-category/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of incidentCategory
.
id required | number Number ID of the 'incidentCategory' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "incidentCategory",
- "id": "1",
- "attributes": {
- "name": "Positive Incident",
- "interfaceForegroundColour": "94BE3F",
- "interfaceBackgroundColour": "EEFFEE",
- "defaultStatus": "Completed",
- "canIncludeVictims": false,
- "defaultToConfidential": false,
- "isVisibleInParentPortal": true,
- "isVisibleInStudentPortal": true,
- "isHiddenFromReports": false,
- "isActive": true
}, - "links": {
- "self": "/v1/welfare/incident-category/1"
}, - "meta": {
- "deletedDate": null
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "category": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Retrieves a page of instances of incidentType
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "incidentType",
- "id": "1",
- "attributes": {
- "name": "Academic"
}, - "relationships": {
- "category": {
- "data": {
- "id": "2",
- "type": "incidentCategory"
}
}
}, - "links": {
- "self": "/v1/welfare/incident-type/1"
}
}, - {
- "type": "incidentType",
- "id": "1",
- "attributes": {
- "name": "Academic"
}, - "relationships": {
- "category": {
- "data": {
- "id": "2",
- "type": "incidentCategory"
}
}
}, - "links": {
- "self": "/v1/welfare/incident-type/1"
}
}, - {
- "type": "incidentType",
- "id": "1",
- "attributes": {
- "name": "Academic"
}, - "relationships": {
- "category": {
- "data": {
- "id": "2",
- "type": "incidentCategory"
}
}
}, - "links": {
- "self": "/v1/welfare/incident-type/1"
}
}
]
}
Retrieves a single instance of incidentType
.
id required | number Number ID of the 'incidentType' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "incidentType",
- "id": "1",
- "attributes": {
- "name": "Academic"
}, - "relationships": {
- "category": {
- "data": {
- "id": "2",
- "type": "incidentCategory"
}
}
}, - "links": {
- "self": "/v1/welfare/incident-type/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "date": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "student": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "award": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Award.
Retrieves a page of instances of studentAwardLink
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "studentAwardLink",
- "id": "1",
- "attributes": {
- "date": "2018-01-01"
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/welfare/award/1"
}
}, - {
- "type": "studentAwardLink",
- "id": "1",
- "attributes": {
- "date": "2018-01-01"
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/welfare/award/1"
}
}, - {
- "type": "studentAwardLink",
- "id": "1",
- "attributes": {
- "date": "2018-01-01"
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/welfare/award/1"
}
}
]
}
Retrieves a single instance of studentAwardLink
.
id required | number Number ID of the 'studentAwardLink' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "studentAwardLink",
- "id": "1",
- "attributes": {
- "date": "2018-01-01"
}, - "relationships": {
- "student": {
- "data": {
- "id": "2",
- "type": "student"
}
}
}, - "links": {
- "self": "/v1/welfare/award/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "subject": "string",
- "content": "string",
- "isHtml": true
}, - "links": {
- "self": "string"
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "category": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "attachments": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
Retrieves a page of instances of wellbeingNote
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
enrolmentStudentIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "wellbeingNote",
- "id": "1",
- "attributes": {
- "subject": "Excellent performance in extra class",
- "content": "Student managed to get 100% grade in every test during the extra classes",
- "isHtml": false
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "createdBy": {
- "data": {
- "id": "1",
- "type": "administrativeUser"
}
}, - "category": {
- "data": {
- "id": "2",
- "type": "wellbeingNoteCategory"
}
}, - "attachments": {
- "links": {
- "related": "/v1/welfare/wellbeing-note/1/attachments"
}
}
}, - "links": {
- "self": "/v1/welfare/wellbeing-note/1"
}
}, - {
- "type": "wellbeingNote",
- "id": "1",
- "attributes": {
- "subject": "Excellent performance in extra class",
- "content": "Student managed to get 100% grade in every test during the extra classes",
- "isHtml": false
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "createdBy": {
- "data": {
- "id": "1",
- "type": "administrativeUser"
}
}, - "category": {
- "data": {
- "id": "2",
- "type": "wellbeingNoteCategory"
}
}, - "attachments": {
- "links": {
- "related": "/v1/welfare/wellbeing-note/1/attachments"
}
}
}, - "links": {
- "self": "/v1/welfare/wellbeing-note/1"
}
}, - {
- "type": "wellbeingNote",
- "id": "1",
- "attributes": {
- "subject": "Excellent performance in extra class",
- "content": "Student managed to get 100% grade in every test during the extra classes",
- "isHtml": false
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "createdBy": {
- "data": {
- "id": "1",
- "type": "administrativeUser"
}
}, - "category": {
- "data": {
- "id": "2",
- "type": "wellbeingNoteCategory"
}
}, - "attachments": {
- "links": {
- "related": "/v1/welfare/wellbeing-note/1/attachments"
}
}
}, - "links": {
- "self": "/v1/welfare/wellbeing-note/1"
}
}
]
}
Retrieves a single instance of wellbeingNote
.
id required | number Number ID of the 'wellbeingNote' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "wellbeingNote",
- "id": "1",
- "attributes": {
- "subject": "Excellent performance in extra class",
- "content": "Student managed to get 100% grade in every test during the extra classes",
- "isHtml": false
}, - "relationships": {
- "enrolmentStudent": {
- "data": {
- "id": "2",
- "type": "student"
}
}, - "createdBy": {
- "data": {
- "id": "1",
- "type": "administrativeUser"
}
}, - "category": {
- "data": {
- "id": "2",
- "type": "wellbeingNoteCategory"
}
}, - "attachments": {
- "links": {
- "related": "/v1/welfare/wellbeing-note/1/attachments"
}
}
}, - "links": {
- "self": "/v1/welfare/wellbeing-note/1"
}
}
}
Retrieves a page of wellbeingNoteAttachment
related to wellbeingNote
via relation attachments
.
id required | number Number ID of the 'wellbeingNote', which related models will be retrieved. [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
{- "data": [
- {
- "type": "wellbeingNoteAttachment",
- "id": "1",
- "attributes": {
- "fileName": "certificate.pdf"
}, - "relationships": {
- "note": {
- "data": {
- "id": "2",
- "type": "wellbeingNote"
}
}, - "createdBy": {
- "data": {
- "id": "3",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/welfare/wellbeing-note-attachment/1"
}
}, - {
- "type": "wellbeingNoteAttachment",
- "id": "1",
- "attributes": {
- "fileName": "certificate.pdf"
}, - "relationships": {
- "note": {
- "data": {
- "id": "2",
- "type": "wellbeingNote"
}
}, - "createdBy": {
- "data": {
- "id": "3",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/welfare/wellbeing-note-attachment/1"
}
}, - {
- "type": "wellbeingNoteAttachment",
- "id": "1",
- "attributes": {
- "fileName": "certificate.pdf"
}, - "relationships": {
- "note": {
- "data": {
- "id": "2",
- "type": "wellbeingNote"
}
}, - "createdBy": {
- "data": {
- "id": "3",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/welfare/wellbeing-note-attachment/1"
}
}
]
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models | |
object List of relations |
{- "type": "string",
- "id": "string",
- "attributes": {
- "fileName": "string"
}, - "links": {
- "self": "string"
}, - "relationships": {
- "note": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}
}
Attachment to a wellbeing note
Retrieves a page of instances of wellbeingNoteAttachment
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
noteIds | string String Comma-separated list of |
{- "data": [
- {
- "type": "wellbeingNoteAttachment",
- "id": "1",
- "attributes": {
- "fileName": "certificate.pdf"
}, - "relationships": {
- "note": {
- "data": {
- "id": "2",
- "type": "wellbeingNote"
}
}, - "createdBy": {
- "data": {
- "id": "3",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/welfare/wellbeing-note-attachment/1"
}
}, - {
- "type": "wellbeingNoteAttachment",
- "id": "1",
- "attributes": {
- "fileName": "certificate.pdf"
}, - "relationships": {
- "note": {
- "data": {
- "id": "2",
- "type": "wellbeingNote"
}
}, - "createdBy": {
- "data": {
- "id": "3",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/welfare/wellbeing-note-attachment/1"
}
}, - {
- "type": "wellbeingNoteAttachment",
- "id": "1",
- "attributes": {
- "fileName": "certificate.pdf"
}, - "relationships": {
- "note": {
- "data": {
- "id": "2",
- "type": "wellbeingNote"
}
}, - "createdBy": {
- "data": {
- "id": "3",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/welfare/wellbeing-note-attachment/1"
}
}
]
}
Retrieves a single instance of wellbeingNoteAttachment
.
id required | number Number ID of the 'wellbeingNoteAttachment' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "wellbeingNoteAttachment",
- "id": "1",
- "attributes": {
- "fileName": "certificate.pdf"
}, - "relationships": {
- "note": {
- "data": {
- "id": "2",
- "type": "wellbeingNote"
}
}, - "createdBy": {
- "data": {
- "id": "3",
- "type": "administrativeUser"
}
}
}, - "links": {
- "self": "/v1/welfare/wellbeing-note-attachment/1"
}
}
}
type | string Type of the model, the same as the one in the documentation. |
id | string Unique identifier. |
object Attributes of the model | |
object Links to related models |
{- "type": "string",
- "id": "string",
- "attributes": {
- "name": "string",
- "isActive": true
}, - "links": {
- "self": "string"
}
}
Category of a wellbeing note.
Retrieves a page of instances of wellbeingNoteCategory
.
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
limit | number Number The number of models to return in a single request, value must be between 1-{maxLimit}. [optional] [default: 10] Value constraints: Minimum value: 1 [inclusive] Maximum value: 200 [inclusive] |
offset | number Number Offset by which to return the models from the database, must be larger or equal 0. [optional] [default: 0] Value constraints: Minimum value: 0 [inclusive] |
ids | string String Comma-separated list of IDs to filter by. [optional] [default: null] [example: "1,13,42"] Value constraints: Length must be between 1024 and 0 characters, inclusive |
includeInactive | boolean Boolean If true inactive (soft deleted) models will be included in the results. [optional] [default: false] [example: TRUE] |
{- "data": [
- {
- "type": "wellbeingNoteCategory",
- "id": "1",
- "attributes": {
- "name": "Misc notes",
- "isActive": true
}, - "links": {
- "self": "/v1/welfare/wellbeing-note-category/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "wellbeingNoteCategory",
- "id": "1",
- "attributes": {
- "name": "Misc notes",
- "isActive": true
}, - "links": {
- "self": "/v1/welfare/wellbeing-note-category/1"
}, - "meta": {
- "deletedDate": null
}
}, - {
- "type": "wellbeingNoteCategory",
- "id": "1",
- "attributes": {
- "name": "Misc notes",
- "isActive": true
}, - "links": {
- "self": "/v1/welfare/wellbeing-note-category/1"
}, - "meta": {
- "deletedDate": null
}
}
]
}
Retrieves a single instance of wellbeingNoteCategory
.
id required | number Number ID of the 'wellbeingNoteCategory' to retrieve [example: 17] |
include | string String Comma-separated list of relations to sideload. Allowed values are: None.. [optional] [default: null] [example: "None."] Value constraints: Length must be between 1024 and 0 characters, inclusive |
{- "data": {
- "type": "wellbeingNoteCategory",
- "id": "1",
- "attributes": {
- "name": "Misc notes",
- "isActive": true
}, - "links": {
- "self": "/v1/welfare/wellbeing-note-category/1"
}, - "meta": {
- "deletedDate": null
}
}
}