Can anyone send me the link to the API documentation "/api/now/sp/search"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2024 07:00 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2024 07:06 AM - edited 06-14-2024 07:06 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2024 07:17 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2024 10:27 AM
Good luck on using an un-documented API. Not Best Practice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2024 10:43 AM
How do you know it's an undocumented API?