Error
A valid request URL is required to generate request examples[
{
"__v": 123,
"_id": "<string>",
"createdAt": "<string>",
"name": "<string>",
"totalCampaigns": 123,
"totalContacts": 123,
"type": "<string>",
"updatedAt": "<string>"
}
]lists
Get paginated lists
GET
/
api
/
contact-structure
/
{contactStructureId}
/
lists
Error
A valid request URL is required to generate request examples[
{
"__v": 123,
"_id": "<string>",
"createdAt": "<string>",
"name": "<string>",
"totalCampaigns": 123,
"totalContacts": 123,
"type": "<string>",
"updatedAt": "<string>"
}
]Authorizations
API key authentication
Path Parameters
Query Parameters
page number
Required range:
x >= 1page size
Required range:
x >= 1Sorting parameter with the format 'field:direction'. Supported fields: name, createdAt, updatedAt.
Pattern:
^[a-zA-Z0-9_]+:(asc|desc)$A string used to filter the search results. The maximum length is 50 characters.
Maximum string length:
50