4
Answers

odata,Duplicate properties are not allowed,REST API

Swetha

Swetha

7y
1.5k
1
Hi, 
I am getting all list items from a custom list using rest api,but i am getting error like : Mutliple properties with name "Activities" exists (or)OData,Duplicate properties are not allowed.
 
In list i have only one column with name Activities(Multi line text ) in which i am storing data  in json format.Donno y the issue is arising again and again.Any ideas ??Please  help on this issue.
Answers (4)
9
Md Tahmidul Abedin

Md Tahmidul Abedin

239 8.1k 1.1m 7y
Hi, Could u cehck your your list schema first though any rest client. It will show u the list structure which can help u to identify the colum name issue.

You can use " SharePoint REST Client " which is quit easy to use.
3
Nilesh Shah

Nilesh Shah

13 54.3k 1.3m 7y
always post your code with question
it is difficult to understand your problem without code
1
Piyush Agarwal

Piyush Agarwal

NA 2.1k 177.6k 7y
Could you try to retrieve single column insted of all the columns . This will help in eliminating the column which is causing this issue.
 
1
Nanddeep Nachan

Nanddeep Nachan

21 47.1k 9.3m 7y
Please check, if it is not related to permission. The user should have at least Read permission on list / list item to get the result.