Valyourise Logo

ValYouRise

DevelopmentApi

List workspace skill profiles

Lists workspace skill profiles, scoped by the caller's role and visibility permissions.

GET
/api/workspaces/{workspaceId}/skills

Lists workspace skill profiles, scoped by the caller's role and visibility permissions.

PAT<token>

Personal Access Token

In: header

Path Parameters

workspaceId*string

Response Body

application/json

curl -X GET "https://loading/api/workspaces/string/skills"
[
  {
    "$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