Endpoint - people
- Last updated
- Save as PDF
The API has the following endpoints:
Returns all the people in the system
Request URL
https://[client_instance].serraview.com/api/v2/people
Model Schema
{ |
Create a person in the system
Request URL
https://[client_instance].serraview.com/api/v2/people
Model Schema
{ |
Returns a person's details
Request URL
https://[client_instance].serraview.com/api/v2/people/{id}
Model Schema
{ } } |
Returns the location for a person
Request URL
https://[client_instance].serraview.com/api/v2/people/{id}/location
Model Schema
{ |
Returns a floorplan where a person is located
Request URL
https://[client_instance].serraview.com/api/v2/people/{id}/location/image
Result
Returns a person's details (from employeeNo)
Request URL
https://[client_instance].serraview.com/api/v2/employeeNo
Model Schema
{ |
Find people using a fuzzy search across multiple columns
Request URL
https://[client_instance].serraview.com/api/v2/search
Model Schema
{ |
- No labels