Get teammate room assignments
Retrieves all production room assignments for a specific lab member, including room details and permission flags (canView, canWork, canAssign).
Retrieves all production room assignments for a specific lab member, including room details and permission flags (canView, canWork, canAssign).
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/rooms"{ "rooms": [ { "id": "string", "memberId": "string", "roomId": "string", "canView": true, "canWork": true, "canAssign": true, "createdAt": "string", "updatedAt": "string", "room": { "id": "string", "name": "string", "color": "string", "createdAt": "string", "updatedAt": "string", "property1": null, "property2": null } } ]}Per-day scheduled-stage counts for a production room GET
Returns a map of YYYY-MM-DD → number of distinct active stages with a task scheduled that day in the room. Powers the production date picker's per-day badges.
Get teammate production settings GET
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.