I received this JSON output related to my case status and I’m uncertain about its meaning. My biometrics appointment occurred on June 10th, and I noticed there’s a notice scheduled for that. Could someone clarify what the event codes signify? Should I attend an interview, and what are the next steps?
{
"caseInfo": {
"caseNumber": "MSC21XXXXXXX",
"filingDate": "2025-04-15",
"filingTimestamp": "2025-04-15T08:30:00.000Z",
"applicationCode": "I-765",
"applicationTitle": "Employment Authorization Document",
"lastUpdated": "2025-05-28",
"lastUpdatedTimestamp": "2025-05-28T16:45:12.456Z",
"systemError": false,
"caseActive": true,
"confirmedByOfficer": true,
"petitionerName": "HIDDEN",
"attorneyName": "HIDDEN",
"emailNotifications": true,
"physicalMailPreference": false,
"beneficiaryDetails": {},
"allMembersProcessed": false,
"travelAuthorizationGranted": true,
"expediteRequested": false,
"responseNeeded": false,
"submissionMethod": "Online",
"relatedApplications": [],
"supportingDocs": [],
"rfeRequests": [],
"officialNotices": [
{
"caseNumber": "MSC21XXXXXXX",
"noticeId": "567890123",
"createdDate": "2025-05-25T14:20:15.789Z",
"scheduledTime": "2025-05-26T10:30:00.000Z",
"noticeType": "Biometrics Scheduled"
}
],
"statusHistory": [
{
"caseNumber": "MSC21XXXXXXX",
"statusCode": "BIO1",
"statusDate": "2025-05-26"
},
{
"caseNumber": "MSC21XXXXXXX",
"statusCode": "DOC2",
"statusDate": "2025-05-25"
},
{
"caseNumber": "MSC21XXXXXXX",
"statusCode": "REC",
"statusDate": "2025-04-15"
}
],
"supplements": []
},
"errorMessage": null
}
What does BIO1 mean and what should I expect next in the process?