OccupationTool
| API | Description |
|---|---|
| GET api/occupationtool/get?occupationToolId={occupationToolId} |
Hämtar ett specifikt verktyg |
| GET api/occupationtool/getall?occupationId={occupationId} |
Hämtar alla verktyg för en specifik verksamhet |
| POST api/occupationtool/add?occupationId={occupationId}&name={name}&url={url}&description={description} |
Lägger till ett nytt verktyg på en verksamhet |
| POST api/occupationtool/edit?occupationToolId={occupationToolId}&name={name}&url={url}&description={description} |
Editerar ett verktyg |
| DELETE api/occupationtool/delete?occupationToolId={occupationToolId} |
Raderar ett verktyg |
Tool
| API | Description |
|---|---|
| GET api/tool/get?id={id} |
Get occupationaltool by id |
| POST api/tool/save |
Save a new occupationtool |
| POST api/tool/update |
Updates an existing occupationtool |
| DELETE api/tool/delete?deleteIds={deleteIds} |
Deletes occupationtools, comma separated string with IDs |
Gdpr
Endpoints for Counties
| API | Description |
|---|---|
| POST api/gdpr/search |
Hämtar en lista över alla län |
Konstat
| API | Description |
|---|---|
| GET api/konstat/get?personId={personId} | |
| GET api/konstat/getsystem?systemId={systemId}&lastSync={lastSync} | |
| POST api/konstat/saveuser |
OccupationType
Endpoints for OccupationTypes
| API | Description |
|---|---|
| GET api/occupationtype/getall |
Hämta alla verksamhetstyper |
Person
Kontroller för Person
Tag
Endpoint för Taggar
| API | Description |
|---|---|
| GET api/tag/get?occupationTypeId={occupationTypeId} |
Hämta alla taggar för en verksamhetstyp |
| GET api/Tag |
Hämta alla taggar |
County
Endpoints for Counties
| API | Description |
|---|---|
| GET api/county/all |
Hämtar en lista över alla län |
| GET api/county/get?id={id} |
Hämtar ett specifikt län |
Access
Endpoints for Accesses
| API | Description |
|---|---|
| GET api/access/all |
Hämtar en lista över alla behörigheter |
| GET api/access/get?id={id} |
Hämtar en specifikt behörighet |
| GET api/access/getaccess?id={id} |
Hämta en behörighet |
Occupation
Endpoints for occupations
Municipality
Endpoints for Municipalities
| API | Description |
|---|---|
| GET api/municipality/getcount |
Hämtar antalet kommuner |
| GET api/municipality/forcounty?id={id} |
Hämtar alla kommuner för ett visst län |
| GET api/municipality/forcounties?ids={ids} |
Hämtar alla kommuner för ett visst län |
| GET api/municipality/getmunicipality?id={id} |
Hämtar en specifik kommun |
| GET api/municipality/getmunicipalities?ids={ids} |
Hämtar specifika kommuner |
| GET api/Municipality |
Hämtar en lista med alla kommuner |
YearsOfWorkExperienceType
Endpoints for OccupationTypes
| API | Description |
|---|---|
| GET api/yearsOfWorkExperienceType/getall |
Hämta alla verksamhetstyper |
PersonMunicipalOccupationMunicipality
| API | Description |
|---|---|
| GET api/PersonMunicipalOccupationMunicipality?personId={personId}&occupationId={occupationId} |
Hämtar personlig arbetstidsfördelning för specifik användare och verksamhet |
| DELETE api/PersonMunicipalOccupationMunicipality?personId={personId}&occupationId={occupationId} |
Tar bort all personlig arbetstidsfördelning för specifik användare och verksamhet |
| POST api/PersonMunicipalOccupationMunicipality |
Editerar personlig verksamhetsinformation för användare |
PersonOccupationInfo
| API | Description |
|---|---|
| GET api/PersonOccupationInfo?personId={personId}&occupationId={occupationId} |
Hämtar personlig verksamhetsinformation för specifik användare och verksamhet |
| POST api/PersonOccupationInfo |
Editerar personlig verksamhetsinformation för användare |