# Get the list of invitations (deprecated) Get the list of invitations based on the filter criteria provided. This API is deprecated. Use Endpoint: POST /v3/invitations/get Version: 3.0 Security: Bearer ## Header parameters: - `version` (number) Version number of the MeasureOne API you wish to integrate. - `Authorization` (string) Authorization API Key - `Content-type` (string) Content-type of the request payload. MeasureOne accepts content in application/json format unless specified otherwise ## Request fields (application/json): - `filters` (object) - `filters.status` (string) ## Response 200 fields (application/json): - `id` (string) Unique ID of the Invitation identified by MeasureOne - `individual_id` (string, required) Unique ID of the Individual identified by MeasureOne - `url` (string) - `created_at` (integer) Timestamp at which the invitation was created - `updated_at` (integer) Timestamp at which the invitation was last updated - `expires_at` (integer) Timestamp at which the invitation expires - `status` (any) Status of the invitation Enum: "ACTIVE", "USED", "EXPIRED", "COMPLETED" - `expiry_reason` (string) reason for expiration - `link_only` (boolean) Boolean indicating whether to send communication to the Individual or just generate a link. Default is and MeasureOne sends the Email Communication to the Individual. If , is required. - `requestor_name` (string) Name of the requesting organization / entity - `additional_message` (string) Additional message that you may want to pass to the candidate in the invitation email. This attribute cannot be used when is false. - `institution_name` (string) Institution name for which you want the candidate to complete verification. - `query_type` (array, required) Enum: "ACADEMIC_SUMMARY", "ENROLLMENT_STATUS", "EMPLOYMENT_SUMMARY", "INCOME_SUMMARY", "AUTO_INSURANCE_DETAILS", "HOME_INSURANCE_DETAILS", "INCOME_EMPLOYMENT_DETAILS", "REALIZED_GAINS" ## Response 400 fields (application/json): - `timestamp` (number) Timestamp in milliseconds - `error_code` (string) MeasureOne Error code - `error_message` (string) Details of the error ## Response 401 fields (application/json): - `timestamp` (number) Timestamp in milliseconds - `error_code` (string) MeasureOne Error code - `error_message` (string) Details of the error ## Response 405 fields (application/json): - `timestamp` (number) Timestamp in milliseconds Example: 1655227025839 - `error_code` (string) MeasureOne Error code Example: "METHOD_NOT_ALLOWED" - `error_message` (string) Details of the error Example: "Given Method not allowed" - `http_code` (number) Example: 405 ## Response 500 fields (application/json): - `timestamp` (number) Timestamp in milliseconds - `error_code` (string) MeasureOne Error code - `error_message` (string) Details of the error