GET
/api/v1/static/advice-types/{type}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/static/advice-types/{"value"=>"", "summary"=>"When the value is omitted"}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"data": [
{
"name": "Advised",
"value": "advised"
},
{
"name": "Execution Only",
"value": "execution_only"
},
{
"name": "Insistent Investor",
"value": "insistent_investor"
},
{
"name": "Existing Provision",
"value": "existing_provision"
},
{
"name": "Direct Offer",
"value": "direct_offer"
},
{
"name": "Client Instruction",
"value": "client_instruction"
}
]
}