Versions Compared

Key

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

...

Resource path: /eagle/report/v1/reportRules

Examples:

Web Browser

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

Curl

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

Sample response:

[

    {

       "reportRuleId": 2,

        "reportRuleName": "eglUpldr-Uploader Prep Rule 2",

        "reportType": "Positions",

        "reportSubType": "Single Period"

    }]


fieldRules: A GET request to return a list of all field Rules in Eagle Database.

Resource path: /eagle/report/v1/fieldRules

Examples: 

Web Browser

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

Curl

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

Sample response:    

[

    {

        "fieldRuleId": 3,

        "fieldRuleName": "eglUpldr-Uploader Prep Rule 2-FR",

        "reportType": "Positions",

        "reportSubType": "Single Period"

    }]

fieldRule: A GET request to return a list of all fields in a field rule by providing field rule ID.

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.

.




POST Method of REST Endpoint

...