AVAILABLE WITH BUSINESS SUBSCRIPTION
Request:
POST /performance-management/competencies/competency/batch-move
Permissions to Run the Request
Account Owner and Account Administrators
Header | Description |
---|
Authorization (required) | Access token. You can obtain a token by making a request. |
Content-Type: application/json (required)
| Property for processing a request in JSON. |
Accept: application/json (required)
| Property for processing a request in JSON. |
Response Parameters
Parameter | Description |
groupIds (required) | The ID of the group you want to move the competency to |
competencyIds (required) | The ID of the competency you want to move |
Response Codes
Code | Text | Description |
---|
200 | OK | The request has been successfully processed. |
400 | Bad Request | Error in request |
401 | Unauthorized | An authorization error |
Sample Request
POST /performance-management/competencies/competency/batch-move
Host: api-learn.ispringlearn.com
Content-Type: application/json
Accept: application/json
X-Auth-Account-Url: https://myaccount.ispringlearn.com
Authorization: Bearer N3Hk5sds1_DVj1JFTqJKFWjGHf94DWp1YSffLxeZX8co
{
"groupId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"competencyIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
]
}
CODE
Sample Response