Reporting REST API Documentation

ActionViewsTemplateResource

Returns a list of existing action view templates.

GET

URI /services/apexrest/ffr/v1.0/actionviews/templates
Description HTTP GET request: /services/apexrest/ffr/v1.0/actionviews/templates
Returns a list of existing action view templates.

Sample Code


HTTP GET: /services/apexrest/ffr/v1.0/actionviews/templates

Raw Response

HTTP/1.1 200 OK
Date: Fri, 04 Aug 2017 09:38:18 GMT
Content-Type: application/json

[ {
  "Name" : "Journals",
  "Id" : "a0a7F0000009MHiQAM",
  "Filters" : [ {
    "ToValue" : null,
    "Prompt" : true,
    "Name" : "ETF-0004",
    "FromValue" : "Actual",
    "FilterId" : "a0V7F0000004uMXUAY",
    "Field" : {
      "Type" : "PICKLIST",
      "Picklist" : [ {
        "Name" : "SharesOutstanding",
        "Label" : "SharesOutstanding"
      }, {
        "Name" : "Budget",
        "Label" : "Budget"
      }, {
        "Name" : "Actual",
        "Label" : "Actual"
      }, {
        "Name" : "eadCountPlan",
        "Label" : "eadCountPlan"
      }, {
        "Name" : "Forecast",
        "Label" : "Forecast"
      }, {
        "Name" : "HeadCountActual",
        "Label" : "HeadCountActual"
      }, {
        "Name" : "HeadCountBudget",
        "Label" : "HeadCountBudget"
      }, {
        "Name" : "HeadCountForecast",
        "Label" : "HeadCountForecast"
      }, {
        "Name" : "Shares",
        "Label" : "Shares"
      }, {
        "Name" : "SharesInIssue",
        "Label" : "SharesInIssue"
      }, {
        "Name" : "SharesPrice",
        "Label" : "SharesPrice"
      }, {
        "Name" : "Size",
        "Label" : "Size"
      }, {
        "Name" : "VolumeActual",
        "Label" : "VolumeActual"
      }, {
        "Name" : "VolumeBudget",
        "Label" : "VolumeBudget"
      }, {
        "Name" : "VolumeForecast",
        "Label" : "VolumeForecast"
      }, {
        "Name" : "VolumePlan",
        "Label" : "VolumePlan"
      }, {
        "Name" : "Cash Flow Exception",
        "Label" : "Cash Flow Exception"
      } ],
      "Name" : "Types"
    }
  } ],
  "DataViewName" : "DV Journals"
}, {
  "Name" : "Invoices",
  "Id" : "a0a7F0000009LjMQAU",
  "Filters" : [ {
    "ToValue" : null,
    "Prompt" : true,
    "Name" : "ETF-0000",
    "FromValue" : "My invoice",
    "FilterId" : "a0V7F0000004tHcUAI",
    "Field" : {
      "Type" : "STRING",
      "Picklist" : null,
      "Name" : "Name"
    }
  }, {
    "ToValue" : null,
    "Prompt" : false,
    "Name" : "ETF-0001",
    "FromValue" : "2017-08-01T00:00:00.000Z",
    "FilterId" : "a0V7F0000004tHdUAI",
    "Field" : {
      "Type" : "DATE",
      "Picklist" : null,
      "Name" : "Transaction Date"
    }
  }, {
    "ToValue" : null,
    "Prompt" : false,
    "Name" : "ETF-0002",
    "FromValue" : "A type",
    "FilterId" : "a0V7F0000004tHeUAI",
    "Field" : {
      "Type" : "STRING",
      "Picklist" : null,
      "Name" : "Transaction Type"
    }
  } ],
  "DataViewName" : "DV Invoices"
} ]
© Copyright 2009–2019 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.