1

I am trying fetch number column data with the help of sharepoint API. Number can be fetched succesfully but in additional setting we can use symbol as prefix or suffix

For example the symbol is selected "%" after the number 100 that is 100%. If i try to get the data using api also as html value this only returns 100.

I am using jshare java library from independent soft

enter image description here

Just wondering is there any other REST endpoint is there which i am missing.

1 Answer 1

0

SharePoint's REST API does not automatically append or prepend symbols to numeric values; it returns the data as it is stored in the list. Currently, there is no specific REST endpoint that modifies the returned numeric values to include formatting symbols directly.

Sign up to request clarification or add additional context in comments.

1 Comment

It means for number "100 %" I ll will be only getting the number "100" I also tried to expand the field but no luck. On other hand currency field works with no issues.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.