Skip to content

List integration field mappings

GET
/v1/integrations/{integration_id}/mappings

List field mappings for an integration.

integration_id
required
Integration Id
string format: uuid
skip
Skip
integer
0
limit
Limit
integer
default: 100 >= 1 <= 1000

Successful Response

Response List Integration Mappings V1 Integrations Integration Id Mappings Get
Array<object>
IntegrationMappingResponse
object
id
required
Id
string format: uuid
integration_id
required
Integration Id
string format: uuid
mappable_type
required
Mappable Type
string
mappable_id
required
Mappable Id
string format: uuid
external_id
required
External Id
string
external_data
Any of:
object
key
additional properties
any
last_synced_at
Any of:
string format: date-time
created_at
required
Created At
string format: date-time
updated_at
required
Updated At
string format: date-time

Unauthorized

Integration not found

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object