GET api/TechnologicalProcess/GetWorkShopSkillLevel?SkillID={SkillID}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SkillID

string

None.

RequestType

sqRequestType

None.

Page

integer

None.

PageSize

integer

None.

RecordDtModifiedFrom

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of WorkShopSkillLevel
NameDescriptionTypeAdditional information
SkillID

string

None.

SkillTitle

string

None.

IsActive

string

None.

SkillNotes

string

None.

InsUpdDate

date

None.

Response Formats

application/xml, text/xml

Sample:
<ArrayOfWorkShopSkillLevel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <WorkShopSkillLevel>
    <SkillID>sample string 1</SkillID>
    <SkillTitle>sample string 2</SkillTitle>
    <IsActive>sample string 3</IsActive>
    <SkillNotes>sample string 4</SkillNotes>
    <InsUpdDate>2024-03-28T12:30:32.2596684+01:00</InsUpdDate>
  </WorkShopSkillLevel>
  <WorkShopSkillLevel>
    <SkillID>sample string 1</SkillID>
    <SkillTitle>sample string 2</SkillTitle>
    <IsActive>sample string 3</IsActive>
    <SkillNotes>sample string 4</SkillNotes>
    <InsUpdDate>2024-03-28T12:30:32.2596684+01:00</InsUpdDate>
  </WorkShopSkillLevel>
</ArrayOfWorkShopSkillLevel>