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: Bearer {{token}}Response
[
  {
    "id": 1,
    "name": "ContentAndCollaboration",
    "entryListId": 0
  }
]