# Fetch session For extra context visit: Sessions Context Endpoint: GET /v1/session/{id} Version: 0.9.0 Security: bearer ## Path parameters: - `id` (string, required) ## Header parameters: - `shared-user` (string) The ID of the user to fetch measurements for (optional) ## Response 200 fields (application/json): - `id` (string, required) - `startDatetime` (string, required) - `endDatetime` (string, required) - `created` (string, required) - `lastUpdated` (string, required) - `type` (number, required) Enum: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117 - `info` (object, required) - `info.name` (string, required) - `info.note` (string, required) - `info.subjectiveInputs` (array, required) - `info.subjectiveInputs.datetime` (string, required) - `info.subjectiveInputs.type` (number, required) The type of subjective input. - For SubjectiveInputType.DAY: Represents the "How was your day?" question. This question appears once each day, when the user opens the app after the theoretical end of the workday (between 5 p.m. and midnight). - For SubjectiveInputType.SLEEP: Represents the "How was your sleep?" question. This question appears once each day, when the user opens the app after the theoretical end of the night of sleep (between 4 a.m. and midday). Enum: 0, 1, 2, 3, 4, 5, 6 - `info.subjectiveInputs.value` (number, required) The value associated with the subjective input. For "How was your day?" and "How was your sleep?" questions, possible values are: - 1: Very bad - 2: Bad - 3: Okay - 4: Good - 5: Very good - `info.subjectiveInputs.tag` (number, required) A tag associated with the subjective input. For day-feedback and feelings, this tag should be 0 and is not used. - `info.origin` (number, required) Enum: 0, 1, 2, 3, 4, 5 - `info.toolData` (string)