Get teammate production settings
Retrieves production-specific settings for a lab member, including daily unit capacity, access level, default room, and unassigned task visibility. Returns defaults if no settings are configured.
Retrieves production-specific settings for a lab member, including daily unit capacity, access level, default room, and unassigned task visibility. Returns defaults if no settings are configured.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
Member ID
1 <= lengthResponse Body
application/json
curl -X GET "https://example.com/production/teammates/mem_123/settings"{ "settings": { "memberId": "string", "dailyUnitCapacity": 0, "accessLevel": "string", "showUnassignedTasks": true, "defaultRoomId": "string", "defaultRoom": { "id": "string", "name": "string", "color": "string", "createdAt": "string", "updatedAt": "string" }, "property1": null, "property2": null }}Get teammate room assignments GET
Retrieves all production room assignments for a specific lab member, including room details and permission flags (canView, canWork, canAssign).
Cronologia: list activity rows for an order GET
Returns activity rows ordered by createdAt DESC. Powers the Cronologia rail and acts as the source of truth for the per-phase-visit done-ness calculation.