Skip to content

Response fields

Description

InfoTrackPeople is currently on a stage of moving from version 1 to version 2. Thus, currently results from both versions will be returned on search

Because of not all sources were fully moved from v1 to v2, results are mixed from two versions. You may check detailed description of fields that are returned by each version in v1 and v2

Current flow can be represented this way.

stateDiagram-v2
    [*] --> v1
    [*] --> v2

    v1 --> MergeResults
    v2 --> MergeResults
    MergeResults --> API
    API --> [*]