Using OOID as a filter parameter

Summary: Allows a partner to retrieve the credentials associated with the subscriptions to their application.

Example Request with Filtering

{
  "events": [
    {
      "serviceCategoryCode": {
        "codeValue": "core"
      },
      "eventNameCode": {
        "codeValue": "consumer-application-subscription-credential.read"
      },
      "data": {
        "transform": {
          "queryParameter": "$filter=subscriberOrganizationOID eq 'G3RSJ4C4V1Y5J8FW'"
        }
      }
    }
  ]
}

Sample Response

{
  "events": [
    {
      "eventID": "c07febd1-f940-4ccf-90c3-e3e0bb7fd29e",
      "effectiveDateTime": "2016-01-20T16:47:26.591Z",
      "creationDateTime": "2016-01-20T16:47:26.591Z",
      "recordDateTime": "2016-01-20T16:47:26.591Z",
      "data": {
        "output": {
          "consumerApplicationSubscriptionCredentials": [
            {
              "clientSecret": "7643ea2b-c211-418e-a00e-ae11a4095fd5",
              "clientID": "ffdd6086-fe87-4a6d-9af8-0887460b7412",
              "subscriberOrganizationOID": "G3RSJ4C4V1Y5J8FW"
            }
          ]
        }
      },
      "eventStatusCode": {
        "codeValue": "complete",
        "shortName": "Complete"
      }
    }
  ]
}