GET {version}/GetIndustries
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of Industry| Name | Description | Type | Additional information |
|---|---|---|---|
| GUID | globally unique identifier |
None. |
|
| Text | string |
None. |
|
| Code | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GUID": "b9c86d4e-e2de-4ba6-b4be-ab10d48e8a92",
"Text": "sample string 2",
"Code": "sample string 3"
},
{
"GUID": "b9c86d4e-e2de-4ba6-b4be-ab10d48e8a92",
"Text": "sample string 2",
"Code": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfIndustry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model">
<Industry>
<Code>sample string 3</Code>
<GUID>b9c86d4e-e2de-4ba6-b4be-ab10d48e8a92</GUID>
<Text>sample string 2</Text>
</Industry>
<Industry>
<Code>sample string 3</Code>
<GUID>b9c86d4e-e2de-4ba6-b4be-ab10d48e8a92</GUID>
<Text>sample string 2</Text>
</Industry>
</ArrayOfIndustry>