Questions tagged [socrata]

Socrata is a company which provides government data services. Use this tag for questions about Socrata products, including the SODA API (http://dev.socrata.com/); and also indicate the Socrata product such as Data Portal, GovStat, or API Foundry. If your question is not closely related to programming, please consider asking your question on https://opendata.stackexchange.com.

Socrata is a company which provides government data services. From 2007 to 2009, it was known as Blist. Use this tag for questions about Socrata products, including the SODA API; and also indicate the Socrata product such as Data Portal, GovStat, or API Foundry.

235 questions
-1
votes
1 answer

How to fetch over 20000 records from socrata using Http rest call

I am fetching records from a private socrata data set using the http restcall string searchCondition = "resource/xxxx-xxxx.json?$where=column1='something'AND column2='something'&$limit=25000"; response =…
Nachikethas
  • 43
  • 1
  • 8
-1
votes
1 answer

How to install Socrata platform

I am trying to install the Socrata platform, to implement a prototipe that demonstrate the potentiality of this platform. However, i would like to know how i can setup Socrata platform. In particular, how can i connect together all the modules? I…
-1
votes
1 answer

What does the "Public?" checkbox on Socrata's Create/Edit Application Token mean?

The last field when creating a Socrata application token is "Public?" What does this checkbox mean? Thank you.
Jon
  • 46
  • 3
-2
votes
1 answer

System.ArgumentOutOfRangeException: 'The provided resourceId is not a valid Socrata (4x4) resource identifier

I'm trying to pull data from this dataset. I'm getting the following exception from this method, "System.ArgumentOutOfRangeException: 'The provided resourceId is not a valid Socrata (4x4) resource identifier. (Parameter 'resourceId')'" but as you…
Garrett
  • 19
  • 5
-2
votes
1 answer

What is the impact to the SODA API JSON feed when adding a new column?

What is the impact to the SODA API JSON feed provided by socrata, when we add additonal columns to an existing dataset? Will the developer notice, will their application quit working, etc.?
-2
votes
1 answer

Can deletion only be done with Row-Identifier Columns?

From what I have seen so far, the only types of data that can be deleted are rows that are set by the row identifier. There doesn't seem to be more information regarding this on the API documentation. i.e, If I wanted to delete 10 rows, do I have to…
rick.M863
  • 1
  • 1
-2
votes
1 answer

How do I connect a Socrata dataset to Microsoft Visual Studio?

Posting on behalf on a user who reached out to us via our support portal: Is there a way to create a service reference in Microsoft Visual Studio (Like for Winforms VB.Net), from a SODA API EndPoint? Is there any documentation for the above or any…
kfontes
  • 11
  • 4
-2
votes
1 answer

Socrata API change from 1.0 to 2.0

After Socrata updated its API from version 1.0 to 2.0, I am not able to POST requests. I changed the URL format that is mentioned on the dev.socrata.com. I can get and see the data through a web browser but I can't through my application. Is there…
Neel
  • 915
  • 6
  • 7
-2
votes
1 answer

Socrata API and alternative HTTP client for cURL

For the Socrata API, is there an alternative HTTP client that can be used instead of cURL? Our network currently blocks the ports required for cURL. If cURL is the only or best way, then please send me the ports that would need to be opened in our…
Joyce
  • 1
  • 1
-3
votes
1 answer

Fetching specific data from consumerfinance.gov into excel using VBA programming

I want to fetch data from consumerfinance.gov and import it into an Excel spreadsheet. Any ideas on how to accomplish this?
1 2 3
15
16