Hello. I am trying to do a search of our service records using the REST API. I am able to successfully login and do a sr search. I retrieve all the records but I am missing a piece of data I would like to display to my users from this search.
On our system I would like to retrieve this piece of information.
If I do a request and pull this record individually, the data is in the key “project_id”.
This is missing from a sr search. Is it possible to request this field in my query? Do I need to define a view or something like that? I tried adding parameter's to my request in the field parameter but that didn’t seem to help. Our default view does show this information.
Or do I need to write a loop from the first search to pull each sr and find that piece of data that was missing?
This is my search request to start with that seems to return everything I need but one field.
Thank you.