You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, curl -XPOST "http://lims.dccouncil.us/_layouts/15/uploader/AdminProxy.aspx/GetPublicData" -d "{\"legislationId\":\"B20-0153\"}" doesn't work, so we need to be a little more clever...
But, we can do it.
The text was updated successfully, but these errors were encountered:
Behind this URL http://lims.dccouncil.us/_layouts/15/uploader/AdminProxy.aspx/GetPublicData and this payload
{"legislationId":"B20-0199"}
, there is a beautiful JSON response with most of the metadata associated with a particular measure.To see it, go to http://lims.dccouncil.us/Legislation/B20-0199 and look up the requests to the server.
Unfortunately,
curl -XPOST "http://lims.dccouncil.us/_layouts/15/uploader/AdminProxy.aspx/GetPublicData" -d "{\"legislationId\":\"B20-0153\"}"
doesn't work, so we need to be a little more clever...But, we can do it.
The text was updated successfully, but these errors were encountered: