Multiple Item Output Example

{
  "data": [
     {
        "clientid": 3,
        "name": "Polymatou",
        "uname": "i686-pc-linux-gnu,redhat,(Stentz)",
        "autoprune": 1,
        "fileretention": 2592000,
        "jobretention": 31536000
     },
     {
        "clientid": 4,
        "name": "Minou",
        "uname": "2.4.2 (26Jul08) Linux,Cross-compile,Win32",
        "autoprune": 1,
        "fileretention": 2592000,
        "jobretention": 31536000
     },
     {
        "clientid": 5,
        "name": "Tibs",
        "uname": "3.0.3a (06Dec09) Linux,Cross-compile,Win32",
        "autoprune": 1,
        "fileretention": 5184000,
        "jobretention": 31536000
     }
  ],
  "error": 0,
  "limit": 50,
  "offset": 0
}

Go back to the Output Data Format chapter.

Go back to the REST API chapter.

Go back to the main Advanced Features Usage page.