• (CVT ENVIRONMENT)
  • Elevate Developers
  • Getting Started
  • API Reference
  • How-to
  • What's new
  • (CVT ENVIRONMENT)
  • Elevate Developers
  • Getting Started
  • API Reference
  • How-to
  • What's new
    API References
      Elevate Authentication & Users API
        authentication
        users
        user-roles
        app-clients
          get
          Get a list of App Clients
          post
          Create an App Client
          get
          Get App Client by ID
          patch
          Update App Client
          delete
          Delete App Client
      Elevate Admin API
      Elevate Bill Run API
      Elevate Contract Management
      Elevate Customer and Sites API
      Elevate Document API
      Elevate Events API
      Elevate Product Inventory API
      Elevate Invoices API
      Elevate Mediation API
      Elevate Notifications API
      Elevate Payment and Refund API
      Elevate Pricing API
      Elevate Pricing Assignment API
      Elevate Products API
      Elevate Provisioning API
      Elevate Reference Data API
      Elevate Rental API
      Elevate Tripwire API

Get App Client by ID

get/app-clients/{id}
SecuritybearerAuth
Request
path Parameters
id
required
integer <int64> (IdParam) >= 1

App Client ID

Example: 1
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

Response samples
  • 200
application/json
{
  • "id": 1,
  • "contractOwnerId": 1,
  • "name": "string",
  • "description": "string",
  • "appClientId": "string",
  • "lastSuccessfulAuthentication": "2019-08-24T14:15:22Z",
  • "lastFailedAuthentication": "2019-08-24T14:15:22Z",
  • "userRoles": [
    • 1
    ]
}