Accounts
GET {{api-domain}}/crm/v4/Accounts?fields=Account_Name,Phone,Industry&per_page=5
To get the list of available records in the Accounts module.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string | ||
per_page | number |
RESPONSES
status: OK
{"data":[{"Industry":"Education","Phone":null,"Account_Name":"ZSchools","id":"4876876000001117058"},{"Industry":"Data/Telecom OEM","Phone":null,"Account_Name":"Zoho Corporation","id":"4876876000001102002"},{"Industry":"Data/Telecom OEM","Phone":"555-55-555","Account_Name":"XYZ systems","id":"4876876000001036036"},{"Industry":"Non-management ISV","Phone":"555-555-5555","Account_Name":"Chapman","id":"4876876000001036013"},{"Industry":"Education","Phone":"555-555-5555","Account_Name":"King (Sample)","id":"4876876000000333098"},{"Industry":"Education","Phone":"555-555-5555","Account_Name":"Truhlar And Truhlar (Sample)","id":"4876876000000333097"},{"Industry":"Education","Phone":"555-555-5555","Account_Name":"Commercial Press (Sample)","id":"4876876000000333096"},{"Industry":"Education","Phone":"555-555-5555","Account_Name":"Morlong Associates (Sample)","id":"4876876000000333095"},{"Industry":"Consulting","Phone":"555-555-5555","Account_Name":"Chapman (Sample)","id":"4876876000000333094"},{"Industry":"Real Estate","Phone":"555-555-5555","Account_Name":"Printing Dimensions (Sample)","id":"4876876000000333093"},{"Industry":"Data/Telecom OEM","Phone":"988844559","Account_Name":"Account_Name","id":"4876876000000333092"},{"Industry":"Communications","Phone":"555-555-5555","Account_Name":"Chemel (Sample)","id":"4876876000000333091"},{"Industry":"Government/Military","Phone":"555-555-5555","Account_Name":"Chanay (Sample)","id":"4876876000000333090"},{"Industry":"Technology","Phone":"555-555-5555","Account_Name":"Benton (Sample)","id":"4876876000000333089"}],"info":{"per_page":200,"next_page_token":null,"count":14,"page":1,"previous_page_token":null,"page_token_expiry":null,"more_records":false}}