GET api/VerificationStandingWDTF/TopRowsByBusiness/{id}/{toprow}
Get the # of most recent by business id based on the CheckDate
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| toprow | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of uspWDTFVerificationStandingWDTFSelectByBusinessIDTopRows_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| description | string |
None. |
|
| BusinessID | integer |
None. |
|
| ApplicationID | integer |
None. |
|
| CheckDate | date |
None. |
|
| Standing | integer |
None. |
|
| Notes | string |
None. |
|
| InsertBy | integer |
None. |
|
| InsertDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"description": "sample string 2",
"BusinessID": 3,
"ApplicationID": 1,
"CheckDate": "2025-10-29T05:06:29.8070697-06:00",
"Standing": 1,
"Notes": "sample string 4",
"InsertBy": 5,
"InsertDate": "2025-10-29T05:06:29.8070697-06:00"
},
{
"Id": 1,
"description": "sample string 2",
"BusinessID": 3,
"ApplicationID": 1,
"CheckDate": "2025-10-29T05:06:29.8070697-06:00",
"Standing": 1,
"Notes": "sample string 4",
"InsertBy": 5,
"InsertDate": "2025-10-29T05:06:29.8070697-06:00"
}
]
text/html
Sample:
[{"Id":1,"description":"sample string 2","BusinessID":3,"ApplicationID":1,"CheckDate":"2025-10-29T05:06:29.8070697-06:00","Standing":1,"Notes":"sample string 4","InsertBy":5,"InsertDate":"2025-10-29T05:06:29.8070697-06:00"},{"Id":1,"description":"sample string 2","BusinessID":3,"ApplicationID":1,"CheckDate":"2025-10-29T05:06:29.8070697-06:00","Standing":1,"Notes":"sample string 4","InsertBy":5,"InsertDate":"2025-10-29T05:06:29.8070697-06:00"}]
application/xml, text/xml
Sample:
<ArrayOfuspWDTFVerificationStandingWDTFSelectByBusinessIDTopRows_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._DAL">
<uspWDTFVerificationStandingWDTFSelectByBusinessIDTopRows_Result>
<ApplicationID>1</ApplicationID>
<BusinessID>3</BusinessID>
<CheckDate>2025-10-29T05:06:29.8070697-06:00</CheckDate>
<Id>1</Id>
<InsertBy>5</InsertBy>
<InsertDate>2025-10-29T05:06:29.8070697-06:00</InsertDate>
<Notes>sample string 4</Notes>
<Standing>1</Standing>
<description>sample string 2</description>
</uspWDTFVerificationStandingWDTFSelectByBusinessIDTopRows_Result>
<uspWDTFVerificationStandingWDTFSelectByBusinessIDTopRows_Result>
<ApplicationID>1</ApplicationID>
<BusinessID>3</BusinessID>
<CheckDate>2025-10-29T05:06:29.8070697-06:00</CheckDate>
<Id>1</Id>
<InsertBy>5</InsertBy>
<InsertDate>2025-10-29T05:06:29.8070697-06:00</InsertDate>
<Notes>sample string 4</Notes>
<Standing>1</Standing>
<description>sample string 2</description>
</uspWDTFVerificationStandingWDTFSelectByBusinessIDTopRows_Result>
</ArrayOfuspWDTFVerificationStandingWDTFSelectByBusinessIDTopRows_Result>