Get list of First page Lists

Implementation Notes

Lists all available contact lists and their details.

Response Class (Status 200)

ListDetails {
ListMasterID(integer, optional),
ListName(string, optional),
ListDesc( string, optional),
ListOwner( string, optional),
AllMembers (integer, optional),
ValidMembers (integer, optional),
IsListDeleted (boolean, optional),
CreatedDate (string, optional)
}
  {  
    "ListMasterID": 0, 
    "ListName": "string",  
    "ListDesc": "string",  
    "ListOwner": "string", 
    "AllMembers": 0, 
    "ValidMembers": 0, 
    "IsListDeleted": true, 
    "CreatedDate": "2018-02-09T08:41:33.573Z" 
 }  

Parameters

Parameter Value Description Parameter Type Data Type
ApiKey The Value of the API Key Path String

Response Messages

HTTP Status Code Reason Response Model Headers
403 Access Denied    
404 Not Found