GET - https://subscribercrmapi.magistrates-association.org.uk/api/profilefield

Lists all profile fields.

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