Competencies



Options:

refer to docs for full details

item type mandatory description comments
id integer unique id assigned by server
competency string the competency from your org
abbreviation string is used to denote qualification upper case
super-set string a comma-seperated array of competency id's represented as a string (no spaces) is used so all child competencies do not need to be present in responder HQ, for example, a truck driver has competency superset which includes car driver.

Example

{
"id": 2,
"competency": "Advanced Fighter",
"abbreviation": "AF",
"super_set": "1,2",
"category": "field"
}