1
0
-1

Hi,

I am having problems with querying for shelters using the http json api.  I am sending this query and receiving a 0 rows found in the response.  This worked before today 2/1/2017 but seems to be a problem now.  The http json query is below minus the api key.  Can someone please look into this?

Thanks,

Greg

{
	"apikey": "XXXX",
	"objectType": "orgs",
	"search": {
		"resultOrder": "asc",
		"fields": ["orgID", "orgName", "orgAddress", "orgCity", "orgState", "orgLocation", "orgCountry", "orgPhone", "orgFax", "orgEmail"],
		"resultStart": "0",
		"resultSort": "orgID",
		"filters": [{
			"criteria": "4311",
			"fieldName": "orgID",
			"operation": "equals"
		}],
		"resultLimit": "1"
	},
	"objectAction": "publicSearch"
}



    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Greg,

      I just tried this (using my API Key) and it worked.  Perhaps it was just a temporary issue?

      Richard

        CommentAdd your comment...