Skip to content
  • Auto
  • Light
  • Dark
Get Started

Retrieve

Get
get/api/v1/apps/{src_app_id}/{src_app_entitlement_id}/bindings/{dst_app_id}/{dst_app_entitlement_id}

Invokes the c1.api.app.v1.AppEntitlementsProxy.Get method.

Path Parameters
src_app_idstring

The srcAppId field.

src_app_entitlement_idstring

The srcAppEntitlementId field.

dst_app_idstring

The dstAppId field.

dst_app_entitlement_idstring

The dstAppEntitlementId field.

Returns
appProxyEntitlementViewappProxyEntitlementobjectdstAppEntitlementPathstringdstAppPathstringsrcAppEntitlementPathstringsrcAppPathstringC1APIAppV1AppEntitlementProxyView
optional

The AppEntitlementProxyView message.

expandedarray of object
optional

The expanded field.

Hide ParametersShow Parameters
@typestring
optional

The type of the serialized message.

Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/apps/$SRC_APP_ID/$SRC_APP_ENTITLEMENT_ID/bindings/$DST_APP_ID/$DST_APP_ENTITLEMENT_ID \
    -H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"
200 Example
{
  "appProxyEntitlementView": {
    "appProxyEntitlement": {
      "dstAppEntitlementId": "dstAppEntitlementId",
      "dstAppId": "dstAppId",
      "implicit": true,
      "srcAppEntitlementId": "srcAppEntitlementId",
      "srcAppId": "srcAppId",
      "systemBuiltin": true
    },
    "dstAppEntitlementPath": "dstAppEntitlementPath",
    "dstAppPath": "dstAppPath",
    "srcAppEntitlementPath": "srcAppEntitlementPath",
    "srcAppPath": "srcAppPath"
  },
  "expanded": [
    {
      "@type": "@type"
    }
  ]
}