GET api/v1/enrolmentcustomfields/{courseId}

Get custom field keys for learner enrolment.

Request Information

Parameters

NameDescriptionAdditional information
courseId
Id of course to get enrolment custom fields for.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "data": {
    "key": "sample string 1"
  },
  "errors": {
    "messages": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ]
  }
}