Search Lists
Search for and return details about the lists in your organization. Private lists will not be returned with this call.
Query parameters
List name
The page of results to be returned
Response
OK
Example response
{
"results": [
{
"name": "List A",
"list_uid": "QE5XDQEB",
"created_date": "2024-05-13T16:25:17.065916Z",
"updated_date": "2024-06-17T07:15:59.708119Z",
"company_count": 3
}
],
"count": 2,
"page": 1,
"pages": 1
}Changes
Changed in 3 of the 5 revisions of this API.1216
- ○
the endpoint scheme security
ApiKeyAuthwas removed from the APIapi-security-removed
- ○
api tag
listsaddedapi-tag-added
- ○
added the media type
application/jsonfor the response with the status401response-media-type-added
- ○
added the media type
application/jsonfor the response with the status429response-media-type-added
- ○
added the media type
application/jsonfor the response with the status500response-media-type-added
- ○
the response property
countbecame required for the status200response-property-became-required
- ○
the response property
pagebecame required for the status200response-property-became-required
- ○
the response property
pagesbecame required for the status200response-property-became-required
- ○
the response property
resultsbecame required for the status200response-property-became-required
- ○
the response property
results/items/company_countbecame required for the status200response-property-became-required
- ○
the response property
results/items/created_datebecame required for the status200response-property-became-required
- ○
the response property
results/items/list_uidbecame required for the status200response-property-became-required
- ○
the response property
results/items/namebecame required for the status200response-property-became-required
- ○
the response property
results/items/updated_datebecame required for the status200response-property-became-required
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
for the
queryrequest parameterpage, the type/format was changed fromstring/tointeger/request-parameter-type-changed
- ●
deleted the
headerrequest parameterContent-Typerequest-parameter-removed
- ○
api operation id
searchremoved and replaced withsearchListsapi-operation-id-removed
- ○
the endpoint scheme security
ApiKeyAuthwas added to the APIapi-security-added
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
deleted the
headerrequest parameterAuthorizationrequest-parameter-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●