v1
latestOpenAPI 3.0.02026-07-24226294602.4 KBLead Group
Get Lead Group Roles
Get a list of Lead group roles given a search query.
get/leads/group/roles/search
Query parameters
qstring required
Search query. Refer to the "Using Search Functionality" section under the Guides tab for more information about building a query.
sortstring
Specifies the order in which the Lead list will be returned. Default order is ascending. Default sort attribute is Id. Specify desc_ to sort descending format: "sort=desc_snake_cased_attribute_name" OR "sort=snake_cased_attribute_name" ex. sort=desc_updated_on
pageinteger
Specifies the page of records to be returned. Defaults to 1.
page_sizeinteger
Number of records to return per page. Maximum and default are 100 records.
Headers
x-api-keystring required
A valid API key. If you don't have one, please request one through the Web Integrations screen.
Response
Lead record list.
Example response
{
"lead_group_roles": [
{
"id": 1234567891234567
}
]
}