List integration content types
Lists content types defined by integrations, optionally filtered by integration ID.
Authorization
OAuth2 upl:privateAuthorizationBearer <token>
OAuth 2.0 authorization
In: header
Scope: upl:private
Header Parameters
Connect-Protocol-Version*number
Define the version of the Connect protocol
Value in
1Connect-Timeout-Ms?number
Define the timeout, in ms
Request Body
application/json
integrationId?string|null
Filter by integration. Accepts either a UUID (admin UI) or a slug (URN prefix like "default" — CLI publishers that read URNs out of yaml). Server detects which by UUID-parse; the UUID stays an internal identifier.
Length
1 <= length[key: string]?never
Response Body
application/json
application/json
curl -X POST "https://uploads-api.xeonr.io/uplim.api.v1.IntegrationAdminService/ListIntegrationContentTypes" \ -H "Connect-Protocol-Version: 1" \ -H "Content-Type: application/json" \ -d '{}'{
"contentTypes": [
{
"id": "string",
"integrationId": "string",
"criteria": {
"kinds": [
"CONTENT_TARGET_KIND_UNSPECIFIED"
]
},
"renderer": {
"enabled": true,
"archiveUploadId": "0f00a816-1fc2-4597-bbce-ea7af713750b",
"entryPath": "string"
},
"openWith": {
"enabled": true,
"callbackUrl": "http://example.com"
},
"priority": 0,
"createdAt": "2023-01-15T01:30:15.01Z",
"updatedAt": "2023-01-15T01:30:15.01Z",
"name": "string",
"displayLabel": "string",
"iconName": "string",
"matcher": "string",
"matcherPriority": 0,
"iconUploadId": "string",
"worker": {
"enabled": true,
"archiveUploadId": "0f00a816-1fc2-4597-bbce-ea7af713750b",
"entryPath": "string"
}
}
]
}{
"code": "not_found",
"message": "string",
"details": [
{
"type": "string",
"value": "string",
"debug": {}
}
]
}