Financial Organizations


get /finorg

Definition

http://impactspace.com/api/finorg

Item Details

Further, the ImpactSpace API provides Item Detail endpoints to retrieve not only the core properties of each Node but also the details of related Items.

Such endpoints are available for the following Items:
End Points
/finorg
/finorg/geography
/finorg/social
/finorg/environmental
/finorg/operational
/finorg/investment

Parameters

name
String

Full text search of investor's name, and aliases (i.e. previous names or "also known as"), and short description (eg: Impact economy or imp )

website
String

Full Text search of investor's domain name and aliases (e.g.www.google.com or go)

fo_type
String

Full text search of investor's types and aliases

legal_structure
String

Full Text search of investor's legal structures and aliases

person
String

Full text search of investor's person/management and aliases

last_updated
Date

When provided, restricts the result set to investors where updated_at >= date
(eg: last_updated=2013-09-21)

Note

  • Users can search the /finorg endpoint using above mutually-exclusive free text search options.
  • The /finorg endpoints returns a list of investor summary items for every investor in Impactsapce.
  • The default sort order is ascending Order by investor name .
  • A query can contain multiple parameters. These parameters are logically AND's together.


get /finorg/geography

Definition

http://impactspace.com/api/finorg/:geography

Parameter

geo
required
String

The geography of the investor. Full text search or alias.

Note

  • geography – searches geography
  • geographies are investors locations
  • A call to the /finorg/: geography detail endpoints returns investors.

Example:

http://impactspace.com/api/finorg/geography?geo=africa&key=your_user_key


get /finorg/social

Definition

http://impactspace.com/api/finorg/:social

Parameter

soc
required
String

The social objective of the investor. Full text search or alias.

Note

  • social – searches social impact objectives on investors
  • A call to the /finorg/: social detail endpoints returns investors details.

Example:

http://impactspace.com/api/finorg/social?soc=access&key=your_user_key


get /finorg/environmental

Definition

http://impactspace.com/api/finorg/:environmental

Parameter

env
required
String

The environmental objective of the investor. Full text search or alias.

Note

  • environmental – searches environmental impact objectives on investors
  • A call to the /finorg/: environmental detail endpoints returns investors details.

Example:

http://impactspace.com/api/finorg/environmental?env=energy&key=your_user_key


get /finorg/operational

Definition

http://impactspace.com/api/finorg/:operational

Parameter

op
required
String

The operational objective of the investor. Full text search or alias.

Note

  • operational – searches operational impact objectives on investors
  • A call to the /finorg/: operational detail endpoints returns investors details.

Example:

http://impactspace.com/api/finorg/operational?op=social&key=your_user_key


get /finorg/investment

Definition

http://impactspace.com/api/finorg/:investment

Parameters

fund
Number

Searches amount or size of investor investment. When provided restricts result where investment >= the passed number value.

stage
String

Full text or alias search of round of the investments.

finorg
String

Full text or alias search of investor’s name.

Note

  • A call to the /finorg/:investment detail endpoints returns investors details.
  • A query can contain multiple parameters. These parameters are logically AND's together.