Classic APIs
ClassicTalentApi
creatorExperiences

creatorExperiences

Gets someones work history (experiences / games) from their talent hub profile.

Parameters

NameTypeDescription
userIdUserIdThe id of the user to get verification info about.
sortOrder?SortOrderThe order the results are sorted it.
limit?numberThe number of results to be returned
cursor?stringThe paging cursor for the previous or next page.

Example

const { data: experiences } = await ClassicTalentApi.creatorExperiences({ userId: 45348281 }); 

Example Data

[
  {
    experienceId: 21126,
    creatorUserId: 45348281,
    createdUtc: 2022-01-16T16:09:30.161Z,
    updatedUtc: 2022-07-29T12:23:28.866Z,
    projectName: "RoCamping",
    experienceDescription: "RoCamping was my first game, it was a survival game where you built a shelter and tried to survive. My role was the manage the project as well as script and create the UI .",
    jobRole: "Programmer & UI Designer",
    teamName: "",
    experienceMedia: [],
    experienceLinks: [
      "[The Game](https://www.roblox.com/games/4922741943/RoCamping)",
    ],
    teamId: null,
    robloxExperienceIds: [],
    robloxAssetIds: [],
    startedUtc: 2020-03-31T23:00:00.000Z,
    endedUtc: 2020-09-30T23:00:00.000Z,
    isCurrent: false,
  },
] 

Endpoint

GET /v1/users/{userId}/experiences