Create App Resources
Search App Resources
post/api/v1/search/app_resources
Invokes the c1.api.app.v1.AppResourceSearch.SearchAppResources method.
Body Parameters
appIdstring
optional
The appId field.
appUserIdsarray of string
optional
The appUserIds field.
excludeDeletedResourceBindingsboolean
optional
The excludeDeletedResourceBindings field.
excludeResourceIdsarray of string
optional
The excludeResourceIds field.
excludeResourceTypeTraitIdsarray of string
optional
The excludeResourceTypeTraitIds field.
pageSizenumber
optional
The pageSize field.
formatint32
pageTokenstring
optional
The pageToken field.
querystring
optional
The query field.
refsarray of object
optional
The refs field.
resourceIdsarray of string
optional
The resourceIds field.
resourceTypeIdsarray of string
optional
The resourceTypeIds field.
resourceTypeTraitIdsarray of string
optional
The resourceTypeTraitIds field.
Returns
expandedarray of object
optional
The expanded field.
listarray of appPathstringappResourceC1APIAppV1AppResourceparentResourcePathstringparentResourceTypePathstringresourceTypePathstringC1APIAppV1AppResourceView
optional
The list field.
nextPageTokenstring
optional
The nextPageToken field.
Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/search/app_resources \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"200 Example
{
"expanded": [
{
"@type": "@type"
}
],
"list": [
{
"appPath": "appPath",
"appResource": {
"id": "id",
"appId": "appId",
"appResourceTypeId": "appResourceTypeId",
"customDescription": "customDescription",
"description": "description",
"displayName": "displayName",
"grantCount": "grantCount",
"matchBatonId": "matchBatonId",
"parentAppResourceId": "parentAppResourceId",
"parentAppResourceTypeId": "parentAppResourceTypeId",
"secretTrait": {
"identityAppUserId": "identityAppUserId",
"lastUsedAt": "2019-12-27T18:11:19.117Z",
"secretCreatedAt": "2019-12-27T18:11:19.117Z",
"secretExpiresAt": "2019-12-27T18:11:19.117Z"
}
},
"parentResourcePath": "parentResourcePath",
"parentResourceTypePath": "parentResourceTypePath",
"resourceTypePath": "resourceTypePath"
}
],
"nextPageToken": "nextPageToken"
}