GET api/NaturalBehavior/GetHiringData/{PersonID}
This is a step-by-step guide to retrieve the 25 Business DNA Hiring and Career Insights after an individual has completed Natural Behavior. Note: The talent, role, environment and reward insights will be sent and received by Insight ID. If successful, DNA will respond with the Hiring data.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PersonID |
PersonID is a unique identifier to get the hiring data. |
globally unique identifier |
This is a required parameter |
Body Parameters
None
Response Information
Resource Description
This API call will return the 25 Business DNA Hiring and Career Insights data.
Name | Description | Type | Additional information |
---|---|---|---|
PersonID |
PersonID is a unique identifier to get the BDNA Hiring data. |
globally unique identifier |
None |
Talents |
Desired Tasks based on Talents as seen on pg 2 of the BDNA Hiring Report. |
Talent |
None |
Roles |
Desired Team Roles as seen on pg 2 of the BDNA Hiring Report. |
Role |
None |
Environments |
Desired Work Environment as seen on pg 2 of the BDNA Hiring Report. |
Environment |
None |
Rewards |
Desired Work Rewards as seen on pg 2 of the BDNA Hiring Report. |
Reward |
None |
Response Formats
application/json, text/json
{ "PersonID": "cd6824e3-7853-4026-a931-cec98e4d6f71", "Talents": { "Insights1": 1, "Insights2": 2, "Insights3": 3, "Insights4": 4, "Insights5": 5, "Insights6": 6, "Insights7": 7, "Insights8": 8, "Insights9": 9, "Insights10": 10 }, "Roles": { "Insights1": 1, "Insights2": 2, "Insights3": 3, "Insights4": 4, "Insights5": 5 }, "Environments": { "Insights1": 1, "Insights2": 2, "Insights3": 3, "Insights4": 4, "Insights5": 5 }, "Rewards": { "Insights1": 1, "Insights2": 2, "Insights3": 3, "Insights4": 4, "Insights5": 5 } }
application/xml, text/xml
<BDNAHiringInsightsData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DnaBehavior.WebApi.Models"> <Environments> <Insights1>1</Insights1> <Insights2>2</Insights2> <Insights3>3</Insights3> <Insights4>4</Insights4> <Insights5>5</Insights5> </Environments> <PersonID>cd6824e3-7853-4026-a931-cec98e4d6f71</PersonID> <Rewards> <Insights1>1</Insights1> <Insights2>2</Insights2> <Insights3>3</Insights3> <Insights4>4</Insights4> <Insights5>5</Insights5> </Rewards> <Roles> <Insights1>1</Insights1> <Insights2>2</Insights2> <Insights3>3</Insights3> <Insights4>4</Insights4> <Insights5>5</Insights5> </Roles> <Talents> <Insights1>1</Insights1> <Insights10>10</Insights10> <Insights2>2</Insights2> <Insights3>3</Insights3> <Insights4>4</Insights4> <Insights5>5</Insights5> <Insights6>6</Insights6> <Insights7>7</Insights7> <Insights8>8</Insights8> <Insights9>9</Insights9> </Talents> </BDNAHiringInsightsData>