Get list details via ListID

Implementation Notes

Gets detailed information about a specific List

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.570Z"
 } 

Parameters

Parameter Value Description Parameter Type Data Type
ApiKey The Value of the API Key Path String
ListId The ListMasterID of specific list to retrieve. Path long

Response Messages

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