Supporting Organizations


get /suporg

Definition

http://impactspace.com/api/suporg

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
/suporg
/suporg/geography
/suporg/social
/suporg/environmental

Parameters

name
String

Full text search of impact service's name, and aliases (i.e. previous names or "also known as"), and short description (eg: 3beards or 3 )

website
String

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

sector
String

Full text search of impact service's sector and aliases

legal_structure
String

Full Text search of impact service's legal structures and aliases

person
String

Full text search of impact service's person/management and aliases

last_updated
Date

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

Note

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




get /suporg/geography

Definition

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

Parameter

geo
required
String

The geography of the impact service. Full text search or alias.

Note

  • geography – searches geography
  • geographies are impact services locations
  • A call to the /suporg/: geography detail endpoints returns impact services.

Example:

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


get /suporg/social

Definition

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

Parameter

soc
required
String

The social objective of the impact service. Full text search or alias.

Note

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

Example:

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


get /suporg/environmental

Definition

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

Parameter

env
required
String

The environmental objective of the impact service. Full text search or alias.

Note

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

Example:

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