Classrooms

Replace an attendance sheet

🔑

Required OAuth scope: attendanceSheets:write.

Replaces the attendance sheet in the given classroom slot.

put/api/v2/classroom-slots/{classroomSlotId}/attendance-sheets/{attendanceSheetId}

Path parameters

classroomSlotIdstring ObjectId required
Example:507f1f77bcf86cd799439011

The unique ID of the classroom slot.

attendanceSheetIdstring ObjectId required
Example:507f1f77bcf86cd799439011

The unique ID of the attendance sheet.

Headers

360-api-version'v2.0' required

The version of the API.

Request body

namestring required

The title of the attendance sheet.

Example request

{
  "name": "First day afternoon"
}

Response

Returns the updated attendance sheet.

OR

Example response

{
  "_id": "507f1f77bcf86cd799439011",
  "name": "First day afternoon",
  "personalizedFields": {
    "organizationName": "360Learning",
    "organizationLogoId": "507f1f77bcf86cd799439011"
  },
  "checkInCode": "1234"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.