{ "opencollection": "1.0.0", "info": { "name": "Keka HR Assets PMS API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://login.keka.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "PMS", "type": "folder" }, "items": [ { "info": { "name": "Get time frame list", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.keka.com/api/v1/api/v1/pms/timeframes" }, "docs": "

This API is used for fetching list of all time frames.

\n

Enumerated Values

\n
\n\n\n\n\n\n\n\n\n\n\n
TimeFrameStatus
0 = Active
1 = Hidden
\n
" }, { "info": { "name": "Get Goal list", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.keka.com/api/v1/api/v1/pms/goals" }, "docs": "

This API is used for fetching list of all goals.

\n

Enumerated Values

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n<" }, { "info": { "name": "Update goal progress", "type": "http" }, "http": { "method": "PUT", "url": "https://{tenant}.keka.com/api/v1/api/v1/pms/goals/:goalId/progress", "params": [ { "name": "goalId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "

This API is used for updating progress against a specific goal.

\n

Enumerated Values

\n
Goal StatusGoalMetricTypeGoal Type
0 = NotStarted
1 = OnTrack
2 = NeedAttention
3 = AtRisk
4 = Closed
0 = Percentage
1 = Checkbox
3 = Number
0 = Individual
1 = Company
2 = Group
\n\n\n\n\n\n\n\n\n\n\n\n
Goal StatusGoalMetricTypeGoal Type
0 = NotStarted
1 = OnTrack
2 = NeedAttention
3 = AtRisk
4 = Closed
0 = Percentage
1 = Checkbox
3 = Number
0 = Individual
1 = Company
2" }, { "info": { "name": "Get badge list", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.keka.com/api/v1/api/v1/pms/badges" }, "docs": "

This API is used for fetching list of all badges.

\n

Enumerated Values

\n
\n\n\n\n\n\n\n\n\n\n\n
Badge Status
0 = Enabled
1 = Disabled
\n
" }, { "info": { "name": "Get praise list", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.keka.com/api/v1/api/v1/pms/praise" }, "docs": "

This API is used for fetching list of all praises.

\n" }, { "info": { "name": "Create Praise", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.keka.com/api/v1/api/v1/pms/praise" }, "docs": "

This API is used for creating a praise.

\n" }, { "info": { "name": "Get review group list", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.keka.com/api/v1/api/v1/pms/reviewgroups" }, "docs": "

This API is used for fetching list of all review groups.

\n" }, { "info": { "name": "Get review group cycle list", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.keka.com/api/v1/api/v1/pms/reviewcycles" }, "docs": "

This API is used for fetching list of all review cycles.

\n" }, { "info": { "name": "Get employee review list", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.keka.com/api/v1/api/v1/pms/reviews" }, "docs": "

This API is used for fetching list of all employee reviews.

\n" } ] } ], "bundled": true }