Retrieve JC Batches By Code
  • 06 Jan 2025
  • 1 Minute to read
  • Dark
    Light

Retrieve JC Batches By Code

  • Dark
    Light

Article summary

Get
/jc-rest-api/rest/1/jcbatch

Query Standards

Finder

Following row finders are available for data filtering and optimizing request performance.

  • Select Job Batch
  • By UUID

Select Job Batch

Recommended finder parameters. Refer to Query Parameters for example.

ParameterDescriptionSample
compCodeCompany Code001

By UUID

This is an optional finder for querying a specific Job Batch by row ID.

ParameterDescriptionSample
/VUUIDThe VUuid attribute is the Unique row ID/jc-rest-api/rest/1/jcbatch/EC687C254CA70FF1E05316821FAC9C41
Security
HTTP
Type basic

Basic authentication

Query parameters
finder
string
ExampleselectJobBatch;compCode=001
limit
integer
Example500
offset
integer
Example0
totalResults
boolean
ExampleTrue
orderBy
string
ExampleJcbchVUuid:desc
Responses
200

OK

Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourcecollection+json
{
  "items": [
    {
      "JcbchAmt": 0,
      "JcbchAutoCreatedFlag": "N",
      "JcbchCompCode": "001",
      "JcbchCostTypeCode": null,
      "JcbchDate": "2015-05-06T19:50:46Z",
      "JcbchDsrcCode": null,
      "JcbchName": "BILL 2015-05-06 C",
      "JcbchNum": 56438,
      "JcbchPostDate": "2015-05-28T15:42:00Z",
      "JcbchTranDate": null,
      "JcbchTypeCode": "C",
      "JcbchUser": "BILL",
      "JcbchIuCreateDate": "2015-05-06T19:50:46Z",
      "JcbchIuUpdateDate": "2015-05-28T15:42:00Z",
      "JcbchVUuid": "EC687C2548470FF1E05316821FAC9C41",
      "links": [
        {
          "rel": "self",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/jc-rest-api/rest/1/jcbatch/EC687C2548470FF1E05316821FAC9C41",
          "name": "jcbatch",
          "kind": "item"
        },
        {
          "rel": "canonical",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/jc-rest-api/rest/1/jcbatch/EC687C2548470FF1E05316821FAC9C41",
          "name": "jcbatch",
          "kind": "item"
        }
      ]
    }
  ],
  "totalResults": 1012,
  "count": 1,
  "hasMore": true,
  "limit": 1,
  "offset": 0,
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/jc-rest-api/rest/1/jcbatch",
      "name": "jcbatch",
      "kind": "collection"
    }
  ]
}
object