GET api/candidates/me/professionalGoals

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of WebZielModel
NameDescriptionTypeAdditional information
nIAWebZielId

integer

None.

nIAKandidatId

integer

None.

nBerufKey

integer

None.

nBZPensVon

decimal number

None.

nBZPensBis

decimal number

None.

lBZTemp

boolean

None.

lBZTryHir

boolean

None.

lBZFest

boolean

None.

nStufeKey

integer

None.

nIABezirkKeys

Collection of integer

None.

nIAWebFachKentKeys

string

None.

cWebZielText

string

None.

lIAAktiv

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "nIAWebZielId": 1,
    "nIAKandidatId": 2,
    "nBerufKey": 3,
    "nBZPensVon": 1.0,
    "nBZPensBis": 1.0,
    "lBZTemp": true,
    "lBZTryHir": true,
    "lBZFest": true,
    "nStufeKey": 7,
    "nIABezirkKeys": [
      1,
      2
    ],
    "nIAWebFachKentKeys": "sample string 8",
    "cWebZielText": "sample string 9",
    "lIAAktiv": true
  },
  {
    "nIAWebZielId": 1,
    "nIAKandidatId": 2,
    "nBerufKey": 3,
    "nBZPensVon": 1.0,
    "nBZPensBis": 1.0,
    "lBZTemp": true,
    "lBZTryHir": true,
    "lBZFest": true,
    "nStufeKey": 7,
    "nIABezirkKeys": [
      1,
      2
    ],
    "nIAWebFachKentKeys": "sample string 8",
    "cWebZielText": "sample string 9",
    "lIAAktiv": true
  }
]

text/html

Sample:
[{"nIAWebZielId":1,"nIAKandidatId":2,"nBerufKey":3,"nBZPensVon":1.0,"nBZPensBis":1.0,"lBZTemp":true,"lBZTryHir":true,"lBZFest":true,"nStufeKey":7,"nIABezirkKeys":[1,2],"nIAWebFachKentKeys":"sample string 8","cWebZielText":"sample string 9","lIAAktiv":true},{"nIAWebZielId":1,"nIAKandidatId":2,"nBerufKey":3,"nBZPensVon":1.0,"nBZPensBis":1.0,"lBZTemp":true,"lBZTryHir":true,"lBZFest":true,"nStufeKey":7,"nIABezirkKeys":[1,2],"nIAWebFachKentKeys":"sample string 8","cWebZielText":"sample string 9","lIAAktiv":true}]

application/xml, text/xml

Sample:
<ArrayOfWebZielModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StarJob.Bll.WebZiele.Models">
  <WebZielModel>
    <cWebZielText>sample string 9</cWebZielText>
    <lBZFest>true</lBZFest>
    <lBZTemp>true</lBZTemp>
    <lBZTryHir>true</lBZTryHir>
    <lIAAktiv>true</lIAAktiv>
    <nBZPensBis>1</nBZPensBis>
    <nBZPensVon>1</nBZPensVon>
    <nBerufKey>3</nBerufKey>
    <nIABezirkKeys xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </nIABezirkKeys>
    <nIAKandidatId>2</nIAKandidatId>
    <nIAWebFachKentKeys>sample string 8</nIAWebFachKentKeys>
    <nIAWebZielId>1</nIAWebZielId>
    <nStufeKey>7</nStufeKey>
  </WebZielModel>
  <WebZielModel>
    <cWebZielText>sample string 9</cWebZielText>
    <lBZFest>true</lBZFest>
    <lBZTemp>true</lBZTemp>
    <lBZTryHir>true</lBZTryHir>
    <lIAAktiv>true</lIAAktiv>
    <nBZPensBis>1</nBZPensBis>
    <nBZPensVon>1</nBZPensVon>
    <nBerufKey>3</nBerufKey>
    <nIABezirkKeys xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </nIABezirkKeys>
    <nIAKandidatId>2</nIAKandidatId>
    <nIAWebFachKentKeys>sample string 8</nIAWebFachKentKeys>
    <nIAWebZielId>1</nIAWebZielId>
    <nStufeKey>7</nStufeKey>
  </WebZielModel>
</ArrayOfWebZielModel>