POST api/ExternalAPI/GetESGDataPoints?standard={standard}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| standard | No documentation available. |
Define this parameter in the request URI. |
| lstSubIndusryId | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2", "sample string 3" ]
application/xml, text/xml
Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <string>sample string 1</string> <string>sample string 2</string> <string>sample string 3</string> </ArrayOfstring>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"UniqueId": "sample string 1",
"TaxonomyId": "sample string 2",
"Name": "sample string 3",
"SortCode": "sample string 4",
"CompleteDef": "sample string 5",
"RoleUri": "sample string 6",
"Definition": "sample string 7",
"IsPres": true,
"IsCal": true,
"IsDef": true,
"IsRef": true,
"IsLab": true,
"key": "sample string 13",
"title": "sample string 14",
"lazy": true,
"IsBase": true,
"SchemaFile": "sample string 17",
"ElrCategory": 0,
"VerName": "sample string 18",
"Version": 19
},
{
"UniqueId": "sample string 1",
"TaxonomyId": "sample string 2",
"Name": "sample string 3",
"SortCode": "sample string 4",
"CompleteDef": "sample string 5",
"RoleUri": "sample string 6",
"Definition": "sample string 7",
"IsPres": true,
"IsCal": true,
"IsDef": true,
"IsRef": true,
"IsLab": true,
"key": "sample string 13",
"title": "sample string 14",
"lazy": true,
"IsBase": true,
"SchemaFile": "sample string 17",
"ElrCategory": 0,
"VerName": "sample string 18",
"Version": 19
},
{
"UniqueId": "sample string 1",
"TaxonomyId": "sample string 2",
"Name": "sample string 3",
"SortCode": "sample string 4",
"CompleteDef": "sample string 5",
"RoleUri": "sample string 6",
"Definition": "sample string 7",
"IsPres": true,
"IsCal": true,
"IsDef": true,
"IsRef": true,
"IsLab": true,
"key": "sample string 13",
"title": "sample string 14",
"lazy": true,
"IsBase": true,
"SchemaFile": "sample string 17",
"ElrCategory": 0,
"VerName": "sample string 18",
"Version": 19
}
]
application/xml, text/xml
Sample:
<ArrayOfExtendedLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataObjects">
<ExtendedLink>
<CompleteDef>sample string 5</CompleteDef>
<Definition>sample string 7</Definition>
<ElrCategory>StandAlone</ElrCategory>
<IsBase>true</IsBase>
<IsCal>true</IsCal>
<IsDef>true</IsDef>
<IsLab>true</IsLab>
<IsPres>true</IsPres>
<IsRef>true</IsRef>
<Name>sample string 3</Name>
<RoleUri>sample string 6</RoleUri>
<SchemaFile>sample string 17</SchemaFile>
<SortCode>sample string 4</SortCode>
<TaxonomyId>sample string 2</TaxonomyId>
<UniqueId>sample string 1</UniqueId>
<VerName>sample string 18</VerName>
<Version>19</Version>
<key>sample string 13</key>
<lazy>true</lazy>
<title>sample string 14</title>
</ExtendedLink>
<ExtendedLink>
<CompleteDef>sample string 5</CompleteDef>
<Definition>sample string 7</Definition>
<ElrCategory>StandAlone</ElrCategory>
<IsBase>true</IsBase>
<IsCal>true</IsCal>
<IsDef>true</IsDef>
<IsLab>true</IsLab>
<IsPres>true</IsPres>
<IsRef>true</IsRef>
<Name>sample string 3</Name>
<RoleUri>sample string 6</RoleUri>
<SchemaFile>sample string 17</SchemaFile>
<SortCode>sample string 4</SortCode>
<TaxonomyId>sample string 2</TaxonomyId>
<UniqueId>sample string 1</UniqueId>
<VerName>sample string 18</VerName>
<Version>19</Version>
<key>sample string 13</key>
<lazy>true</lazy>
<title>sample string 14</title>
</ExtendedLink>
<ExtendedLink>
<CompleteDef>sample string 5</CompleteDef>
<Definition>sample string 7</Definition>
<ElrCategory>StandAlone</ElrCategory>
<IsBase>true</IsBase>
<IsCal>true</IsCal>
<IsDef>true</IsDef>
<IsLab>true</IsLab>
<IsPres>true</IsPres>
<IsRef>true</IsRef>
<Name>sample string 3</Name>
<RoleUri>sample string 6</RoleUri>
<SchemaFile>sample string 17</SchemaFile>
<SortCode>sample string 4</SortCode>
<TaxonomyId>sample string 2</TaxonomyId>
<UniqueId>sample string 1</UniqueId>
<VerName>sample string 18</VerName>
<Version>19</Version>
<key>sample string 13</key>
<lazy>true</lazy>
<title>sample string 14</title>
</ExtendedLink>
</ArrayOfExtendedLink>