Guardline

    Get a person by ID

    Retrieves a person applicant by ID

    GET
    /people/{id}

    Path Parameters

    idstring
    Formatuuid

    Response Body

    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "status": "PENDING",
      "applicantData": {},
      "createdOn": "2019-08-24T14:15:22Z",
      "lastUpdatedOn": "2019-08-24T14:15:22Z"
    }
    Empty