• rohini
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies

hi,

 i'm trying to access salesforce.com and obtain details from my account (querying information) programmatically. the authorization is successful and i'm able to get my user details but the search pattern i give is not returning any matches.

this is the id it returns on successful login:

id = https://login.salesforce.com/id/00D90000000fon0EAA/005900000014ZuzAAE

the url i'm using to query is :

https://ap1.salesforce.com/services/services/data/v25.0/search/?q=FIND+%7Bfrank%7D

the error message i get in response to this is :

Search result = [{"message":"The requested resource does not exist","errorCode":"NOT_FOUND"}]

do i need any additional previlages in order to make such a request and access the data? i currently have a developer account.

or is there any other way to make such a request?

please reply , thanks in advance.

 

hi,

 i'm trying to access salesforce.com and obtain details from my account (querying information) programmatically. the authorization is successful and i'm able to get my user details but the search pattern i give is not returning any matches.

this is the id it returns on successful login:

id = https://login.salesforce.com/id/00D90000000fon0EAA/005900000014ZuzAAE

the url i'm using to query is :

https://ap1.salesforce.com/services/services/data/v25.0/search/?q=FIND+%7Bfrank%7D

the error message i get in response to this is :

Search result = [{"message":"The requested resource does not exist","errorCode":"NOT_FOUND"}]

do i need any additional previlages in order to make such a request and access the data? i currently have a developer account.

or is there any other way to make such a request?

please reply , thanks in advance.