REST API User ProfileFields multi lists and comma

Hi

I trying to work with REST API and user's

I created Multiple Select profile field "multilist":
choice1 : value1
choice2 : value2,1
choice3 : value3
choice4 : value4

Then I selected for my tested user options: choice2, choice3 and choice4.

On UI I got:
multilist:choice3, choice4

Via REST API I got:
            {
                "LocalName""multilist",
                "Label""multilist",
                "Value""value2,1,value3,value4"
            },

So, now I have 2 question:
1. Why on UI I see only choice1 and choice2?
2. How can I parse and work using rest api with that results?



was mistake
[edited by: Iurii Luzan at 11:33 AM (GMT 0) on Mon, May 25 2020]