Go to documentation repository
Previous page Next page
POST http://AxxonPSIM_user_login:AxxonPSIM_user_password@IP address:port/firserver/GetAnalityc
| Parameter | Required | Parameter description |
|---|---|---|
| server_id | Yes | Identifier of the Face recognition server in Face PSIM |
| 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 | Time in UTC+0 format starting from which you want to get the data |
| dateTimeTo | Yes | Time in UTC+0 format up to which you want to get the data |
| genders | No | Gender of persons: 0—Unknown, 1—Males, 2— Females If not specified, gender is not taken into account |
| faceMode | No | Type of persons: 0—all faces, 1—only recognized faces, 2—only unrecognized faces If not specified, then faceMode=0 |
| threshold | No | Threshold value of the faces similarity level. The default value is 0.8 If not specified, then threshold=0.8 |
| minPasses | No | Filter by the minimum number of accesses If not specified, filter is not taken into account |
| maxPasses | No | Filter by the maximum number of accesses If not specified, filter is not taken into account |
| cameraIds | No | Camera ID in Face PSIM If not specified, results for all cameras are returned |
POST http://1:1@127.0.0.1:10000/firserver/GetAnalityc
{
"server_id": "1",
"minAge": 0,
"maxAge": 1000,
"dateTimeFrom": "2018-08-17T21:00:00.000",
"dateTimeTo": "2018-09-18T20:59:59.000",
"genders": [
0,
1,
2
],
"faceMode": 0,
"threshold": 0.8,
"minPasses": 1,
"maxPasses": 10000,
"cameraIds": [
"1"
]
}
| Headline | Headline description |
|---|---|
| Allow | Returns the HTTP method used in request |
| Content-Length | Shows the size of characters in bytes received in the request |
| Content-Type | Returns the type of received request |
| Server | Specifies the server from which the request comes |
| Access-Control-Request-Method | Returns the HTTP method that can be used in the request |
| Access-Control-Origin | Shows if the server response can be accessed by the code that sends a request from this source |
| Date | Shows the time of the request |
| Parameter | Parameter description |
|---|---|
| PassAndLikesList | List of accesses of unique faces |
| MainPass | Data on the first access of a unique face (for more details, see Get the recognition protocol) |
| BestPerson | Data about the face from the face database and the similarity level of the reference face between a unique face, if such a person exists (for more details, see Get information about users from a specified department or the entire face database) |
| Timestamp | Time of adding a face to the reference face database in UTC+0 format |
| ImageId | Identifier of the reference face image from the face database |
| AutoCreated | true if the unrecognized face was added automatically. False if it was added manually |
| LastRecognitionTimestamp | Time of the last access in UTC+0 format |
| RecognitionCount | Number of accesses |
| LikePasses | List with data of similar accesses (similar to MainPass). Cannot be greater than 5 elements |
| Temperature | Face temperature in degrees Celsius |
| Emotion | Emotion: 0—undefined, 1—rage, 2—fear, 3—happiness, 4—without emotion, 5—sadness, 6—astonishment |
| Glasses | Glasses: 0—undefined, 1—tinted glasses, 2—without glasses, 3—glasses |
| FacialHair | Facial hair: 0—undefined; 1—beard, 2—bristle, 3—imperial beard and mustache, 4—imperial beard, 5—mustache, 6—absent |
| HairColor | Hair color: 0—undefined, 1—brunet, 2—blonde, 3—chestnut hair, 4—ginger, 5—gray |
| HairType | Type of bald head: 0—undefined, 1—bald, 2—with receding hairline, 3—without bald head |
| Headwear | Headwear: 0—undefined, 1—cap, 2—bandana, 3—beret, 4—beanie, 5—trapper hat, 6—fur hood, 7—glasses on head, 8—hat, 9—helmet, 10—hood, 11—kepi, 12—headscarf, 13—without headwear, 14—peaky cap |
| Liveness | Artificial face: 0—undefined, 1—no, 2—yes |
| Evasion | Face concealment: 0—undefined, 1—face not covered, 2—mask is on, 3—tinted glasses, 4—face partially covered, 5—balaclava, 6—other mask, 7 — mask isn't on properly |
| Total | Total number of unique faces |
| Males | Number of males |
| Females | Number of females |
| ProcessedTotal | Total number of processed faces |
| ProcessedDuration | Execution time of the faces processing in milliseconds |
| CompareCount | Total number of the face comparisons |
| Response | Response |
| Status | Status of the completed request: SUCCESS—successful, if error—see List of possible errors of the Face recognition server |