Is there a way to fetch all the Choice Options of a Choice Field created in a SharePoint Online List and to display in a custom SharePoint Page(Inside Pages Library/Site Pages)?(Without the help of any webparts)
I am creating a Poll with graphical representation using JQuery and Javascript. I need to display Poll questions in a custom made page. The questions of the Poll should come from a SharePoint list and the options(Answer list of the Poll) would be fetched from a choice field say Radio button type from the same list. All the choice field options should be displayed for the users to select while participating in the poll.
I am getting results of Rest API calls for fetching records of choice field. But I need the field(the header) itself along with its options.