queryProfile
This method returns the list of all the training profiles of the user.
Parameters
Name | Type | Required | Description |
cortexToken |
| yes | A token returned by authorize. |
Result
The result is an array of objects
, or an empty array if the user has no profile. Each object includes these fields:
uuid |
| The unique ID of this profile. |
name |
| The name of the profile. |
readOnly |
| If a headset is created before v3.6.5, the profile will become read-only when upgrading to v3.6.5. See readonly profile. This field is available since v3.6.5. |
eegChannels |
| The list of EEG channels of a headset with which this profile can be loaded.
For example, if |
Example
Last updated