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.
 

Crest characterIdType question

First post
Author
Salgare
Center for Advanced Studies
Gallente Federation
#1 - 2016-07-05 06:25:51 UTC
Hello

I've authenticated to EVE's SSO and obtained the characterID from the login.eveonline.com/oauth/verify using the access_token obtained from the oauth callback.

I'm then wanting to start obtaining character information for that authenticated characterID but I'm having troubles with the documentations syntax which is:


/characters/characterID:characterIdType/contacts/


where I'm litterally appending ":characterIdType" after my characterID:


https://crest-tq.eveonline.com/characters/95217276:characterIdType/contacts/


The characterID is from the verify.

The request fails with the following message:
message": "The route /characters/95217276:characterIdType/contacts/ was not found", "key": "routeMissing", "exceptionType": "NotFoundError"

What am I doing wrong?
Drakul Zephyrus
Garoun Investment Bank
Gallente Federation
#2 - 2016-07-05 10:45:25 UTC
Salgare wrote:
Hello

I've authenticated to EVE's SSO and obtained the characterID from the login.eveonline.com/oauth/verify using the access_token obtained from the oauth callback.

I'm then wanting to start obtaining character information for that authenticated characterID but I'm having troubles with the documentations syntax which is:


/characters/characterID:characterIdType/contacts/


where I'm litterally appending ":characterIdType" after my characterID:


https://crest-tq.eveonline.com/characters/95217276:characterIdType/contacts/


The characterID is from the verify.

The request fails with the following message:
message": "The route /characters/95217276:characterIdType/contacts/ was not found", "key": "routeMissing", "exceptionType": "NotFoundError"

What am I doing wrong?


CREST is a mistery... have you tried: https://crest-tq.eveonline.com/characters/95217276/contacts/

Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#3 - 2016-07-05 11:43:27 UTC
It's just

https://crest-tq.eveonline.com/characters/95217276/contacts/


the :characterIdType is telling you the type the preceding parameter has to be. As in, it has to be a character id.

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Salgare
Center for Advanced Studies
Gallente Federation
#4 - 2016-07-05 14:09:22 UTC
Sometimes one should simply go to bed and try again fresh. I was making that way to hard.

It is great to see very quick response from this forum and I thank you guys for that.

now, on to getting that scope into the header