These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

API Related Question

First post
Author
Amunari Talar
Imperial Academy
Amarr Empire
#1 - 2015-05-18 21:32:58 UTC
I am attempting to create a link that has pre-defined Permissions set in it, so that you click and it automatically selects all the stuff.

Would anyone know how to set this up?
Paranoid Loyd
#2 - 2015-05-18 21:38:29 UTC
Wat?™

"There is only one authority in this game, and that my friend is violence. The supreme authority upon which all other authority is derived." ISD Max Trix

Fix the Prospect!

Scipio Artelius
Weaponised Vegemite
Flying Dangerous
#3 - 2015-05-18 21:44:36 UTC  |  Edited by: Scipio Artelius
Add

/api/key/createpredefined/XXXXXXX

XXXXXXX = api mask number for the preselected fields

e. So the full link would be https://support.eveonline.com/api/key/createpredefined/XXXXXXX
ISD Ezwal
ISD Community Communications Liaisons
ISD Alliance
#4 - 2015-05-18 21:44:46 UTC
This thread has been moved to EVE Technology Lab.

ISD Ezwal Community Communication Liaisons (CCLs)

Amunari Talar
Imperial Academy
Amarr Empire
#5 - 2015-05-18 22:29:57 UTC
I still am lost on how it worked,

Can you give me a example beyond XXX?
Scipio Artelius
Weaponised Vegemite
Flying Dangerous
#6 - 2015-05-18 22:58:19 UTC  |  Edited by: Scipio Artelius
Amunari Talar wrote:
I still am lost on how it worked,

Can you give me a example beyond XXX?

Go to api management, create the api you want and then copy the mask number.

Place that mask number at the end of the link and anyone who clicks that link will be taken to the api management page with a predefined api containing the same fields you included when you created the initial key.

The only problem you'll run into is people need to be logged into evegate for it to work without a redirect to the login page.