v1
latestOpenAPI 3.0.32026-07-24198357534.7 KBIntegration
Provide a single resource - Quable App
Retrieves a IntegrationApp resource.
get/quable-apps/{id}
Path parameters
idstring required
Resource identifier
Response
IntegrationApp resource
Example response
{
"id": "c7ad508b-882d-4874-a00c-4b0eecb66e3d",
"slug": "unique-slug",
"type": "Custom",
"url": "https://example.com/quable-app",
"headers": {
"Authorization": "Header value",
"Content-Type": "Header value"
},
"payload": {
"key": "value"
},
"documentType": {
"id": "identifier_example"
},
"icon": "globe",
"slots": [
"document.action.bulk",
"document.action.single",
"document.page.tab",
"page"
],
"status": true,
"helpDeskUrl": "https://support.example.com",
"documentationUrl": "https://docs.example.com",
"permissionFeatures": [
"contributor",
"validator",
"..."
],
"name": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
},
"description": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
}
}