getPsoRecords

Description

The getPsoRecords query retrieves the field values for each PSO in the application.

Inputs

  • Credentials: Used to specify the target application from which the data should be retrieved.

  • PSO Type (required): Specifies the type of PSO to query. This can be obtained using the getPsoTypes query.

  • Field Aliases (required): A list of field aliases for the PSO type. These can be obtained using the getPsoFields query. The aliases should be provided as an array.

Response JSON

For each provided field alias, the response includes:

  • The current value of the field in the application.

  • The externalId of the PSO.

Filters

You can refine the query results using the following filters:

  1. By PSO External ID: Retrieve field values for a specific PSO by providing its externalId.

  2. By Field Alias and Values: Filter by multiple field values. Provide a JSON object containing:

    • The alias of the field.

    • The desired value for that field.

Example

Query

Response

Example with filtering

Query

A filter on the externalId

Response

Last updated