Targets API

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


Contents

  1. Endpoint
  2. Objects used by this API
    1. Target Object
  3. Methods
    1. GET / targets/person/:id

Endpoint

/1.0/targets


Objects used by this API

Target object

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