Skip to content

List data transfer profiles for one entity definition.

GET
/api/workspace/admin/entity-definitions/{entityDefinitionId}/data-transfer-profiles
curl --request GET \
--url https://example.com/api/workspace/admin/entity-definitions/example/data-transfer-profiles
  • None
entityDefinitionId
required
string
access_token
string

Optional access token for clients that cannot set Authorization headers. Prefer Authorization: Bearer <token> when possible.

OK

Media typeapplication/json
object
Data
Array<object>
nullable

Summary metadata for one entity data transfer profile.

object
Id

Profile identifier.

string
nullable
EntityDefinitionId

Owning entity definition identifier.

string
nullable
Name

User-facing profile name.

string
nullable
Key

Stable technical profile key.

string
nullable
Direction
integer format: int32
Allowed values: 0 1 2
Format
integer format: int32
Allowed values: 0 1
IdentityMode
integer format: int32
Allowed values: 0 1 2
IdentityFieldId

Optional identity field identifier.

string
nullable
ImportMode
integer format: int32
Allowed values: 0 1 2
FieldCount

Configured profile field count.

integer format: int32
ReferenceResolverCount

Configured reference resolver count.

integer format: int32
RowVersion

Concurrency token.

string format: uuid
Description

Optional user-facing workflow description.

string
nullable
Errors
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Warnings
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Success
boolean
Example
{
"Data": [
{
"Direction": 0,
"Format": 0,
"IdentityMode": 0,
"ImportMode": 0
}
],
"Errors": [
{
"Type": 0,
"Severity": 0
}
],
"Warnings": [
{
"Type": 0,
"Severity": 0
}
]
}

Forbidden

Media typeapplication/json
object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties
Examplegenerated
{
"type": "example",
"title": "example",
"status": 1,
"detail": "example",
"instance": "example"
}

Not Found

Media typeapplication/json
object
Data
Array<object>
nullable

Summary metadata for one entity data transfer profile.

object
Id

Profile identifier.

string
nullable
EntityDefinitionId

Owning entity definition identifier.

string
nullable
Name

User-facing profile name.

string
nullable
Key

Stable technical profile key.

string
nullable
Direction
integer format: int32
Allowed values: 0 1 2
Format
integer format: int32
Allowed values: 0 1
IdentityMode
integer format: int32
Allowed values: 0 1 2
IdentityFieldId

Optional identity field identifier.

string
nullable
ImportMode
integer format: int32
Allowed values: 0 1 2
FieldCount

Configured profile field count.

integer format: int32
ReferenceResolverCount

Configured reference resolver count.

integer format: int32
RowVersion

Concurrency token.

string format: uuid
Description

Optional user-facing workflow description.

string
nullable
Errors
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Warnings
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Success
boolean
Example
{
"Data": [
{
"Direction": 0,
"Format": 0,
"IdentityMode": 0,
"ImportMode": 0
}
],
"Errors": [
{
"Type": 0,
"Severity": 0
}
],
"Warnings": [
{
"Type": 0,
"Severity": 0
}
]
}