list

@MustBeClosed
abstract suspend fun list(params: NetworkProgramListParams = NetworkProgramListParams.none(), requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<NetworkProgramListPageAsync>

Returns a raw HTTP response for get /v1/network_programs, but is otherwise the same as NetworkProgramServiceAsync.list.


@MustBeClosed
open suspend fun list(requestOptions: RequestOptions): HttpResponseFor<NetworkProgramListPageAsync>

See also