media_get_spot_orders {civis}R Documentation

Show a single spot order

Description

Show a single spot order

Usage

media_get_spot_orders(id)

Arguments

id

integer required. The ID for the spot order.

Value

A list containing the following elements:

id

integer, The ID for the spot order.

archived

string, The archival status of the requested item(s).

csvS3Uri

string, S3 URI for the spot order CSV file.

jsonS3Uri

string, S3 URI for the spot order JSON file.

xmlArchiveS3Uri

string, S3 URI for the spot order XML archive.

lastTransformJobId

integer, ID of the spot order transformation job.


[Package civis version 3.1.2 Index]