# Get navigation structure Gets the NavigationStructure for the Application. The NavigationStructure is used to get the list of NavigationNodes. See IProductService.ListNavigationNodes for more information. Endpoint: GET /GetNavigationStructure Version: 1.1 ## Query parameters: - `id` (string) Specifies id for the navigation structure. If none is supplied, the default structure for the Application is returned. - `cultureCode` (string) Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application. ## Response 200 fields (application/json): - `Id` (integer) The internal Id is used to get the NavigationNodeList for this structure. - `Name` (string) The Name of the NavigationStructure. MaxLength: 50. - `Description` (string) The Description of the NavigationStructure. MaxLength: 500. - `IsDefault` (boolean) Indicates if the NavigationStructure is a default structure or not.