The Database Hub | Back4App
The Database Hub | Back4App
How it works
  • Log In
  • Sign Up

  1. Back4App
  2. Occupations and Job Titles
Public

85
62
85
62
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • Database
    Database
    Get Started Guide
    Get Started
    Issues
    Issues
    Contributors
    Contributors

All SOCDetailedGroups

This GraphQL query fetches All SOCDetailedGroups


0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
query allSOCDetailedGroups {
      sOCDetailedGroups (skip: 0, limit: 3) {
        results {
          ACL
          STEMGroups (skip: 0, limit: 3) {
            results {
              id
            }
          }
          broadGroup {
            id
          }
          code
          createdAt
          definition
          id
          jobs (skip: 0, limit: 3) {
            results {
              id
            }
          }
          title
          updatedAt
        }
      }
    }
{
  "data": {
    "sOCDetailedGroups": {
      "results": [
        {
          "ACL": null,
          "STEMGroups": {
            "results": []
          },
          "broadGroup": {
            "id": "eq0HyK82ae"
          },
          "code": "11-1011",
          "createdAt": "2019-12-16T04:46:47.944Z",
          "definition": "Determine and formulate policies and provide overall direction of companies or private and public sector organizations within guidelines set up by a board of directors or similar governing body. Plan, direct, or coordinate operational activities at the highest level of management with the help of subordinate executives and staff managers.",
          "id": "UqwqcbmyGR",
          "jobs": {
            "results": [
              {
                "id": "2YakJfNRRe"
              },
              {
                "id": "4i5Tzc99SJ"
              },
              {
                "id": "4i8vBHHtuv"
              }
            ]
          },
          "title": "Chief Executives",
          "updatedAt": "2019-12-16T06:35:39.083Z"
        },
        {
          "ACL": null,
          "STEMGroups": {
            "results": []
          },
          "broadGroup": {
            "id": "pHA9xSUwnf"
          },
          "code": "11-1021",
          "createdAt": "2019-12-16T04:46:47.944Z",
          "definition": "Plan, direct, or coordinate the operations of public or private sector organizations, overseeing multiple departments or locations. Duties and responsibilities include formulating policies, managing daily operations, and planning the use of materials and human resources, but are too diverse and general in nature to be classified in any one functional area of management or administration, such as personnel, purchasing, or administrative services. Usually manage through subordinate supervisors. Excludes First-Line Supervisors.",
          "id": "U88AmfHhV4",
          "jobs": {
            "results": [
              {
                "id": "574kvnZirq"
              },
              {
                "id": "EL5In1udkN"
              },
              {
                "id": "Hedm5kU7e3"
              }
            ]
          },
          "title": "General and Operations Managers",
          "updatedAt": "2019-12-16T06:35:39.083Z"
        },
        {
          "ACL": null,
          "STEMGroups": {
            "results": []
          },
          "broadGroup": {
            "id": "8EuHmaxS63"
          },
          "code": "11-2033",
          "createdAt": "2019-12-16T04:46:47.945Z",
          "definition": "Plan, direct, or coordinate activities to solicit and maintain funds for special projects or nonprofit organizations.",
          "id": "ndI0w4fwUb",
          "jobs": {
            "results": [
              {
                "id": "GmN0YbCD0Y"
              },
              {
                "id": "bPT6SAyR5c"
              },
              {
                "id": "cNRj8SaTBq"
              }
            ]
          },
          "title": "Fundraising Managers",
          "updatedAt": "2019-12-16T06:35:39.083Z"
        }
      ]
    }
  }
}