getSegmentMembers

GET {{baseUrl}}/ssot/segments/:segmentApiName/members?fields=[]&filters=<string>&limit=<integer>&offset=<integer>&orderBy=<string>

Get segment members in Data Cloud.

Available Version: 58.0

Request Params

KeyDatatypeRequiredDescription
fieldsstringComma-separated list of up to 50 field names that you want to include in the result, for example, Id__c,FirstName__c,​GenderId__c,Occupation__c. If unspecified, Id__c is returned.

Available Version: 58.0 | | filters | string | | Filter the result set to a more narrow scope or specific type, such as [GenderId__c=Male,​FirstName__c=Angel].

Available Version: 58.0 | | limit | string | | Maximum number of rows to return from 11000. If unspecified, the default number of rows is 100.

Available Version: 58.0 | | offset | string | | Number of rows to skip before returning results. If unspecified, no rows are skipped.

Available Version: 58.0 | | orderBy | string | | Sort order for the result set, such as Name ASC or MarketSegmentType DESC. If unspecified, items are returned by ID in ascending order.

Available Version: 58.0 |

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;deltaType&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;kqId&quot;:&quot;\u003cstring\u003e&quot;,&quot;snapshotType&quot;:&quot;\u003cstring\u003e&quot;,&quot;timestamp&quot;:&quot;\u003cstring\u003e&quot;,&quot;versionStamp&quot;:&quot;\u003cstring\u003e&quot;},{&quot;deltaType&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;kqId&quot;:&quot;\u003cstring\u003e&quot;,&quot;snapshotType&quot;:&quot;\u003cstring\u003e&quot;,&quot;timestamp&quot;:&quot;\u003cstring\u003e&quot;,&quot;versionStamp&quot;:&quot;\u003cstring\u003e&quot;}],&quot;endTime&quot;:&quot;\u003cstring\u003e&quot;,&quot;filter&quot;:&quot;\u003cstring\u003e&quot;,&quot;limit&quot;:&quot;\u003cinteger\u003e&quot;,&quot;nextPageUrl&quot;:&quot;\u003cstring\u003e&quot;,&quot;offSet&quot;:&quot;\u003cinteger\u003e&quot;,&quot;orderBy&quot;:&quot;\u003cstring\u003e&quot;,&quot;rowCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;startTime&quot;:&quot;\u003cstring\u003e&quot;,&quot;totalCount&quot;:&quot;\u003cinteger\u003e&quot;}