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 |
|---|---|---|---|
| ApplicationStatus | STRING | Application status, סטטוס פניה | "onlyOpen" |
| ApplyNumberMax | STRING | Maximum application number to which applications will be pulled, מספר פניה מקסימלי אשר עד אליו ימשכו פניות | "3256002" |
| ApplyNumberMin | STRING | Minimum application number from which applications will be pulled, מספר פניה מינימלי אשר ממנו ימשכו פניות עד למספר המקסימלי המצוין בשדה הבא | "2356001" |
| CompanyId | STRING | Company identifier, מזהה חברה | "9b65af7-7ffa-4f16-bbe9-c58069716" |
| CreatedOnFrom | DATE | Minimum Application creation date from which applications will be pulled, תאריך יצירת פניה מינימלי אשר ממנו ימשכו פניות עד לתאריך המקסימלי המצוין בשדה הבא |
"2023-01-03T17:32:544" |
| CreatedOnTo | DATE | Maximum Application creation date to which applications will be pulled, תאריך יצירת פניה מקסימלי אשר עד אליו ימשכו פניות |
"2023-04-03T10:30:124" |
| Detail_level | STRING | Detail level of returned application data, רמת פירוט הנתונים שיוחזרו על-ידי הממשק | NULL / "full" |
| FromAppSentDate | DATE | Minimum Application sent date from which applications will be pulled, תאריך שליחת הפניה לחברה הנמענת המינימלי אשר ממנו ימשכו פניות עד לתאריך המקסימלי המצוין בשדה הבא |
"2023-01-03T17:32:544" |
| ModifiedOn | DATE | Application last modification date, תאריך עדכון אחרון של הפניה |
"2023-04-01T09:00:124" |
| MotherCompanyId | STRING | Mother company identifier, מזהה חברת אם | "9b65af7-7ffa-4f16-bbe9-c58069716" |
| OwnerID | STRING | Application approver identifier, מזהה מטפל בפניה | "acc04bb6-b2f5-4e4c-b6fa-12f640ae111a" |
| ToAppSentDate | DATE | Maximum Application sent date to which applications will be pulled, תאריךשליחת הפניה לחברה הנמענת המקסימלי אשר עד אליו ימשכו פניות |
"2023-04-03T10:30:124" |
Responses
1. Shortened data list
When "Detail_level" parameter = NULL.
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 fieldApplication statuses details ("Detail_level" parameter = "full")
Details of the "StatusDetails" object fieldsProject contacts details ("Detail_level" parameter = "full")
Details of the "ContactDetails" object fieldsMessages posted in the application's message board ("Detail_level" parameter = "full")
Details of the "MessageDetails" object fieldsTasks created during the treatment ("Detail_level" parameter = "full")
Details of the "TasksDetails" object fields
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.
Fields for update:
The values of some of the fields should be taken from code tables.
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>
מה חדש במערכת תיאום תשתיות?
עדכון גירסה 2.7
מה חדש בממשק?
בברכה,
צוות מערכת תיאום תשתיות