GET api/entry/QueryLicensedByEntryId?entryId={entryId}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| entryId | string | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
ReturnResultOfPagedResult| Name | Description | Type | Additional information | 
|---|---|---|---|
| Status | integer | 
                             None.  | 
                |
| Success | boolean | 
                             None.  | 
                |
| Data | PagedResult | 
                             None.  | 
                |
| Message | string | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
{
  "status": 1,
  "success": true,
  "data": {
    "totalCount": 1,
    "items": {}
  },
  "message": "sample string 3"
}
        application/xml, text/xml
            Sample:
<ReturnResultOfPagedResultDN9A7J8d xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Epass.Vue.WebApi.Models">
    <d2p1:items />
    <d2p1:totalCount>1</d2p1:totalCount>
  </Data>
  <Message>sample string 3</Message>
  <Status>1</Status>
  <Success>true</Success>
</ReturnResultOfPagedResultDN9A7J8d>