all(after : String | Nil = nil, first : Int32 = 50, filter : String | Nil = nil)
Get all requests with pagination
Sourceby_offset(offset : Int32 = 0, limit : Int32 = 50, filter : String | Nil = nil)
Get requests by offset (alternative pagination)
Source