Retrieve a specified Contact object by its ID for a specified Account.Copy Pageget https://{server_address}/ResourceServer/api/v10/Account/{id}/Contact/{contactId}Path ParamsidintegerrequiredUnique identifier for the Account object.contactIdintegerrequiredUnique identifier for the Contact object.Responses 200Get a Contact by its ID based on a specified Account 400The request could not be processed.Updated 2 months ago