Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Items: Get accessible items

Natasa Bulatovic edited this page Jul 8, 2015 · 11 revisions

##GET /items/

  • Retrieves a list of items accessible to the user (authorization optional).

####Example request curl http://<base-url-rest-api>/items

####Response JSON Formatted list of items

####Response status codes

  • 200 OK Successful GET and a list of items contains at least one item
  • 204 No content Successful GET and an empty list of items is returned

####Response example

[  
{  
    "id":"OSvNPKsx3ggOICCg",
    "createdBy":{  
        "fullname":"B",
        "userId":"ru1IbM3wElWTHCil"
    },
    "modifiedBy":{  
        "fullname":"B",
        "userId":"ru1IbM3wElWTHCil"
    },
    "createdDate":"2015-05-13T11:44:40 +0200",
    "modifiedDate":"2015-05-13T11:44:40 +0200",
    "versionDate":"",
    "status":"PENDING",
    "version":0,
    "discardComment":"",
    "visibility":"PRIVATE",
    "collectionId":"Pa51e5odnh4hdRN",
    "filename":"HashingForest.png",
    "mimetype":"image/png",
    "checksumMd5":"cc310a77518c0f08f6971f242816194c",
    "webResolutionUrlUrl":"https://dev-faces.mpdl.mpg.de/file/Pa51e5odnh4hdRN/3b/59/af/7f-d19a-4e69-b091-7fb0e32e5230/0/web/ee2d7562eb40cd8d56f1e21e8f69ebfe.jpg",
    "thumbnailUrl":"https://dev-faces.mpdl.mpg.de/file/Pa51e5odnh4hdRN/3b/59/af/7f-d19a-4e69-b091-7fb0e32e5230/0/thumbnail/ee2d7562eb40cd8d56f1e21e8f69ebfe.jpg",
    "fileUrl":"https://dev-faces.mpdl.mpg.de/file/Pa51e5odnh4hdRN/3b/59/af/7f-d19a-4e69-b091-7fb0e32e5230/0/original/ee2d7562eb40cd8d56f1e21e8f69ebfe.png",
    "metadata":[  

    ],
    "fileSize":24686
},
{  
    "id":"ObS_rs8Sh2OuBjUy",
    "createdBy":{  
        "fullname":"B",
        "userId":"ru1IbM3wElWTHCil"
    },
    "modifiedBy":{  
        "fullname":"B",
        "userId":"ru1IbM3wElWTHCil"
    },
    "createdDate":"2015-05-13T11:43:46 +0200",
    "modifiedDate":"2015-05-13T11:43:46 +0200",
    "versionDate":"",
    "status":"PENDING",
    "version":0,
    "discardComment":"",
    "visibility":"PRIVATE",
    "collectionId":"Pa51e5odnh4hdRN",
    "filename":"MPIViewer.jpg",
    "mimetype":"image/jpeg",
    "checksumMd5":"b0a47c807c425ed87db12fd2b7ce0980",
    "webResolutionUrlUrl":"https://dev-faces.mpdl.mpg.de/file/Pa51e5odnh4hdRN/c8/15/46/19-78d2-4deb-9fb5-5f39b4cc305e/0/web/a7255cc7550a3d846fecdd2351924c66.jpg",
    "thumbnailUrl":"https://dev-faces.mpdl.mpg.de/file/Pa51e5odnh4hdRN/c8/15/46/19-78d2-4deb-9fb5-5f39b4cc305e/0/thumbnail/a7255cc7550a3d846fecdd2351924c66.jpg",
    "fileUrl":"https://dev-faces.mpdl.mpg.de/file/Pa51e5odnh4hdRN/c8/15/46/19-78d2-4deb-9fb5-5f39b4cc305e/0/original/a7255cc7550a3d846fecdd2351924c66.jpg",
    "metadata":[  

    ],
    "fileSize":9942
},
{  
    "id":"nXDtFHlhMw8Wfjbi",
    "createdBy":{  
        "fullname":"B",
        "userId":"ru1IbM3wElWTHCil"
    },
    "modifiedBy":{  
        "fullname":"B",
        "userId":"ru1IbM3wElWTHCil"
    },
    "createdDate":"2015-05-13T11:27:42 +0200",
    "modifiedDate":"2015-05-13T11:27:42 +0200",
    "versionDate":"",
    "status":"PENDING",
    "version":0,
    "discardComment":"",
    "visibility":"PRIVATE",
    "collectionId":"Pa51e5odnh4hdRN",
    "filename":"SonarQubeDeadlySinns.PNG",
    "mimetype":"image/png",
    "checksumMd5":"65c62087a582b38c2ac2e806ea998bda",
    "webResolutionUrlUrl":"https://dev-faces.mpdl.mpg.de/file/Pa51e5odnh4hdRN/7e/68/b6/7c-924d-4502-aaaa-7e06d7dfbdc5/0/web/9eea2803fcb94eb7d7f483fda9634d28.jpg",
    "thumbnailUrl":"https://dev-faces.mpdl.mpg.de/file/Pa51e5odnh4hdRN/7e/68/b6/7c-924d-4502-aaaa-7e06d7dfbdc5/0/thumbnail/9eea2803fcb94eb7d7f483fda9634d28.jpg",
    "fileUrl":"https://dev-faces.mpdl.mpg.de/file/Pa51e5odnh4hdRN/7e/68/b6/7c-924d-4502-aaaa-7e06d7dfbdc5/0/original/9eea2803fcb94eb7d7f483fda9634d28.PNG",
    "metadata":[  

    ],
    "fileSize":134368
}
]
Clone this wiki locally