# Workspace Resource Skills

Workspace Resource Skills represent skills that have been assigned to a workspace resource.

## Fetching a list of Workspace Resource Skills

 - [GET /workspace_resource_skills](https://developer.kantata.com/kantata/specification/workspace-resource-skills/get-workspace-resource-skills.md): Returns a list of Workspace Resource Skills that represent the skills associated with workspace
resources visible to the logged in user.


This endpoint returns structured Workspace Resource Skill objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results array
and will be indexed by ID in the workspace_resource_skills top-level JSON key.
Please see our Response Format section for more information.

## Creating a new Workspace Resource Skill

 - [POST /workspace_resource_skills](https://developer.kantata.com/kantata/specification/workspace-resource-skills/create-workspace-resource-skill.md): This endpoint returns structured Workspace Resource Skill objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results array
and will be indexed by ID in the workspace_resource_skills top-level JSON key.
Please see our Response Format section for more information.

## Fetching a single Workspace Resource Skill

 - [GET /workspace_resource_skills/{id}](https://developer.kantata.com/kantata/specification/workspace-resource-skills/get-workspace-resource-skill.md): This endpoint returns structured Workspace Resource Skill objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results array
and will be indexed by ID in the workspace_resource_skills top-level JSON key.
Please see our Response Format section for more information.

## Updating an existing Workspace Resource Skill

 - [PUT /workspace_resource_skills/{id}](https://developer.kantata.com/kantata/specification/workspace-resource-skills/update-workspace-resource-skill.md): This endpoint returns structured Workspace Resource Skill objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results array
and will be indexed by ID in the workspace_resource_skills top-level JSON key.
Please see our Response Format section for more information.

## Deleting an existing Workspace Resource Skill

 - [DELETE /workspace_resource_skills/{id}](https://developer.kantata.com/kantata/specification/workspace-resource-skills/delete-workspace-resource-skill.md): The response will contain no content and an HTTP 204 status code if the request was
successful, or a standard Kantata OX error message explaining why the object could not be deleted.

