Retrieve SC Details By Code
  • 06 Jan 2025
  • 1 Minute to read
  • Dark
    Light

Retrieve SC Details By Code

  • Dark
    Light

Article summary

Get
/pm-rest-api/rest/1/scsched

Query Standards

Finder

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

  • Select Schedule Of Value
  • By UUID

Select Schedule Of Value

Recommended finder parameters. Refer to Query Parameters for example.

ParameterDescriptionSample
CreateDateGTEQCreate Date2015-08-17T16:45:22-04:00
VenCodeVarVendor Code10TILE
JobCodeSOVJob Code15-001
ContCodeVarContract Code15-001.001
CompCodeVarCompany Code001

By UUID

This is an optional finder for querying a specific Subcontract Detail by row ID.

ParameterDescriptionSample
/VUUIDThe VUuid attribute is the Unique row ID/pm-rest-api/rest/1/scsched/EB6C0C7B7A3F613CE05316821FAC75C2
Security
HTTP
Type basic

Basic authentication

Query parameters
finder
string
ExampleselectSOV; CreateDateGTEQ=2015-08-17T16:45:22-04:00, VenCodeVar=10TILE, JobCodeSOV=15-001, ContCodeVar=15-001.001, CompCodeVar=001
limit
integer
Example500
offset
integer
Example0
totalResults
boolean
ExampleTrue
orderBy
string
ExampleScschVUuid:desc
Responses
200

OK

Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourcecollection+json
{
  "items": [
    {
      "ScschAmt": 1500,
      "ScschApexpCode": null,
      "ScschBillCode": null,
      "ScschCatCode": "S",
      "ScschChgCode": "000",
      "ScschCompCode": "001",
      "ScschComplAmt": null,
      "ScschComplPct": null,
      "ScschComplQty": null,
      "ScschContCode": "15-001.001",
      "ScschCurrHldbkAmt": null,
      "ScschCurrHldbkRlsAmt": null,
      "ScschFullyPurchasedFlag": "N",
      "ScschHldbkPct": 0,
      "ScschIuCreateDate": "2015-08-17T20:45:22Z",
      "ScschIuUpdateDate": "2015-08-17T20:46:17Z",
      "ScschJbBillCode": null,
      "ScschJbContCode": null,
      "ScschJobCode": "15-001",
      "ScschLineChangedFlag": null,
      "ScschLineNum": null,
      "ScschLongDesc": null,
      "ScschLstAmt": null,
      "ScschOraseq": 62678,
      "ScschOrderNum": null,
      "ScschPhsCode": "99999",
      "ScschPrevCertAmt": null,
      "ScschPrevCertQty": null,
      "ScschPrevHldbkAmt": null,
      "ScschPrevHldbkRlsAmt": null,
      "ScschSiLineNum": null,
      "ScschSiMastJobCode": null,
      "ScschSiNum": null,
      "ScschSiRevisNum": null,
      "ScschSubcontrCode": "NONE",
      "ScschTaskCode": "1",
      "ScschTaskName": "Subcontract",
      "ScschTax1Code": null,
      "ScschTax1TaxableFlag": "Y",
      "ScschTax2Code": null,
      "ScschTax2TaxableFlag": "Y",
      "ScschTax3Code": null,
      "ScschTax3TaxableFlag": "Y",
      "ScschTax4Code": null,
      "ScschTax4TaxableFlag": null,
      "ScschTax5Code": null,
      "ScschTax5TaxableFlag": null,
      "ScschTendpackLineNum": null,
      "ScschUnit": null,
      "ScschUnitRate": 0,
      "ScschVenCode": "10TILE",
      "ScschWbsvCode1": null,
      "ScschWbsvCode2": null,
      "ScschWbsvCode3": null,
      "ScschWbsvCode4": null,
      "ScschWmCode": "$",
      "ScschVUuid": "BD8E170D5BBC2691E05316821FAC4947",
      "ScschSeqNumUniqueBySc": 1,
      "links": [
        {
          "rel": "self",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/scsched/BD8E170D5BBC2691E05316821FAC4947",
          "name": "scsched",
          "kind": "item"
        },
        {
          "rel": "canonical",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/scsched/BD8E170D5BBC2691E05316821FAC4947",
          "name": "scsched",
          "kind": "item"
        }
      ]
    }
  ],
  "count": 1,
  "hasMore": false,
  "limit": 50,
  "offset": 0,
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/scsched",
      "name": "scsched",
      "kind": "collection"
    }
  ]
}
object