Feature service-Hosted tables-πŸ’‘ Examples-Join a hosted table to a feature layer

Number of APIs: 4

  1. 1. Get your organization's analysis URL POST https://arcgis.com/sharing/rest/portals/self

  2. 2. Submit job POST {{analysis-service}}/arcgis/rest/services/tasks/GPServer/JoinFeatures/submitJob

  3. 3. Check status POST {{analysis-service}}/arcgis/rest/services/tasks/GPServer/JoinFeatures/jobs/{{job_id}}

  4. 4. Get results POST {{analysis-service}}/arcgis/rest/services/tasks/GPServer/JoinFeatures/jobs/{{job_id}}/results/outputLayer