GET
/
organisations
/
{organisationId}
/
data-mappings
/
{mappingId}
/
entries
curl --request GET \
  --url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/data-mappings/{mappingId}/entries \
  --header 'Authorization: <api-key>'
{
  "totalCount": 123,
  "next": "<string>",
  "prev": "<string>",
  "items": [
    {
      "id": "<string>",
      "mapping": {
        "id": "<string>",
        "orgId": "<string>",
        "sourceApp": {
          "id": "<string>",
          "orgId": "<string>",
          "name": "<string>",
          "public": true,
          "server": {
            "name": "<string>",
            "url": "<string>"
          },
          "schemaMetadata": {
            "type": "<string>",
            "version": "<string>",
            "url": "<string>"
          },
          "supportedAuthConfigs": [
            {
              "type": "<string>",
              "isValid": true,
              "data": {
                "discoveryUrl": "<string>",
                "clientId": "<string>",
                "clientSecret": "<string>",
                "scopes": {}
              }
            }
          ],
          "imageUrl": "<string>",
          "schema": {
            "id": "<string>",
            "type": "<string>",
            "version": "<string>",
            "sourceUrl": "<string>",
            "createdAt": "2023-11-07T05:31:56Z",
            "updatedAt": "2023-11-07T05:31:56Z",
            "deletedAt": "2023-11-07T05:31:56Z"
          },
          "schemaId": "<string>",
          "createdAt": "2023-11-07T05:31:56Z",
          "updatedAt": "2023-11-07T05:31:56Z",
          "deletedAt": "2023-11-07T05:31:56Z"
        },
        "sourceSchemaId": "<string>",
        "targetApp": {
          "id": "<string>",
          "orgId": "<string>",
          "name": "<string>",
          "public": true,
          "server": {
            "name": "<string>",
            "url": "<string>"
          },
          "schemaMetadata": {
            "type": "<string>",
            "version": "<string>",
            "url": "<string>"
          },
          "supportedAuthConfigs": [
            {
              "type": "<string>",
              "isValid": true,
              "data": {
                "discoveryUrl": "<string>",
                "clientId": "<string>",
                "clientSecret": "<string>",
                "scopes": {}
              }
            }
          ],
          "imageUrl": "<string>",
          "schema": {
            "id": "<string>",
            "type": "<string>",
            "version": "<string>",
            "sourceUrl": "<string>",
            "createdAt": "2023-11-07T05:31:56Z",
            "updatedAt": "2023-11-07T05:31:56Z",
            "deletedAt": "2023-11-07T05:31:56Z"
          },
          "schemaId": "<string>",
          "createdAt": "2023-11-07T05:31:56Z",
          "updatedAt": "2023-11-07T05:31:56Z",
          "deletedAt": "2023-11-07T05:31:56Z"
        },
        "targetSchemaId": "<string>",
        "definition": [
          {
            "sourceField": "<string>",
            "targetField": "<string>"
          }
        ],
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z",
        "deletedAt": "2023-11-07T05:31:56Z"
      },
      "sourceValue": "<string>",
      "targetValue": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "deletedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required
mappingId
string
required

Query Parameters

first
integer
default:
20
before
string
after
string
sort
string

Response

200
application/json
A paginated set of DataMappingEntries
totalCount
integer
required
next
string
prev
string
items
object[]