Skip to main content

Interface: FeedObjGetParams

types/feedObject.FeedObjGetParams

FeedObjGetParams interface

Hierarchy

Properties

limit

Optional limit: number

Number of results to return per page.

Inherited from

BaseGetParams.limit

Defined in

types/baseParams.ts:9


offset

Optional offset: number

The initial index from which to return the results.

Inherited from

BaseGetParams.offset

Defined in

types/baseParams.ts:13


ordering

Optional ordering: string

Which field to use when ordering the results. For sorting desc use - in front of the field name. Default to -added_at. Available values are added_at, last_activity_at

Defined in

types/feedObject.ts:10