Query Metadata Services
Query metadata services are used to extract application data from the PeopleSoft database.
SOAP Query Metadata Services
This table lists the Query Metadata Services:
| Service Operation Name | Description |
|---|---|
|
QAS_LISTQUERY_OPER |
Returns the list of queries, along with the query descriptions, and owner type. |
|
QAS_LISTQUERYPROMPTS_OPER |
Returns a list of prompts used in a specific query. |
|
QAS_LISTQUERYFIELDS_OPER |
Returns a list of fields for a given query. |
|
QAS_GETXLAT_OPER |
Returns the translate value for a given field. |
|
QAS_GETPROMPTTABLEVALUES_OPER |
Returns a list of field values for a given prompt. |
RESTful Query Metadata Services
This table lists the Query Metadata Services:
| Service Operation Name | Description |
|---|---|
|
QAS_LISTQUERY_REST_GET |
Returns the list of queries, along with the query descriptions, and owner type. |
|
QAS_QUERY_DETAILS_REST_GET |
Returns the details of an existing query in XML format. |
|
QAS_LISTQUERYFIELDS_REST_GET |
Returns a list of fields for a given query. |
|
QAS_LISTQUERYPROMPTS_REST_GET |
Returns a list of prompts used in a specific query. |
|
QAS_GETPROMPTTABLEVAL_REST_GET |
Returns a list of field values for a given prompt. |
|
QAS_GETXLAT_REST_GET |
Returns the translate value for a given field. |