Name | Description | Type | Additional Info |
---|---|---|---|
listId | The ID of the list. | globally unique identifier | Required |
None.
Name | Description | Type | Additional Info |
---|---|---|---|
List | The list. | ListV3 | None. |
Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{ "List": { "Created": "2025-07-05T11:42:13.965686+00:00", "ListId": "59e2b33d-227e-4a8c-8dbc-39f9dcd3ce49", "Name": "sample string 3", "SubscriberCount": 4 }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"List":{"Created":"2025-07-05T11:42:13.965686+00:00","ListId":"59e2b33d-227e-4a8c-8dbc-39f9dcd3ce49","Name":"sample string 3","SubscriberCount":4},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});