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

  1. Back4App
  2. CIP - Classification of Instructional Programs
Public

13
15
13
15
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • Database
    Database
    Get Started Guide
    Get Started
    Issues
    Issues
    Contributors
    Contributors

All Programs

This GraphQL query fetches All Programs


0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
query allPrograms {
      programs (skip: 0, limit: 3) {
        results {
          ACL
          code
          createdAt
          crossReferences
          definition
          examples
          group {
            id
          }
          id
          title
          updatedAt
        }
      }
    }
{
  "data": {
    "programs": {
      "results": [
        {
          "ACL": null,
          "code": "01.0301",
          "createdAt": "2019-12-23T23:06:27.750Z",
          "crossReferences": null,
          "definition": "A program that focuses on the general planning, economics, and use of facilities, natural resources, equipment, labor, and capital to produce plant and animal products, and that may prepare individuals for work in farming, ranching, and agribusiness.",
          "examples": null,
          "group": {
            "id": "HONSM1DC48"
          },
          "id": "SwqecZXvys",
          "title": "Agricultural Production Operations, General",
          "updatedAt": "2019-12-23T23:07:00.135Z"
        },
        {
          "ACL": null,
          "code": "01.0199",
          "createdAt": "2019-12-23T23:06:27.750Z",
          "crossReferences": null,
          "definition": "Any instructional program in agricultural business and management not listed above.",
          "examples": null,
          "group": {
            "id": "pw7JU63KGy"
          },
          "id": "TaEXx1hDWe",
          "title": "Agricultural Business and Management, Other",
          "updatedAt": "2019-12-23T23:07:00.135Z"
        },
        {
          "ACL": null,
          "code": "01.0207",
          "createdAt": "2019-12-23T23:06:27.750Z",
          "crossReferences": null,
          "definition": "A program that prepares individuals for employment in the field of agricultural technology and irrigation. Includes instruction in irrigation and drainage methodologies, pumping and delivery systems, system design and evaluation, and principles of installation and repair of irrigation systems.",
          "examples": null,
          "group": {
            "id": "WaOadnCQih"
          },
          "id": "U8vLOtBrS9",
          "title": "Irrigation Management Technology/Technician",
          "updatedAt": "2019-12-23T23:07:00.135Z"
        }
      ]
    }
  }
}