---
title: "REST API RTI"
description: "REST API RTI"
keywords: "REST API RTI"
url: "https://www.myrapidi.com/wiki/rest_api_rti"
locale: "en"
published: "2018-02-28T16:17:30Z"
modified: "2023-04-03T14:40:45Z"
---

RTI (Run Time Information) is used to store SourceControl values. [Read more about RTI](/wiki/RTI)

| **Field** | **Type** | **Notes** |
| --- | --- | --- |
| id | integer | Unique identifier of the RTI |
| transfer | string | Code of the transfer ex: CUST\_READ |
| source | string | Code of the Connection that we read from ex: NAV001 |
| destination | string | Code of the Connection that we write to ex: SFORCE001 |
| source\_control | string | The SourceControl value for this RTI entry ex: 1025 |

[REST API RTI Get RTI](https://www.myrapidi.com/wiki/rest_api_rti_get_rti.md)

[REST API RTI Update RTI](https://www.myrapidi.com/wiki/rest_api_rti_update_rti.md)

[REST API RTI Create RTI](https://www.myrapidi.com/wiki/rest_api_rti_create_rti.md)

[REST API RTI Delete RTI](https://www.myrapidi.com/wiki/rest_api_rti_delete_rti.md)
