Will `disqualified-officers` stream be started some day?

I’ve been listening to this stream for a while but didn’t recieve any data yet. Does it operating?

Yes the stream started a while ago.

Event received on disqualified-officers stream at 2023-10-02T08:09:58.589Z.

{
  "resource_kind": "disqualified-officer-natural",
  "resource_uri": "/disqualified-officers/natural/gU1mHt0iWTT1y-Kh5EY1MEMfl3U",
  "resource_id": "gU1mHt0iWTT1y-Kh5EY1MEMfl3U",
  "data": {
    "disqualifications": [
      {
        "address": {
          "address_line_1": "Enterprise Road",
          "country": "United Kingdom",
          "locality": "Hampshire",
          "postal_code": "PO8 8BT",
          "region": "Waterlooville"
        },
        "case_identifier": "INV6616877",
        "company_names": [
          "TRADING ESSENCE LIMITED"
        ],
        "disqualification_type": "undertaking",
        "disqualified_from": "2023-10-02",
        "disqualified_until": "2034-10-01",
        "reason": {
          "act": "company-directors-disqualification-act-1986",
          "description_identifier": "order-or-undertaking-and-reporting-provisions",
          "section": "7"
        },
        "undertaken_on": "2023-09-11"
      }
    ],
    "etag": "a728dfa113ef7e42e692446a19a4d6e3c50a6c00",
    "forename": "Mohammad",
    "kind": "natural-disqualification",
    "links": {
      "self": "/disqualified-officers/natural/gU1mHt0iWTT1y-Kh5EY1MEMfl3U"
    },
    "nationality": "British",
    "surname": "UDDIN",
    "title": "Mr"
  },
  "event": {
    "timepoint": 4154,
    "published_at": "2023-10-02T00:05:05.424309+01:00",
    "type": "changed"
  }
}

(copied from Sample events from Companies House Streaming API where you can also download more than 2,000 historical events from this stream)

As the timepoint indicates, there have already been around 4,000 events on this stream since it started.

There are not many events on this stream. For context, this is the number of events received each day in the first week of September:

{
  '2023-09-01': 20,
  '2023-09-02': 13,
  '2023-09-03': 9,
  '2023-09-04': 19,
  '2023-09-05': 12,
  '2023-09-06': 10,
  '2023-09-07': 6,
}

You can try connecting to the stream with the timepoint parameter to get a few past events, the most recent received at time of writing it timepoint=4154, so start a few behind that to get some events immediately.

Thanks @ebrian101 it helps
For some reason I didn’t receive any error when connecting with timepoint=0 but 4154 works

Could you please share earliest event’s timepoint known if you listen the stream from the beginning? In samples you mentioned it is 1028

I’m afraid I only started collecting the events at the 1028 timepoint which I why thats the first in my samples.
I would presume that it started at 0 when the stream was released.
You can only use the timepoint parameter to request events from the last week or so, so you won’t be able to set it to 0 (which was more than a year ago).

1 Like