GET api/Entities/Search?searchText={searchText}&status={status}&entityType={entityType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| searchText | string |
Required |
|
| status | string |
Required |
|
| entityType | string |
Required |
Body Parameters
None.
Response Information
Resource Description
EntitySearchResultSet| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalCount | integer |
None. |
|
| Results | Collection of BaseEntity |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.