Content Type list
Returns a list of Content Type Info instances which describe the type support plugins in a Content Library.
Returns an authorization error if you do not have all of the privileges described as follows:
- Operation execution requires
ContentLibrary.TypeIntrospection
.
Request
URI
GET
https://{api_host}/api/content/type
COPY
Responses
200
The list of Content Type Info instances which describe the type support plugins in a Content Library.
[
{
"description": "string",
"name": "string",
"type": "string",
"vendor": "string",
"version": "string",
"supported_rules": [
"string"
]
}
]
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/content/type
Content Operations
GET
Content Type list