Get All Strides
GET /v1/sandbox/{sandbox_id}/match-making-stride
Get all MatchMakingStrides in a sandbox
Requires any of permissions: sandbox:config:view, sandbox:config:edit
Authorizations
Parameters
Path Parameters
Sandbox ID
Sandbox ID
Query Parameters
The maximum number of elements to be returned per call
The maximum number of elements to be returned per call
Cursor to designate where you are in iterating through values. Start with ‘0’, and pass this on subsequent calls to continue iteration
Cursor to designate where you are in iterating through values. Start with '0', and pass this on subsequent calls to continue iteration
Responses
200
Successful Response
object
Cursor to designate where you are in iterating through values. Start with ‘0’, and pass this on subsequent calls to continue iteration
List of MatchMakingStrides
This mixin is meant to give a set of common properties to root config models
object
Name of the resource
Description of the resource
Custom data associated with the resource
object
Which factory is used when creating the player partitions for this stride
ID of the Sandbox
Account ID of the user who last modified the resource
Timestamp of when the resource was last modified
Timestamp of when this resource was created
ID to uniquely identify this MatchMakingStride
List of MatchMakingStrideEntries in this stride
object
How many partitions are created at this point in the stride
How far into adjacent skill partitions overlap when trying to match players together
The minimum popluation required to use this step of the stride
ID of the Sandbox
Account ID of the user who last modified the resource
Timestamp of when the resource was last modified
Timestamp of when this resource was created
Which MatchMakingStride this entry belongs to
ID to uniquely identify this MatchMakingStrideEntry
422
Validation Error