Get List of Major Universities in the World
.This ProcessMaker Data Connector gets a list of major universities around the world in JSON structure.
list universities
for this setting.This Resource gets a JSON list of worldwide universities.
http://universities.hipolabs.com/search?
. This URL is truncated from the host's documented example how to search its public API.
{
"domains": [
"marywood.edu"
],
"country": "United States",
"web_pages": [
],
"name": "Marywood University",
"state-province": null,
"alpha_two_code": "PA"
},
name
element contains the name of each university in this JSON object. Make note of the element's name that contains relevant data from a data source, as the ProcessMaker asset requires this element name when configuring which data that asset requires from the Data Connector's Resource response. In this example, the Screen containing the Select List control is the ProcessMaker asset.Data Connector Example Using a Select List Control
for the Screen.response
value. This setting represents the name of the JSON object that contains the response from the Data Connector's Resource. In this example, response
will contain the JSON array of universities.name
because the name
JSON element contains the name of each university in each JSON object.name
for the same reason as above.submit
for the Variable Name setting value.Data Connector Example Using a Select List Control
.name
element value for each JSON object in that array.
Harvard
to select Harvard University.