listEnrichmentMaps
get
/ccadmin/v1/enrichmentMaps
List the attribute mappings from an external source to an internal item type (profile or account).
Request
Supported Media Types
- application/json
Header Parameters
-
X-CCAsset-Language: string
The asset language of the request.
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Root Schema : listEnrichmentMaps_response
Type:
Show Source
object
-
items:
array items
The returned list of items.
-
limit:
integer
Maximum number of maps to be fetched.
-
offset:
integer
The starting index of the returned maps.
-
sort:
array sort
The sort used for the returned maps.
-
total:
integer
Total number of maps
-
totalResults:
integer
Total number of maps
Nested Schema : items
Type:
Show Source
object
-
order:
string
The sort order: either asc or desc.
-
property:
string
The property sorted on.
Example Response (application/json)
{
"total":1,
"totalResults":1,
"offset":0,
"limit":250,
"links":[
{
"rel":"self",
"href":"http://localhost:9080/ccadminui/v1/enrichmentMaps"
}
],
"sort":[
{
"property":"id",
"order":"asc"
}
],
"items":[
{
"repositoryId":"unity-account"
},
{
"repositoryId":"unity-profile"
}
]
}
Default Response
The error response.
The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud:
|Error Code|Description|
|------------------|------------------|
|
Root Schema : errorModel
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
errors:
array errors
An optional list of errors if multiple errors were encountered
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code
-
type:
string
The URI to the HTTP state code definition
Nested Schema : errors
Type:
array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code