Skip to content

Instantly share code, notes, and snippets.

@mimeoconnect
Created February 8, 2011 06:08
Show Gist options
  • Select an option

  • Save mimeoconnect/815968 to your computer and use it in GitHub Desktop.

Select an option

Save mimeoconnect/815968 to your computer and use it in GitHub Desktop.
This is an example JSON response for a fetch of a cloud print job using the Google Cloud Print (GCP) /fetch interface and the Zend PHP Framework.
{
"success": true,
"jobs": [
{
"id": "3432682791683548017",
"title": "CloudPrint_Architecture.pdf",
"status": "QUEUED",
"fileUrl": "http://docs.google.com/printing/download?id\u003d3432682791683548017",
"ticketUrl": "http://docs.google.com/printing/fetch?output\u003dxml\u0026jobid\u003d3432682791683548017"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment