newOS for Developers
Back to Skill Portal
Lists & Rankings
Ranked feeds by date, watts, points, and engagement metrics
š Related newOS Documentation
Common Query Parameters
Most list endpoints accept these parameters. See Contracts ā PaginationParams
// Common list query params
{
page?: string; // Pagination cursor
orderBy?: string; // "created" | "watts" | "updated"
direction?: string; // "asc" | "desc"
contentType?: string; // Filter by type
}
// Example: Get top moods sorted by watts
GET /mood/list/top?orderBy=watts&direction=desc&page=0Available Skills
User Relationship Graph
See Graph Hub for edge traversal details
āāāāāāāāāāā
ā User A ā
āāāāāā¬āāāāā
ā rates/follows
ā¼
āāāāāāāāāāāāāāāāāāā
ā rated-out ā āāā¶ Users A has rated
ā rated-in ā āāā Users who rated A
āāāāāāāāāāāāāāāāāāā
// Edge pattern: user+{userId}+rates+user