rozod
    Preparing search index...

    Variable getUniversesUniverseidPlacesConst Api Param

    getUniversesUniverseidPlaces: EndpointGeneric<
        {
            cursor?: string;
            isUniverseCreation?: boolean;
            limit?: 10
            | 25
            | 50
            | 100;
            sortOrder?: "Asc" | "Desc";
            universeId: number;
        },
        {
            data: Record<string, never>[];
            nextPageCursor: string;
            previousPageCursor: string;
        },
        undefined,
    > = ...

    GET https://develop.roblox.com/v1/universes/:universeId/places Gets a list of places for a universe. universeId The asset id. isUniverseCreation limit The number of results per request. cursor The paging cursor for the previous or next page. sortOrder Sorted by placeId