GET - https://subscribercrmapi.acamh.org/api/profileenumitem?profileFieldId={profileFieldId}

Lists all the profile enum items for a specific profile field.

[
{
"Id": 1,
"Title": "Option 1"
},
{
"Id": 2,
"Title": "Option 2"
}
]