Get External Key Campaigns
GET /v1/sandbox/{sandbox_id}/external-key-campaign
Get External Key Campaigns by filters. All filters must be true for an External Key Campaign to be returned. Requires any of permissions: sandbox:config:view, sandbox:config:edit
Authorizations
Parameters
Path Parameters
Sandbox ID
Sandbox ID
Query Parameters
External Key Campaign IDs to filter by
External Key Campaign IDs to filter by
Filter by External Key Campaign with matching key types
Filter by External Key Campaign with matching key types
Filter by case insensitive name
Filter by case insensitive name
Filter by last modified account ID
Filter by last modified account ID
Sort results by
Sort results by
Sort order
Sort order
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
The maximum number of elements to be returned per call
The maximum number of elements to be returned per call
Responses
200
Successful Response
A collection of External Key Campaigns.
object
The External Key Campaigns.
A campaign to distribute external keys to players.
object
Custom data associated with the resource
object
Name of the resource
Description of the resource
The types of keys that can be distributed by this campaign.
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 the resource was created
The External Key Campaign ID.
The paging metadata.
object
Cursor to designate where you are in iterating through values. Start with ‘0’, and pass this on subsequent calls to continue iteration
The maximum number of elements to be returned per call
The total number of entities.
422
Validation Error