# Workspace Resource Skills

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

 - [GET /workspace_resource_skills](https://developer.kantata.com/kantata/specification/workspace-resource-skills/get%20workspace%20resource%20skills.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 objec
 - [POST /workspace_resource_skills](https://developer.kantata.com/kantata/specification/workspace-resource-skills/create%20workspace%20resource%20skill.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
 - [GET /workspace_resource_skills/{id}](https://developer.kantata.com/kantata/specification/workspace-resource-skills/get%20workspace%20resource%20skill.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
 - [PUT /workspace_resource_skills/{id}](https://developer.kantata.com/kantata/specification/workspace-resource-skills/update%20workspace%20resource%20skill.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
 - [DELETE /workspace_resource_skills/{id}](https://developer.kantata.com/kantata/specification/workspace-resource-skills/delete%20workspace%20resource%20skill.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](#section/Errors) explaining why the object could not be deleted
