Ryan Beaver
Posts: 0
Joined: Mon Aug 22, 2011 8:04 pm

Snagging data from asp.net mvc 3

Guys,

First of all, love the app. Secondly, I'm trying to do a simple test of snagging some agent data from our existing asp.net mvc 3 app. I'm doing a basic get on agent which returns this:
[{"FirstName":"Ryan","LastName":"Beaver"},{"FirstName":"Seth","LastName":"Stankowski"},{"FirstName":"Justin","LastName":"Kussow"},{"FirstName":"Chris","LastName":"Lema"},{"FirstName":"Ryan","LastName":"Two"}]

Yet I can't get anything to show up in my grid.
I don't profess to be a rest or json expert, but I do see that there is no top collection node like i've seen in your examples. I've tried it with json, jsonp, as a collection and not as a collection. My project is:
http://www.gotiggr.com/project/16619/

Any suggestions would be great,
Ryan

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Snagging data from asp.net mvc 3

That's a known problem, and will be fixed very soon. Having said that, I'm going to test your URL.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Snagging data from asp.net mvc 3

If possible, please post the service URL. If you want to share it private, please send it to a href="mailto:support@gotiggr.com" rel="nofollow"support@gotiggr.com/a. You may also share the project with a href="mailto:support@gotiggr.com" rel="nofollow"support@gotiggr.com/a, I'll open it and test your app. Here is how to share: http://help.gotiggr.com/documentation...

Ryan Beaver
Posts: 0
Joined: Mon Aug 22, 2011 8:04 pm

Snagging data from asp.net mvc 3

Max,

Thanks for the reply. I'm hitting my mvc reset service at http://www.ndwebserver.com/leadmanage...

and it's simply a get call, so no parameters necessary. I'm unable to follow the instructions for sharing my project, when I go to the prescribed screen I simply get my basic user info. Do I possibly need to purchase an account to make that feature enabled?

Thanks again,

Ryan

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Snagging data from asp.net mvc 3

The JSON format that your service returns is not supported right, but we are working on it. It will be supported in about 2 weeks.

As for sharing, did you click on Plan & Billing tab on My Account page?

Ryan Beaver
Posts: 0
Joined: Mon Aug 22, 2011 8:04 pm

Snagging data from asp.net mvc 3

Ahh, I missed that. The project is now shared.

Thanks,
Ryan

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Snagging data from asp.net mvc 3

I just checked with our team, this specific JSON (array of objects with no name) is not yet supported. As I mentioned earlier, we are working on it.

Ryan Beaver
Posts: 0
Joined: Mon Aug 22, 2011 8:04 pm

Snagging data from asp.net mvc 3

Great, thanks for the info Max.

Ryan Beaver
Posts: 0
Joined: Mon Aug 22, 2011 8:04 pm

Snagging data from asp.net mvc 3

Hey Max,

Out of curiousity, what elements am I missing? If I can just add some attributes to my POCO objects before serailzing I have no issue with that. How would my JSON from above need to be formatted to work?

Thanks,
Ryan

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Snagging data from asp.net mvc 3

The JSON response is valid, it's just that Tiggr doesn't support it yet. You could add an array name, such as 'result', like here: http://search.twitter.com/search.json...

Return to “Issues”