Docs

Get Collaborator Day Sheet

GET /collaborators/{collaboratorId}/daySheet

GET/collaborators/{collaboratorId}/daySheet

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Returns a printable day sheet for a collaborator, including their schedule, contacts, and advance form summaries.

Path Parameters

FieldTypeRequiredDescription
collaboratorIdGuidRequiredThe ID of the collaborator.

Response

FieldTypeDescription
eventNamestringName of the event.
collaboratorNamestringName of the collaborator.
scheduleActivity[]Ordered list of scheduled activities.
schedule[].idGuidActivity ID.
schedule[].namestringActivity name.
schedule[].descriptionstringActivity description.
schedule[].areasActivityArea[]Areas associated with this activity (`{ id, name }`).
schedule[].exactLocationstringSpecific location string.
schedule[].startDateTimeDateTimeStart date/time.
schedule[].endDateTimeDateTimeEnd date/time.
contactsContact[]Key contacts.
contacts[].idGuidContact ID.
contacts[].firstNamestringFirst name.
contacts[].lastNamestringLast name.
contacts[].titlestringTitle.
contacts[].emailstringEmail.
contacts[].phonestringPhone number.
advancesAdvance[]Summary of advance forms.
advances[].idGuidAdvance ID.
advances[].namestringAdvance name.
advances[].areaobjectAssociated area (`{ id, name }`).
advances[].activityobjectAssociated activity (`{ id, name, startTime, endTime }`).
advances[].questionsQuestion[]Question responses (`{ id, advanceModuleId, moduleTemplateBlockId, questionTemplateId, value }`).
advances[].requestsRequest[]Resource request responses with asset and property details.