POP Engine™ Partner API Help

Get assessment types

Command:

position_get

Get list of all assessment types available for your account.

Request body parameters

command

string required

Set to "position_get".

partner_api

boolean required

Set to true.

{ "command": "position_get", "partner_api": true }

Response body JSON

error_code

integer int64

Error code

error_text

string

Error text

command_from

string

The command used to generate this response ("position_get")

count

integer int64

Number of available assessment types

items

Array of object

Properties of each available assessment type

Child attributes

position_id

string

ID of assessment type

aname

string

Name 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