Types REST Endpoints

Types
The resources to manage types.
Create a Type
Method: post
Path: /content/management/api/v1.1/types
Delete a Type
Method: delete
Path: /content/management/api/v1.1/types/{name}
List All Archived fields of a Type
Method: get
Path: /content/management/api/v1.1/types/{name}/archivedFields
List All Data Types
Method: get
Path: /content/management/api/v1.1/dataTypes
List All Inplace Previews of a Type
Method: get
Path: /content/management/api/v1.1/types/{name}/inplacePreview
List All Layout Mappings of a Type
Method: get
Path: /content/management/api/v1.1/types/{name}/layoutMapping
List All Permissions on a Type
Method: get
Path: /content/management/api/v1.1/types/{name}/permissions
List All relationships for a type
Method: get
Path: /content/management/api/v1.1/types/{name}/relationships
List All Types
Method: get
Path: /content/management/api/v1.1/types
Read a Type
Method: get
Path: /content/management/api/v1.1/types/{name}
Read Type Update Operations Status
Method: get
Path: /content/management/api/v1.1/types/{name}/updateType/.status/{statusId}
Update a Type
Method: put
Path: /content/management/api/v1.1/types/{name}