Skip to main content

Get all CDMs for the event

GET 

/v1/event/:id/cdms

Get all CDM metadata for the event. The full CDM file can be retrieved with the /cdm/{id} endpoint.

Request

Path Parameters

    id stringrequired

    event UUID

Responses

OK

Schema
    created_at date-time

    YYYY-MM-DDTHH:mm:ss.sssssZ

    event_id uuidrequired
    id uuidrequired
    probability_of_collision numberrequired

    Possible values: <= 1

    [0, 1] or NULL.

    tca numberrequired

    GPS time in nanoseconds. Epoch at 1980-01-01 00:00:00 UTC.

    trajectory1_id uuidrequired
    trajectory2_id uuidrequired
Loading...