Valyourise Logo

ValYouRise

DevelopmentApi

Get workspace skill profile

Returns one member skill profile while enforcing the same role-based visibility rules as the workspace UI.

GET
/api/workspaces/{workspaceId}/skills/{userId}

Returns one member skill profile while enforcing the same role-based visibility rules as the workspace UI.

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