Skip to content

Get Map Selection List

GET
/v1/sandbox/{sandbox_id}/map-selection-list/{map_selection_list_id}

Get a specific Map Selection List for a sandbox

Requires any of permissions: sandbox:config:view, sandbox:config:edit

Authorizations

Parameters

Path Parameters

map_selection_list_id
required
string format: uuid
sandbox_id
required

Sandbox ID

string format: uuid

Sandbox ID

Responses

200

Successful Response

This mixin is meant to give a set of common properties to root config models

object
custom_data

Custom data associated with the resource

object
key
additional properties
string
name

Name of the resource

string
>= 1 characters <= 125 characters
description

Description of the resource

string
>= 1 characters <= 250 characters
sandbox_id

ID of the Sandbox

string format: uuid
last_modified_account_id

Account ID of the user who last modified the resource

string format: uuid
last_modified_timestamp

Timestamp of when the resource was last modified

string format: date-time
created_timestamp

Timestamp of when this resource was created

string format: date-time
map_selection_list_id
required

ID to uniquely identify this MapSelectionList

string format: uuid
maps

List of Maps that belong to this selection list

Array<object>
default:

This mixin is meant to give a set of common properties to root config models

object
custom_data

Custom data associated with the resource

object
key
additional properties
string
name

Name of the resource

string
>= 1 characters <= 125 characters
description

Description of the resource

string
>= 1 characters <= 250 characters
map_weight
required

The weight given to this entry when choosing from the MapSelectionList

integer
map_id
required

Which Map this entry refers to

string format: uuid
sandbox_id

ID of the Sandbox

string format: uuid
last_modified_account_id

Account ID of the user who last modified the resource

string format: uuid
last_modified_timestamp

Timestamp of when the resource was last modified

string format: date-time
created_timestamp

Timestamp of when this resource was created

string format: date-time
map_selection_list_id
required

Which MapSelectionList this entry belongs to

string format: uuid
map_selection_list_entry_id
required

ID to uniquely identify this MapSelectionListEntry

string format: uuid
map

The Map that this is an entry for

object
custom_data

Custom data associated with the resource

object
key
additional properties
string
name

Name of the resource

string
>= 1 characters <= 125 characters
description

Description of the resource

string
>= 1 characters <= 250 characters
map_name
required

The name of the map that will be loaded into

string
>= 1 characters <= 1024 characters
mode

An optional mode that will be loaded into

string
>= 1 characters <= 1024 characters
misc_params

Additional commandline parameters for the instance

string
>= 1 characters <= 4096 characters
legacy_config

Old config used by Legacy systems. These values are ignored by the current APIs

object
map_id

Old map id

integer
sandbox_id

ID of the Sandbox

string format: uuid
last_modified_account_id

Account ID of the user who last modified the resource

string format: uuid
last_modified_timestamp

Timestamp of when the resource was last modified

string format: date-time
created_timestamp

Timestamp of when this resource was created

string format: date-time
map_id
required

ID to uniquely identify this Map

string format: uuid

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string