Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Can anyone send me the link to the API documentation "/api/now/sp/search"?

Vinicius5
Tera Contributor

Hello!

 

I'm looking for documentation on this API a lot, but I can't find it. Can anyone who has it send it to me?

5 REPLIES 5

Bert_c1
Kilo Patron

Hi,

 

using your url I get:

 

 

<response>
<error>
<detail>GET method not supported for API</detail>
<message>Method not Supported</message>
</error>
<status>failure</status>
</response>

 

Un-supported APIs are not documented. Try google.

Vinicius5
Tera Contributor

This is a native API from ServiceNow itself. You received this error because you were trying a GET request, and the correct method would be POST. I can make requests to this standard API, but I can't find the documentation on Google and Sevicenow Docs.

Bert_c1
Kilo Patron

Good luck on using an un-documented API. Not Best Practice.

How do you know it's an undocumented API?