Request the export of PEAKS profiles data


Besides the basic PEAKS Profile data, you can export Work Behaviours data, Multiple Intelligences and Suitability Index.


Please note: the MI results are only available IF you are extracting data for a single user ID, granted that the user id was associated with the 360KIDS profile under any role.


For the SI results, it these were not computed upon profile submission and, under normal circumstances, thery will be computed upon requesting data adding extra 5 seconds to the time requested to return data.



Parameters



Parameter



Value


action

REQUESTDATA

token        

{token generated using GENERATETOKEN}

users

{one of more user IDs generated using GENERATEUSERID}

peaks

list of one or more data (comma separated)

P,E,A,K,S

P1/E1/A1/K1/S2 to P5/E1/A5/K5/S5

W11 to W84

MI

SI
SPARK

format


JSON / XML




Success Response





<response>

       <{PEAKS}>{value}</{PEAKS}>

       [...]

       <mi1>

               <title>Logical-Mathematical Intelligence</title>

               <score>63.5</score>

       </mi1>

       <mi2>

               <title>Visual-Spatial Intelligence</title>

               <score>56.5</score>

       </mi2>

       <mi3>

               <title>Intrapersonal Intelligence</title>

               <score>55</score>

       </mi3>

       <...>

       <suitability>

               <jobs>

                       <job>

                               <id>27-3043.00</id>

                               <score>65</id>

                               <jobzone>4</jobzone>

                       </job>

                       <...>

               </jobs>

               <components>

                       <component>

                               <id>16</id>

                               <title>Writing</title>

                               <score>58</score>

                       </components>

                       <...>

               </components>

       </suitability>

</response>




JSON





{

  "response": {

    "P": "50",

    "E": "50",

    "A": "50",

    "K": "50",

    "S": "50",

    "mi1": "-",

    "mi2": "-",

    "mi3": "-",

    "mi4": "-",

    "mi5": "-",

    "mi6": "-",

    "mi7": "-",

    "mi8": "-",

    "mi9": "-",

    "mi10": "-",

    "suitability": {

      "jobs": {

        "job": {

          "53-5011.00": {

            "alternatives": "...",

            "title": "Sailors and Marine Oilers",

            "score": "66.22",

            "description": "...",

            "jobzone": "2"

          }, 

       }

    }

}





Errors


Code


Description


ERROR101

The token used is not in the database (request a new token)

ERROR102

Token IP does not macth the requesting IP -The token is an existing token but the IP that issued the API call is not the one the token was authorized to use. Please inform us about the IP change, if your server has a new IP or, issue calls from the right IP address.



Always check that the data returned includes actual data: IF the there is no user data or you try to generate data for IDs that do not belong to your account, you will receive the following generic error


<error>No Data Available</error>



Created with the Personal Edition of HelpNDoc: What is a Help Authoring tool?