lock
GET
api/kiosk/v1/search?query={query}&scope={scope}&type={type}
find a student/teacher/visitor
EXPANDexpand_more
Request Information
Roles
- Vendor_Kiosk
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
query | string |
Required |
|
scope | string |
Required |
|
type | string |
Required |
Body Parameters
None.
EXPANDexpand_more
Response Information
Resource Description
Collection of SearchResponseName | Description | Type | Additional information |
---|---|---|---|
identifier | string |
None. |
|
naturalIdentifer | string |
None. |
|
firstName | string |
None. |
|
lastName | string |
None. |
|
type | string |
None. |
|
class | string |
None. |
|
dateOfBirth | date |
None. |
Response Formats
[ { "identifier": "sample string 1", "naturalIdentifer": "sample string 2", "firstName": "sample string 3", "lastName": "sample string 4", "type": "sample string 5", "class": "sample string 6", "dateOfBirth": "2025-05-29T17:10:07.6945234+12:00" }, { "identifier": "sample string 1", "naturalIdentifer": "sample string 2", "firstName": "sample string 3", "lastName": "sample string 4", "type": "sample string 5", "class": "sample string 6", "dateOfBirth": "2025-05-29T17:10:07.6945234+12:00" } ]
<ArrayOfSearchResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Synergetic.Model.Settings.Kiosk"> <SearchResponse> <class>sample string 6</class> <dateOfBirth>2025-05-29T17:10:07.6945234+12:00</dateOfBirth> <firstName>sample string 3</firstName> <identifier>sample string 1</identifier> <lastName>sample string 4</lastName> <naturalIdentifer>sample string 2</naturalIdentifer> <type>sample string 5</type> </SearchResponse> <SearchResponse> <class>sample string 6</class> <dateOfBirth>2025-05-29T17:10:07.6945234+12:00</dateOfBirth> <firstName>sample string 3</firstName> <identifier>sample string 1</identifier> <lastName>sample string 4</lastName> <naturalIdentifer>sample string 2</naturalIdentifer> <type>sample string 5</type> </SearchResponse> </ArrayOfSearchResponse>