Skip to content
On this page

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:

json
"id": 2412

This is the unique identifier for a gateway component attempt in ACE360.

apprenticeId

Example:

json
"apprenticeId": 1937

This is the unique identifier for an apprentice in ACE360.

gatewayId

Example:

json
"gatewayId": 241

This is the unique identifier for a gateway component in ACE360.

gatewayType

Example:

json
"gatewayType": "Maths"

This is the type of the gateway component in ACE360.

grade

Example:

json
"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:

json
"hasEvidence": true

This boolean field indicates whether or not evidence has been uploaded for the gateway component attempt.

rejectionNotes

Example:

json
"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.