Retrieve list of Index satisfying the input search criteria.
https://api-ppc.wsohosting.com/
There are no limitations specified.
IndexNameStartsWith
Index Name
string
PageNumber
Specified Page number to search
integer
PageSize
Specified Page size to search
integer
{
"items": [
{
"frequency": 1.1,
"indexId": 1,
"indexName": "sample string 2",
"priceFactor": 1.1,
"securityID": "sample string 3",
"series": "sample string 4",
"sortOrder": 5,
"addId": "sample string 7",
"addNode": "sample string 8",
"addDate": "2025-11-08T05:33:23.4908614-05:00",
"lastChangeId": "sample string 10",
"lastChangeNode": "sample string 11",
"lastChangeDate": "2025-11-08T05:33:23.4908614-05:00"
},
{
"frequency": 1.1,
"indexId": 1,
"indexName": "sample string 2",
"priceFactor": 1.1,
"securityID": "sample string 3",
"series": "sample string 4",
"sortOrder": 5,
"addId": "sample string 7",
"addNode": "sample string 8",
"addDate": "2025-11-08T05:33:23.4908614-05:00",
"lastChangeId": "sample string 10",
"lastChangeNode": "sample string 11",
"lastChangeDate": "2025-11-08T05:33:23.4908614-05:00"
}
],
"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"
}
]
}
<PagedListOfIndex xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Items xmlns:d2p1="http://schemas.datacontract.org/2004/07/WSO.API.Reference.Models.v1">
<d2p1:Index>
<d2p1:AddDate>2025-11-08T05:33:23.4908614-05:00</d2p1:AddDate>
<d2p1:AddId>sample string 7</d2p1:AddId>
<d2p1:AddNode>sample string 8</d2p1:AddNode>
<d2p1:Frequency>1.1</d2p1:Frequency>
<d2p1:IndexId>1</d2p1:IndexId>
<d2p1:IndexName>sample string 2</d2p1:IndexName>
<d2p1:LastChangeDate>2025-11-08T05:33:23.4908614-05:00</d2p1:LastChangeDate>
<d2p1:LastChangeId>sample string 10</d2p1:LastChangeId>
<d2p1:LastChangeNode>sample string 11</d2p1:LastChangeNode>
<d2p1:PriceFactor>1.1</d2p1:PriceFactor>
<d2p1:SecurityID>sample string 3</d2p1:SecurityID>
<d2p1:Series>sample string 4</d2p1:Series>
<d2p1:SortOrder>5</d2p1:SortOrder>
</d2p1:Index>
<d2p1:Index>
<d2p1:AddDate>2025-11-08T05:33:23.4908614-05:00</d2p1:AddDate>
<d2p1:AddId>sample string 7</d2p1:AddId>
<d2p1:AddNode>sample string 8</d2p1:AddNode>
<d2p1:Frequency>1.1</d2p1:Frequency>
<d2p1:IndexId>1</d2p1:IndexId>
<d2p1:IndexName>sample string 2</d2p1:IndexName>
<d2p1:LastChangeDate>2025-11-08T05:33:23.4908614-05:00</d2p1:LastChangeDate>
<d2p1:LastChangeId>sample string 10</d2p1:LastChangeId>
<d2p1:LastChangeNode>sample string 11</d2p1:LastChangeNode>
<d2p1:PriceFactor>1.1</d2p1:PriceFactor>
<d2p1:SecurityID>sample string 3</d2p1:SecurityID>
<d2p1:Series>sample string 4</d2p1:Series>
<d2p1:SortOrder>5</d2p1:SortOrder>
</d2p1:Index>
</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>
</PagedListOfIndex>