Skip to main content
Version: v2

Linx collections

Categories

Invocation

Endpoint:   https://linx.invers.nl:8100/api/linx/categories
Methode: GET
Header: ApiKey: string (required)
Error(s): 403

Output

[
{
"id": 1,
"name": "Hobbies",
"type": "expenses",
"costType": "variable",
"isInternal": false,
"isStrict": false,
"color": -8013608,
"taxPost": null,
"syncKey": "{104F302D-26AE-4F51-826D-06A9ED34D4E7}",
"groupId": 7592,
"group": {
"id": 7592,
"name": "RECREATIE/VRIJE TIJD",
"type": "expenses",
"isInternal": false,
"color": -11566659,
"syncKey": "{378E9415-63AE-46E9-BD89-939244490571}"
},
"posten": []
},
...
]

Groups

Invocation

Endpoint:   https://linx.invers.nl:8100/api/linx/groups
Methode: GET
Header: ApiKey: string (required)
Error(s): 403

Output

[
{
"id": 7595,
"name": "INVENTARIS EN ONDERHOUD",
"type": "expenses",
"isInternal": false,
"color": -551354,
"syncKey": "{88E971AF-CE59-4A2A-AAF0-D25754473A22}",
"categories": [
{
"id": 5,
"name": "Inventaris/inboedel",
"type": "expenses",
"costType": "reservation",
"isInternal": false,
"isStrict": false,
"color": -3738963,
"taxPost": null,
"syncKey": "{EB23999B-2E42-410A-92D5-16BF6C858776}",
"groupId": 7595,
"nibuds": [
90
]
},
...

]
...
}
]

Payment codes

Invocation

Endpoint:   https://linx.invers.nl:8100/api/linx/paymentcodes
Methode: GET
Header: ApiKey: string (required)
Error(s): 403

Output

[
{
"id": 7544,
"type": "ac",
"code": "AC",
"name": "Acceptgiro"
},
...
]

Cost types

Invocation

Endpoint:   https://linx.invers.nl:8100/api/linx/costtypes
Methode: GET
Header: ApiKey: string (required)
Error(s): 403

Output

[
{
"id": 7534,
"name": "Geen",
"syncKey": ""
},
{
"id": 7535,
"name": "Vast",
"syncKey": "{BDFD434D-BE9D-46FA-A7AC-849134620179}"
},
{
"id": 7536,
"name": "Variabel",
"syncKey": "{E51F7C3B-E9B9-4973-861F-C15A3D460EC1}"
},
{
"id": 7537,
"name": "Resevering",
"syncKey": "{EC7AA4BB-F448-419C-BEF0-F1B46C859172}"
}
]

Countries

Invocation

Endpoint:   https://linx.invers.nl:8100/api/linx/countries
Methode: GET
Header: ApiKey: string (required)
Error(s): 403

Output

[
{
"id": 8109,
"code": "NL",
"name": "Nederland",
"nativeName": "Nederland",
"number": 528,
"languages": "nld",
"tld": ".nl",
"capital": "Amsterdam",
"region": "Europe",
"subRegion": "Western Europe",
"latitude": 52.5,
"longitude": 5.75,
"syncKey": "{3EACD71D-D132-E211-83B1-AA0149E03385}",
"lcid": 0,
"isVisible": true,
"masks": [
{
"id": 1,
"type": "business",
"value": "\\d{8}"
},
{
"id": 4,
"type": "zipcode",
"value": "\\d{4}[A-Z]{2}"
}
],
"currencies": [
{
"id": 177,
"valuta": "028"
}
],
"isoCode": "NLD"
},
...
]

Banks

Invocation

Endpoint:   https://linx.invers.nl:8100/api/linx/banks
Methode: GET
Header: ApiKey: string (required)
Error(s): 403

Output

[
{
"id": 8,
"country": "NL",
"bic": "INGBNL2A",
"name": "ING bank",
"formats": "Tekst (.csv, .asc), MT940 (.sta)",
"downloadUrl": "https://mijn.ing.nl/banking/overview",
"iconUrl": "/resources/images/logos/bnk_ing.png",
"infoUrl": "/downloads/ing.pdf",
"isActive": true,
"isVisible": true,
"sortOrder": 10,
"syncKey": "{EC3E0888-36AC-4A96-AAF7-4AA744F0D5D7}"
},
...
]

Nibud model

Invocation

Endpoint:   https://linx.invers.nl:8100/api/linx/nibudmodel
Methode: GET
Header: ApiKey: string (required)
Error(s): 403

Output

{
"geslacht": [
{
"name": "man",
"value": "man"
},
{
"name": "vrouw",
"value": "vrouw"
}
],
...
}

Schema model

Invocation

Endpoint:   https://linx.invers.nl:8100/api/linx/schemamodel
Methode: GET
Header: ApiKey: string (required)
Error(s): 403

Output

{
"id": 1,
"name": "Persoonlijk Budgetadvies",
"title": "Inzicht in uw inkomsten en uitgaven",
"description": "Wilt u een onafhankelijke blik op uw inkomsten en uitgaven? Of wilt u weten hoeveel u kunt sparen of bezuinigen? Het Nibud Persoonlijk Budgetadvies laat zien waar uw geld blijft en hoe u het doet in vergelijking met anderen. U ontvangt tips die helpen goede eigen geldkeuzes te maken.",
"nodes": [
{},
],
"transactions": 0,
"categorized": 0,
"amount": 0,
"debit": 0,
"credit": 0,
"from": "0001-01-01T00:00:00",
"to": "0001-01-01T00:00:00",
"imported": false
}