# Search pledge drives **POST /pledgedrive/search/{fromthisid}** Filtered by the posted fields. 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 ## Body parameters Content-type: application/json 1 or more Search parameters - **search** (array[object]) ## Responses ### 200: List returned OK #### Body Parameters: application/json (array[object]) - **id** (integer) - **name** (string) ### 401: Authentication unauthorised #### Body Parameters: application/json (object) - **error** (string) ### 403: Invalid permission #### Body Parameters: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)