# Get all expectations of circle **GET /api/v1/circles/{circle_uuid}/expectations** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **circle_uuid** (string) ### Query parameters - **include** (string) Comma separated list of relationships to include in the response. Valid relationships are [statement]. - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[status]** (string) Filter expectations based on their status. Available options: expecting,ready_for_reconciliation - **filter[statement_uuids]** (string) Filter expectations by a statement UUID. - **filter[date_after]** (string) Get charges from an expectation date. - **filter[date_before]** (string) Get charges to an expectation date. - **filter[amount_from]** (string) Get charges greater than or equal to an expected amount in pennies. - **filter[amount_to]** (string) Get charges less than or equal to an expected amount in pennies. - **filter[client_uuids]** (string) Comma separated string of partial names or exact account UUIDs to filter by. - **filter[circle_uuids]** (string) Filter by a comma separated list of circle UUIDs. - **filter[group_uuids]** (string) Comma separated string group UUIDs to filter by. - **filter[category]** (string) Comma separated string of categories to filter by. - **filter[type]** (string) Comma separated string of categories to filter by. - **filter[policy_number]** (string) Comma separated string of partial policy numbers to filter by. - **filter[provider_uuids]** (string) Comma separated string of partial provider names or exact provider UUIDs to filter by. - **filter[plan_uuids]** (string) Comma separated string of partial plan names or exact plan UUIDs to filter by. - **filter[payment_origin]** (string) Filter expectations to client or provider paid. Valid options are [client, provider] - **filter[seller_uuids]** (string) Comma separated string of partial names or exact account UUIDs to filter by. - **filter[reconciliation]** (string) Filter expectations based on their reconciliation amount. Available options: reconciled,unreconciled,partially_reconciled - **filter[reconciliation_percentage_between]** (string) Filter expectations based on their reconciliation amount between two values as a percentage. - **filter[reconciliation_amount_between]** (string) Filter expectations based on their reconciliation amount between two values in pennies. - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at, expected_payment_date, expected_amount]. Negative sign to denote DESC. Defaults to 'expected_payment_date'. - **per_page** (integer) Number of results to return with pagination (Default 15. Max 500). ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)