Get Column Mapping List
  • 13 Mar 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Get Column Mapping List

  • Dark
    Light
  • PDF

Article Summary

Get
/internal-assets/4.0/column-mapping/{envId}/{assetTemplateId}/{attributeKey}

Get the list of Column Mappings for the specified Asset Template ID and Attribute Key.

Path parameters
assetTemplateId
stringRequired

The Asset Template ID can be found under the Details tab of the relevant Asset Type.

envId
string (uuid) Required

The Environment ID can be found under the Details Tab in the Environment Settings.

attributeKey
stringRequired

To locate the Attribute Key, select the relevant Asset Type and click on Asset Attributes.

Query parameters
limit
integer
Maximum1000
Minimum1
Default"50"
offset
integer
Minimum0
Default"0"
filter[tableName]
string

Filter to apply on the Table Name

filter[columnName]
string

Filter to apply on the Column Name.

sort[tableName]
string

Sorting order for the Table Names.

Valid values[ "\"ASC\"", "\"DESC\"" ]
sort[columnName]
string

Sorting order for column names.

Valid values[ "\"ASC\"", "\"DESC\"" ]
Responses
200

Successful operation

Headers
x-request-id
string
The ID of the request
Expand All
object

Response object

data
Array of object (ColumnMapping)
object

Data mapping

assetTemplateId
string

Asset Template ID

attributeKey
string

Attribute Key

columnName
string

Column Name

envId
string (uuid)

Environment ID

id
string (uuid)

Mapping ID

tableName
string

Table Name

meta
object (Meta)

Response Meta

limit
integer

Limit the number of records returned.

Example50
offset
integer

The starting point for return of records.

Example0
total
integer

Total number of records

Example1
401

Unauthorized

Headers
x-request-id
string
The ID of the request
Expand All
object

Response object

errors
Array of object (Error)
object

Error object

args
object
code
string
id
string
message
string
name
string
status
integer
404

Object not found

Headers
x-request-id
string
The ID of the request
Expand All
object

Response object

errors
Array of object (Error)
object

Error object

args
object
code
string
id
string
message
string
name
string
status
integer
500

Internal Server Error

Headers
x-request-id
string
The ID of the request
Expand All
object

Response object

errors
Array of object (Error)
object

Error object

args
object
code
string
id
string
message
string
name
string
status
integer

Was this article helpful?