Tema anterior: Update an Organization

Tema siguiente: Get All Organizations

Get an Organization by Name

This web service gets information for an organization by name.

HTTP Type

GET

Restriction

None. Open to all public users.

URI

{type}/SMI/{version}/organization/{name}

Parameter

Description

{name}

The name of the organization.

&key

The API Key that is provided when your application has been registered.

&secret

The Shared Secret that is provided when your application has been registered.

Example:

This example displays information on the TestOrg organization.

https://smi.cloudcommons.com:8443/Insight_API/json/SMI/0.5/organization/TestOrg?key=98ce4910fc7f6fdb7af270ea9b3162b6&secret=eafe362499ecead24b3092ec12853590

Sample output of successful execution:

{
"result":
	{
	"returnCode": "0",
	"errorMessage": "Operation Successful.",
	"resultCount": 1,
	"Bean-List": {
		"ResourceOrganization-Bean":[
			{ "id": "3155", "name": "TestOrg", "uuid": "b06f0a1e-ff29-4aea-a182-3a4883ef6231", "geography": "North America", "size": "32", "url": "http://www.test.com", "yearInBusiness": "21", "country": "null", "revenue": "null", "postalCode": "null", "industry": "null", "creationDate": "2011-3-24 21:59:43. 0", "createdBy": "testadmin@ca.com", }
					]

		     }
	}
}