1. SAP Help Portal
SAP Field Service Management Developer Guide: In the "Query API" section
all examples of API responses are explicitly shown in JSON format. The guide states
"The Query API is a RESTful API that allows you to retrieve data from SAP Field Service Management." The structure of RESTful responses in this context is consistently JSON. (See section: Query API > Querying Objects).
2. SAP Help Portal
SAP Field Service Management Developer Guide: The "API Basics" section implicitly confirms the use of JSON by detailing the structure of requests and responses
which aligns with standard JSON-based REST API conventions. The Content-Type header for such APIs is typically application/json. (See section: API Basics > Authentication and Authorization).