Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 736 Bytes

V1_get_moment.md

File metadata and controls

26 lines (19 loc) · 736 Bytes
link is
get-moment-by-id
beta

Get a moment by id

NOTE: This graphql object is currently in BETA release and is only available with the following http request header:

  x-graphql-view: BETA

This is a sample GraphQL query to get moment by id. Be sure to switch "moment-id" to the actual id you’re curious about.

query getMomentById {
  moment(id: "moment-id") {
    id
    live
    startTime
    endTime
  }
}

Try it out with our GraphQL tool - Get a moment by id