GET v1/mappings/getall/{since}

returns a list of all available mappings

Request Information

URI Parameters

NameDescriptionTypeAdditional information
since

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ConfidenceApps.Interfaces.Pris.IMapping
NameDescriptionTypeAdditional information
AppId

The unique identifier of the related CApp.

globally unique identifier

None.

AppName

The name of the related CApp (Info only).

string

None.

AppVersion

The CApp version that was is targeted by the mapping xml.

string

None.

Database

Contains required data to connect to the target database for inserting the result data to it (results) read data from (tasks).

ConfidenceApps.Interfaces.Pris.IDatabase

None.

IsChanged

Indicates if at least one property has changed since the last reset (except Id). Can be reseted by set to false.

boolean

None.

MapItems

The mappings of form controls from a CApp to a specified database field.

Collection of ConfidenceApps.Interfaces.Pris.IMapItem

None.

IsTaskMapping

Defines if mapping is result or task type [Deprecated] better use MappingType - Setting influences MappingType

boolean

None.

MappingType

Defines what kind of mapping is targeted. Default is Result.

ConfidenceApps.Types.MappingTypes

None.

Name

The name of the mapping.

string

None.

Relations

Contains the relation structure data of the database´s tables.

Collection of ConfidenceApps.Interfaces.Pris.IRelation

None.

StateMappings

Mapping for CC-Portal users to database users.

Collection of ConfidenceApps.Interfaces.Pris.IStateMapping

None.

Tables

Contains all information about required tables of the database to input, update data (results) or read data (tasks).

Collection of ConfidenceApps.Interfaces.Pris.ITable

None.

TaskMapping

Additional mapping data for tasks to enable edition of existing data within the database.

ConfidenceApps.Interfaces.Pris.ITaskMapping

None.

DataListMapping

Additional mapping data for datalists (resources) to provide formcontrols datalists with dynamic data from the database.

ConfidenceApps.Interfaces.Pris.IDataListMapping

None.

UserMappings

Mapping for CC-Portal users to database users.

Collection of ConfidenceApps.Interfaces.Pris.IUserMapping

None.

XmlVersion

The version of the mapping xml schema format.

string

None.

ServerTimeStamp

The last modification on the cloud portal server

date

None.

CreationType

Defines how the mapping was created using the AutoCreator. Default is Manually.

ConfidenceApps.Types.CreationTypes

None.

Response Formats

application/json, text/json

Sample:

Sample not available.