Go to documentation repository
POST POST http://AxxonPSIM_user_login:AxxonPSIM_AxxonPSIM:user_password_AxxonPSIM@IP adresspassword@IP address:port/firserver/GetProtocols
Parameter | Required | Parameter description |
---|---|---|
server_id | Yes | ID of the Face recognition server in Face PSIM |
onlineRefresh | Yes | This parameter must be set to 1 |
genders | No | Gender: 0—undefined, 1—male, 2—female If not specified, gender is not taken into account |
page | No | Number of pages with results If not specified, then page = 1 |
pageSize | No | Number of results per page If not specified, then pageSize = 1, that is, there is one result on one page |
cameraIds | No | Camera IDs (GUID or ID in the Axxon PSIM object tree) If not specified, then results for all cameras are displayed |
sim_min | No | Face types: -1—all faces, 1—only recognized faces, 0—only unrecognized faces If not specified, then sim_min = -1 |
minAge | No | Minimum age of persons If not specified, age is not taken into account |
maxAge | No | Maximum age of persons If not specified, age is not taken into account |
dateTimeFrom | Yes | The initial boundary of the time period in UTC+0 format: yyyy-mm-ddThh:nn:ss.fff |
dateTimeTo | Yes | The end boundary of the time period in UTC+0 format: yyyy-mm-ddThh:nn:ss.fff |
...