# List a page of pledge dates where the ID is greater than the optionally supplied fromthisid parameter **GET /pledgedate/list/{fromthisid}** Returned in ID order. ## Servers - API Auto Mocking: https://YOURSITE.infoodle.com/apiv2 (API Auto Mocking) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **fromthisid** (integer) The ID that is previous to the one to start from e.g. if IDs are 1,2,3 fromthisid as 1 will return 2,3 ## Responses ### 200 List returned OK #### Body: application/json (array[object]) - **id** (integer) - **pledge_id** (integer) Required. Must link to a Pledge that the user can see - **status** (string) Required. The status of this specific pledge date P = Planned SC = Scheduled PR = For payment methods that do not require infoodle to take payments e.g. Bank transfers, this has been Processed PD = Paid X = Deleted - **payment_date_local** (string) The local date that this pledge is to be processed - **amount** (number) The amount of this specific pledge. This can be different to other dates in this pledge - **form_entry_id** (integer) Matches the other form_entry_id values in this pledge. Optional and links to an form entry - **user_id** (integer) CORE user_id that this pledge is for - **paid_date_local** (string) If this specific pledge date is paid (status PD) then this is the date it was paid - **transaction_id** (integer) If this is paid then the transaction that has the payment information - **matched_status** (string) Whether this has been matched up with a transaction - **gateway_fees** (number) If this is paid with a payment gateway that has fees identified, this is the amount of fees applicable to this transaction - **bank_response** (string) If this is paid by a method that infoodle processes e.g. stripe, and the payment for this failed. This is the message - **datetime_created_utc** (string) The date/time in UTC that this pledge was created - **datetime_modified_utc** (string) The date/time in UTC that this pledge was modified ### 401 Authentication unauthorised #### Body: application/json (object) - **error** (string) ### 403 Invalid permission #### Body: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)