GET - https://staging.subscribercrmapi.acamh.org/api/profilefield

Lists all profile fields.

[
{
"Id": 1,
"DataTypeId": 1,
"Title": "MyField",
"Label": "My Field",
"ProfileSectionId": 1,
"ProfileSectionTitle": "MySection",
"ProfileSectionDisplayTitle": "My Section"
},
{
"Id": 2,
"DataTypeId": 1,
"Title": "MyField2",
"Label": "My Field 2",
"ProfileSectionId": 1,
"ProfileSectionTitle": "MySection",
"ProfileSectionDisplayTitle": "My Section"
}
]