Org industry sector APIs

Org industry sector list

OVERVIEW

Get a list of organisations industry list

This API call is used to retrieve a list of organisations industry from the system.

 

HTTP Request

GET  /api/4/industries

Example

GET http://example.com/context/api/4/industries

 

HTTP Response

 

Success

HTTP response 200

 

Error

See API Error messages

 

XML format response

<industries>
	<industry>
		<id>3</id>
		<name>Banking</name>
		<link>http://example.com/context/api/3/industries/3</link>
	</industry>
	<industry>
		<id>4</id>
		<name>Health</name>
		<link>http://example.com/context/api/3/industries/4</link>
	</industry>
</industries>

JSON format response

{
  "industries": {
    "industry": [
      {
        "id": "3",
        "name": "Banking",
        "link": "http://example.com/context/api/3/industries/3"
      },
      {
        "id": "4",
        "name": "Health",
        "link": "http://example.com/context/api/3/industries/4"
      }
    ]
  }
}

 

Comments


0 Comments

Last Updated: Jun 10,2023