GetPersonnel
- Last UpdatedOct 05, 2022
- 1 minute read
The GetPersonnel method returns a full or filtered list of personnel. When only the user credentials are specified in the GetPersonnel request, the entire personnel list is returned.
You can also return a filtered list of personnel that is filtered by one of the following properties:
-
PersonnelID - Exact or Regular expression.
-
Personnel properties - ID property, Value property, multiple properties.
Returning the full list
Specify only the user credentials to return the entire personnel list.
Filtering by Personnel ID
You can filter the GetPersonnel list by Personnel ID. Each personnel is uniquely identified by its ID, which is currently the Personnel full name. The scheme name is currently the full name, and you can choose to perform an Exact or Regular Expression match.
Filtering by Personnel properties
You can filter the GetPersonnel list by Personnel properties, including:
-
ID property
-
Value property
-
Multiple properties
The returned results would be an AND of the specified filters.
Filtering by multiple properties
The properties filter is an array, so you can specify any number of properties to filter by. The result would be a material that has the properties of the specified filters.
For more information and examples, see the Get Equipment topic.