GET - https://subscribercrmapi.acamh.org/api/profile/{profileSectionTitle}/{id}
Returns the specified Profile Details for a contact.
{ "ContactId": 1234, "ProfileSectionTitle": "MyProfileSection", "ProfileSectionFormat": 1, "Rows": [ { "ToDelete": false, "Data": { "profilefield1": 123, "profilefield2": "My value", "profilefield3": "Another value" } } ]}