Retrieve a Specific Invoice Registry Group By VUUID
    • 06 Jan 2025
    • 1 Minute to read
    • Dark
      Light

    Retrieve a Specific Invoice Registry Group By VUUID

    • Dark
      Light

    Article summary

    Get
    /ap-rest-api/rest/1/apreggrp/E704B3A1DACE54FDE05316821FACB3AC

    Query Standards

    KeyRecommendedDescription
    finderYesFilters data based on attributes
    limitYesNo. of items to return
    offsetYesitem index
    totalResultsYesReturns total number of items
    orderByYesReturns list of items order by given attribute

    Finder

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

    • By UUID

    By UUID

    This is the recommended finder for querying a specific Invoice Registry Group by its row ID.

    ParameterDescriptionSample
    /VUUIDThe VUuid attribute is the Unique row ID/ap-rest-api/rest/1/apreggrp/E704B3A1DACE54FDE05316821FACB3AC
    Security
    HTTP
    Type basic

    Basic authentication

    Responses
    200

    OK

    Headers
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceitem+json
    {
      "AprgCode": "AP1",
      "AprgCompCode": "001",
      "AprgDesc": "Invoicestest",
      "AprgRowid": "AAAX4GAAIAAEJNHAAA",
      "AprgVUuid": "E704B3A1DACE54FDE05316821FACB3AC",
      "DiscriminatorCode": null,
      "links": [
        {
          "rel": "self",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/ap-rest-api/rest/1/apreggrp/E704B3A1DACE54FDE05316821FACB3AC",
          "name": "apreggrp",
          "kind": "item"
        },
        {
          "rel": "canonical",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/ap-rest-api/rest/1/apreggrp/E704B3A1DACE54FDE05316821FACB3AC",
          "name": "apreggrp",
          "kind": "item"
        }
      ]
    }
    object