Jump to content

Claudio Borghi

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Claudio Borghi

  1. Hello, 

    I'm trying to pick up data from Sage Accounting APIs for an integration with other systems.

    I went through all the quick start process in the API References and was able to complete my first request, but as I try to query data different than the "countries" endpoint, I keep on getting responses with only "id", "displayed_as" and "path" attributes despite the endpoint supposedly having many more attributes.

    Am i missing something?

    image.png.0e95cf07b167a66046d92add84c65a8d.png

    image.png.dad5280c3ee24a31500f296a4e95b02a.png

     

     

    Thanks for any help.

  2. 3 hours ago, Claudio Borghi said:

    Hello Gavin,

    Sorry for being dense, I'm in the same situation you were a couple of years ago but I can't understand how did you fix it, can you help me out?

    Thanks

    found the fix

    on the app you'll need to register the callback URL

    "http://localhost:<port>/auth/callback",

    while in the clien_application.json you'll need to set the value

    "callback_url": "https://localhost:<port>/"

    That wasn't at all an unnecessary waste of time 🙂

  3. On 7/8/2022 at 4:54 PM, Gavin Edge said:

    I've figured it out now after ignoring the instructions given.  The clue is in the Guide.cshtml page, but the catch22 is that this is not displayed until you've figured the issue. Great sample from 2020.

    Hello Gavin,

    Sorry for being dense, I'm in the same situation you were a couple of years ago but I can't understand how did you fix it, can you help me out?

    Thanks

×
×
  • Create New...