Select Parameter

The Select parameter is used to return only selected resource properties in a response.

To return selected properties, use the select parameter in the following format:

GET https://one-srv:1239/api/v2.2/<endpoint>?Select=<property>

where:

  • endpoint is a resource collection endpoint.
  • property is the searched property name.

To get multiple properties, specify their names separated with ASCII-encoded commas.

Example

To return the /sessions collection with only task session UID, name and status displayed, send the following request:

GET https://one-srv:1239/api/v2.2/<endpoint>?Select=jobSessionId%2Cname%2Cstatus