Ricoh USA · Example Payload

Theta Web Api Take Picture Example

PrintingDocument ManagementWorkplace ServicesImaging360 CamerasWorkflow Automation

Theta Web Api Take Picture Example is an example object payload from Ricoh USA, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "http://192.168.1.1/osc/commands/execute",
    "headers": {
      "Content-Type": "application/json;charset=utf-8"
    },
    "body": {
      "name": "camera.takePicture"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "name": "camera.takePicture",
      "state": "done",
      "results": {
        "fileUrl": "http://192.168.1.1/files/abc123/100RICOH/R0010001.JPG",
        "_dngFileUrl": "http://192.168.1.1/files/abc123/100RICOH/R0010001.DNG"
      }
    }
  }
}