GET api/contactPersons/me/vacancies/{vacancyId}/languageSkills/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
vacancyId | integer |
Required |
|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LanguageSkillModelName | Description | Type | Additional information |
---|---|---|---|
nIASprachKenntnisId | integer |
None. |
|
nSprachKey | integer |
None. |
|
nSprKStSch | integer |
None. |
|
nSprKStMun | integer |
None. |
|
nIAKandidatId | integer |
None. |
|
nIAVakanzId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "nIASprachKenntnisId": 1, "nSprachKey": 2, "nSprKStSch": 1, "nSprKStMun": 1, "nIAKandidatId": 1, "nIAVakanzId": 1 }
text/html
Sample:
{"nIASprachKenntnisId":1,"nSprachKey":2,"nSprKStSch":1,"nSprKStMun":1,"nIAKandidatId":1,"nIAVakanzId":1}
application/xml, text/xml
Sample:
<LanguageSkillModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StarJob.Bll.LanguageSkills.Models"> <nIAKandidatId>1</nIAKandidatId> <nIASprachKenntnisId>1</nIASprachKenntnisId> <nIAVakanzId>1</nIAVakanzId> <nSprKStMun>1</nSprKStMun> <nSprKStSch>1</nSprKStSch> <nSprachKey>2</nSprachKey> </LanguageSkillModel>