JoinFeatures-spec
POST https://{{analysis-service}}/arcgis/rest/services/tasks/GPServer/JoinFeatures/submitJob
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
f | string | The format of the data returned. html | |
token | string | An OAuth 2.0 access token. | |
targetLayer | string | The point, line, polygon, or table layer that will have attributes from the joinLayer parameter appended to its table. | |
joinLayer | string | The point, line, polygon, or table layer that will be joined to the targetLayer parameter. | |
joinOperation | string | A string representing the type of join (JoinOneToOne or JoinOneToMany) that will be applied. | |
attributeRelationship | string | An attribute relationship used to join features. Features are matched when the field values in the join layer are equal to field values in the target layer. | |
outputName | string | A string representing the name of the hosted feature layer to return with the results. NOTE: If you do not include this parameter, the results are returned as a feature collection (JSON). |