GET/desk/api/v2/trainingwheels/enrollments/{userId}.json
Get a single trainingwheelsenrollment by id.
The following values are allowed in the includes query parameter:
- inboxes
- users
- all
Path Params
- Name
userId
- Type
- integer
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
TrainingWheelsEnrollmentAPIBody handles the get/create/update request/response for trainingwheelsenrollment.
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
Validator hold the validation errors. Typically you shouldn't create this directly but use the New() function.
200 OK
TrainingWheelsEnrollmentAPIBody
{ "included": { "addresses": [ { "city": "string", "country": "string", "firstLine": "string", "id": 0, "postalCode": "string", "secondLine": "string", "state": "string" } ], "agentsnotified": [ { "autoFollowOnCC": true, "avatarURL": "string", "createdAt": "2024-12-19T16:02:34.120Z",