Query
GET https://{{domain}}/api/v5/objects/prospect-accounts?fields=id,name,salesforceId,createdAt,updatedAt,createdById,updatedById,assignedToId,annualRevenue,billingAddressOne,billingAddressTwo,billingCity,billingCountry,billingState,billingZip,description,employees,fax,industry,number,ownership,phone,rating,shippingAddressOne,shippingAddressTwo,shippingCity,shippingCountry,shippingState,shippingZip,sic,site,tickerSymbol,type,website,isDeleted
Request Params
| Key | Datatype | Required | Description | 
|---|
| fields | string |  | (required) ProspectAccount fields to return | 
| deleted | boolean |  | boolean - return deleted records | 
| limit | number |  | integer - the number of records to return. This value must be between 1 and 1000, inclusive. Default value is 200. | 
| nextPageToken | string |  | the server provided value to retrieve the next page | 
| id | null |  | Optional Integer Filter - filters the result by the id field | 
| idGreaterThan | null |  | Optional Integer Filter - filters the result by the id field | 
| idGreaterThanOrEqualTo | null |  | Optional Integer Filter - filters the result by the id field | 
| idLessThan | null |  | Optional Integer Filter - filters the result by the id field | 
| idLessThanOrEqualTo | null |  | Optional Integer Filter - filters the result by the id field | 
| orderBy | string |  | string - Order Results By: id, salesforceId | 
| Key | Datatype | Required | Description | 
|---|
| Pardot-Business-Unit-Id | string |  |  | 
| If-Modified-Since | string |  |  |