get
https://sandbox-api.softpoint.io/interface/locations//employees
Use this endpoint to fetch employee records associated with a given location.
Main Query Parameters:
| Parameter | Data Type | Value Example | Description |
|---|---|---|---|
status | Integer | 1 | Filter employees by status (e.g., 1 for active). |
user_id | Integer | 12345 | Provided by softpoint |
limit | Integer | 10 | Number of records to return per page (e.g., 10). |
paginate | String | 'data' | Set to 'data' to enable pagination. |
page | Integer | 1 | Page number to retrieve. |
