@nightsquawktech/appfolio-mcp-server 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/COMMERCIAL.md +35 -0
- package/LICENSE +661 -0
- package/README.md +127 -0
- package/dist/catalog/index.json +1511 -0
- package/dist/catalog/report-spec.js +27 -0
- package/dist/catalog/reports/account_totals.json +112 -0
- package/dist/catalog/reports/additional_fees.json +73 -0
- package/dist/catalog/reports/aged_payables_summary.json +124 -0
- package/dist/catalog/reports/aged_receivables_detail.json +132 -0
- package/dist/catalog/reports/amenities_by_property.json +73 -0
- package/dist/catalog/reports/annual_budget_comparative.json +138 -0
- package/dist/catalog/reports/annual_budget_forecast.json +125 -0
- package/dist/catalog/reports/appfolio_stack_usage.json +112 -0
- package/dist/catalog/reports/association_work_order.json +232 -0
- package/dist/catalog/reports/balance_sheet.json +124 -0
- package/dist/catalog/reports/balance_sheet_comparative.json +126 -0
- package/dist/catalog/reports/balance_sheet_comparison.json +113 -0
- package/dist/catalog/reports/bank_account_association.json +94 -0
- package/dist/catalog/reports/bill_detail.json +183 -0
- package/dist/catalog/reports/board_of_directors.json +87 -0
- package/dist/catalog/reports/budget_comparative.json +162 -0
- package/dist/catalog/reports/budget_comparison.json +141 -0
- package/dist/catalog/reports/cancelled_processes.json +122 -0
- package/dist/catalog/reports/cash_flow.json +158 -0
- package/dist/catalog/reports/cash_flow_comparison.json +158 -0
- package/dist/catalog/reports/cash_flow_detail.json +129 -0
- package/dist/catalog/reports/charge_detail.json +198 -0
- package/dist/catalog/reports/chart_of_accounts.json +22 -0
- package/dist/catalog/reports/check_register.json +181 -0
- package/dist/catalog/reports/check_register_detail.json +181 -0
- package/dist/catalog/reports/completed_processes.json +117 -0
- package/dist/catalog/reports/delinquency.json +164 -0
- package/dist/catalog/reports/delinquency_as_of.json +155 -0
- package/dist/catalog/reports/deposit_register.json +51 -0
- package/dist/catalog/reports/dues_roll.json +89 -0
- package/dist/catalog/reports/dues_roll_itemized.json +113 -0
- package/dist/catalog/reports/eligible_debt_summary.json +73 -0
- package/dist/catalog/reports/email_delivery_errors.json +104 -0
- package/dist/catalog/reports/expense_distribution.json +109 -0
- package/dist/catalog/reports/expense_register.json +149 -0
- package/dist/catalog/reports/fixed_assets.json +111 -0
- package/dist/catalog/reports/flows_assigned_tasks.json +103 -0
- package/dist/catalog/reports/fund_balance_sheet.json +113 -0
- package/dist/catalog/reports/fund_balance_sheet_active_funds.json +113 -0
- package/dist/catalog/reports/fund_income_statement.json +132 -0
- package/dist/catalog/reports/general_ledger.json +166 -0
- package/dist/catalog/reports/gross_potential_rent_enhanced.json +102 -0
- package/dist/catalog/reports/guest_card_inquiries.json +177 -0
- package/dist/catalog/reports/guest_cards.json +161 -0
- package/dist/catalog/reports/historical_advertised_rent.json +92 -0
- package/dist/catalog/reports/homeowner_delinquency.json +143 -0
- package/dist/catalog/reports/homeowner_delinquency_as_of.json +161 -0
- package/dist/catalog/reports/homeowner_directory.json +126 -0
- package/dist/catalog/reports/homeowner_ledger.json +59 -0
- package/dist/catalog/reports/homeowner_prepayment_balance.json +127 -0
- package/dist/catalog/reports/homeowner_resale.json +107 -0
- package/dist/catalog/reports/homeowner_vehicle_info.json +104 -0
- package/dist/catalog/reports/import_variances.json +41 -0
- package/dist/catalog/reports/in_progress_workflows.json +181 -0
- package/dist/catalog/reports/inactive_guest_cards.json +134 -0
- package/dist/catalog/reports/income_register.json +131 -0
- package/dist/catalog/reports/income_statement.json +130 -0
- package/dist/catalog/reports/income_statement_comparative.json +140 -0
- package/dist/catalog/reports/income_statement_comparison.json +135 -0
- package/dist/catalog/reports/income_statement_date_range.json +134 -0
- package/dist/catalog/reports/inspection_detail.json +107 -0
- package/dist/catalog/reports/insurance_enforcement.json +22 -0
- package/dist/catalog/reports/insurance_usage.json +92 -0
- package/dist/catalog/reports/inventory_status.json +73 -0
- package/dist/catalog/reports/inventory_usage.json +131 -0
- package/dist/catalog/reports/keys_detail.json +131 -0
- package/dist/catalog/reports/late_fee_policy_comparison.json +135 -0
- package/dist/catalog/reports/lease_expiration_detail.json +147 -0
- package/dist/catalog/reports/lease_expiration_summary.json +95 -0
- package/dist/catalog/reports/lease_history.json +147 -0
- package/dist/catalog/reports/leasing_agent_performance.json +54 -0
- package/dist/catalog/reports/leasing_funnel_performance.json +113 -0
- package/dist/catalog/reports/leasing_summary.json +92 -0
- package/dist/catalog/reports/loans.json +95 -0
- package/dist/catalog/reports/occupancy_custom_fields.json +73 -0
- package/dist/catalog/reports/occupancy_summary.json +95 -0
- package/dist/catalog/reports/owner1099.json +135 -0
- package/dist/catalog/reports/owner1099_detail.json +156 -0
- package/dist/catalog/reports/owner_custom_fields.json +73 -0
- package/dist/catalog/reports/owner_directory.json +101 -0
- package/dist/catalog/reports/owner_leasing.json +115 -0
- package/dist/catalog/reports/owner_withholdings.json +170 -0
- package/dist/catalog/reports/payment_plans.json +128 -0
- package/dist/catalog/reports/premium_leads_billing_detail.json +70 -0
- package/dist/catalog/reports/project_budget_detail.json +56 -0
- package/dist/catalog/reports/project_directory.json +144 -0
- package/dist/catalog/reports/property_budget.json +83 -0
- package/dist/catalog/reports/property_custom_fields.json +73 -0
- package/dist/catalog/reports/property_directory.json +73 -0
- package/dist/catalog/reports/property_group_directory.json +85 -0
- package/dist/catalog/reports/property_performance.json +115 -0
- package/dist/catalog/reports/property_staff_assignments.json +73 -0
- package/dist/catalog/reports/prospect_source_tracking.json +92 -0
- package/dist/catalog/reports/purchase_order.json +163 -0
- package/dist/catalog/reports/receivables_activity.json +138 -0
- package/dist/catalog/reports/renewal_summary.json +134 -0
- package/dist/catalog/reports/rent_roll.json +114 -0
- package/dist/catalog/reports/rent_roll_commercial.json +106 -0
- package/dist/catalog/reports/rent_roll_itemized.json +125 -0
- package/dist/catalog/reports/rentable_items.json +97 -0
- package/dist/catalog/reports/rental_applications.json +118 -0
- package/dist/catalog/reports/renter_directory.json +60 -0
- package/dist/catalog/reports/resident_financial_activity.json +107 -0
- package/dist/catalog/reports/screening_assessments.json +104 -0
- package/dist/catalog/reports/screening_usage.json +92 -0
- package/dist/catalog/reports/security_deposit_funds_detail.json +141 -0
- package/dist/catalog/reports/showings.json +123 -0
- package/dist/catalog/reports/student_housing_rent_roll_by_bed.json +125 -0
- package/dist/catalog/reports/surveys_summary.json +118 -0
- package/dist/catalog/reports/tenant_debt_collections_status.json +90 -0
- package/dist/catalog/reports/tenant_directory.json +120 -0
- package/dist/catalog/reports/tenant_ledger.json +72 -0
- package/dist/catalog/reports/tenant_tickler.json +102 -0
- package/dist/catalog/reports/tenant_transactions_summary.json +97 -0
- package/dist/catalog/reports/tenant_unpaid_charges_summary.json +147 -0
- package/dist/catalog/reports/tenant_vehicle_info.json +107 -0
- package/dist/catalog/reports/trial_balance.json +104 -0
- package/dist/catalog/reports/trial_balance_by_property.json +104 -0
- package/dist/catalog/reports/trust_account_balance.json +116 -0
- package/dist/catalog/reports/trust_account_balance_detail.json +112 -0
- package/dist/catalog/reports/twelve_month_cash_flow.json +157 -0
- package/dist/catalog/reports/twelve_month_income_statement.json +147 -0
- package/dist/catalog/reports/unit_custom_fields.json +73 -0
- package/dist/catalog/reports/unit_directory.json +80 -0
- package/dist/catalog/reports/unit_inspection.json +95 -0
- package/dist/catalog/reports/unit_turn_detail.json +104 -0
- package/dist/catalog/reports/unit_vacancy.json +143 -0
- package/dist/catalog/reports/unpaid_balances_by_month.json +181 -0
- package/dist/catalog/reports/upcoming_activities.json +142 -0
- package/dist/catalog/reports/vendor1099.json +84 -0
- package/dist/catalog/reports/vendor_custom_fields.json +22 -0
- package/dist/catalog/reports/vendor_directory.json +134 -0
- package/dist/catalog/reports/vendor_ledger.json +122 -0
- package/dist/catalog/reports/vendor_ledger_enhanced.json +122 -0
- package/dist/catalog/reports/violation_detail.json +122 -0
- package/dist/catalog/reports/work_order.json +254 -0
- package/dist/catalog/reports/work_order_labor_summary.json +148 -0
- package/dist/catalog-db/endpoint-spec.js +22 -0
- package/dist/catalog-db/endpoints/delete_inspections_inspectionid.json +21 -0
- package/dist/catalog-db/endpoints/delete_inventories_id.json +21 -0
- package/dist/catalog-db/endpoints/delete_properties_propertyid_marketing_photos_marketingphotoid.json +27 -0
- package/dist/catalog-db/endpoints/delete_properties_propertyid_photos_photoid.json +27 -0
- package/dist/catalog-db/endpoints/delete_units_unitid_photos_photoid.json +27 -0
- package/dist/catalog-db/endpoints/delete_work_orders_workorderid_attachments_attachmentid.json +27 -0
- package/dist/catalog-db/endpoints/get_bank_accounts.json +58 -0
- package/dist/catalog-db/endpoints/get_bills.json +185 -0
- package/dist/catalog-db/endpoints/get_ca_associations.json +106 -0
- package/dist/catalog-db/endpoints/get_ca_bank_balances.json +101 -0
- package/dist/catalog-db/endpoints/get_ca_board_members.json +146 -0
- package/dist/catalog-db/endpoints/get_ca_homeowner_ledgers.json +70 -0
- package/dist/catalog-db/endpoints/get_ca_homeowners.json +151 -0
- package/dist/catalog-db/endpoints/get_ca_renters.json +132 -0
- package/dist/catalog-db/endpoints/get_ca_rules.json +76 -0
- package/dist/catalog-db/endpoints/get_ca_units.json +130 -0
- package/dist/catalog-db/endpoints/get_ca_violations.json +119 -0
- package/dist/catalog-db/endpoints/get_charges.json +76 -0
- package/dist/catalog-db/endpoints/get_corporate_entities.json +88 -0
- package/dist/catalog-db/endpoints/get_custom_fields.json +120 -0
- package/dist/catalog-db/endpoints/get_delinquent_charges.json +88 -0
- package/dist/catalog-db/endpoints/get_gl_accounts.json +115 -0
- package/dist/catalog-db/endpoints/get_gl_details.json +154 -0
- package/dist/catalog-db/endpoints/get_inventories.json +131 -0
- package/dist/catalog-db/endpoints/get_inventory_locations.json +70 -0
- package/dist/catalog-db/endpoints/get_jobs.json +79 -0
- package/dist/catalog-db/endpoints/get_journal_entries.json +137 -0
- package/dist/catalog-db/endpoints/get_late_fee_policies.json +148 -0
- package/dist/catalog-db/endpoints/get_leads.json +248 -0
- package/dist/catalog-db/endpoints/get_leads_notes.json +83 -0
- package/dist/catalog-db/endpoints/get_leases.json +70 -0
- package/dist/catalog-db/endpoints/get_leases_renewal_pricings.json +52 -0
- package/dist/catalog-db/endpoints/get_listings.json +259 -0
- package/dist/catalog-db/endpoints/get_occupancies_documents.json +70 -0
- package/dist/catalog-db/endpoints/get_owner_groups.json +230 -0
- package/dist/catalog-db/endpoints/get_owners.json +258 -0
- package/dist/catalog-db/endpoints/get_owners_attachments.json +82 -0
- package/dist/catalog-db/endpoints/get_owners_notes.json +71 -0
- package/dist/catalog-db/endpoints/get_owners_ownerid.json +247 -0
- package/dist/catalog-db/endpoints/get_payables.json +138 -0
- package/dist/catalog-db/endpoints/get_portfolios.json +70 -0
- package/dist/catalog-db/endpoints/get_properties.json +267 -0
- package/dist/catalog-db/endpoints/get_properties_attachments.json +76 -0
- package/dist/catalog-db/endpoints/get_properties_marketing_photos.json +76 -0
- package/dist/catalog-db/endpoints/get_properties_notes.json +71 -0
- package/dist/catalog-db/endpoints/get_properties_photos.json +76 -0
- package/dist/catalog-db/endpoints/get_property_groups.json +84 -0
- package/dist/catalog-db/endpoints/get_recurring_charges.json +106 -0
- package/dist/catalog-db/endpoints/get_rental_applications.json +186 -0
- package/dist/catalog-db/endpoints/get_rental_applications_notes.json +71 -0
- package/dist/catalog-db/endpoints/get_showings.json +99 -0
- package/dist/catalog-db/endpoints/get_tenant_ledgers.json +82 -0
- package/dist/catalog-db/endpoints/get_tenants.json +273 -0
- package/dist/catalog-db/endpoints/get_tenants_notes.json +71 -0
- package/dist/catalog-db/endpoints/get_unit_types.json +168 -0
- package/dist/catalog-db/endpoints/get_units.json +359 -0
- package/dist/catalog-db/endpoints/get_units_attachments.json +76 -0
- package/dist/catalog-db/endpoints/get_units_notes.json +71 -0
- package/dist/catalog-db/endpoints/get_units_photos.json +70 -0
- package/dist/catalog-db/endpoints/get_users.json +88 -0
- package/dist/catalog-db/endpoints/get_vendors.json +317 -0
- package/dist/catalog-db/endpoints/get_vendors_notes.json +71 -0
- package/dist/catalog-db/endpoints/get_work_orders.json +322 -0
- package/dist/catalog-db/endpoints/get_work_orders_attachments.json +83 -0
- package/dist/catalog-db/endpoints/patch_bills_billid.json +156 -0
- package/dist/catalog-db/endpoints/patch_ca_violations_violationid.json +71 -0
- package/dist/catalog-db/endpoints/patch_inspections_inspectionid.json +77 -0
- package/dist/catalog-db/endpoints/patch_inventories_id.json +113 -0
- package/dist/catalog-db/endpoints/patch_inventory_locations_id.json +52 -0
- package/dist/catalog-db/endpoints/patch_journal_entries_journalentryid.json +90 -0
- package/dist/catalog-db/endpoints/patch_leads_guestcardid_notes_id.json +46 -0
- package/dist/catalog-db/endpoints/patch_leads_leadid.json +162 -0
- package/dist/catalog-db/endpoints/patch_leases_leaseid.json +52 -0
- package/dist/catalog-db/endpoints/patch_owner_groups_id.json +72 -0
- package/dist/catalog-db/endpoints/patch_owners_ownerid.json +344 -0
- package/dist/catalog-db/endpoints/patch_owners_ownerid_notes_id.json +46 -0
- package/dist/catalog-db/endpoints/patch_portfolios_portfolioid.json +46 -0
- package/dist/catalog-db/endpoints/patch_properties_propertyid.json +333 -0
- package/dist/catalog-db/endpoints/patch_properties_propertyid_marketing_photos_marketingphotoid.json +46 -0
- package/dist/catalog-db/endpoints/patch_properties_propertyid_notes_id.json +46 -0
- package/dist/catalog-db/endpoints/patch_properties_propertyid_photos_photoid.json +46 -0
- package/dist/catalog-db/endpoints/patch_property_groups_propertygroupid.json +40 -0
- package/dist/catalog-db/endpoints/patch_recurring_charges_recurringchargeid.json +89 -0
- package/dist/catalog-db/endpoints/patch_rental_applications_rentalapplicationid.json +47 -0
- package/dist/catalog-db/endpoints/patch_rental_applications_rentalapplicationid_notes_id.json +46 -0
- package/dist/catalog-db/endpoints/patch_showings_showingid.json +69 -0
- package/dist/catalog-db/endpoints/patch_tenants_bulk.json +131 -0
- package/dist/catalog-db/endpoints/patch_tenants_tenantid.json +48 -0
- package/dist/catalog-db/endpoints/patch_tenants_tenantid_notes_id.json +46 -0
- package/dist/catalog-db/endpoints/patch_unit_types_unittypeid.json +126 -0
- package/dist/catalog-db/endpoints/patch_units_unitid.json +296 -0
- package/dist/catalog-db/endpoints/patch_units_unitid_notes_id.json +46 -0
- package/dist/catalog-db/endpoints/patch_units_unitid_photos_photoid.json +46 -0
- package/dist/catalog-db/endpoints/patch_vendors_vendorid.json +263 -0
- package/dist/catalog-db/endpoints/patch_vendors_vendorid_notes_id.json +46 -0
- package/dist/catalog-db/endpoints/patch_work_orders_workorderid.json +273 -0
- package/dist/catalog-db/endpoints/patch_work_orders_workorderid_notes_id.json +46 -0
- package/dist/catalog-db/endpoints/post_bank_accounts_bulk.json +167 -0
- package/dist/catalog-db/endpoints/post_bills.json +160 -0
- package/dist/catalog-db/endpoints/post_bills_billid_attachments.json +40 -0
- package/dist/catalog-db/endpoints/post_bills_bulk.json +185 -0
- package/dist/catalog-db/endpoints/post_bills_bulk_async.json +192 -0
- package/dist/catalog-db/endpoints/post_ca_violations.json +63 -0
- package/dist/catalog-db/endpoints/post_ca_violations_violationid_attachments.json +41 -0
- package/dist/catalog-db/endpoints/post_charges.json +56 -0
- package/dist/catalog-db/endpoints/post_charges_bulk.json +70 -0
- package/dist/catalog-db/endpoints/post_charges_bulk_async.json +70 -0
- package/dist/catalog-db/endpoints/post_charges_chargeid_attachments.json +40 -0
- package/dist/catalog-db/endpoints/post_corporate_gl_accounts_bulk.json +71 -0
- package/dist/catalog-db/endpoints/post_gl_accounts_bulk.json +77 -0
- package/dist/catalog-db/endpoints/post_inspections.json +70 -0
- package/dist/catalog-db/endpoints/post_inspections_bulk.json +76 -0
- package/dist/catalog-db/endpoints/post_inspections_inspectionid_attachments.json +41 -0
- package/dist/catalog-db/endpoints/post_inventories.json +105 -0
- package/dist/catalog-db/endpoints/post_inventories_bulk.json +119 -0
- package/dist/catalog-db/endpoints/post_inventory_locations.json +44 -0
- package/dist/catalog-db/endpoints/post_inventory_locations_bulk.json +58 -0
- package/dist/catalog-db/endpoints/post_journal_entries.json +101 -0
- package/dist/catalog-db/endpoints/post_journal_entries_bulk.json +115 -0
- package/dist/catalog-db/endpoints/post_journal_entries_journalentryid_attachments.json +41 -0
- package/dist/catalog-db/endpoints/post_late_fee_policies_bulk.json +115 -0
- package/dist/catalog-db/endpoints/post_leads.json +204 -0
- package/dist/catalog-db/endpoints/post_leads_guestcardid_notes.json +40 -0
- package/dist/catalog-db/endpoints/post_occupancies_occupancyid_attachments.json +41 -0
- package/dist/catalog-db/endpoints/post_owner_groups.json +96 -0
- package/dist/catalog-db/endpoints/post_owners.json +330 -0
- package/dist/catalog-db/endpoints/post_owners_bulk.json +203 -0
- package/dist/catalog-db/endpoints/post_owners_ownerid_attachments.json +40 -0
- package/dist/catalog-db/endpoints/post_owners_ownerid_notes.json +40 -0
- package/dist/catalog-db/endpoints/post_properties_bulk.json +245 -0
- package/dist/catalog-db/endpoints/post_properties_propertyid_attachments.json +40 -0
- package/dist/catalog-db/endpoints/post_properties_propertyid_marketing_photos.json +52 -0
- package/dist/catalog-db/endpoints/post_properties_propertyid_notes.json +40 -0
- package/dist/catalog-db/endpoints/post_properties_propertyid_photos.json +40 -0
- package/dist/catalog-db/endpoints/post_recurring_charges.json +81 -0
- package/dist/catalog-db/endpoints/post_recurring_charges_bulk.json +95 -0
- package/dist/catalog-db/endpoints/post_rental_applications_rentalapplicationid_attachments.json +41 -0
- package/dist/catalog-db/endpoints/post_rental_applications_rentalapplicationid_notes.json +40 -0
- package/dist/catalog-db/endpoints/post_showings.json +62 -0
- package/dist/catalog-db/endpoints/post_tenants_bulk.json +161 -0
- package/dist/catalog-db/endpoints/post_tenants_tenantid_notes.json +40 -0
- package/dist/catalog-db/endpoints/post_unit_types_bulk.json +138 -0
- package/dist/catalog-db/endpoints/post_units_bulk.json +236 -0
- package/dist/catalog-db/endpoints/post_units_unitid_attachments.json +40 -0
- package/dist/catalog-db/endpoints/post_units_unitid_notes.json +40 -0
- package/dist/catalog-db/endpoints/post_units_unitid_photos.json +40 -0
- package/dist/catalog-db/endpoints/post_vendors.json +279 -0
- package/dist/catalog-db/endpoints/post_vendors_bulk.json +279 -0
- package/dist/catalog-db/endpoints/post_vendors_vendorid_notes.json +40 -0
- package/dist/catalog-db/endpoints/post_work_orders.json +251 -0
- package/dist/catalog-db/endpoints/post_work_orders_workorderid_attachments.json +41 -0
- package/dist/catalog-db/endpoints/post_work_orders_workorderid_notes.json +40 -0
- package/dist/catalog-db/endpoints/put_leases_renewal_pricings_bulk.json +58 -0
- package/dist/catalog-db/endpoints/put_units_pricing_matrices_bulk.json +58 -0
- package/dist/catalog-db/endpoints/put_units_pricing_matrices_bulk_async.json +46 -0
- package/dist/catalog-db/endpoints/put_units_unitid_pricing_matrices.json +66 -0
- package/dist/catalog-db/index.json +1894 -0
- package/dist/clients/appfolio-client.js +131 -0
- package/dist/clients/appfolio-db-client.js +186 -0
- package/dist/helpers/register-db-tools.js +27 -0
- package/dist/helpers/register-report-tools.js +27 -0
- package/dist/index.js +10 -0
- package/dist/server/appfolio-mcp-server.js +18 -0
- package/dist/tools/call-endpoint.js +109 -0
- package/dist/tools/describe-endpoint.js +63 -0
- package/dist/tools/describe-report.js +55 -0
- package/dist/tools/list-endpoints.js +90 -0
- package/dist/tools/list-reports.js +58 -0
- package/dist/tools/run-report.js +102 -0
- package/package.json +42 -0
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
{
|
|
2
|
+
"operationId": "get_ca_units",
|
|
3
|
+
"resource": "ca",
|
|
4
|
+
"name": "List All Community Association Units",
|
|
5
|
+
"method": "GET",
|
|
6
|
+
"path": "/ca/units",
|
|
7
|
+
"description": "Returns all Community Association (CA) units that meet the filter criteria",
|
|
8
|
+
"deprecated": false,
|
|
9
|
+
"writeOperation": false,
|
|
10
|
+
"pagination": true,
|
|
11
|
+
"queryFilters": [
|
|
12
|
+
{
|
|
13
|
+
"name": "filters[Id]",
|
|
14
|
+
"type": "string <uuid>",
|
|
15
|
+
"required": false,
|
|
16
|
+
"description": "Filter by unique identifier of the CA unit"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "filters[LastUpdatedAtFrom]",
|
|
20
|
+
"type": "string <date-time>",
|
|
21
|
+
"required": false,
|
|
22
|
+
"description": "Filter for CA units updated at or after this date. All GET requests must include a filter for [Id] (if available), or [LastUpdatedAtFrom]."
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "filters[AssociationId]",
|
|
26
|
+
"type": "string <uuid>",
|
|
27
|
+
"required": false,
|
|
28
|
+
"description": "Filter by unique identifier of the association associated with the unit"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "page[number]",
|
|
32
|
+
"type": "integer",
|
|
33
|
+
"required": false,
|
|
34
|
+
"description": "Page number for pagination. Default: 1"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "page[size]",
|
|
38
|
+
"type": "integer",
|
|
39
|
+
"required": false,
|
|
40
|
+
"description": "Page size for pagination. Default: 1000"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"responseFields": [
|
|
44
|
+
{
|
|
45
|
+
"name": "data",
|
|
46
|
+
"type": "Array of objects (CAUnit)",
|
|
47
|
+
"required": false,
|
|
48
|
+
"description": "Array of CA unit objects"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "data[].Id",
|
|
52
|
+
"type": "string <uuid>",
|
|
53
|
+
"required": false,
|
|
54
|
+
"description": "Unique identifier of the CA unit"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "data[].Name",
|
|
58
|
+
"type": "string",
|
|
59
|
+
"required": false,
|
|
60
|
+
"description": "The name of the CA unit"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "data[].AssociationId",
|
|
64
|
+
"type": "string <uuid>",
|
|
65
|
+
"required": false,
|
|
66
|
+
"description": "Unique identifier of the CA associated with the unit"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "data[].CurrentOccupancyId",
|
|
70
|
+
"type": "string <uuid>",
|
|
71
|
+
"required": false,
|
|
72
|
+
"description": "Unique identifier of the current occupancy associated with the CA unit"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "data[].CustomFields",
|
|
76
|
+
"type": "object (CustomFields.Attribute)",
|
|
77
|
+
"required": false,
|
|
78
|
+
"description": "The custom fields for the associated entity"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "data[].Address1",
|
|
82
|
+
"type": "string",
|
|
83
|
+
"required": false,
|
|
84
|
+
"description": "The primary street address of the CA unit"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "data[].Address2",
|
|
88
|
+
"type": "string",
|
|
89
|
+
"required": false,
|
|
90
|
+
"description": "Additional street address information pertaining to the CA unit"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "data[].City",
|
|
94
|
+
"type": "string",
|
|
95
|
+
"required": false,
|
|
96
|
+
"description": "The city where the CA unit is located"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "data[].RenterOccupied",
|
|
100
|
+
"type": "boolean",
|
|
101
|
+
"required": false,
|
|
102
|
+
"description": "Indicates whether or not the CA unit is occupied by a renter"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "data[].State",
|
|
106
|
+
"type": "string",
|
|
107
|
+
"required": false,
|
|
108
|
+
"description": "The state where the CA unit is located"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "data[].Zip",
|
|
112
|
+
"type": "string",
|
|
113
|
+
"required": false,
|
|
114
|
+
"description": "The zip code where the CA unit is located"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"name": "data[].LastUpdatedAt",
|
|
118
|
+
"type": "string <date-time>",
|
|
119
|
+
"required": false,
|
|
120
|
+
"description": "The date the CA unit's details were last updated"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "next_page_path",
|
|
124
|
+
"type": "any",
|
|
125
|
+
"required": false,
|
|
126
|
+
"description": "The URL path to the next page of responses"
|
|
127
|
+
}
|
|
128
|
+
],
|
|
129
|
+
"requestSample": "curl --location -g \\\n --request GET 'https://api.appfolio.com/api/v0/ca/units?filters[AssociationId]=1abcde23-c543-456e-abc9-123456789cee&filters[LastUpdatedAtFrom]=2020-12-15T16:30:46Z' \\\n --header 'Authorization: Basic {Auth}' \\\n --header 'X-AppFolio-Developer-ID: a965e7d8-a17d-11ec-b909-0242ac120002'"
|
|
130
|
+
}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
{
|
|
2
|
+
"operationId": "get_ca_violations",
|
|
3
|
+
"resource": "ca",
|
|
4
|
+
"name": "List All Community Association Violations",
|
|
5
|
+
"method": "GET",
|
|
6
|
+
"path": "/ca/violations",
|
|
7
|
+
"description": "Returns Community Association (CA) violations that meet the filter criteria",
|
|
8
|
+
"deprecated": false,
|
|
9
|
+
"writeOperation": false,
|
|
10
|
+
"pagination": true,
|
|
11
|
+
"queryFilters": [
|
|
12
|
+
{
|
|
13
|
+
"name": "filters[LastUpdatedAtFrom]",
|
|
14
|
+
"type": "string <date-time>",
|
|
15
|
+
"required": true,
|
|
16
|
+
"description": "Filter for CA violations updated at or after this date. All GET requests must include a filter for [LastUpdatedAtFrom]."
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "filters[AssociationId]",
|
|
20
|
+
"type": "string <uuid>",
|
|
21
|
+
"required": false,
|
|
22
|
+
"description": "Filter by unique identifier of the association related to the violation(s)"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "page[number]",
|
|
26
|
+
"type": "integer",
|
|
27
|
+
"required": false,
|
|
28
|
+
"description": "Page number for pagination. Default: 1"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "page[size]",
|
|
32
|
+
"type": "integer",
|
|
33
|
+
"required": false,
|
|
34
|
+
"description": "Page size for pagination. Default: 1000"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"responseFields": [
|
|
38
|
+
{
|
|
39
|
+
"name": "data",
|
|
40
|
+
"type": "Array of objects (CAViolation)",
|
|
41
|
+
"required": false,
|
|
42
|
+
"description": "Array of CA violation objects"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "data[].Id",
|
|
46
|
+
"type": "string <uuid>",
|
|
47
|
+
"required": false,
|
|
48
|
+
"description": "Unique identifier of the CA violation"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "data[].AssociationId",
|
|
52
|
+
"type": "string <uuid>",
|
|
53
|
+
"required": false,
|
|
54
|
+
"description": "Unique identifier of the association related to the violation(s)"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "data[].CreatedAt",
|
|
58
|
+
"type": "string",
|
|
59
|
+
"required": false,
|
|
60
|
+
"description": "The date the CA violation was created"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "data[].Description",
|
|
64
|
+
"type": "string",
|
|
65
|
+
"required": false,
|
|
66
|
+
"description": "A brief summary or description of the CA violation"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "data[].InspectionDate",
|
|
70
|
+
"type": "string",
|
|
71
|
+
"required": false,
|
|
72
|
+
"description": "The date of the CA unit's inspection"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "data[].LastUpdatedAt",
|
|
76
|
+
"type": "string <date-time>",
|
|
77
|
+
"required": false,
|
|
78
|
+
"description": "The last time a CA violation's details were updated by an AppFolio Property Manager user"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "data[].MarkedForEscalation",
|
|
82
|
+
"type": "boolean",
|
|
83
|
+
"required": false,
|
|
84
|
+
"description": "Indicates whether or not the CA violation was marked for escalation"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "data[].OccupancyId",
|
|
88
|
+
"type": "string <uuid>",
|
|
89
|
+
"required": false,
|
|
90
|
+
"description": "Unique identifier of the occupancy associated with the CA violation"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "data[].Status",
|
|
94
|
+
"type": "string",
|
|
95
|
+
"required": false,
|
|
96
|
+
"description": "Indicates the current status of the CA violation",
|
|
97
|
+
"enum": ["In Progress", "In Dispute", "Corrected", "On Hold"]
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"name": "data[].UnitId",
|
|
101
|
+
"type": "string <uuid>",
|
|
102
|
+
"required": false,
|
|
103
|
+
"description": "Unique identifier of the unit associated with the CA violation"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"name": "data[].ViolatedRuleId",
|
|
107
|
+
"type": "string <uuid>",
|
|
108
|
+
"required": false,
|
|
109
|
+
"description": "Unique identifier of the CA rule that was violated"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"name": "next_page_path",
|
|
113
|
+
"type": "any",
|
|
114
|
+
"required": false,
|
|
115
|
+
"description": "The URL path to the next page of responses"
|
|
116
|
+
}
|
|
117
|
+
],
|
|
118
|
+
"requestSample": "curl --location -g \\\n --request GET 'https://api.appfolio.com/api/v0/ca/violations?filters[AssociationId]=1abcde23-c543-456e-abc9-123456789cee&filters[LastUpdatedAtFrom]=2020-12-15T16:30:46Z' \\\n --header 'Authorization: Basic {Auth}' \\\n --header 'X-AppFolio-Developer-ID: a965e7d8-a17d-11ec-b909-0242ac120002'"
|
|
119
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
{
|
|
2
|
+
"operationId": "get_charges",
|
|
3
|
+
"resource": "charges",
|
|
4
|
+
"name": "List All Charges",
|
|
5
|
+
"method": "GET",
|
|
6
|
+
"path": "/charges",
|
|
7
|
+
"description": "Returns all open charges for all occupants residing at the property.",
|
|
8
|
+
"deprecated": false,
|
|
9
|
+
"writeOperation": false,
|
|
10
|
+
"pagination": true,
|
|
11
|
+
"queryFilters": [
|
|
12
|
+
{
|
|
13
|
+
"name": "filters[Id]",
|
|
14
|
+
"type": "string <uuid>",
|
|
15
|
+
"required": false,
|
|
16
|
+
"description": "Filter by charge ID. All GET requests must include a filter for [Id] or [PropertyId]."
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "filters[PropertyId]",
|
|
20
|
+
"type": "string <uuid>",
|
|
21
|
+
"required": false,
|
|
22
|
+
"description": "Filter by property ID. All GET requests must include a filter for [Id] or [PropertyId]."
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"responseFields": [
|
|
26
|
+
{
|
|
27
|
+
"name": "data",
|
|
28
|
+
"type": "array",
|
|
29
|
+
"required": false,
|
|
30
|
+
"description": "Array of Charge objects."
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "data[].Id",
|
|
34
|
+
"type": "string <uuid>",
|
|
35
|
+
"required": false,
|
|
36
|
+
"description": "Unique identifier of the charge."
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "data[].AmountDue",
|
|
40
|
+
"type": "string <decimal>",
|
|
41
|
+
"required": false,
|
|
42
|
+
"description": "The current amount outstanding, and/or future amounts not yet paid."
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "data[].ChargedOn",
|
|
46
|
+
"type": "string <date>",
|
|
47
|
+
"required": false,
|
|
48
|
+
"description": "ChargedOn dates from the past indicate an outstanding charge(s) that have not yet been paid that are \"owed.\" ChargedOn dates in the future indicate upcoming charge(s) during the next monthly period."
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "data[].Description",
|
|
52
|
+
"type": "string",
|
|
53
|
+
"required": false,
|
|
54
|
+
"description": "A brief summary or description of the charge."
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "data[].GlAccountId",
|
|
58
|
+
"type": "string <uuid>",
|
|
59
|
+
"required": false,
|
|
60
|
+
"description": "Unique identifier of the General Ledger Account associated with the charge."
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "data[].OccupancyId",
|
|
64
|
+
"type": "string <uuid>",
|
|
65
|
+
"required": false,
|
|
66
|
+
"description": "Unique identifier of the occupancy associated with the charge."
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "next_page_path",
|
|
70
|
+
"type": "any",
|
|
71
|
+
"required": false,
|
|
72
|
+
"description": "The URL path to the next page of responses."
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"requestSample": "curl --location -g \\\n --request GET 'https://api.appfolio.com/api/v0/charges?filters[Id]=1abcde23-c543-456e-abc9-123456789cba&filters[PropertyId]=3b5344d0-482b-4b50-b30f-2dd67412b517' \\\n --header 'X-AppFolio-Developer-ID: a965e7d8-a17d-11ec-b909-0242ac120002' \\\n --header 'Authorization: Basic {Auth}'"
|
|
76
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
{
|
|
2
|
+
"operationId": "get_corporate_entities",
|
|
3
|
+
"resource": "corporate_entities",
|
|
4
|
+
"name": "List All Corporate Entities",
|
|
5
|
+
"method": "GET",
|
|
6
|
+
"path": "/corporate_entities",
|
|
7
|
+
"description": "Returns all corporate entities that meet the filter criteria. Corporate entities represent properties with PropertyType = \"Corporate\" used for corporate accounting purposes.",
|
|
8
|
+
"deprecated": false,
|
|
9
|
+
"writeOperation": false,
|
|
10
|
+
"pagination": true,
|
|
11
|
+
"queryFilters": [
|
|
12
|
+
{
|
|
13
|
+
"name": "filters[Id]",
|
|
14
|
+
"type": "string <uuid>",
|
|
15
|
+
"required": false,
|
|
16
|
+
"description": "Filter by the unique identifier of a specific corporate entity. All GET requests must include a filter for [Id], [Ids], or [LastUpdatedAtFrom]."
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "filters[Ids]",
|
|
20
|
+
"type": "string",
|
|
21
|
+
"required": false,
|
|
22
|
+
"description": "Filter by multiple unique identifiers of corporate entities. All GET requests must include a filter for [Id], [Ids], or [LastUpdatedAtFrom]."
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "filters[LastUpdatedAtFrom]",
|
|
26
|
+
"type": "string <date-time>",
|
|
27
|
+
"required": false,
|
|
28
|
+
"description": "Filter corporate entities last updated at or after this date-time. All GET requests must include a filter for [Id], [Ids], or [LastUpdatedAtFrom]."
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "page[number]",
|
|
32
|
+
"type": "integer",
|
|
33
|
+
"required": false,
|
|
34
|
+
"description": "Page number for pagination. Default is 1."
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "page[size]",
|
|
38
|
+
"type": "integer",
|
|
39
|
+
"required": false,
|
|
40
|
+
"description": "Number of results per page. Default is 1000."
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"responseFields": [
|
|
44
|
+
{
|
|
45
|
+
"name": "data",
|
|
46
|
+
"type": "array",
|
|
47
|
+
"required": false,
|
|
48
|
+
"description": "Array of CorporateEntity objects"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "data[].Id",
|
|
52
|
+
"type": "string <uuid>",
|
|
53
|
+
"required": false,
|
|
54
|
+
"description": "Unique identifier of the corporate entity"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "data[].DisplayName",
|
|
58
|
+
"type": "string",
|
|
59
|
+
"required": false,
|
|
60
|
+
"description": "The display name of the corporate entity"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "data[].Hidden",
|
|
64
|
+
"type": "boolean",
|
|
65
|
+
"required": false,
|
|
66
|
+
"description": "Indicates whether or not the corporate entity is hidden by an AppFolio Property Manager user"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "data[].LastUpdatedAt",
|
|
70
|
+
"type": "string <date-time>",
|
|
71
|
+
"required": false,
|
|
72
|
+
"description": "The date the corporate entity's details were last updated"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "data[].HiddenAt",
|
|
76
|
+
"type": "string <date-time>",
|
|
77
|
+
"required": false,
|
|
78
|
+
"description": "The date the corporate entity was hidden. Null if not hidden."
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "next_page_path",
|
|
82
|
+
"type": "any",
|
|
83
|
+
"required": false,
|
|
84
|
+
"description": "The URL path to the next page of responses"
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"requestSample": "curl --location -g \\\n --request GET 'https://api.appfolio.com/api/v0/corporate_entities?filters[Id]=1abcde234-c543-456e-abc9-123456789cba&filters[LastUpdatedAtFrom]=2020-12-15T16:30:46Z' \\\n --header 'Authorization: Basic {Auth}' \\\n --header 'X-AppFolio-Developer-ID: a965e7d8-a17d-11ec-b909-0242ac120002'"
|
|
88
|
+
}
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
{
|
|
2
|
+
"operationId": "get_custom_fields",
|
|
3
|
+
"resource": "custom_fields",
|
|
4
|
+
"name": "List All Custom Fields",
|
|
5
|
+
"method": "GET",
|
|
6
|
+
"path": "/custom_fields",
|
|
7
|
+
"description": "Returns all custom fields that meet the filter criteria",
|
|
8
|
+
"deprecated": false,
|
|
9
|
+
"writeOperation": false,
|
|
10
|
+
"pagination": true,
|
|
11
|
+
"queryFilters": [
|
|
12
|
+
{
|
|
13
|
+
"name": "filters[LastUpdatedAtFrom]",
|
|
14
|
+
"type": "string <date-time>",
|
|
15
|
+
"required": true,
|
|
16
|
+
"description": "Filters for custom fields. All GET requests must include a filter for [LastUpdatedAtFrom]."
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "page[number]",
|
|
20
|
+
"type": "integer",
|
|
21
|
+
"required": false,
|
|
22
|
+
"description": "Page number for pagination. Default: 1."
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "page[size]",
|
|
26
|
+
"type": "integer",
|
|
27
|
+
"required": false,
|
|
28
|
+
"description": "Page size for pagination. Default: 1000."
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"responseFields": [
|
|
32
|
+
{
|
|
33
|
+
"name": "data",
|
|
34
|
+
"type": "array",
|
|
35
|
+
"required": false,
|
|
36
|
+
"description": "Array of custom field objects"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "data[].Id",
|
|
40
|
+
"type": "string <uuid>",
|
|
41
|
+
"required": false,
|
|
42
|
+
"description": "Unique identifier of the custom field"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "data[].Name",
|
|
46
|
+
"type": "string",
|
|
47
|
+
"required": false,
|
|
48
|
+
"description": "The name of the custom field"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "data[].EntityType",
|
|
52
|
+
"type": "string",
|
|
53
|
+
"required": false,
|
|
54
|
+
"description": "The type of entity for which the custom field was created. Entity types include properties, units, associations, and others."
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "data[].EntitySubType",
|
|
58
|
+
"type": "string",
|
|
59
|
+
"required": false,
|
|
60
|
+
"description": "The sub-type of the entity for which the custom field was created. For example, a property entity's sub-type could be \"Single Family.\" If EntitySubType is null, the field applies to all possible entity sub-types."
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "data[].Instruction",
|
|
64
|
+
"type": "string",
|
|
65
|
+
"required": false,
|
|
66
|
+
"description": "Any additional instructions or clarification relating to the custom field"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "data[].DefaultValue",
|
|
70
|
+
"type": "string",
|
|
71
|
+
"required": false,
|
|
72
|
+
"description": "The default value set for the custom attribute. If DefaultValue is null, no default value was set for this custom field."
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "data[].Required",
|
|
76
|
+
"type": "boolean",
|
|
77
|
+
"required": false,
|
|
78
|
+
"description": "Indicates whether or not the custom attribute was marked as required by the AppFolio Property Manager user"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "data[].Type",
|
|
82
|
+
"type": "string",
|
|
83
|
+
"required": false,
|
|
84
|
+
"description": "The type of custom attribute.",
|
|
85
|
+
"enum": [
|
|
86
|
+
"boolean",
|
|
87
|
+
"currency",
|
|
88
|
+
"date",
|
|
89
|
+
"decimal",
|
|
90
|
+
"select",
|
|
91
|
+
"select_multiple",
|
|
92
|
+
"email",
|
|
93
|
+
"link",
|
|
94
|
+
"number",
|
|
95
|
+
"percent",
|
|
96
|
+
"phone_number",
|
|
97
|
+
"text_line"
|
|
98
|
+
]
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"name": "data[].LastUpdatedAt",
|
|
102
|
+
"type": "string <date-time>",
|
|
103
|
+
"required": false,
|
|
104
|
+
"description": "The date the custom field's details were last updated"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"name": "data[].Options",
|
|
108
|
+
"type": "array",
|
|
109
|
+
"required": false,
|
|
110
|
+
"description": "The option(s) set for the custom attribute. If Type is set to Select or Select Multiple, several values can be present."
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "next_page_path",
|
|
114
|
+
"type": "any",
|
|
115
|
+
"required": false,
|
|
116
|
+
"description": "The URL path to the next page of responses"
|
|
117
|
+
}
|
|
118
|
+
],
|
|
119
|
+
"requestSample": "curl --location -g \\\n --request GET 'https://api.appfolio.com/api/v0/custom_fields?filters[LastUpdatedAtFrom]=2020-12-15T16:30:46Z' \\\n --header 'Authorization: Basic {Auth}' \\\n --header 'X-AppFolio-Developer-ID: a965e7d8-a17d-11ec-b909-0242ac120002'"
|
|
120
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
{
|
|
2
|
+
"operationId": "get_delinquent_charges",
|
|
3
|
+
"resource": "delinquent_charges",
|
|
4
|
+
"name": "List All Delinquent Charges",
|
|
5
|
+
"method": "GET",
|
|
6
|
+
"path": "/delinquent_charges",
|
|
7
|
+
"description": "Returns all delinquent charges that meet the filter criteria",
|
|
8
|
+
"deprecated": false,
|
|
9
|
+
"writeOperation": false,
|
|
10
|
+
"pagination": true,
|
|
11
|
+
"queryFilters": [
|
|
12
|
+
{
|
|
13
|
+
"name": "filters[Id]",
|
|
14
|
+
"type": "string <uuid>",
|
|
15
|
+
"required": false,
|
|
16
|
+
"description": "Filter by the unique identifier of the delinquent charge"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "filters[PropertyId]",
|
|
20
|
+
"type": "string <uuid>",
|
|
21
|
+
"required": false,
|
|
22
|
+
"description": "Filter by the unique identifier of the property associated with the delinquent charge. Accepts comma-separated values for multiple properties."
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"responseFields": [
|
|
26
|
+
{
|
|
27
|
+
"name": "data",
|
|
28
|
+
"type": "array",
|
|
29
|
+
"required": false,
|
|
30
|
+
"description": "Array of delinquent charge objects"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "data[].Id",
|
|
34
|
+
"type": "string <uuid>",
|
|
35
|
+
"required": false,
|
|
36
|
+
"description": "Unique identifier of the delinquent charge"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "data[].AmountDue",
|
|
40
|
+
"type": "string <decimal>",
|
|
41
|
+
"required": false,
|
|
42
|
+
"description": "The current amount outstanding for the delinquent charge"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "data[].ChargedOn",
|
|
46
|
+
"type": "string <date>",
|
|
47
|
+
"required": false,
|
|
48
|
+
"description": "ChargedOn dates from the past indicate an outstanding charge(s) that have not yet been paid that are \"owed.\" The endpoint will return all currently outstanding charges with their respective amounts and ChargedOn date."
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "data[].Description",
|
|
52
|
+
"type": "string",
|
|
53
|
+
"required": false,
|
|
54
|
+
"description": "A brief summary or description of the delinquent charge"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "data[].GlAccountId",
|
|
58
|
+
"type": "string <uuid>",
|
|
59
|
+
"required": false,
|
|
60
|
+
"description": "Unique identifier of the general ledger account associated with the delinquent charge"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "data[].OccupancyId",
|
|
64
|
+
"type": "string <uuid>",
|
|
65
|
+
"required": false,
|
|
66
|
+
"description": "Unique identifier of the occupancy associated with the delinquent charge"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "data[].LastUpdatedAt",
|
|
70
|
+
"type": "string <date-time>",
|
|
71
|
+
"required": false,
|
|
72
|
+
"description": "The last time the delinquent charge was updated. On the date the charge becomes delinquent, this value will always be the current time."
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "data[].Subsidy",
|
|
76
|
+
"type": "boolean",
|
|
77
|
+
"required": false,
|
|
78
|
+
"description": "Indicates whether or not the delinquent charge is subsidized"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "next_page_path",
|
|
82
|
+
"type": "any",
|
|
83
|
+
"required": false,
|
|
84
|
+
"description": "The URL path to the next page of responses"
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"requestSample": "curl --location -g \\\n --request GET 'https://api.appfolio.com/api/v0/delinquent_charges?filters[Id]=1abcde23-c543-456e-abc9-123456789cba&filters[PropertyId]=1abcde23-c543-456e-abc9-123456789cee,3b5344d0-482b-4b50-b30f-2dd67412b517' \\\n --header 'X-AppFolio-Developer-ID: a965e7d8-a17d-11ec-b909-0242ac120002' \\\n --header 'Authorization: Basic {Auth}'"
|
|
88
|
+
}
|