Module Values.BatchGetSessionActionRequestSource

Retrieves multiple session actions in a single request. This is a batch version of the GetSessionAction API. The result of getting each session action is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.

Sourcetype nonrec t = {
  1. identifiers : BatchGetSessionActionIdentifiers.t;
    (*

    The list of session action identifiers to retrieve. You can specify up to 100 identifiers per request.

    *)
}
Sourceval context_ : string
Sourceval make : identifiers:BatchGetSessionActionIdentifiers.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of FarmId.t ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t