List integration field mappings
GET
/v1/integrations/{integration_id}/mappings
List field mappings for an integration.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” integration_id
required
Integration Id
string format: uuid
Query Parameters
Section titled “Query Parameters ” skip
Skip
integer
limit
Limit
integer
Responses
Section titled “ Responses ”Successful Response
Response List Integration Mappings V1 Integrations Integration Id Mappings Get
Array<object>
IntegrationMappingResponseobject
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
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>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context