About our API
The interface can be used to GET the company's applications records from the National Infrastructure Coordination system (IS-IL) in order to handle them in the company's internal systems and to update the application's treatment status and details.
This API provides access to the following information:
- Application details.
- Contacts in the application.
- Treatment statuses.
- Documents and attachments.
- Location of the work area on a map (Polygon).
- Message board feature.
- Task list.
Version | Description |
---|---|
API v1 | • Receive company's applications |
• Receive subsidiaries applications | |
• Retrieving applications by range of dates or application numbers | |
• Retrieving applications by treatment statuses | |
• Update application status | |
• Update reason of finish treatment for the application | |
• Post and receive documents and attachments | |
• Post and receive messages in application's message feed |
How to get access
1. Step one: Apply and receive approval for an API account
To make any request to the API, you must first apply for an API account. Contact the system's support center and ask for an API account for your company. Once approved, you will receive a username, password, company ID and API key along with a list of addresses (URLs) to activate the service.
2. Step two: Make your first request
First, connect with your username, password, and API key. You will receive a Token which will be used in every request at the current session.
Second, make your first request!
Data dictionary - GET application request
Parameters:
These are the parameters that can be specified in the request when the "CompanyId" or "MotherCompanyId" mandatory.
Field name | Type | Description | Data sample |
---|
Responses:
1. Shortened data list - when "Detail_level" parameter = NULL.
2. Complete data list - when "Detail_level" parameter = "full", includes all the fields that appear in the shortened list above and in addition:
Attachments details ("Detail_level" parameter = "full") - details of the "AttachmentDetails" object fields:
Field name | Type | Description | Data sample |
---|
Application statuses details ("Detail_level" parameter = "full") - details of the "StatusDetails" object fields:
Field name | Type | Description | Data sample |
---|
Project contacts details ("Detail_level" parameter = "full") - details of the "ContactDetails" object fields:
Field name | Type | Description | Data sample |
---|
Messages posted in the application's message board ("Detail_level" parameter = "full") - details of the "MessageDetails" object fields:
Field name | Type | Description | Data sample |
---|
Tasks created during the treatment ("Detail_level" parameter = "full") - details of the "TasksDetails" object fields:
Field name | Type | Description | Data sample |
---|
Data dictionary - POST application request
Rules for updating application status and sending files:
- Updating application status to "End treatment" (סיום טיפול):
- "ReasonOfCompletionId" field is mandatory
- "AttachmentFile" is not mandatory; however, it is highly recommended that you transfer a file explaining the terms of the approval or the reasons for the rejection.
- Updating application status to "Completions are required" (נדרשות השלמות):
- DocumentID" field is mandatory - at least one document ID required for completion.
- Do not transfer a file on "AttachmentFile" field unless an "Answer to Applicant" document is specified on "DocumentID" field.
- "Answer to the Applicant" document (תשובה לפונה):
- Used to transfer files between the approver and the applicant until the application's treatment ends. In the file attached to the document, the approver can specify instructions for the applicant or attach a template to fill and return in case the application's status is "Completions are required".
- The document and file can be transferred when the application's status is "Sent and transferred for treatment" or "Completions are required".
- File type and size: PDF up to 5 MB.
If the system detects that the update request does not comply with these rules, an error message will be returned.
להורדה בעברית
Parameters:
"ApplicationId" and "CompanyId" fields are mandatory.
Field name | Type | Description | Data sample |
---|
Fields for update:
The values of some of the fields should be taken from code tables.
Field name | Type | Description | Data sample |
---|
Code Tables
The code tables are available for download at the following link - click here.
In the development phase use the "DEV" tables and at the end of the development use the "PROD" tables. These values must be entered in the fields specified in the data dictionary.
<script> function openContent(evt, cityName) { var i, tabcontent, tablinks; tabcontent = document.getElementsByClassName("tabcontent"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } tablinks = document.getElementsByClassName("tablinks"); for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(" active", ""); } document.getElementById(cityName).style.display = "block"; evt.currentTarget.className += " active"; } // Get the element with id="defaultOpen" and click on it document.getElementById("defaultOpen").click(); </script>
מה חדש במערכת תיאום תשתיות?
בברכה,
צוות מערכת תיאום תשתיות