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 9, 2015 · 11 revisions

##GET /items/

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

###Parameters

  • q - Search query for Items (see Search Query Syntax)
  • syntax- (raw|default) - Desired format of the result (if anything different than "raw" is specified, default syntax will be used)

####Example request *All items accessible to user

`curl http://<base-url-rest-api>/items`

*Items with "test" in their metadata with raw syntax

`curl http://<base-url-rest-api>/items?q=test&syntax=raw`

####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":"MzNF1E5iJogKnG99",
"createdBy":{  
    "fullname":"Shi, Allen",
    "userId":"VVP5wGtYQMzvQUQ3"
},
"modifiedBy":{  
    "fullname":"Shi, Allen",
    "userId":"VVP5wGtYQMzvQUQ3"
},
"createdDate":"2015-06-23T11:16:04 +0200",
"modifiedDate":"2015-06-23T11:16:04 +0200",
"versionDate":"",
"status":"RELEASED",
"version":0,
"discardComment":"",
"visibility":"PUBLIC",
"collectionId":"DCQVKA8esikfRTWi",
"filename":"20150623_111553.wav",
"mimetype":"audio/x-wav",
"checksumMd5":"0d67ea9c14806b2b0dc0fadd0ec831f3",
"webResolutionUrlUrl":"https://dev-faces.mpdl.mpg.de/file/DCQVKA8esikfRTWi/91/0e/f6/38-d071-42d9-a100-ee933c93393b/0/web/eb35833b12507d068708b71d4ec66b40.jpg",
"thumbnailUrl":"https://dev-faces.mpdl.mpg.de/file/DCQVKA8esikfRTWi/91/0e/f6/38-d071-42d9-a100-ee933c93393b/0/thumbnail/eb35833b12507d068708b71d4ec66b40.jpg",
"fileUrl":"https://dev-faces.mpdl.mpg.de/file/DCQVKA8esikfRTWi/91/0e/f6/38-d071-42d9-a100-ee933c93393b/0/original/eb35833b12507d068708b71d4ec66b40.wav",
"fileSize":132652,
"metadata":{  
    "tags":"test",
    "author":"Allen",
    "title":"Amalienstraße 33-37, 80799 München, Germany",
    "location":{  
        "name":"Amalienstraße 33-37, 80799 München, Germany",
        "longitude":11.5768219,
        "latitude":48.1480312
    },
    "deviceID":"1",
    "accuracy":21.21299934387207
}
}

####Response example in raw syntax

[  
{  
    "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