v1

latestOpenAPI 3.1.02026-08-04370473.5 KB

Search

post/DataAlerts/GetSubscription

Headers

galaxy-ap-namestring

Access Profile Name

galaxy-ap-passwordstring

Access Profile Password

galaxy-search-typestring

Galaxy Search Type

galaxy-client-session-idstring

Session ID for Logging

galaxy-client-typestring

Required for Javascript Clients

Request body

RAW_BODYstring

Response

200

responseRecordCountinteger
searchCriteriaobject[]
totalRequestExecutionTimeMsinteger
requestIdstring
requestTypestring
requestTimestring
isErrorboolean

Example response

{
  "records": [
    {
      "clientId": "9b0375f5-5053-465f-8086-08d98f38f1cd",
      "subClientId": "00000000-0000-0000-0000-000000000000",
      "alertType": "AnyNewSurname",
      "tahoeId": "G-8919454502083151475"
    }
  ],
  "responseRecordCount": 1,
  "pagination": {
    "currentPageNumber": 1,
    "resultsPerPage": 1000,
    "totalPages": 1
  },
  "totalRequestExecutionTimeMs": 221,
  "requestId": "7a76fca5-bf13-4bcc-a275-eaf7107af691",
  "requestType": "Search",
  "requestTime": "2021-10-20T09:14:04.4806226-07:00"
}