• import { getUserContent } from "@esri/arcgis-rest-portal";
    //
    getUserContent({
    owner: 'geemike',
    folderId: 'bao7',
    start: 1,
    num: 20,
    authentication
    })

    Returns a listing of the user's content. If the username is not supplied, it defaults to the username of the authenticated user. If start is not specificed it defaults to the first page. If the num is not supplied it is defaulted to 10. See the REST Documentation for more information.

    Parameters

    • requestOptions: IUserContentRequestOptions

      Options for the request

    Returns Promise<IUserContentResponse>

    A Promise