{"id":19504554,"url":"https://github.com/tools4everbv/helloid-conn-prov-source-presentis","last_synced_at":"2026-05-15T11:02:06.933Z","repository":{"id":113208599,"uuid":"593951954","full_name":"Tools4everBV/HelloID-Conn-Prov-Source-Presentis","owner":"Tools4everBV","description":"Presentis - Source","archived":false,"fork":false,"pushed_at":"2024-09-23T14:20:32.000Z","size":220,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-01-08T10:44:55.287Z","etag":null,"topics":["cloud","edu","provisioning","sis","source"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tools4everBV.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-27T08:29:23.000Z","updated_at":"2024-09-23T14:18:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"581fcb4e-04b5-464d-a8f1-efba034d458e","html_url":"https://github.com/Tools4everBV/HelloID-Conn-Prov-Source-Presentis","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Conn-Prov-Source-Presentis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Conn-Prov-Source-Presentis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Conn-Prov-Source-Presentis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Conn-Prov-Source-Presentis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tools4everBV","download_url":"https://codeload.github.com/Tools4everBV/HelloID-Conn-Prov-Source-Presentis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240754364,"owners_count":19852189,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloud","edu","provisioning","sis","source"],"created_at":"2024-11-10T22:26:12.933Z","updated_at":"2026-05-15T11:02:06.877Z","avatar_url":"https://github.com/Tools4everBV.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# HelloID-Conn-Prov-Source-Presentis\n\n| :information_source: Information |\n|:---------------------------|\n\n| This repository contains the connector and configuration code only. The implementer is responsible to acquire the connection details such as username, password, certificate, etc. You might even need to sign a contract or agreement with the supplier before implementing this connector. Please contact the client's application manager to coordinate the connector requirements. |\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://www.tools4ever.nl/connector-logos/presentis-logo.png\"\u003e\n\u003c/p\u003e\n\n## Table of contents\n\n- [Introduction](#Introduction)\n- [Getting started](#Getting-started)\n  + [Connection settings](#Connection-settings)\n  + [Prerequisites](#Prerequisites)\n  + [Remarks](#Remarks)\n- [Setup the connector](@Setup-The-Connector)\n- [Getting help](#Getting-help)\n- [HelloID Docs](#HelloID-docs)\n\n## Introduction\n\n_HelloID-Conn-Prov-Source-Presentis_ is a _source_ connector. Presentis provides a set of REST API's that allow you to programmatically interact with its data. The HelloID connector uses the API endpoints listed in the table below.\n\n| Endpoint     | Description |\n| ./schoollocaties | ophalen van alle schoollocaties |\n| ./leerlingen?schoollocatie=     | students (leerlingen) per locatie   |\n| ./klassen?schoollocatie=        | classes per locatie   |\n| ./leerlingklassen?leerlingid    | classes per student (leerling)   |\n| ./leerlingen?schoollocatie=     | students per locatie   |\n| ./personen?schoollocatie=       | persons per locatie   |\n\n\n\n## Getting started\n\n### Connection settings\n\nThe following settings are required to connect to the API.\n\n| Setting      | Description                        | Mandatory   |\n| ------------ | -----------                        | ----------- |\n| ClientId     | The ClientId to connect to the API | Yes         |\n| ClientSecret | The Clientsecret to connect to the API | Yes         |\n| Environment  | radio butten to choose test of production environment   | Yes         |\n| IsDebug      | The URL to the API                 | Yes         |\n\n### Prerequisites\n\nNo special requirements\n\n### Remarks\n- persons.ps1 contains the code for collecting general persons\n- students.ps1 contains the code for collecting the studends.\n\n- \"In\"- and \"uitschrijfdatum\" determine the primary contract of the student\nContractType    = \"inschrijving\"\n \"Schoollocatie\" (naam + id) is available on all contracts of this type\n\n- \"Klassen\"  for each \"klas\" of an student there is a separate contract on the student\nContractType    = \"klas\"\n\"Schoollocatie\" (naam + id) is available on all contracts of this type\n\n \"Cursussen\" for each course of a student there is a separate contract\n ContractType    = \"cursus\"\n\"Schoollocatie\" is not available of contracts of this type\n\n\n## Setup the connector\n\n\u003e no special requirements, the source mapping given is only a default example, and will need to be changed as required.\n\n## Getting help\n\n\u003e _For more information on how to configure a HelloID PowerShell connector, please refer to our [documentation](https://docs.helloid.com/hc/en-us/articles/360012557600-Configure-a-custom-PowerShell-source-system) pages_\n\n\u003e _If you need help, feel free to ask questions on our [forum](https://forum.helloid.com)_\n\n## HelloID docs\n\nThe official HelloID documentation can be found at: https://docs.helloid.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftools4everbv%2Fhelloid-conn-prov-source-presentis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftools4everbv%2Fhelloid-conn-prov-source-presentis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftools4everbv%2Fhelloid-conn-prov-source-presentis/lists"}