Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Resource path: /eagle/report/v1/fieldRule/{fieldRuleId}

Examples: 

Web Browser

https://O171-q001-ww01.eagleinvsyfiels.com/eagle/report/v1/fieldRule/379

Curl

curl -u user:password fiel“https://o171-q001-ww01.eagleinvsys.com/eagle/report/v1/fieldRule/379

Sample response:

[

    {

        "fieldRuleId": 379,

        "fieldRuleName": "Partition UI Test RR-FR",

        "fieldName": "Security ID",

        "fieldAttributeId": "2235"

    }]


sourceRules: A GET request to return a list of all the source rules from eagle database.

Resource path:/eagle/report/v1/sourceRules

Examples: 

Web Browser

https://O171-q001-ww01.eagleinvsys.com/eagle/report/v1/sourceRules

Curl

curl -u user:password “https://o171-q001-ww01.eagleinvsys.com/eagle/report/v1/ sourceRules”

Sample response:

[

    {

        "sourceRuleId": 2,

        "sourceRuleDescription": "eglUpldr-Uploader Prep Rule 2-SR",

        "sourceType": "POS",

        "srcInftcInst": "38",

        "sourceSeq": "1"

    }]


sourceRule: A GET request to return a list of all sources in a source Rule by providing Source Rule Id.

Resource path: /eagle/report/v1/sourceRule

Examples: 

Web Browser

https://O171-q001-ww01.eagleinvsys.com/eagle/report/v1/sourceRules

Curl

curl -u user:password “https://o171-q001-ww01.eagleinvsys.com/eagle/report/v1/ sourceRule/409”

Sample response:

Sample response:

[

    {

        "sourceRuleId": 409,

        "sourceRuleDescription": "GA-KS-CountrySecType-Country-SR",

        "sourceType": "ANL",

        "srcInftcInst": "35",

        "sourceSeq": "1",

        "sourceDescription": "SRCSEC01"

    }]

POST Method of REST Endpoint

...