Retrieve
Get
get/api/v1/apps/{app_id}/resource_types/{id}
Get an app resource type.
Path Parameters
app_idstring
The appId field.
idstring
The id field.
Returns
appResourceTypeViewappPathstringappResourceTypeC1APIAppV1AppResourceTypeC1APIAppV1AppResourceTypeView
optional
The AppResourceTypeView message.
expandedarray of object
optional
List of serialized related objects.
Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/apps/$APP_ID/resource_types/$ID \
-H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"200 Example
{
"appResourceTypeView": {
"appPath": "appPath",
"appResourceType": {
"displayName": "displayName",
"traitIds": [
"string"
]
}
},
"expanded": [
{
"@type": "@type"
}
]
}