> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs-unsw-v6.advance-uac.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs-unsw-v6.advance-uac.com/_mcp/server.

# Get specialisation's overall structure

GET https://institution/catalogue/specialisations/{code}/{year}/structure

Reference: https://docs-unsw-v6.advance-uac.com/unsw-advance-institution-api/institution/catalogue/structure/get-specialisation-s-overall-structure

## OpenAPI Specification

```yaml
openapi: 3.1.0
info:
  title: collection
  version: 1.0.0
paths:
  /institution/catalogue/specialisations/{code}/{year}/structure:
    get:
      operationId: Get specialisation's overall structure
      summary: Get specialisation's overall structure
      tags:
        - structure
      parameters:
        - name: code
          in: path
          required: true
          schema:
            type: string
        - name: year
          in: path
          required: true
          schema:
            type: string
        - name: Authorization
          in: header
          description: Bearer authentication
          required: true
          schema:
            type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/institution_catalogue_structure_Get
                  specialisation's overall structure_Response_200
servers:
  - url: https:/
    description: https://{baseurl}
components:
  schemas:
    InstitutionCatalogueSpecialisationsCodeYearStructureGetResponsesContentApplicationJsonSchemaStructureItemsChildrenItemsItemsItems:
      type: object
      properties:
        id:
          type: string
          format: uuid
        itemType:
          type: string
        code:
          type: string
        year:
          type: integer
        name:
          type: string
        uoc:
          type: integer
        resolved:
          type: boolean
      required:
        - id
        - itemType
        - code
        - year
        - name
        - uoc
        - resolved
      title: >-
        InstitutionCatalogueSpecialisationsCodeYearStructureGetResponsesContentApplicationJsonSchemaStructureItemsChildrenItemsItemsItems
    InstitutionCatalogueSpecialisationsCodeYearStructureGetResponsesContentApplicationJsonSchemaStructureItemsChildrenItems:
      type: object
      properties:
        id:
          type: string
          format: uuid
        title:
          type: string
        description:
          type: string
        creditPoints:
          type: integer
        creditPointsMax:
          type: integer
        dynamicRules:
          description: Any type
        items:
          type: array
          items:
            $ref: >-
              #/components/schemas/InstitutionCatalogueSpecialisationsCodeYearStructureGetResponsesContentApplicationJsonSchemaStructureItemsChildrenItemsItemsItems
        children:
          type: array
          items:
            description: Any type
      required:
        - id
        - title
        - description
        - creditPoints
        - creditPointsMax
        - items
        - children
      title: >-
        InstitutionCatalogueSpecialisationsCodeYearStructureGetResponsesContentApplicationJsonSchemaStructureItemsChildrenItems
    InstitutionCatalogueSpecialisationsCodeYearStructureGetResponsesContentApplicationJsonSchemaStructureItems:
      type: object
      properties:
        id:
          type: string
          format: uuid
        title:
          type: string
        description:
          description: Any type
        creditPoints:
          type: integer
        creditPointsMax:
          description: Any type
        dynamicRules:
          description: Any type
        items:
          type: array
          items:
            description: Any type
        children:
          type: array
          items:
            $ref: >-
              #/components/schemas/InstitutionCatalogueSpecialisationsCodeYearStructureGetResponsesContentApplicationJsonSchemaStructureItemsChildrenItems
      required:
        - id
        - title
        - creditPoints
        - items
        - children
      title: >-
        InstitutionCatalogueSpecialisationsCodeYearStructureGetResponsesContentApplicationJsonSchemaStructureItems
    institution_catalogue_structure_Get specialisation's overall structure_Response_200:
      type: object
      properties:
        code:
          type: string
        year:
          type: integer
        structure:
          type: array
          items:
            $ref: >-
              #/components/schemas/InstitutionCatalogueSpecialisationsCodeYearStructureGetResponsesContentApplicationJsonSchemaStructureItems
      required:
        - code
        - year
        - structure
      title: >-
        institution_catalogue_structure_Get specialisation's overall
        structure_Response_200
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

```

## Examples



**Response**

```json
{
  "code": "IDESA2",
  "year": 2026,
  "structure": [
    {
      "id": "36bf4cdf-1d53-4c54-88b6-b1244002cd69",
      "title": "Academic Structure",
      "creditPoints": 24,
      "items": [],
      "children": [
        {
          "id": "d2e6ab7e-bf92-466b-9003-e671b3df1f54",
          "title": "Prescribed Electives",
          "description": "You must take 12 UOC of the following courses.",
          "creditPoints": 12,
          "creditPointsMax": 12,
          "items": [
            {
              "id": "afe546cf-b537-4fa6-9010-24604892225e",
              "itemType": "Course",
              "code": "IDES2325",
              "year": 2026,
              "name": "Industrial Design Theory A: Human Factors in Product Design",
              "uoc": 6,
              "resolved": true
            },
            {
              "id": "21dc234b-b968-44b1-a37a-b5388686751e",
              "itemType": "Course",
              "code": "IDES1314",
              "year": 2026,
              "name": "Industrial Design Communications A: Analogue Visualisation",
              "uoc": 6,
              "resolved": true
            },
            {
              "id": "c2a296d6-ccd7-4c55-bff4-7b7eb14d3968",
              "itemType": "Course",
              "code": "IDES2326",
              "year": 2026,
              "name": "Materials and Manufacturing for Industrial Designers 2",
              "uoc": 6,
              "resolved": true
            },
            {
              "id": "fabc802a-191a-4a18-bb9b-05df9aaf6960",
              "itemType": "Course",
              "code": "IDES1315",
              "year": 2026,
              "name": "Industrial Design Communications B: Digital Visualisation",
              "uoc": 6,
              "resolved": true
            },
            {
              "id": "6b2842c2-dba0-49e5-97ca-4dcc25787014",
              "itemType": "Course",
              "code": "IDES3334",
              "year": 2026,
              "name": "Industrial Design Theory C: Speculative Product Design",
              "uoc": 6,
              "resolved": true
            },
            {
              "id": "08bf6ae4-28ce-4c16-8059-c7593fa29443",
              "itemType": "Course",
              "code": "IDES1316",
              "year": 2026,
              "name": "Materials and Manufacturing for Industrial Designers 1",
              "uoc": 6,
              "resolved": true
            }
          ],
          "children": []
        },
        {
          "id": "cd73973b-defd-43db-82ee-8fa31d809067",
          "title": "Core Courses",
          "description": "You must take 12 UOC of the following courses",
          "creditPoints": 12,
          "creditPointsMax": 12,
          "items": [
            {
              "id": "0bd9bd8a-4881-4270-874a-bd1dee019249",
              "itemType": "Course",
              "code": "IDES1311",
              "year": 2026,
              "name": "Industrial Design Studio 1A: Product Design Fundamentals",
              "uoc": 6,
              "resolved": true
            },
            {
              "id": "2c638da2-313c-44ae-b571-6687ea149fb3",
              "itemType": "Course",
              "code": "IDES1312",
              "year": 2026,
              "name": "Industrial Design Studio 1B: Materials, Form and Meaning",
              "uoc": 6,
              "resolved": true
            }
          ],
          "children": []
        }
      ]
    }
  ]
}
```

**SDK Code**

```python institution_catalogue_structure_Get specialisation's overall structure_example
import requests

url = "https://https/institution/catalogue/specialisations/IDESA2/2026/structure"

headers = {"Authorization": "Bearer <token>"}

response = requests.get(url, headers=headers)

print(response.json())
```

```javascript institution_catalogue_structure_Get specialisation's overall structure_example
const url = 'https://https/institution/catalogue/specialisations/IDESA2/2026/structure';
const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go institution_catalogue_structure_Get specialisation's overall structure_example
package main

import (
	"fmt"
	"net/http"
	"io"
)

func main() {

	url := "https://https/institution/catalogue/specialisations/IDESA2/2026/structure"

	req, _ := http.NewRequest("GET", url, nil)

	req.Header.Add("Authorization", "Bearer <token>")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby institution_catalogue_structure_Get specialisation's overall structure_example
require 'uri'
require 'net/http'

url = URI("https://https/institution/catalogue/specialisations/IDESA2/2026/structure")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Get.new(url)
request["Authorization"] = 'Bearer <token>'

response = http.request(request)
puts response.read_body
```

```java institution_catalogue_structure_Get specialisation's overall structure_example
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.get("https://https/institution/catalogue/specialisations/IDESA2/2026/structure")
  .header("Authorization", "Bearer <token>")
  .asString();
```

```php institution_catalogue_structure_Get specialisation's overall structure_example
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('GET', 'https://https/institution/catalogue/specialisations/IDESA2/2026/structure', [
  'headers' => [
    'Authorization' => 'Bearer <token>',
  ],
]);

echo $response->getBody();
```

```csharp institution_catalogue_structure_Get specialisation's overall structure_example
using RestSharp;

var client = new RestClient("https://https/institution/catalogue/specialisations/IDESA2/2026/structure");
var request = new RestRequest(Method.GET);
request.AddHeader("Authorization", "Bearer <token>");
IRestResponse response = client.Execute(request);
```

```swift institution_catalogue_structure_Get specialisation's overall structure_example
import Foundation

let headers = ["Authorization": "Bearer <token>"]

let request = NSMutableURLRequest(url: NSURL(string: "https://https/institution/catalogue/specialisations/IDESA2/2026/structure")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "GET"
request.allHTTPHeaderFields = headers

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```