List all mappings in a given CDF project. If more instances exist than what the limit specifies, a pagination cursor is returned in the response body.
List of mappings and an optional cursor.
The response for a bad request.
Validation Error
{- "items": [
- {
- "externalId": "my.known.id",
- "expression": "\n{\n \"SAPFieldA\": substring(input.CDFFieldA,0,40), \n \"SAPFieldB\": input.CDFFieldB, \n}\n",
- "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
], - "nextCursor": "string"
}