# Search for locations **POST /location/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: application/json (object) 1 or more Search parameters - **search** (array[object]) ## Responses ### 200 List returned OK #### Body: application/json (array[object]) - **locationId** (integer) ID to be used in other calls in the system - **shortCode** (string) A short code entered by the user - optional - **createdBy** (object) User who created this location - **manager** (object) User who who manages this location - **notifyUserId1** (object) User to notify when things change on this location - **notifyUserId2** (object) User to notify when things change on this location - **notifyUserId3** (object) User to notify when things change on this location - **notifyGroup** (integer) Group to notify when things change on this location - **informManagerEachUse** (string) - **availableForExternalBookings** (string) - **externalRate** (number) - **internalRate** (number) - **rateMultiplier** (object) - **publicAddress** (string) The physical address of this location ### 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)