Get list of First page Segments.

Implementation Notes

Gets the details of All Segments.

Response Class (Status 200)

SegmentDetails{
SegmentID(integer, optional),
SegmentName(string, optional),
Description( string, optional),
CreatedDate( string, optional),
Members (integer, optional),
}
 {  
    "SegmentID": 0,
    "SegmentName": "string",
    "Description": "string",
    "CreatedDate": "2018-02-15T05:12:13.987Z",
    "Members": 0
 }   

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