@@ -240,9 +240,7 @@ Search your team
240240| Parameter | Type | Description |
241241| --------- | ---- | ----------- |
242242| ` contacts ` | json | Array of contacts matching the search criteria |
243- | ` page ` | number | Current page number |
244- | ` per_page ` | number | Results per page |
245- | ` total_entries ` | number | Total matching entries |
243+ | ` pagination ` | json | Pagination information |
246244
247245### ` apollo_contact_bulk_create `
248246
@@ -350,9 +348,7 @@ Search your team
350348| Parameter | Type | Description |
351349| --------- | ---- | ----------- |
352350| ` accounts ` | json | Array of accounts matching the search criteria |
353- | ` page ` | number | Current page number |
354- | ` per_page ` | number | Results per page |
355- | ` total_entries ` | number | Total matching entries |
351+ | ` pagination ` | json | Pagination information |
356352
357353### ` apollo_account_bulk_create `
358354
@@ -575,9 +571,7 @@ Search for tasks in Apollo
575571| Parameter | Type | Description |
576572| --------- | ---- | ----------- |
577573| ` tasks ` | json | Array of tasks matching the search criteria |
578- | ` page ` | number | Current page number |
579- | ` per_page ` | number | Results per page |
580- | ` total_entries ` | number | Total matching entries |
574+ | ` pagination ` | json | Pagination information |
581575
582576### ` apollo_email_accounts `
583577
@@ -597,8 +591,3 @@ Get list of team
597591| ` total ` | number | Total count of email accounts |
598592
599593
600-
601- ## Notes
602-
603- - Category: ` tools `
604- - Type: ` apollo `
0 commit comments