Config endpoints allow you to review metadata of available Redox base configs and related source links. Learn about mapping operations.
Base configs can be linked to sources within your Redox organization to convert a payload from a one data format to the appropriate Redox data model or FHIR® resource.
Anyone in a Redox organization can view metadata of base configs and source links. However, only a Redoxer can view or modify the content of base configs, and only a user assigned to an engineer or support role can manage source links.
You can:
- retrieve a list of available base configs;
- retrieve a list of links attached to a source;
- create base config links to sources;
- update base config links to sources; or
- delete base config links to sources.
Get configs
Retrieve metadata of all available Redox base configs.
cURL request example
Query Parameters
- sourceOrDestinationstring
Indicates whether the base config is applied to the source or destination side of the exchange.
- dataModelstring
Describes which data model the base config is built from. In other words, this is the data model that serves as the starting point for the base config.
- translatedDataFormatstring
Describes the format of the data, depending on whether the base config is applied at the source or destination. For source base configs, this is the format of the inbound data before applying the base config. For destination base configs, this is the format that the data is translated to after applying the base config.
- metaobject
- versionstring
Lists the major and minor version number for the format of the returned payload. The payload format or shape may change between minor versions, like including additional or extended fields in later versions. We include the version data in each response so that you have the option to handle the signaled differences.
- payloadobject
Contains an array of base configs.
- configsArray of object
- idstring
Contains the unique identifier of the base config.
- sourceOrDestinationstring
Indicates whether the base config is applied to the source or destination side of the exchange.
Possible Values:source
,destination
- dataModelstring
Describes which data model the base config is built from. In other words, this is the data model that serves as the starting point for the base config.
- namestring
Displays the human-readable name of the base config.
- translatedDataFormatstring
Describes the format of the data, depending on whether the base config is applied at the source or destination. For source base configs, this is the format of the inbound data before applying the base config. For destination base configs, this is the format that the data is translated to after applying the base config.
Possible Values:HL7v2
,JSON
,X12
,X12v2
,XML Builder
,XML (to JSON)
- latestVersionstring
Contains the unique identifier of the latest published version of this base config.
Format: uuid