Skip to main content

Get File Information

Description

Returns the file list in a specified folder.

CAll (METHOD = GET)

http://tool-cloud2.renesas.com/system/api/?key=[API_KEY]&module=structure&action=list&project=[PROJECT_NAME]&path=[FOLDER_PATH]

PROJECT_NAME: Specify PROJECT_NAME obtained as project information.

FOLDER_PATH: Specify FOLDER_PATH obtained as path information. / indicates root.

Result


{
    "structure": [
        {
            "path": "[OBJECT_PATH]",
            "name": "[OBJECT_NAME]",
            "type": "[OBJECT_TYPE]"
        },
        ...
    ]
}

OBJECT_PATH: Indicates object path.

OBJECT_NAME: Indicates file or folder name.

OBJECT_TYPE: 1 in case folder, 2 in case file, null in case no file and folder.

Support

Support Communities

Support Communities

Get quick technical support online from Renesas Engineering Community technical staff.
Browse FAQs

FAQs

Browse our knowledge base of common questions and answers.
Submit a Ticket

Submit a Ticket

Need to ask a technical question or share confidential information?