Create an item with app credentials

POST https://www.arcgis.com/sharing/rest/content/users/{{username}}/addItem

Request Body

[{"name"=>"type", "value"=>"Web Mapping Application", "datatype"=>"string"}, {"name"=>"typeKeywords", "value"=>"Web Map, Map, Online Map, Mapping Site, JavaScript, Ready To Use ,selfConfigured", "datatype"=>"string"}, {"name"=>"thumbnailURL", "value"=>"{{$randomImageUrl}}", "datatype"=>"string"}, {"name"=>"item", "value"=>"Super cool {{$randomBsBuzz}}", "datatype"=>"string"}, {"name"=>"title", "value"=>"{{$randomAdjective}} item - Postman test", "datatype"=>"string"}, {"name"=>"tags", "value"=>"tag1,tag2,tag3", "datatype"=>"string"}, {"name"=>"snippet", "value"=>"", "datatype"=>"null"}, {"name"=>"wabType", "value"=>"HTML", "datatype"=>"string"}, {"name"=>"sharing", "value"=>"false", "datatype"=>"boolean"}, {"name"=>"webMapId", "value"=>"5855a4382c1a4148bbd329b0515332a0", "datatype"=>"string"}, {"name"=>"shareWithWebMap", "value"=>"true", "datatype"=>"boolean"}, {"name"=>"text", "value"=>"{\"source\":\"931653256fd24301a84fc77955914a82\",\"folderId\":null,\"values\":{\"webmap\":\"5855a4382c1a4148bbd329b0515332a0\"}}", "datatype"=>"string"}, {"name"=>"f", "value"=>"json", "datatype"=>"string"}, {"name"=>"token", "value"=>"{{access_token}}", "datatype"=>"string"}, {"name"=>"url", "value"=>"https://www.arcgis.com/apps/GeoForm/index.html", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"success":true,"id":"2cc9e54b80b74659a0bec15f6c32d4b6","folder":null}