Skip to content
On this page

Standards Data Explained

The following is a list of data fields returned by the ACE360 Connect Standards endpoint. We've written this reference guide to help you better understand the data you receive from Connect.

Contents

id

Example:

json
"id": 123

stCode

Example:

json
"stCode": "ST0353/02"

Note- Normally found in the format 'STXXXX/XX' where X represents an integer.

name

Example:

json
"name": "Accident Repair Technician"

sector

Example:

json
"sector": {
      "id": 1
      "name":"Information Technology"
  }

Note - these names can occasionally change, so using the id is best practice for any scripts.

datePublished

Example:

json
"datePublished": "2022-05-10"

endDate

Example:

json
"endDate": "2023-06-30"

approxMinDuration

Example:

json
"approxMinDuration": 12

Note - Unit of time here is months

description

Example:

json
"description": "Working in a specialist role supporting the safe creation of cheese."

archived

Example:

json
"archived": false

larsCode

Example:

json
"larsCode": "54"

courseOption

Example:

json
"courseOption": "Technologist"

version

Example:

json
"version": "2"

assessmentPlan

Example:

json
"assessmentPlan": "AP01"

numberOfAttachedApprentices

Example:

json
"numberOfAttachedApprentices": 50

highestGrade

Example:

json
"highestGrade": "merit"

epas

Example:

json
"epas": [
    {
      "id": 12,
      "typeId": 7,
      "typeName": "Observation / Practical Assessment",
      "info": "A professional discussion will be undertaken with an independent assessor. The discussion will be of no more than 45 minutes duration."
    },
    {
      "id": 14,
      "typeId": 6,
      "typeName": "Presentation or showcase",
      "info": "The apprentice delivers a presentation to the EPAO on a project they have completed or a process they have improved. The presentation lasts 10-15 minutes, with a further 10-15 minutes for a Q&A session."
    },
],

This is an array of the EPAs associated with the standard.

The id and typeId are internal ACE360 IDs. You can use these IDs to query for more information on the EPA or EPA Types ACE360 Connect endpoints.