Relative Content

Tag Archive for sharepointsharepoint-api

Sharepoint API batch returning empty response

Basically I need to be able to create new entries in a lookup table. I’ve tried using the _api/ProjectServer/LookupTables('{tableid}')/Entries/Add endpoint and it does somewhat work, but due to the fact that i have to set the SortIndex upon creation, i get duplicate values on that property after the entry has been successfully created, leading to error on subsequent requests.