# Filtered People List **POST /People/Read/Filtered** This process returns a filtered subset of the people for the customer number specified. *Secret Hmac Required. Cache Time 1 Hour. Reset if person added or edited. [Multiple pages possible](#topic-multiple-pages).* ## Servers - https://Api.StrandVision.com/v1.0: https://Api.StrandVision.com/v1.0 () ## Authentication methods - Authorization key & Authorization date & Authorization hmac ## Parameters ### Body: (object) - **Filter** (array[object]) An array of filter criteria for the fields birthday, hiredate, emp_id, lastname, firstname, dept and title. The birthday and hiredate ignore the year and pass month, week or day values. +1day shows dates 1 day in the future, +-1day show dates 1 day in the past through 1 day in the future. month(7,8,9) day(1,2,3) selects people with dates in July, August and September matching the days listed. The other values can be '=value' or 'in("value1","value2")' or 'like("value1","value2")' - **SortBy** (string) The field to sort by (allowed: emp_id, lastname, firstname, dept, title, birthday, hiredate). emp_id is the default. - **Descending** (number) If the sort should be in descending order ## Responses ### 200 People list successfully returned #### Body: (object) - **Total** (number) The total number of people selected - **Page** (string) the current page of total pages text string - **Sort** (string) The sort fields used for these results - **People** (object) [Powered by Bump.sh](https://bump.sh)