
| Parameter name | Value | Description | |
|---|---|---|---|
id |
string |
Identifier of the skill. | Read-only |
name |
string |
Name of the skill. Max length 255. | writable |
description |
string |
Description of the skill. Max length 65536. | writable |
externalId |
string |
Unique skill identifier from another (external) system. | writable |
selfLink |
string |
URL link to this skill resource description. | |
services |
list |
Services that use the skill. | Read-only |
services[].id |
list |
Identifier of the service. | |
services[].name |
list |
Name of the service. | |
services[].selfLink |
string |
URL link to the service resource description. | |
staffs |
list |
Staffs that use the skill. | Read-only |
staffs[].id |
list |
Identifier of the staff. | |
staffs[].firstName |
list |
First name of the staff. | |
staffs[].lastName |
list |
Last name of the staff. | |
staffs[].emailAddress |
list |
Email address of the staff. | |
staffs[].selfLink |
string |
URL link to the staff resource description. |
Authentication is required to execute this request. Please refer to Authentication for more.
{skillId}| Parameter name | Value | Description |
|---|---|---|
| Path parameters | ||
companyId |
string |
Company identifier. |
skillId |
string |
Skill identifier or external identifier. |
Do not supply a request body with this method.
If successful, this method returns an empty response body and the status code 204.
Authentication is required to execute this request. Please refer to Authentication for more.
{skillId}| Parameter name | Value | Description |
|---|---|---|
| Path parameters | ||
companyId |
string |
Company identifier. |
skillId |
string |
Skill identifier or external identifier. |
withServices |
boolean |
Also gets services that use the skill. |
withStaffs |
boolean |
Also gets staff members that use the skill. |
Do not supply a request body with this method.
If successful, this method returns a Skill resource in the response body.
Returns entries on the account's skill list.
Authentication is required to execute this request. Please refer to Authentication for more.
| Parameter name | Value | Description |
|---|---|---|
| Path parameters | ||
companyId |
string |
Company identifier. |
| Optional query parameters | ||
withAccountSkills |
boolean |
Also gets account level kills. |
withServices |
boolean |
Also gets services that use the skill. |
withStaffs |
boolean |
Also gets staff members that use the skill. |
Do not supply a request body with this method.
If successful, this method returns a response body with the following structure:
Authentication is required to execute this request. Please refer to Authentication for more.
| Parameter name | Value | Description |
|---|---|---|
| Path parameters | ||
companyId |
string |
Company identifier. |
In the request body, supply a Skill resource with the following properties:
| Parameter name | Value | Description | |
|---|---|---|---|
| Required Properties | |||
name |
string |
Name of the skill. | |
| Optional Properties | |||
description |
string |
Description of the skill. Max length 65536. | writable |
externalId |
string |
Unique skill identifier from another (external) system. | |
If successful, this method returns a Skill resource in the response body.
Authentication is required to execute this request. Please refer to Authentication for more.
{skillId}| Parameter name | Value | Description |
|---|---|---|
| Path parameters | ||
companyId |
string |
Company identifier. |
skillId |
string |
Skill identifier or external identifier. |
In the request body, supply a Skill resource with the following properties:
| Parameter name | Value | Description | |
|---|---|---|---|
| Optional Properties | |||
name |
string |
Name of the skill. Max length 255. | |
description |
string |
Description of the skill. Max length 65536. | writable |
externalId |
string |
Unique skill identifier from another (external) system. | |
If successful, this method returns a Skill resource in the response body.