Targets API

The Targets API is for retrieving Targets for records in Skills Base.

Endpoint

/1.0/targets

Objects used by this API

Name

Data type

Read only

Description

skill_id

integer

Yes

Skill ID

skill_name

string

Yes

Skill name

target_skill_level

integer

Yes

The target skill level

Methods

GET /targets/person/:id

Returns Targets assigned to the Person matching the given id

GET /targets/team/:id

Returns Targets assigned to the Team matching the given id

GET /targets/role/:id

Returns Targets assigned to the Role matching the given id