Create KPIs for a project

post/projects/{projectId}/kpis
Internal-Use Only

Creates KPIs for a specific project.

Request Samples

1

Response Samples

1{
2 "name": "string",
3 "start": 0,
4 "limit": 0,
5 "count": 0,
6 "accept": "string",
7 "links": [
8 {
9 "method": "string",
10 "rel": "string",
11 "uri": "string",
12 "href": "string",
13 "title": "string",
14 "type": "string",
15 "itemType": "string",
16 "responseType": "string",
17 "responseItemType": "string"
18 }
19 ],
20 "version": 0,
21 "items": [
22 {
23 "name": "string",
24 "value": "string",
25 "systemKpiFlag": true
26 }
27 ]
28}

Path Parameters

NameTypeRequiredDescription
projectId
string
true

The ID of a project in the common model repository.

Responses

StatusMeaningDescription
201CreatedThe request succeeded.HeadersSchema
400Bad RequestThe request was invalid.Schema
404Not FoundThe project id is not validSchema