Org industry sector APIs
Get org industry sector
OVERVIEW
Get an org industry sector from Collaborate
This API call is used to retrieve an org industry sector from the system.
HTTP Request
GET /api/4/industries/<INDUSTRYID>
URL Parameters
Parameter |
Description |
---|---|
INDUSTRYID |
The ID of the organisation industry sector to retrieve |
Example
GET http://example.com/context/api/4/industries/3
HTTP Response
Success
HTTP response 200
Error
XML format
<industry>
<id>3</id>
<name>Banking</name>
<link>http://example.com/context/api/3/industries/3</link>
</industry>
JSON format
{
"id": 3,
"name": "Banking",
"link": "http://example.com/context/api/3/industries/3"
}
Error messages
Summary | Ref Code (V4) | Ref Code (before V4) |
The industry sector id is invalid |
273 | N/A |
Last Updated: Jun 10,2023
Comments
0 Comments