Get contract by ID
GET /api/v1/supplier/contracts/:id
Returns a single contract together with its workflow instance (if any). The flow field is null when no workflow has been started for this contract. Returns 404 if the contract does not exist.
Request