Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    $inlinecount String Query-String Specifies that the response to the request should include a count of the number of entries in the collection
    $skip Integer Query-String The number of entries to skip from the beginning of the collection
    $skiptoken String Query-String Specifies an entity id to start retrieving entries from. This is normally only used in generated nextlinks.
    $top Integer Query-String The number of entries to return from the beginning of the collection
    AppKey String Route Unique key for each application
    RedirectUriId Integer Route Unique key for each app redirect uri
  • Response Parameters

    View Response Codes
    Name Type Description
    Branding BrandingDto Service Provider
    Description String Description of OAuth app
    RedirectUriId Integer Redirect Uri Id
    RedirectUriLabel String Redirect Uri Label
    Uri String Redirect Uri of OAuth app
  • Request Example

    Request URL
    GET /developer/apps/50fb26e9b4bc4e7ba78dc19f46bc84bf/redirecturis/1?$inlinecount=AllPages&$skip=1&$skiptoken=B17D8890-3C7A-4A47-A9AA-01B022ED03A5&$top=1
  • Response Example

    Response body
    {
      "Branding": {
        "Description": "stringValue",
        "Id": 99,
        "Name": "stringValue"
      },
      "Description": "stringValue",
      "RedirectUriId": 99,
      "RedirectUriLabel": "stringValue",
      "Uri": "stringValue"
    }