Project Modification Timestamp REST API

Project Modification Timestamp REST API

Use the Project Modification Timestampe REST API to obtain the date and time that a Informatica Managed File Transfer project was modified. This API uses the GET method.
Use the following URL for the REST API call:
GET http://<hostName>:<portNumber>/informaticamft/api//v1/projects/{Project}
  • <hostName>
    is the host name or IP address of the Managed File Transfer server.
  • <portNumber>
    is the port number of the Managed File Transfer server. The default port for HTTP is 8000 and the default port for HTTPS is 8002, for example,
    http://myserver:8000
    or
    https://myserver:8002
    .
In this URL,
{Project}
represents the variable
Project
set to the path for the project, for example:
Project = "DXProjects/Receive/DX_Remote_FTPS_Receive"
The following table describes the response body objects:
Object
Arguments
modifiedDate
The timestamp of the last time that the project was modified.

Response Body Example

The following code shows the response body syntax:
{ "modifiedDate": "15-02-2017 11:12:03" }

0 COMMENTS

We’d like to hear from you!