Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

131
Views
API REST de SharePoint. 400 Solicitud incorrecta al realizar una llamada AJAX en la lista de SharePoint

Buenas tardes. No estoy seguro de lo que estoy haciendo mal aquí. Tengo una llamada de API REST en una lista de SharePoint y por mi vida no puedo entender por qué recibo un mensaje de solicitud incorrecta 400. Aquí está mi llamada....

 myURL = "my sharepoint site URL" $.ajax({ url: myURL + "/org/Analysis/_api/web/list/GetByTitle('Analysis')/items?$filter=Accepted%20eq%20%27Yes%27&$select=Date_x0020_of_x0020_Activity, Accepted" method: "GET" headers:{"ACCEPT" : "application/json;odata=verbose", "content-type":"application/json;odata=verbose" }, // success function and some other stuff });

Gracias de antemano....

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

¿Puedes intentar cambiar el código?

 headers: { "Accept": "application/json;odata=verbose", "Content-Type": "application/json;odata=verbose", "X-RequestDigest": $("#__REQUESTDIGEST").val() }
about 4 years ago · Juan Pablo Isaza Report

0

Puede consultar la siguiente URL

 _api/web/list/GetByTitle('Analysis')/items?$select=Date_x0020_of_x0020_Activity,Accepted&$filter=Accepted eq 'Yes'
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!