Skip to main content
insightsoftware Documentation insightsoftware Documentation
{%article.title%}
Published:
Was this article helpful?
0 out of 0 found this helpful

Get Data

Use this command to retrieve data from an outside data source using the Open Business Data Fabric. For more information on how to develop an end-to-end solution using this command, see the Longview Integration Guide.

Note: This command is only available for customers on the ISW Platform and can only be used with a service-to-service account. This command also requires the system attribute SAccessToken to be set to an API Key for a user in your Organization’s ISW platform.

Syntax:

Get DATA BusinessViewId [“Parameters”] TO FileName

where:

  • BusinessViewId is the unique identifier of the business view from which you will retrieve data.

  • Parameters is a list of parameters, such as a filter, you want to apply to the business view. For more information on the types of parameters that can be used and how to use them, see the Longview Integration Guide.
  • FileName is the name of the file that will be created containing the data retrieved and saved in oData format.

Syntax example:

Get DATA s_64ccbd3793655z760rtn7fc3 "filter=accounting_period_name eq 'Feb 2019'" TO "s_64ccbd3793655z760rtn7fc3.txt"

Published:

Get Data

Use this command to retrieve data from an outside data source using the Open Business Data Fabric. For more information on how to develop an end-to-end solution using this command, see the Longview Integration Guide.

Note: This command is only available for customers on the ISW Platform and can only be used with a service-to-service account. This command also requires the system attribute SAccessToken to be set to an API Key for a user in your Organization’s ISW platform.

Syntax:

Get DATA BusinessViewId [“Parameters”] TO FileName

where:

  • BusinessViewId is the unique identifier of the business view from which you will retrieve data.

  • Parameters is a list of parameters, such as a filter, you want to apply to the business view. For more information on the types of parameters that can be used and how to use them, see the Longview Integration Guide.
  • FileName is the name of the file that will be created containing the data retrieved and saved in oData format.

Syntax example:

Get DATA s_64ccbd3793655z760rtn7fc3 "filter=accounting_period_name eq 'Feb 2019'" TO "s_64ccbd3793655z760rtn7fc3.txt"

For an optimal Community experience, Please view on Desktop