Get assessment types
- Command:
position_get
Get list of all assessment types available for your account.
Request body parameters
- command
stringrequiredSet to "position_get".
- partner_api
booleanrequiredSet to true.
{
"command": "position_get",
"partner_api": true
}
Response body JSON
- error_code
integerint64Error code
- error_text
stringError text
- command_from
stringThe command used to generate this response ("position_get")
- count
integerint64Number of available assessment types
- items
Array of objectProperties of each available assessment type
Child attributes
- position_id
stringID of assessment type
- aname
stringName of assessment type
{
"error_code": 0,
"error_text": "",
"command_from": "position_get",
"count": 2,
"items": [
{
"position_id": "10000000",
"aname": "PROPOP Professional"
},
{
"position_id": "10000001",
"aname": "POP7 Sales"
}
]
}
Last modified: 24 October 2024