Exporting Profiles using the Rest API

  

DEVELOPER

The Profile Export Rest API provides a simple way for you to extract a given PROIV operator or project. Refer JSON Export and Character Encodings other than UTF-8 for additional information.

When you run the request the selected Operator or Project details are returned in the response body in JSON format.

To export, simply execute the Rest API with the following parameters:

    Field

    Description

    Task Name

    TK_RWS_ExportOperator

    Http Method

    GET

    Params

    Operator

    Example URI

    http://server:port/base-default/rws/operators?Operator=SYS

    Example Response

     





    Field

    Description

    Task Name

    TK_RWS_ExportProject

    Http Method

    GET

    Params

    Project

    Example URI

    http://server:port/base-default/rws/projects?Project=Default Project 1.0

    Example Response

     

Comment on this topic

Topic ID: 500521