GET api/Frontend/JobBulletin/{nIAMailChimpMailId}?r={r}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| nIAMailChimpMailId | integer |
Required |
|
| r | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
MailChimpStellenmeldungSimpleDto| Name | Description | Type | Additional information |
|---|---|---|---|
| nIAMailChimpStellenmeldungId | integer |
None. |
|
| referenzNr | integer |
None. |
|
| nStlMldKey | integer |
None. |
|
| beruf | string |
None. |
|
| stufe | string |
None. |
|
| alterVon | integer |
None. |
|
| alterBis | integer |
None. |
|
| pensumVon | decimal number |
None. |
|
| pensumBis | decimal number |
None. |
|
| verfuegbarAb | date |
None. |
|
| einsatzdauer | string |
None. |
|
| festanstellung | boolean |
None. |
|
| temporaer | boolean |
None. |
|
| tryHire | boolean |
None. |
|
| bezirk | string |
None. |
|
| bezirksHauptort | string |
None. |
|
| detailUrl | string |
None. |
|
| pensum | string |
None. |
|
| anstellungsArt | string |
None. |
|
| verfuegbar | string |
None. |
|
| nSortNr | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"nIAMailChimpStellenmeldungId": 1,
"referenzNr": 2,
"nStlMldKey": 3,
"beruf": "sample string 4",
"stufe": "sample string 5",
"alterVon": 6,
"alterBis": 7,
"pensumVon": 8.1,
"pensumBis": 9.1,
"verfuegbarAb": "2025-11-07T19:51:23.7928585+00:00",
"einsatzdauer": "sample string 11",
"festanstellung": true,
"temporaer": true,
"tryHire": true,
"bezirk": "sample string 15",
"bezirksHauptort": "sample string 16",
"detailUrl": "https://www.starjob.ch/search/search-job-detail/3?from=bulletin",
"pensum": "8.1 - 9.1%",
"anstellungsArt": "Temporär, Try & Hire, Festanstellung",
"verfuegbar": "Sofort",
"nSortNr": 17
}
text/html
Sample:
{"nIAMailChimpStellenmeldungId":1,"referenzNr":2,"nStlMldKey":3,"beruf":"sample string 4","stufe":"sample string 5","alterVon":6,"alterBis":7,"pensumVon":8.1,"pensumBis":9.1,"verfuegbarAb":"2025-11-07T19:51:23.7928585+00:00","einsatzdauer":"sample string 11","festanstellung":true,"temporaer":true,"tryHire":true,"bezirk":"sample string 15","bezirksHauptort":"sample string 16","detailUrl":"https://www.starjob.ch/search/search-job-detail/3?from=bulletin","pensum":"8.1 - 9.1%","anstellungsArt":"Temporär, Try & Hire, Festanstellung","verfuegbar":"Sofort","nSortNr":17}
application/xml, text/xml
Sample:
<MailChimpStellenmeldungSimpleDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StarJob.Bll.Bulletins"> <alterBis>7</alterBis> <alterVon>6</alterVon> <beruf>sample string 4</beruf> <bezirk>sample string 15</bezirk> <bezirksHauptort>sample string 16</bezirksHauptort> <einsatzdauer>sample string 11</einsatzdauer> <festanstellung>true</festanstellung> <nIAMailChimpStellenmeldungId>1</nIAMailChimpStellenmeldungId> <nSortNr>17</nSortNr> <nStlMldKey>3</nStlMldKey> <pensumBis>9.1</pensumBis> <pensumVon>8.1</pensumVon> <referenzNr>2</referenzNr> <stufe>sample string 5</stufe> <temporaer>true</temporaer> <tryHire>true</tryHire> <verfuegbarAb>2025-11-07T19:51:23.7928585+00:00</verfuegbarAb> </MailChimpStellenmeldungSimpleDto>