CurrentInternshipResponse
Complete information about student's current internship
convention_idConvention Id (string)required
theme_titleTheme Title (string)required
theme_description object
anyOf
- string
- null
string
company_nameCompany Name (string)required
company_address object
anyOf
- string
- null
string
company_city object
anyOf
- string
- null
string
google_maps_url object
anyOf
- string
- null
string
start_datestring<date>required
end_datestring<date>required
duration_weeksDuration Weeks (integer)required
current_weekCurrent Week (integer)required
statusStatus (string)required
is_pair_internshipIs Pair Internship (boolean)required
binome object
anyOf
- BinomeInfo
- null
student_idStudent Id (string)required
first_nameFirst Name (string)required
last_nameLast Name (string)required
is_current_userIs Current User (boolean)required
academic_supervisor object
anyOf
- SupervisorInfo
- null
idId (string)required
first_nameFirst Name (string)required
last_nameLast Name (string)required
title object
anyOf
- string
- null
string
email object
anyOf
- string
- null
string
phone object
anyOf
- string
- null
string
internship_supervisor object
anyOf
- SupervisorInfo
- null
idId (string)required
first_nameFirst Name (string)required
last_nameLast Name (string)required
title object
anyOf
- string
- null
string
email object
anyOf
- string
- null
string
phone object
anyOf
- string
- null
string
CurrentInternshipResponse
{
"convention_id": "string",
"theme_title": "string",
"theme_description": "string",
"company_name": "string",
"company_address": "string",
"company_city": "string",
"google_maps_url": "string",
"start_date": "2024-07-29",
"end_date": "2024-07-29",
"duration_weeks": 0,
"current_week": 0,
"status": "string",
"is_pair_internship": true,
"binome": {
"student_id": "string",
"first_name": "string",
"last_name": "string",
"is_current_user": true
},
"academic_supervisor": {
"id": "string",
"first_name": "string",
"last_name": "string",
"title": "string",
"email": "string",
"phone": "string"
},
"internship_supervisor": {
"id": "string",
"first_name": "string",
"last_name": "string",
"title": "string",
"email": "string",
"phone": "string"
}
}