Created
February 8, 2011 06:08
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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