GET api/NaturalBehavior/GetBDNAWorkplaceInsights/{PersonID}/{LanguageID}
This endpoint is to retrieve 12 Business DNA Workplace Insights as seen in the Business DNA Summary and Business DNA Workplace Operations Reports. If successful, the response will contain the 12 insights including the insight name, a High, Medium or Low score as well as a 0-100 Population percentage score.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PersonID |
PersonID is a unique identifier to get 12 Business DNA Workplace Insights. |
globally unique identifier |
This is a required parameter |
LanguageID |
LanguageID is used to get 12 Business DNA Workplace Insights for the desired language. |
byte |
This is a required parameter |
Body Parameters
None
Response Information
Resource Description
12 Business DNA Workplace Insights as seen in the Business DNA Summary and Business DNA Workplace Operations Reports.
Name | Description | Type | Additional information |
---|---|---|---|
PersonID |
PersonID is a unique identifier to get 12 Business DNA Workplace Insights. |
globally unique identifier |
None |
CreditID |
This field is for the person's Credit ID |
integer |
None |
LanguageID |
LanguageID is used to get 12 Business DNA Workplace Insights for the desired language. |
byte |
None |
Insight1 |
Insight of "Desire to Make Decisions" with High/Medium/Low and Population percentage score. |
BDNAInsight |
None |
Insight2 |
Insight of "Patiently Builds long-term Relationships" with High/Medium/Low and Population percentage score. |
BDNAInsight |
None |
Insight3 |
Insight of "Focus on Bottom Line Results" with High/Medium/Low and Population percentage score. |
BDNAInsight |
None |
Insight4 |
Insight of "Sets Goals for Ambitious Plans" with High/Medium/Low and Population percentage score. |
BDNAInsight |
None |
Insight5 |
Insight of "Pursues Goals to Stay Focused on the Plan" with High/Medium/Low and Population percentage score. |
BDNAInsight |
None |
Insight6 |
Insight of "Prepared to Focus on and Support Innovation" with High/Medium/Low and Population percentage score. |
BDNAInsight |
None |
Insight7 |
Insight of "Need for Information, Research and Analysis" with High/Medium/Low and Population percentage score. |
BDNAInsight |
None |
Insight8 |
Insight of "Ease to Communicate Directly and Candidly" with High/Medium/Low and Population percentage score. |
BDNAInsight |
None |
Insight9 |
Insight of "Confronts Directly and Candidly" with High/Medium/Low and Population percentage score. |
BDNAInsight |
None |
Insight10 |
Insight of "Ability to Empathetically Listen" with High/Medium/Low and Population percentage score. |
BDNAInsight |
None |
Insight11 |
Insight of "Quickly Makes Decisions With Confidence" with High/Medium/Low and Population percentage score. |
BDNAInsight |
None |
Insight12 |
Insight of "Independently Makes Decisions" with High/Medium/Low and Population percentage score. |
BDNAInsight |
None |
Response Formats
application/json, text/json
{ "PersonID": "a26d7255-e1cd-4dc6-a002-734a4426bd0e", "CreditID": 1, "LanguageID": 64, "Insight1": { "InsightName": "sample string 1", "HML": "sample string 2", "Population": 1 }, "Insight2": { "InsightName": "sample string 1", "HML": "sample string 2", "Population": 1 }, "Insight3": { "InsightName": "sample string 1", "HML": "sample string 2", "Population": 1 }, "Insight4": { "InsightName": "sample string 1", "HML": "sample string 2", "Population": 1 }, "Insight5": { "InsightName": "sample string 1", "HML": "sample string 2", "Population": 1 }, "Insight6": { "InsightName": "sample string 1", "HML": "sample string 2", "Population": 1 }, "Insight7": { "InsightName": "sample string 1", "HML": "sample string 2", "Population": 1 }, "Insight8": { "InsightName": "sample string 1", "HML": "sample string 2", "Population": 1 }, "Insight9": { "InsightName": "sample string 1", "HML": "sample string 2", "Population": 1 }, "Insight10": { "InsightName": "sample string 1", "HML": "sample string 2", "Population": 1 }, "Insight11": { "InsightName": "sample string 1", "HML": "sample string 2", "Population": 1 }, "Insight12": { "InsightName": "sample string 1", "HML": "sample string 2", "Population": 1 } }
application/xml, text/xml
<BDNAWorkplaceInsights xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DnaBehavior.WebApi.Models"> <CreditID>1</CreditID> <Insight1> <HML>sample string 2</HML> <InsightName>sample string 1</InsightName> <Population>1</Population> </Insight1> <Insight10> <HML>sample string 2</HML> <InsightName>sample string 1</InsightName> <Population>1</Population> </Insight10> <Insight11> <HML>sample string 2</HML> <InsightName>sample string 1</InsightName> <Population>1</Population> </Insight11> <Insight12> <HML>sample string 2</HML> <InsightName>sample string 1</InsightName> <Population>1</Population> </Insight12> <Insight2> <HML>sample string 2</HML> <InsightName>sample string 1</InsightName> <Population>1</Population> </Insight2> <Insight3> <HML>sample string 2</HML> <InsightName>sample string 1</InsightName> <Population>1</Population> </Insight3> <Insight4> <HML>sample string 2</HML> <InsightName>sample string 1</InsightName> <Population>1</Population> </Insight4> <Insight5> <HML>sample string 2</HML> <InsightName>sample string 1</InsightName> <Population>1</Population> </Insight5> <Insight6> <HML>sample string 2</HML> <InsightName>sample string 1</InsightName> <Population>1</Population> </Insight6> <Insight7> <HML>sample string 2</HML> <InsightName>sample string 1</InsightName> <Population>1</Population> </Insight7> <Insight8> <HML>sample string 2</HML> <InsightName>sample string 1</InsightName> <Population>1</Population> </Insight8> <Insight9> <HML>sample string 2</HML> <InsightName>sample string 1</InsightName> <Population>1</Population> </Insight9> <LanguageID>64</LanguageID> <PersonID>a26d7255-e1cd-4dc6-a002-734a4426bd0e</PersonID> </BDNAWorkplaceInsights>