get https://api.imiconnect.io/resources/v2/customerappprofile/<appid>/<customerid>
This API is used to retrieve a customer's application profile for a given appid and customer profile key. The appid is a unique ID for individual channel assets.
Know Your Endpoint
Based on the domain you use to log in to imiconnect, the endpoint for your API varies. See the endpoint section to understand which endpoint to use for your domain.
For data privacy and security reasons, the REST API is served over encrypted HTTPS. The standard HTTP is not supported.
Response Parameters
Parameter | Type | Description |
---|---|---|
Status | Number | Zero indicates success response |
Description | String | Describes the status of API call |
Records | Array | An array of Outward links and Inward links |
Record[].Attributes | Array | Outward links and Inward links |
Attributes[].Name | String | Name of the column. For example, CustomerId -Column Name |
Attributes[].Value | String | Value Contained with in the column Eg: CustomerId- 1234 |
Attributes[].ID | Number | System generated unique Id for the column |
InwardLinks | Array | Shows app profiles mapped to the Customer Id |
OutwardLinks | Array | Displays customer profile information on Get app profile call |
OutwardLinks[].ProfileId | Number | Unique system Generated ID on profile store creation |
OutwardLinks[].ProfileName | String | Profile store Name |
OutwardLinks[].Records | Array | List of columns mapped to the profile store Eg: Customer Id,Name,Mobile No etc. |
OutwardLinks[].Records[].Value | String | Value Contained with in the column Eg: CustomerId- 1234 |
OutwardLinks[].Records[].ID | Number | System generated unique Id for the column |
OutwardLinks[].Records[].Name | String | Name of the column Eg : CustomerId -Column Name |
code | String | Internal code handling by imiconnect |
transid | String | Unique system generated id for API call |
Response Code | Message | Description |
---|---|---|
1000 | Success | Returned when the request is completed successfully. |
7000 | Invalid JSON | Returned when an invalid JSON request is sent. |
7001 | Authentication failed | Returned when the invalid service key or profile key is provided in the request. |
7003 | Mandatory parameters missing | Returned when the mandatory parameters configured in custom event are missing |