GET Mappings Types

Mappings Types

Returns a list of all mappings types. Mappings are using by C&C to map Objects to Folders

Params

None

Request

GET {{host}}/api/rest/v4/schema/mappingstypes
Authorization: {{auth}}

Response

[
  {
    "id": 1,
    "name": "ContentAndCollaboration",
    "entryListId": 0
  }
]