GET HomePage/NASSCOMRecommendations

Get NASSCOM FutureSkill Recommendations

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

NameDescriptionTypeAdditional information
SkillId

None.

Title

None.

Description

None.

ThumbnailImage

None.

Technology

None.

Link

None.

LastRefreshedDate

None.

Source

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SkillId": 1,
    "Title": "sample string 2",
    "Description": "sample string 3",
    "ThumbnailImage": "sample string 4",
    "Technology": "sample string 5",
    "Link": "sample string 6",
    "LastRefreshedDate": "2024-09-19T11:32:45.3792455+00:00",
    "Source": "sample string 8"
  },
  {
    "SkillId": 1,
    "Title": "sample string 2",
    "Description": "sample string 3",
    "ThumbnailImage": "sample string 4",
    "Technology": "sample string 5",
    "Link": "sample string 6",
    "LastRefreshedDate": "2024-09-19T11:32:45.3792455+00:00",
    "Source": "sample string 8"
  }
]

application/xml, text/xml

Sample:
<ArrayOfFutureSkillRecommendation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SkillPortal.Data.Models">
  <FutureSkillRecommendation>
    <Description>sample string 3</Description>
    <LastRefreshedDate>2024-09-19T11:32:45.3792455+00:00</LastRefreshedDate>
    <Link>sample string 6</Link>
    <SkillId>1</SkillId>
    <Source>sample string 8</Source>
    <Technology>sample string 5</Technology>
    <ThumbnailImage>sample string 4</ThumbnailImage>
    <Title>sample string 2</Title>
  </FutureSkillRecommendation>
  <FutureSkillRecommendation>
    <Description>sample string 3</Description>
    <LastRefreshedDate>2024-09-19T11:32:45.3792455+00:00</LastRefreshedDate>
    <Link>sample string 6</Link>
    <SkillId>1</SkillId>
    <Source>sample string 8</Source>
    <Technology>sample string 5</Technology>
    <ThumbnailImage>sample string 4</ThumbnailImage>
    <Title>sample string 2</Title>
  </FutureSkillRecommendation>
</ArrayOfFutureSkillRecommendation>