EPA Evidence Data
The following is a list of data fields returned by the ACE360 Connect EPA evidence endpoints. We've written this reference guide to help you better understand the data you receive from Connect.
Contents
- id
- apprenticeId
- epaAttemptId
- epaComponentAttemptId
- epaId
- epaType
- notes
- fileId
- fileName
- uploadedByUserId
- uploadedAt
id
Example:
"id": 600
This is the unique identifier for an apprentice's EPA evidence in ACE360.
apprenticeId
Example:
"apprenticeId": 247
This is the unique identifier for an apprentice in ACE360.
epaAttemptId
Example:
"epaAttemptId": 123
This is the unique identifier for an EPA attempt in ACE360.
epaComponentAttemptId
Example:
"epaComponentAttemptId": 488
This is the unique identifier for an EPA component attempt in ACE360.
epaId
Example:
"epaId": 3400
This is the unique identifier for an EPA component in ACE360.
epaType
Example:
"epaType": "Presentation or showcase"
This is the name of an EPA component in ACE360.
notes
Example:
"notes": "Evidence notes"
These are the notes of the EPA evidence in ACE360.
fileId
Example:
"fileId": 461
This is the unique identifier for an EPA evidence file uploaded in ACE360.
fileName
Example:
"fileName": "name.jpg"
This is the name of the EPA evidence file uploaded in ACE360.
uploadedByUserId
Example:
"uploadedByUserId": 16
This is the ID of the user who uploaded the EPA evidence.
uploadedAt
Example:
"uploadedAt": "2025-03-15 11:26:02"
This is the date the EPA component was graded in ACE360.