Is there a way to pull a report of all the API's we currently utilize? | Community
Skip to main content
Level 6
April 23, 2020
Question

Is there a way to pull a report of all the API's we currently utilize?

  • April 23, 2020
  • 1 reply
  • 765 views

for integration purposes and to narrow down the gigantic list of possibilities.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

DavidCornwellLP
Level 3
April 26, 2020

I'd suggest opening a case with Support. I recall long ago getting a report of the number of API transactions. Not sure if it can be broken down to which specific APIs were used but it would be worth a try.

TegwynSt1Author
Level 6
April 27, 2020

Thank you @David Cornwell‚ for reply.

I think I better understand whet they need now.....I am creating a form with fields that line up with information that will get pushed (or pulled or both) to salesforce.

so, I'm guessing they don't need all the ones we are using but the ones contained in that particular form and dashboard report.

that seems much less daunting.... is this something easier to figure out or should I still submit a ticket?

**** Is it still not possible to export a custom form to show all the fields? if not is there a way to filter "Fields" view by "Form" ....then I could export that....trying to think of easiest way to get this list pulled to find the associated API's

I'm not even sure I am asking the correct questions.......guess I need an hour of consult time lol

DavidCornwellLP
Level 3
May 3, 2020

Hi @Tegwyn Stockdale‚

If you go into the Setup area, in the Custom Forms section you'll see a list of your custom forms. To see a list of which custom fields are on each form, add the following as a text-mode column to your view:

displayname=Custom Fields List

listdelimiter=<br>

listmethod=nested(categoryParameters).lists

textmode=true

type=iterate

valueexpression={parameter}.{name}

valueformat=HTML

If you need further assistance, I know some great people here at LeapPoint who would love to help :)