This endpoint is used for manipulating EmployeeKeywords resources within the system. Objects are always returned in a JSON format within an array. Empty results return an empty array.
The EmployeeKeywords resource is represented with the following JSON object:
[
{
"employee_count": "<int>",
"id": "<int>",
"name": "<string>",
"employee_keyword_category_id": "<int>"
}
]
As with other resources, this resource is subject to the global parameters mentioned in the REST Overview.
The following JSON parameters are available when updating a resource:
JSON Parameter | Allowed value |
---|---|
name | string |
The following JSON parameters are required when creating a resource:
JSON Parameter | Allowed value |
---|---|
name | string |
employee_keyword_category_id | int |
The resource can be deleted using this verb and including the id in the endpoint URL.