Get List Info

Get List Info by List ID.


Function

  • getListInfo()

Url

  • POST: /PuresendService/v1/getListInfo

Parameters

  • listId: int
    • list id for which data will be returned.

Return

  • ListInfo:
    • ListInfo object containing the list information.

Exception

  • Exception

Documentation

  • Get List Info by List ID.

Examples

{
    "listId": 1234
}
{
    "id": 1234,
    "name": "Name of list",
    "columnNames": [
        "From (Personal)",
        "From (Email)",
        "Custom 1",
        "Custom 2",
        "Custom 3",
        "Custom 4",
        "Custom 5",
        "Company",
        "Phone",
        "Brand",
        "Source",
        "Street Address",
        "City",
        "State",
        "Zip",
        "Job Title",
        "Country",
        "Unique ID",
        "Income",
        "Gender"
    ],
    "categoryId": -1,
    "type": 1,
    "brandName": null,
    "fileName": null
}