wso2 / integration-studio-examples

Example project files for WSO2 Integration Studio
Apache License 2.0
34 stars 21 forks source link

[proxying-a-rest-api] README.md file does not contain the expected output. #96

Open isuruuy429 opened 4 years ago

isuruuy429 commented 4 years ago

Description: For the mentioned GET request, the README file does not contain the expected output. We get an output as below.

{
    "type": "folder",
    "id": "0",
    "sequence_id": null,
    "etag": null,
    "name": "All Files",
    "created_at": null,
    "modified_at": null,
    "description": "",
    "size": 0,
    "path_collection": {
        "total_count": 0,
        "entries": []
    },
    "created_by": {
        "type": "user",
        "id": "",
        "name": "",
        "login": ""
    },
    "modified_by": {
        "type": "user",
        "id": "12690929331",
        "name": "Isuru Uyanage",
        "login": "isuruuy@gmail.com"
    },
    "trashed_at": null,
    "purged_at": null,
    "content_created_at": null,
    "content_modified_at": null,
    "owned_by": {
        "type": "user",
        "id": "12690929331",
        "name": "Isuru Uyanage",
        "login": "isuruuy@gmail.com"
    },
    "shared_link": null,
    "folder_upload_email": null,
    "parent": null,
    "item_status": "active",
    "item_collection": {
        "total_count": 3,
        "entries": [
            {
                "type": "folder",
                "id": "112238398637",
                "sequence_id": "0",
                "etag": "0",
                "name": "Folder1"
            },
            {
                "type": "folder",
                "id": "112238039103",
                "sequence_id": "0",
                "etag": "0",
                "name": "Folder2"
            },
            {
                "type": "folder",
                "id": "112238676677",
                "sequence_id": "0",
                "etag": "0",
                "name": "Folder3"
            }
        ],
        "offset": 0,
        "limit": 100,
        "order": [
            {
                "by": "type",
                "direction": "ASC"
            },
            {
                "by": "name",
                "direction": "ASC"
            }
        ]
    }
}