DevelopmentApi
List workspace skill profiles
Lists workspace skill profiles, scoped by the caller's role and visibility permissions.
Lists workspace skill profiles, scoped by the caller's role and visibility permissions.
Authorization
patAuth 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