Factsheet

3.1 Fetch All Customer Profiles

This service enables you to retrieve the details of all customer profiles that have been created so far.

Command Format

entt_bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb*AP: dump

Request Sample

{
    "srvcVrsn":  "2",
    "userInfo":  {
        "id"  :    "us0123456789abcdefghij0123456789",
        "athrzt" : {
            "id" : "id1234567890abcdefghij1234567890",
            "key": "ky1234567890abcdefghij1234567890"
        }
    },
    "cmmnd": {
        "cmmnd": "entt_bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb*AP: dump"
    }
}

Response Sample

{
    "exctnFdbck":  {
        "id" :  "75"
    },
    "prfl" : [
        "1234567890abcdefghij1234567890aa",
        "1234567890abcdefghij1234567890ab",
        "1234567890abcdefghij1234567890ac",
        "1234567890abcdefghij1234567890ad"
    ]
}