Unique numbers for API

0
Hi,   I'm working on an API. I haven't added a unique attribute to my entities, and I've already done a data migration. If I add the autonumber integer, how can I attach it to my existing 5000 objects? Can I open GUID of the objects as a unique number to the API?
asked
1 answers
0

Hi AYBERK AKBALIK

 

Yes, You can use the GUID object as Unique number for the API. It never changes even the migrations .

If you want to fetch autonumber attribute for the API u have to manually created a microflow to fill the values.

answered