Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduksjon

Metoden lister ut funksjonstyper som er tilknyttet en organisasjon.

Metoden gir kun informasjon om funksjonstypen finnes tilknyttet organisasjonen

Forretningsregler

Parametere må oppgis.

OrgId gir informasjon om hvilke funksjonstyper som er tilgjengelig for den faktiske organisasjon.

Eksempler

...

Request parametere

Code Block
orgid
og / eller
functiontypeid
eks: {{dataurl}}/api/v1/roles/FunctionsTypes?functiontypeId=40000004&orgid=512430

JSON Response

...

Code Block

Soap Template

languagejson
eksempel url: {{dataurl}}/api/v1/roles/FunctionsTypes?orgid=512430

[
    {
        "description": null,
        "functionCategoryId": 1,
        "functionCategoryName": "Annet",
        "functionTypeId": 230,
        "functionTypeNo": "505",
        "isLicense": false,
        "isValid": true,
        "name": "Barneidrettsansvarlig",
        "orgIdOwner": 1,
        "orgNameOwner": "Norges Idrettsforbund og Olympiske og Paralympiske Komité",
        "publish": true
    },
    {
        "description": null,
        "functionCategoryId": 1,
        "functionCategoryName": "Annet",
        "functionTypeId": 202401,
        "functionTypeNo": "333",
        "isLicense": false,
        "isValid": true,
        "name": "Ansvarlig politiattest",
        "orgIdOwner": 1,
        "orgNameOwner": "Norges Idrettsforbund og Olympiske og Paralympiske Komité",
        "publish": true
    },
    {
        "description": null,
        "functionCategoryId": 1,
        "functionCategoryName": "Annet",
        "functionTypeId": 202569,
        "functionTypeNo": "VT",
        "isLicense": false,
        "isValid": true,
        "name": "Validert testbruker",
        "orgIdOwner": 1,
        "orgNameOwner": "Norges Idrettsforbund og Olympiske og Paralympiske Komité",
        "publish": false
    },
    {
        "description": null,
        "functionCategoryId": 3,
        "functionCategoryName": "Medlem",
        "functionTypeId": 201380,
        "functionTypeNo": "WEB",
        "isLicense": false,
        "isValid": true,
        "name": "Webansvarlig",
        "orgIdOwner": 1,
        "orgNameOwner": "Norges Idrettsforbund og Olympiske og Paralympiske Komité",
        "publish": false
    },
    ...
    ...
    ...
]    

Endpoints

Metode

Scope

Type

api/v1/roles/functiontypes

data_roles_functions_read

get