Get a vendor's workforce record
GET/vendor/:id/workforce
Returns the workforce record (if any) for the given vendor, plus a flag indicating whether a portal user is linked. Response is a REST-only inline struct (handler purchase.go:803).
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Workforce record for the vendor
Bad request error
Unauthorized error
Token issue like Expired or corrupted
NotFound
Internal Server error