# Get 'Apartmentrequirementprofile' Endpoint: GET /markets/requirementprofiles/apartmentrequirementprofile/{pk}/ Version: 2.0.0 Security: customer_id, application_id, service_id, service_version_id, client_ct, client_object_id, client_secret ## Path parameters: - `pk` (string, required) ## Response 200 fields (application/json): - `id` (string, required) Additional Validation Information: Must be unique - `is_corporate_allowed` (boolean, required) - `name` (string, required) - `is_private_allowed` (boolean, required) - `is_historical_bankruptcy_allowed` (boolean, required) - `is_guarantor_allowed` (boolean, required) - `is_outstanding_debt_balance_allowed` (boolean, required) - `is_debt_restructuring_allowed` (boolean, required) - `post_rent_normal_income_factor` (string,null) Additional Validation Information: Minimum value: 0 - `max_residents_over_room_count` (integer,null) - `allow_smoking` (boolean) - `audience` (string) Enum: "SENIOR", "EVERYONE", "YOUTH", "BENEFIT_APARTMENT", "STUDENT" - `allowed_income_sources` (array) - `organization` (object,null) - `organization.id` (string) - `guarantor_pre_rent_net_income_factor` (string,null) Additional Validation Information: Minimum value: 0 - `max_age` (integer,null) Additional Validation Information: This value must be set with a proper magnitude, in relation to the following fields: min_age - `created_at` (string) - `max_amount_of_moves_in_last_three_years` (integer,null) - `custom_id` (string,null) - `max_amount_of_current_contracts` (integer,null) - `type_of_income_factor` (string,null) Enum: "POST_RENT_NORMAL_INCOME", "PRE_RENT_NET_INCOME" - `max_amount_of_active_listing_applications` (integer,null) - `max_number_of_payment_remarks` (integer,null) - `allow_pets` (boolean) - `min_age` (integer,null) Additional Validation Information: This value must be set with a proper magnitude, in relation to the following fields: max_age - `pre_rent_net_income_factor` (string,null) Additional Validation Information: Minimum value: 0 ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 429 fields