Targets API
A target represents a user-defined goal for a metric for an individual or team.
This endpoint has the following methods:
GET /targets: Gets a list of targets and their associated information.GET /targets/{id}: Gets the information associated with a specific target by ID.
Parameters
Name | Type | Description |
|---|---|---|
| double | Unique identifier for a target. |
| string | Key assigned to target. |
| double | Value of the target. |
| double | Unique identifier for a member. |
| double | Unique identifier for a team. |
| double | Filter-traversable object. |
| double | Unique identifier for the main user record for multiple user aliases that is associated with a target. |
| double | Multiple |
Example response
{
"id": 36796,
"key": "act:tgt",
"value": 2,
"apex_user_id": null,
"team_id": null
},
{
"id": 28821,
"key": "first:tgt",
"value": 8,
"apex_user_id": null,
"team_id": null
},
{
"id": 34165,
"key": "resolve:max",
"value": 75,
"apex_user_id": null,
"team_id": null
}