Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
N
nesstar-rest-api
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • Nesstar
  • nesstar-rest-api
  • Wiki
  • get study variablegroups

Last edited by Eirik Alvær Sep 18, 2013
Page history

get study variablegroups

Get variable groups in a study

This gets all the variable groups in the study that are immediate children of the study/root. To get child groups, use the variablegroups method on each group.

Each group indicates how many variables and sub gruops it contains. They can be useful to save unnessecary calls to the server.

Request

{
   url: "/study/{studyId}/variable-groups"
}

Response

{
    payload: [
       {
           id: "text",
           name: "text",
           childGroupsCount: "number",
           childVariablesCount: "number"
       }
    ]
}
Clone repository
  • Login
  • Logout
  • do correlation
  • do regression
  • download
  • errors
  • get complete study metadata
  • get cube
  • get ddi metadata translation
  • get study list
  • get study metadata
  • get study variablegroups
  • get study variables
  • get variable metadata
  • get variablegroup variablegroups
View All Pages