Skip to content

Instantly share code, notes, and snippets.

@EricWarnke
Created November 2, 2012 22:11
Show Gist options
  • Save EricWarnke/4004670 to your computer and use it in GitHub Desktop.
Save EricWarnke/4004670 to your computer and use it in GitHub Desktop.
http://mover.io/docs#transfer_templates List Transfers from a Template
curl https://api.mover.io/templates/8hCxfCv39p7uBUWaLsJx/transfers \
-X GET \
-H "Authorization: MoverAPI app_id=2tsc0f9n9l4v209oara0mb2j5ur9my8v app_secret=65oow347p1q7d0loj45oje2u3sol99xd"
{
"count" : 34,
"page" : 1,
"transfers" : [
{
"id" : "AOq0256atUHouhaG9265Rs",
"status" : {
"code" : 100,
"text" : "Completed Successfully - All Files Transfered"
},
"source" : {
"connector_id" : "ZHapto96125uySRatpo7UO",
"collection_id" : "61253p7AHTG69tpoHSTG9U"
},
"destination" : {
"connector_id" : "za0536H0sdh526JLlH",
"collection_id" : "AStoghH9woh2AAaot56TH"
},
"bytes_in" : 1956135423,
"bytes_out" : 1956135423,
"files_in" : 8879,
"files_out" : 8879,
"start_time" : 1350937497,
"end_time" : 1350987324,
"options" : {
"archive" : true
}
},
{
...
},
...
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment