/
Retrieve a List of Provider Organizations
Retrieve a List of Provider Organizations
Use /api/admin/sharing/source_orgs as follows to get the ID of the organizations providing data that is available to your organization.
Python
#note: install the 'requests' library first: |
Sample result:
200 {u'status': u'success', u'code': 0, u'data': [u'IID']} |
Curl
curl |
Sample Result
{ |