You need to sign in to do that
Don't have an account?
Trailhead Challenge unable to verify
Hi,
I had done the challenge at the below link , I was able to test and get the desired results , but the challange is failing.
https://trailhead.salesforce.com/en/modules/apex_integration_services/units/apex_integration_rest_callouts
Can you please check and let me know.
I had done the challenge at the below link , I was able to test and get the desired results , but the challange is failing.
https://trailhead.salesforce.com/en/modules/apex_integration_services/units/apex_integration_rest_callouts
Can you please check and let me know.
Please check below post for same issue
1) https://developer.salesforce.com/forums/?id=906F0000000MJXvIAO
2) https://developer.salesforce.com/forums/?id=906F0000000D6FgIAK
MAke sure your method should be like below
Let us know if this will help you
Thank you for your quick response !!
I was able to figure out the issue , in the Challenge question Endpoint was given as "https://th-apex-http-callout.herokuapp.com/animals/:id " , so i was passing : before the number , it returns a JSON with a null parameter against the name , i removed the : in the Endpoint and Challenge is verified. I can say that your Dev forums post referrals helped me in looking at this angle.
Thank you !!!
Santosh