You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

What is the use of links in REST API response

Summary:

What is the use of links in REST API response

Content (required):

Hi Expert,

In response of any REST API in oracle fusion it provides some links along with the data.what is the use cases of this links.Below is one example for this and how to use it.

{
    "InstallmentNumber": 1,
    "UnpaidAmount": 0,
    "DueDate": "2018-02-15",
    "GrossAmount": 31,
    ...
    "links": [
        {
            "rel": "self",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/invoices/300100128521001/child/invoiceInstallments/00020000000EACED00057708000110F0818EBB290000000EACED000577080000000000000001",
            "name": "invoiceInstallments",
            "kind": "item",
          

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!