Retrieve a list of integration export keys
GET/odata/v2/IntegrationExportKey
Response is limited to 3000 records. Follow '@odata.nextLink' to retrieve the next page.
Request
Query Parameters
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
value
object[]
nullable
required
integrationTable int32
integrationSystemName stringnullable
mindKeyValue stringnullable
externalValue stringnullable
rowNumber int32
createdBy stringnullable
createdDateTime date-time
modifiedBy stringnullable
modifiedDateTime date-timenullable
versionStamp int32
documentsExists boolean
@odata.context stringnullable
@odata.count int32nullable
@odata.nextLink stringnullable
{
"value": [
{
"integrationTable": 0,
"integrationSystemName": "string",
"mindKeyValue": "string",
"externalValue": "string",
"rowNumber": 0,
"createdBy": "string",
"createdDateTime": "2026-03-25T15:10:39.537Z",
"modifiedBy": "string",
"modifiedDateTime": "2026-03-25T15:10:39.537Z",
"versionStamp": 0,
"documentsExists": true
}
],
"@odata.context": "string",
"@odata.count": 0,
"@odata.nextLink": "string"
}
Bad request. Occurs if the request payload or querystring contains invalid data
- application/json
- Schema
- Example (from schema)
Schema
type stringnullable
title stringnullable
status int32nullable
detail stringnullable
instance stringnullable
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Unauthorized
Loading...