DevelopmentApi
Get workspace skill profile
Returns one member skill profile while enforcing the same role-based visibility rules as the workspace UI.
Returns one member skill profile while enforcing the same role-based visibility rules as the workspace UI.
Authorization
patAuth PAT<token>
Personal Access Token
In: header
Path Parameters
workspaceId*string
userId*string
Response Body
application/json
curl -X GET "https://loading/api/workspaces/string/skills/string"{
"$id": "string",
"organizationId": "string",
"workspaceId": "string",
"userId": "string",
"canJson": "string",
"shouldJson": "string",
"wantJson": "string",
"constraintsJson": "string",
"updatedByUserId": "string",
"payload": {
"can": [
"string"
],
"should": [
"string"
],
"want": [
"string"
],
"constraints": [
"string"
]
}
}Empty