List Data Mapper Definitions

Read the Data Mapper Definition Page.

SecurityapiKey
Request
query Parameters
label
Array of strings

Label for filtering that is passed as header parameter with the name label.

Example: label=Custom label
page
integer <int32> >= 0
Default: 0

Number of the page that will be retrieved.

Example: page=10
pageSize
integer <int32> >= 1
Default: 20

Number of items to be returned on the page.

Example: pageSize=10
sharedWithOrganization
boolean

Filters only mappings which are shared with organization or not.

Example: sharedWithOrganization=true
sort
string

Defines the attributes to sort by. Supported attributes are 'id' and 'modifiedAt', separated by comma (,) and the sort direction in front of each attribute. '+' means ascending, '-' means descending. If direction is not given default sort is ascending.

Example: sort=-modifiedAt
Responses
200

OK

get/datamapperdefinitions
Request samples
Response samples
application/json
{
  • "numberOfPages": "10",
  • "page": "1",
  • "pageSize": "100",
  • "total": "67",
  • "values": [
    ]
}