This endpoint evaluates a provided MOC (as well as some additional optional parameters) and produces a detailed competencies profile in a flattened structure that represents civilian skills and occupations that most closely relate to the military role identified by the MOC.

Analysis Elements

Occupations

In the case of the Warrior endpoint, you may notice that the Occupations list does not include scores. This is intentional. Because of how Warrior does its inference, scores are not available for the occupations matched. In the case of multiple occupational matches, all occupations should be considered equal-weight suggestions.

Flattened Work Activities

"general_work_activities": [
        {
          "version": 2,
          "title": "Training and Teaching Others",
          "guid": "073cc097-39c5-4384-b410-2195e609634e",
          "score": 45.52
        },
        {
          "version": 2,
          "title": "Provide Consultation and Advice to Others",
          "guid": "abe6cddd-0679-4491-ad7a-a672d72ceffb",
          "score": 43.5
        },
        ...
      ],
      "intermediate_work_activities": [
        {
          "version": 2,
          "title": "Counsel others about personal matters",
          "guid": "4b5db412-c1b8-47e4-9606-03244fdd7880",
          "score": 33.82
        },
        {
          "version": 2,
          "title": "Evaluate patient or client condition or treatment options",
          "guid": "a7f7d765-c8ca-42bd-b7a6-8ac184cfefc1",
          "score": 28.82
        },
        ...
      ],
      "detailed_work_activities": [
        {
          "version": 2,
          "title": "Assist clients with understanding personal problems",
          "guid": "c1ccb7e1-2ff2-4a3a-b442-ef3b9d264a51",
          "score": 16.47
        },
        {
          "version": 2,
          "title": "Counsel clients or patients regarding personal issues or problems",
          "guid": "663e4b83-9fdb-4170-9888-e00c0731bd59",
          "score": 15.61
        },
        ...
      ]

MOCs

With the Warrior endpoint, we provide an additional array of the actual MOCs matched in our library, along with metadata about each. Because the same MOC might be used for different things by different service branches, or represent multiple MPCs within a single branch, this array may contain multiple elements. The intent is for this to provide downstream consumers with a means by which to prompt their users for more detail in order to focus the profile match (e.g. "Which of the following Service Branches did you mean?")

"mocs": [
	{
		"moc": "2A554E",
		"mpc": "enlisted",
		"service_branch": "air force",
		"moc_title": "Refuel/Bomber Aircraft Maintenance Journeyman, B-1"
  },
  ...
]

Other Elements

See the original, hierarchical Profiler for detailed information on the other available elements...

Language