Skip to main content
Question

Find field name

  • August 20, 2024
  • 5 replies
  • 100 views

Forum|alt.badge.img+11

I am setting up the onboarding module and want to use answers from the “reporting manager” question (account number to use for purchases) to fill in a field for the service item.  I cannot figure out what the field name for that question is.  How can i do this?  I tried to pull it from the API call in Postman, but it is giving me an error 404 on the onboarding tickets that have this field….not sure what that is all about LOL.  

5 replies

ITMike
Top Contributor ⭐
Forum|alt.badge.img+9
  • Top Contributor ⭐
  • August 20, 2024

@shannon.mejia Which API did you use?  Onboarding/Offboarding tickets and forms have a different API call then regular service requests and items.  It’s at the bottom of the API list.


Forum|alt.badge.img+11
  • Author
  • Top Contributor ⭐
  • August 20, 2024

 @ITMike Yes, I used the API dictionary thing and used the API call on that form:

 

 

/api/v2/onboarding_requests/[id] 

 

replacing the [id] with the actual ticket number.  It works for some tickets, but those don’t have this field I need, which doesn’t make sense why it doesn’t work for those.  

 


ITMike
Top Contributor ⭐
Forum|alt.badge.img+9
  • Top Contributor ⭐
  • August 20, 2024

@shannon.mejia can you post a screenshot of what your trying to pull?


Forum|alt.badge.img+11
  • Author
  • Top Contributor ⭐
  • August 20, 2024

This field circled is what I am trying to get the field name:

 

 

That field is captured in the reporting manager response on the onboarding.  Basically I want the reporting manager to type in the account number at the top and then any service item that needs an account number for the system to copy it there and the reporting manager doesn’t have to type it in repeatedly.

 

 


ITMike
Top Contributor ⭐
Forum|alt.badge.img+9
  • Top Contributor ⭐
  • August 21, 2024

that is weird it pulls all the fields for me on each one.  I would put in a support ticket so they can see directly into your environment and try the api’s.