Skip to main content

Get config

Get a particular Config for the Config template.

Path Parameters
configtemplate_id integer REQUIRED

Example: 39581

location string REQUIRED

Example: GameUserSettings.ini

Responses
200

successful operation

Schema OPTIONAL
id integer OPTIONAL
location string OPTIONAL
content string OPTIONAL
config_template_id integer OPTIONAL
framework_id integer OPTIONAL
plugin_id integer OPTIONAL
config_template (circular) OPTIONAL
created_at date-time OPTIONAL
updated_at date-time OPTIONAL
400

Invalid location

Schema OPTIONAL
error string OPTIONAL
404

Config template not found

Schema OPTIONAL
error string OPTIONAL
getConfig
GET /system-api/v2/config-template/:configtemplate_id/config/:location
configtemplate_id — path
location — path
https://api.gameserverapp.com
curl -L 'https://api.gameserverapp.com/system-api/v2/config-template/:configtemplate_id/config/:location' \
-H 'Accept: application/json'