Gateway Component Attempt Data
The following is a list of data fields returned by the ACE360 Connect gateway component attempt endpoints. We've written this reference guide to help you better understand the data you receive from Connect.
Contents
id
Example:
"id": 2412
This is the unique identifier for a gateway component attempt in ACE360.
apprenticeId
Example:
"apprenticeId": 1937
This is the unique identifier for an apprentice in ACE360.
gatewayId
Example:
"gatewayId": 241
This is the unique identifier for a gateway component in ACE360.
gatewayType
Example:
"gatewayType": "Maths"
This is the type of the gateway component in ACE360.
grade
Example:
"grade": "accepted"
This is the grade awarded to the gateway component attempt. The value is null
when the component has not yet been marked as accepted or rejected.
Possible values:
"accepted"
"rejected"
null
hasEvidence
Example:
"hasEvidence": true
This boolean field indicates whether or not evidence has been uploaded for the gateway component attempt.
rejectionNotes
Example:
"rejectionNotes": "Rejection notes"
This field contains the notes that were recorded when the component attempt was rejected.
If the component attempt has not been rejected then the value will be null
.