Custom Fields Data Explained
The following is a list of data fields returned by the ACE360 Connect custom fields endpoints. We've written this reference guide to help you better understand the data you receive from Connect.
Contents
id
Example:
json
"id": 20
This is the unique identifier for a custom field in ACE360.
apprenticeId
Example:
json
"apprenticeId": 200
This is the id of the apprentice the custom field belongs to.
titleId
Example:
json
"titleId": 10
This is the unique identifier for an organisation's custom field title in ACE360.
title
Example:
json
"title": "Custom 1"
This is the title of an organisation's custom field.
value
Example:
json
"value": "Value"
This is the value of an organisation's custom field.