Skip to content

/AWS1/CL_SGM=>LISTEXPERIMENTS()

About ListExperiments

Lists all the experiments in your account. The list can be filtered to show only experiments that were created in a specific time range. The list can be sorted by experiment name or creation time.

Method Signature

IMPORTING

Optional arguments:

IV_CREATEDAFTER TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

A filter that returns only experiments created after the specified time.

IV_CREATEDBEFORE TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

A filter that returns only experiments created before the specified time.

IV_SORTBY TYPE /AWS1/SGMSORTEXPERIMENTSBY /AWS1/SGMSORTEXPERIMENTSBY

The property used to sort results. The default value is CreationTime.

IV_SORTORDER TYPE /AWS1/SGMSORTORDER /AWS1/SGMSORTORDER

The sort order. The default value is Descending.

IV_NEXTTOKEN TYPE /AWS1/SGMNEXTTOKEN /AWS1/SGMNEXTTOKEN

If the previous call to ListExperiments didn't return the full set of experiments, the call returns a token for getting the next set of experiments.

IV_MAXRESULTS TYPE /AWS1/SGMMAXRESULTS /AWS1/SGMMAXRESULTS

The maximum number of experiments to return in the response. The default value is 10.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_SGMLISTEXPERIMENTSRSP /AWS1/CL_SGMLISTEXPERIMENTSRSP