JoinFeatures-spec

POST https://{{analysis-service}}/arcgis/rest/services/tasks/GPServer/JoinFeatures/submitJob

Request Params

KeyDatatypeRequiredDescription
fstringThe format of the data returned. html
tokenstringAn OAuth 2.0 access token.
targetLayerstringThe point, line, polygon, or table layer that will have attributes from the joinLayer parameter appended to its table.
joinLayerstringThe point, line, polygon, or table layer that will be joined to the targetLayer parameter.
joinOperationstringA string representing the type of join (JoinOneToOne or JoinOneToMany) that will be applied.
attributeRelationshipstringAn 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.
outputNamestringA 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).