Access the mockserver at http://localhost:3000 with the sessionStartup endpoint and use 'test' as password and "1234" as username.
The mockserver will return a session token. Use this token in the header of all other requests.
When accessing the mockserver with different credentials, the request will be forwarded to the real nami server. Please do not use real credentials. The mockserver is not secure.
A demo is available at http://vps-zap443284-1.zap-srv.com:3000/
Path: /ica/rest/api/1/1/service/nami
- POST [Url][Path]/auth/manual/sessionStartup
Body (x-www-form-urlencoded):
{
"Login": "API",
"username": "1234",
"password": "test"
}
- GET [Url][Path]/mitglied/filtered-for-navigation/gruppierung/gruppierung/:gruppierungId
- GET [Url][Path]/mitglied/filtered-for-navigation/gruppierung/gruppierung/:gruppierungId/:memberId
- GET [Url][Path]/zugeordnete-taetigkeiten/filtered-for-navigation/gruppierung-mitglied/mitglied/:memberId/flist
- GET [Url][Path]/gruppierungen/filtered-for-navigation/gruppierung/node/1
- GET [Url]/ica/rest/dashboard/stats/stats
All member data is stored in the memberData.json. Feel free to contribute and add more data via merge request.