Two constraint questions

Firstly is there any way in Python to get the object that another object is constrained to? (Rigid body constraint).

Secondly is there anyway the constraintID of an existing rigid body constraint (i.e. one that has been created in the object tab) without having to create the constraint in Python first and assign it to a variable?

Thanks.