<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CAO API - Available Data in ArcGIS Community Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-community-analyst-questions/cao-api-available-data/m-p/44062#M9</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1. Generate a token with your username and password with the GetToken service (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/businessanalyst/online%20apis/services/rest/reference/GetToken.html"&gt;http://help.arcgis.com/en/businessanalyst/online%20apis/services/rest/reference/GetToken.html&lt;/A&gt;&lt;SPAN&gt;).&amp;nbsp; Doesn't matter if your credentials are for the BAO API of the CA API---the service methods are the same but; the content (variables and reports) may differ slightly.&amp;nbsp; Copy the resulting token value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Using your token, retrieve the list of datasets you have access to with your subscription with the GetDatasets service (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/businessanalyst/online%20apis/services/rest/reference/index.htm?GetDatasets.html"&gt;http://help.arcgis.com/en/businessanalyst/online%20apis/services/rest/reference/index.htm?GetDatasets.html&lt;/A&gt;&lt;SPAN&gt;).&amp;nbsp; Copy the dataset IDs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Using your token and a dataset ID ('USA' dataset is based on Census 2000-based US administrative boundaries.&amp;nbsp; 'USACensus2010' is based on Census 2010-based US administrative boundaries), retrieve the list of reports which you have access to with your subscription with the GetReportTemplates service (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/businessanalyst/online%20apis/services/rest/reference/index.htm?GetReportTemplates.html"&gt;http://help.arcgis.com/en/businessanalyst/online%20apis/services/rest/reference/index.htm?GetReportTemplates.html&lt;/A&gt;&lt;SPAN&gt;).&amp;nbsp; You will get a list of several reports (depending on your subscription level) and their supported output formats and customizable header fields.&amp;nbsp; Use the report IDs (their 'names') in other services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Using your token and a dataset ID ('USA' dataset is based on Census 2000-based US administrative boundaries.&amp;nbsp; 'USACensus2010' is based on Census 2010-based US administrative boundaries), retrieve the list of variables which you have access to with your subscription with the GetSummarizations service (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/businessanalyst/online%20apis/services/rest/reference/index.htm?GetSummarizations.html"&gt;http://help.arcgis.com/en/businessanalyst/online%20apis/services/rest/reference/index.htm?GetSummarizations.html&lt;/A&gt;&lt;SPAN&gt;).&amp;nbsp; You will get a list of several thousand variables depending on your subscription level.&amp;nbsp; Use the summarization variable IDs (their 'names') in other services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Mar 2013 18:29:48 GMT</pubDate>
    <dc:creator>TonyHowser</dc:creator>
    <dc:date>2013-03-29T18:29:48Z</dc:date>
    <item>
      <title>CAO API - Available Data</title>
      <link>https://community.esri.com/t5/arcgis-community-analyst-questions/cao-api-available-data/m-p/44061#M8</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am querying the available reports/data sets using the cao api. It is only returning a small subset of the reports that should be available. We have the API for government at the standard level. I am using the GetDataSets method.&amp;nbsp; How can I get the id's of all of the available demographics?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Mar 2013 18:08:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-community-analyst-questions/cao-api-available-data/m-p/44061#M8</guid>
      <dc:creator>jasonelliott</dc:creator>
      <dc:date>2013-03-17T18:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: CAO API - Available Data</title>
      <link>https://community.esri.com/t5/arcgis-community-analyst-questions/cao-api-available-data/m-p/44062#M9</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1. Generate a token with your username and password with the GetToken service (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/businessanalyst/online%20apis/services/rest/reference/GetToken.html"&gt;http://help.arcgis.com/en/businessanalyst/online%20apis/services/rest/reference/GetToken.html&lt;/A&gt;&lt;SPAN&gt;).&amp;nbsp; Doesn't matter if your credentials are for the BAO API of the CA API---the service methods are the same but; the content (variables and reports) may differ slightly.&amp;nbsp; Copy the resulting token value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Using your token, retrieve the list of datasets you have access to with your subscription with the GetDatasets service (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/businessanalyst/online%20apis/services/rest/reference/index.htm?GetDatasets.html"&gt;http://help.arcgis.com/en/businessanalyst/online%20apis/services/rest/reference/index.htm?GetDatasets.html&lt;/A&gt;&lt;SPAN&gt;).&amp;nbsp; Copy the dataset IDs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Using your token and a dataset ID ('USA' dataset is based on Census 2000-based US administrative boundaries.&amp;nbsp; 'USACensus2010' is based on Census 2010-based US administrative boundaries), retrieve the list of reports which you have access to with your subscription with the GetReportTemplates service (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/businessanalyst/online%20apis/services/rest/reference/index.htm?GetReportTemplates.html"&gt;http://help.arcgis.com/en/businessanalyst/online%20apis/services/rest/reference/index.htm?GetReportTemplates.html&lt;/A&gt;&lt;SPAN&gt;).&amp;nbsp; You will get a list of several reports (depending on your subscription level) and their supported output formats and customizable header fields.&amp;nbsp; Use the report IDs (their 'names') in other services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Using your token and a dataset ID ('USA' dataset is based on Census 2000-based US administrative boundaries.&amp;nbsp; 'USACensus2010' is based on Census 2010-based US administrative boundaries), retrieve the list of variables which you have access to with your subscription with the GetSummarizations service (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/businessanalyst/online%20apis/services/rest/reference/index.htm?GetSummarizations.html"&gt;http://help.arcgis.com/en/businessanalyst/online%20apis/services/rest/reference/index.htm?GetSummarizations.html&lt;/A&gt;&lt;SPAN&gt;).&amp;nbsp; You will get a list of several thousand variables depending on your subscription level.&amp;nbsp; Use the summarization variable IDs (their 'names') in other services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2013 18:29:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-community-analyst-questions/cao-api-available-data/m-p/44062#M9</guid>
      <dc:creator>TonyHowser</dc:creator>
      <dc:date>2013-03-29T18:29:48Z</dc:date>
    </item>
  </channel>
</rss>

