How to get name of Custom Fields of Project Online/Project Center using REST API?
Get name of Custom Fields of Project Online/Project Center using REST API: function getCustomFieldInfo ( fieldInfo ){ $ . ajax ({ url : _spPageContextInfo . webAbsoluteUrl + '/_api/ProjectServer/CustomFields' , type : "GET" , async : false , headers : { "accept" : "application/json;odata=verbose" , ...