GET api/skills/all

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Skills
NameDescriptionTypeAdditional information
ProfileId

globally unique identifier

None.

Name

string

None.

Description

string

None.

ProficiencyLevel

decimal number

None.

Id

globally unique identifier

None.

CreatedDate

date

None.

ModifiedDate

date

None.

DeletedDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ProfileId": "a7140e2e-1767-4e70-aa50-53e31e23dc9c",
    "Name": "sample string 2",
    "Description": "sample string 3",
    "ProficiencyLevel": 1.0,
    "Id": "6968669b-fabd-452f-a444-d85d5f49e04d",
    "CreatedDate": "2025-12-05T20:24:04.4249955-08:00",
    "ModifiedDate": "2025-12-05T20:24:04.4249955-08:00",
    "DeletedDate": "2025-12-05T20:24:04.4249955-08:00"
  },
  {
    "ProfileId": "a7140e2e-1767-4e70-aa50-53e31e23dc9c",
    "Name": "sample string 2",
    "Description": "sample string 3",
    "ProficiencyLevel": 1.0,
    "Id": "6968669b-fabd-452f-a444-d85d5f49e04d",
    "CreatedDate": "2025-12-05T20:24:04.4249955-08:00",
    "ModifiedDate": "2025-12-05T20:24:04.4249955-08:00",
    "DeletedDate": "2025-12-05T20:24:04.4249955-08:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSkills xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Data">
  <Skills>
    <CreatedDate>2025-12-05T20:24:04.4249955-08:00</CreatedDate>
    <DeletedDate>2025-12-05T20:24:04.4249955-08:00</DeletedDate>
    <Id>6968669b-fabd-452f-a444-d85d5f49e04d</Id>
    <ModifiedDate>2025-12-05T20:24:04.4249955-08:00</ModifiedDate>
    <Description>sample string 3</Description>
    <Name>sample string 2</Name>
    <ProficiencyLevel>1</ProficiencyLevel>
    <ProfileId>a7140e2e-1767-4e70-aa50-53e31e23dc9c</ProfileId>
  </Skills>
  <Skills>
    <CreatedDate>2025-12-05T20:24:04.4249955-08:00</CreatedDate>
    <DeletedDate>2025-12-05T20:24:04.4249955-08:00</DeletedDate>
    <Id>6968669b-fabd-452f-a444-d85d5f49e04d</Id>
    <ModifiedDate>2025-12-05T20:24:04.4249955-08:00</ModifiedDate>
    <Description>sample string 3</Description>
    <Name>sample string 2</Name>
    <ProficiencyLevel>1</ProficiencyLevel>
    <ProfileId>a7140e2e-1767-4e70-aa50-53e31e23dc9c</ProfileId>
  </Skills>
</ArrayOfSkills>