GET v1/Bonds

Description

Retrieve list of bonds satisfying the input search criteria.

Base Url

https://api-zion.wsohosting.com/


Rest Call Syntax


GET SecurityMaster/v1/Bonds

GET SecurityMaster/v1/Bonds

Verb

Base Url

URI parameters

 = 

Authentication



Response Format


Headers

Add header


 

Delete




Limitations

There are no limitations specified.




Request Information


Parameters

Name

Description

Type

Additional Information

AssetNameExactMatch

This flag will allow a search by Asset Name Exact Match

string

BankDealNameExactMatch

This flag will allow a search by BankDeal Name Exact Match

string

IsDeleted

This flag will allow the return of deleted assets in the search results

IssuerNameExactMatch

This flag will allow a search by Issuer Name Exact Match

string

PageNumber

Specified Page number to search

integer

PageSize

Specified Page size to search

integer




Response Information



PagedList Of AssetListItem

Name

Description

Type

Additional Information

Items

Collection of AssetListItem

Links

Collection of Link

PagingInformation




Response Body Formats



application/json, text/json

Sample:
{
  "items": [
    {
      "assetId": 1,
      "assetName": "sample string 2",
      "assetType": "Loan",
      "issuerName": "sample string 3",
      "bankDealName": "sample string 4",
      "maturityDate": "2024-10-08T05:39:19.5295376-05:00",
      "currencyCode": "sample string 6",
      "couponType": "Fixed",
      "spreadValue": 1.1,
      "links": [
        {
          "verb": "sample string 1",
          "rel": "sample string 2",
          "uri": "http://webapihelppage3.com"
        },
        {
          "verb": "sample string 1",
          "rel": "sample string 2",
          "uri": "http://webapihelppage3.com"
        }
      ]
    },
    {
      "assetId": 1,
      "assetName": "sample string 2",
      "assetType": "Loan",
      "issuerName": "sample string 3",
      "bankDealName": "sample string 4",
      "maturityDate": "2024-10-08T05:39:19.5295376-05:00",
      "currencyCode": "sample string 6",
      "couponType": "Fixed",
      "spreadValue": 1.1,
      "links": [
        {
          "verb": "sample string 1",
          "rel": "sample string 2",
          "uri": "http://webapihelppage3.com"
        },
        {
          "verb": "sample string 1",
          "rel": "sample string 2",
          "uri": "http://webapihelppage3.com"
        }
      ]
    }
  ],
  "pagingInformation": {
    "totalItems": 1,
    "totalPages": 2,
    "itemsPerPage": 3,
    "currentPage": 4,
    "startRow": 5,
    "endRow": 6
  },
  "links": [
    {
      "verb": "sample string 1",
      "rel": "sample string 2",
      "uri": "http://webapihelppage3.com"
    },
    {
      "verb": "sample string 1",
      "rel": "sample string 2",
      "uri": "http://webapihelppage3.com"
    }
  ]
}

application/xml, text/xml

Sample:
<PagedListOfAssetListItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Items>
    <AssetListItem>
      <AssetId>1</AssetId>
      <AssetName>sample string 2</AssetName>
      <AssetType>Loan</AssetType>
      <BankDealName>sample string 4</BankDealName>
      <CouponType>Fixed</CouponType>
      <CurrencyCode>sample string 6</CurrencyCode>
      <IssuerName>sample string 3</IssuerName>
      <Links>
        <Link>
          <Rel>sample string 2</Rel>
          <Uri>http://webapihelppage3.com/</Uri>
          <Verb>sample string 1</Verb>
        </Link>
        <Link>
          <Rel>sample string 2</Rel>
          <Uri>http://webapihelppage3.com/</Uri>
          <Verb>sample string 1</Verb>
        </Link>
      </Links>
      <MaturityDate>2024-10-08T05:39:19.5295376-05:00</MaturityDate>
      <SpreadValue>1.1</SpreadValue>
    </AssetListItem>
    <AssetListItem>
      <AssetId>1</AssetId>
      <AssetName>sample string 2</AssetName>
      <AssetType>Loan</AssetType>
      <BankDealName>sample string 4</BankDealName>
      <CouponType>Fixed</CouponType>
      <CurrencyCode>sample string 6</CurrencyCode>
      <IssuerName>sample string 3</IssuerName>
      <Links>
        <Link>
          <Rel>sample string 2</Rel>
          <Uri>http://webapihelppage3.com/</Uri>
          <Verb>sample string 1</Verb>
        </Link>
        <Link>
          <Rel>sample string 2</Rel>
          <Uri>http://webapihelppage3.com/</Uri>
          <Verb>sample string 1</Verb>
        </Link>
      </Links>
      <MaturityDate>2024-10-08T05:39:19.5295376-05:00</MaturityDate>
      <SpreadValue>1.1</SpreadValue>
    </AssetListItem>
  </Items>
  <Links>
    <Link>
      <Rel>sample string 2</Rel>
      <Uri>http://webapihelppage3.com/</Uri>
      <Verb>sample string 1</Verb>
    </Link>
    <Link>
      <Rel>sample string 2</Rel>
      <Uri>http://webapihelppage3.com/</Uri>
      <Verb>sample string 1</Verb>
    </Link>
  </Links>
  <PagingInformation>
    <CurrentPage>4</CurrentPage>
    <EndRow>6</EndRow>
    <ItemsPerPage>3</ItemsPerPage>
    <StartRow>5</StartRow>
    <TotalItems>1</TotalItems>
    <TotalPages>2</TotalPages>
  </PagingInformation>
</PagedListOfAssetListItem>



Feedback



(0 out of 1500 characters used)
Feedback has been submitted. Thank you for your feedback.
Automatic feedback submission has been turned off by your system administrator. Your feedback has been logged to the exceptions table. Please contact support to find out how to manually send in your feedback. Thank you.