Pages: 1 2 :: [one page] |
Author |
Thread Statistics | Show CCP posts - 11 post(s) |

Immersive
Immersive Technology Solutions
|
Posted - 2008.09.01 11:42:00 -
[1]
Originally by: "Empyrean Age 1.1 Patch Notes" Miscellaneous ...
- 3 new pages EVE API pages have been added to the Corporation folder. Member Security displays a list of all members within a given corporation, their roles (titles NOT included) and their titles. Titles displays a list of all titles that exist for a given Corporation. Member Security Log displays a list of role changes. Each change includes IDs and Names of the characters involved, location type of the roles, old roles and new roles. You must be a CEO or director to access this information.
- A new API page has been added which displays a container log for a Corporation. This new page will list and display the date, time, item, type, character, location and action taken. The list will also show the last one week of entries.
- A new API page has been added to show Character, Corporation and Alliance standings.
- Added a Corporation Shareholders field within the API. This will allow shareholder information to be exported by a CEO or director. The list will display two lists for character shareholders and corporation shareholders.
...
Frankly, this is going to make API apps really really freaking awesome! |

Eldstrom
|
Posted - 2008.09.01 12:19:00 -
[2]
I missed that in the change log, Thanks for highlighting it.
Eld |
|

CCP Lingorm
C C P

|
Posted - 2008.09.01 13:15:00 -
[3]
You are most welcome.
|
|

Kazuo Ishiguro
House of Marbles Zzz
|
Posted - 2008.09.01 20:39:00 -
[4]
Edited by: Kazuo Ishiguro on 01/09/2008 20:39:01 When are these pages expected to go active, and when can we see some documentation for them? Where should I look out for this information? |

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2008.09.02 03:28:00 -
[5]
those are some nice additions. Can't wait to see the documentation for them. I do have a suggestion for the api. I would like to see a share transaction api. It would also be nice if we could import standing list back into game. This would be nice for when a corporation joins an alliance, the alliance provides an export for the corp to import and have standings corrected. |

leich
Amarr Fritter Transport Co.
|
Posted - 2008.09.02 12:06:00 -
[6]
is there any chance of getting a list of dummy charicters setup so that they can have access to things like corp info im not a ceo with my corp so cannot test CEO related Api key type things without getting someone who is a CEO to test it for me.
|

Vessper
Indicium Technologies
|
Posted - 2008.09.02 12:18:00 -
[7]
Originally by: leich is there any chance of getting a list of dummy charicters setup so that they can have access to things like corp info im not a ceo with my corp so cannot test CEO related Api key type things without getting someone who is a CEO to test it for me.
Easist thing to do is create an alt capable of being a CEO straight out the box and create your own corp. |
|

CCP Lingorm
C C P

|
Posted - 2008.09.02 14:23:00 -
[8]
We are currently planning a Test API server that will use Singularity to fetch data from so that you can setup your own tests.
No eta yet, but hopefully soon(tm).
CCP Lingorm CCP Quality Assurance QA Engineering Team Leader
Originally by: Lord Fitz Eve is to WoW as Wow is to an 8 player game of Unreal Tournament.
|
|

Eldstrom
|
Posted - 2008.09.02 15:37:00 -
[9]
after a couple of guesses I think I know the some URLs of the new pages.
/corp/standings.xml.aspx /char/standings.xml.aspx Sample
<?xml version='1.0' encoding='UTF-8'?> <eveapi version="2"> <currentTime>2008-09-02 14:11:42</currentTime> <result> <corporationStandings> <standingsTo> <rowset name="characters" key="toID" columns="toID,toName,standing" /> <rowset name="corporations" key="toID" columns="toID,toName,standing"> <row toID="intger" toName="string" standing="signed intger" /> </rowset> <rowset name="alliances" key="toID" columns="toID,toName,standing" /> </standingsTo> <standingsFrom> <rowset name="agents" key="fromID" columns="fromID,fromName,standing"> <rowset name="NPCCorporations" key="fromID" columns="fromID,fromName,standing"> <rowset name="factions" key="fromID" columns="fromID,fromName,standing"> </rowset> </standingsFrom> </corporationStandings> </result> <cachedUntil>2008-09-02 17:11:44</cachedUntil> </eveapi>
char version the <corporationStandings> are absent.
my corp isnt in a alliance so no idea if the corp xml version holds the alliance standings too or if that has a page of it's own.
/corp/shareholders.xml.aspx /corp/ContainerLog.xml.aspx /corp/membersecurity.xml.aspx
I believe are the other urls. however not having CEO/director privs can't retrieve anything from this however it does give a permissions error.
If anyone is willing to share a pruned down sample of the corp CEO/Directors privileged xml files i'd be grateful
Eld
|
|

CCP Hypnotic

|
Posted - 2008.09.02 16:43:00 -
[10]
Here's a short and simple list of the new page names:
Added ../corp/Shareholders.xml.aspx Added ../corp/MemberSecurity.xml.aspx Added ../corp/MemberSecurityLog.xml.aspx Added ../corp/Titles.xml.aspx Added ../corp/ContainerLog.xml.aspx Added ../corp/Standings.xml.aspx Added ../char/Standings.xml.aspx
Also added to the API was:
Added Clone Name and Skillpoints to character sheet. Added Role and Title lists to character sheet.
|
|

Eldstrom
|
Posted - 2008.09.02 17:17:00 -
[11]
Thanks Hypnotic
|

Rynlam
|
Posted - 2008.09.02 17:58:00 -
[12]
Yay! Thank you CCP API dev(s) :)
|

ALoneHobo II
|
Posted - 2008.09.02 18:24:00 -
[13]
So this new API data would allow people to quickly and easily setup EVE Bacon without manually inputting too much?
|
|

CCP Lingorm
C C P

|
Posted - 2008.09.02 18:28:00 -
[14]
Originally by: ALoneHobo II So this new API data would allow people to quickly and easily setup EVE Bacon without manually inputting too much?
The method Bacon used to access people entering Local no longer works, has not worked for sometime. Please verify your facts before posting asinine comments.
CCP Lingorm CCP Quality Assurance QA Engineering Team Leader
Originally by: Lord Fitz Eve is to WoW as Wow is to an 8 player game of Unreal Tournament.
|
|

ALoneHobo II
|
Posted - 2008.09.02 18:30:00 -
[15]
Errr . . . ok sorry about that . . . .Why the sharp tongue? I asked a simple question :P
|
|

CCP Lingorm
C C P

|
Posted - 2008.09.02 18:42:00 -
[16]
Edited by: CCP Lingorm on 02/09/2008 18:43:46
Originally by: ALoneHobo II Errr . . . ok sorry about that . . . .Why the sharp tongue? I asked a simple question :P
My apologies, You question came across as smartalec style Bacon bashing. I misinterpreted it ... I will change it. We try to keep this forum very free of bias and other things, and one of those involves no acceptance of trolling.
Agian my apologies for misunderstanding your question.
CCP Lingorm CCP Quality Assurance QA Engineering Team Leader
Originally by: Lord Fitz Eve is to WoW as Wow is to an 8 player game of Unreal Tournament.
|
|

Jaabaa
Minmatar Dental Drilling Corporation
|
Posted - 2008.09.02 18:52:00 -
[17]
Edited by: Jaabaa on 02/09/2008 18:52:53 Could someone please clarify these 2 points in the patch notes please:
- EVE API: CharacterID.xml.aspx will now accept characters with periods or dots in their name.
- EVE API: CharacterID.xml.aspx will not accept characters with periods or dots in their name.
Huh  -- EVE Mobile Skill Planner V3 !! http://evemsp.sourceforge.net/ |
|

CCP Lingorm
C C P

|
Posted - 2008.09.02 18:55:00 -
[18]
Originally by: Jaabaa Edited by: Jaabaa on 02/09/2008 18:52:53 Could someone please clarify these 2 points in the patch notes please:
- EVE API: CharacterID.xml.aspx will now accept characters with periods or dots in their name.
- EVE API: CharacterID.xml.aspx will not accept characters with periods or dots in their name.
Huh 
- EVE API: CharacterID.xml.aspx will now accept characters with periods or dots in their name.
THIS is correct. The API will now accpet '.' and '-' in character names.
CCP Lingorm CCP Quality Assurance QA Engineering Team Leader
Originally by: Lord Fitz Eve is to WoW as Wow is to an 8 player game of Unreal Tournament.
|
|

ALoneHobo II
|
Posted - 2008.09.02 18:58:00 -
[19]
Hey no worries man. I got bacon a few weeks ago BEFORE i was told i had to enter in all of the standings . . . immediately deleted it :P
Just wanted to know if any kind of automatic entry using the new API info would be possible?
|

Cesar Malari
Gunfleet Logistics
|
Posted - 2008.09.02 19:40:00 -
[20]
Edited by: Cesar Malari on 02/09/2008 19:44:06
Originally by: ALoneHobo II Hey no worries man. I got bacon a few weeks ago BEFORE i was told i had to enter in all of the standings . . . immediately deleted it :P
Just wanted to know if any kind of automatic entry using the new API info would be possible?
Assuming the new API thing shows your effective in-game standings, yes, you would be able to change BACON to get standings from that API instead of the standings file mechanism. Shouldn't be too complicated at all.
Of course, why you'd want to spend time updating BACON to use the standings API when it can't get the data about who is entering local anymore is beyond me, but hey, you really seemed to want to know the answer....
The real interesting addition here is the container log -- if you pull this data often enough, you should be able to very closely monitor the use of corp loot hangers and identify people who take more from shared hangers than they contribute. I'm actually quite surprised to see this -- I hadn't really seen any call for it on the forums.
Can't complain about new API goodies to play with though. |

ALoneHobo II
|
Posted - 2008.09.02 20:41:00 -
[21]
I didnt realise the problem was with them disclosing info about the local channel :P
|

Kazuo Ishiguro
House of Marbles Zzz
|
Posted - 2008.09.02 21:00:00 -
[22]
Originally by: Cesar Malari The real interesting addition here is the container log -- if you pull this data often enough, you should be able to very closely monitor the use of corp loot hangers and identify people who take more from shared hangers than they contribute. I'm actually quite surprised to see this -- I hadn't really seen any call for it on the forums.
There's already at least one person for whom this feature will save several hours' work every week; people's participation in the ISGC racing league is verified via container logs.
It saves 7 days' worth of logs, so you only need to check once per week to see everything. I expect it'll be cached for 24 hours after each query, like the assets/R&D data. Can we have this one work like the R&D jobs list so that if multiple requests are made, the cached data is re-sent each time? Zzz research towers Direrie NEW: Liekuri
20:1 low-end compression |

Immersive
Immersive Technology Solutions
|
Posted - 2008.09.03 01:00:00 -
[23]
The API is usually shut down for 24 hours following a patch, IIRC. |
|

CCP Whisper

|
Posted - 2008.09.03 10:59:00 -
[24]
Originally by: Immersive Edited by: Immersive on 03/09/2008 01:31:39 The API is usually shut down for 24 hours following a patch, IIRC.
Also, didn't I read somewhere that the documentation was getting an overhaul? Do we have an ETA for that?
We have been working on overhauling the documentation, and I would like us to release it as a downloadable PDF. Have not got an ETA for that yet though, but I will be poking the people in charge of making our downloadable content to get it into the prescribed format once the core documents are complete and have gone through one last check.
|
|

Kazuo Ishiguro
House of Marbles Zzz
|
Posted - 2008.09.03 13:19:00 -
[25]
Edited by: Kazuo Ishiguro on 03/09/2008 13:23:49 I'm looking forward to getting the container log xml working. For now, I'm just getting this:
<eveapi version="2"> <currentTime>2008-09-03 13:15:40</currentTime> − <error> A general error has occured, please try again later. </error> <cachedUntil>2008-09-03 14:15:40</cachedUntil> </eveapi>
The assets xml seems to be working, though, as well as all the other bits of the api that I've tried so far. Zzz research towers Direrie NEW: Liekuri
20:1 low-end compression |
|

CCP Hypnotic

|
Posted - 2008.09.03 13:54:00 -
[26]
Originally by: Kazuo Ishiguro
<eveapi version="2"> <currentTime>2008-09-03 13:15:40</currentTime> − <error> A general error has occured, please try again later. </error> <cachedUntil>2008-09-03 14:15:40</cachedUntil> </eveapi>
Can you tell me more about the container log call you are making? It should be formated like:
http://api.eve-online.com/corp/ContainerLog.xml.aspx?userID=1234567&apiKey=<Full Access API Key>&characterID=<CEO/Director ID>
|
|

Kazuo Ishiguro
House of Marbles Zzz
|
Posted - 2008.09.03 15:53:00 -
[27]
I'm using exactly that format (copied your sample and substituted my own details). My corp doesn't have any audit log containers currently in use, and never has afaik (I've checked via the assets API) - could this be causing the problem? Zzz research towers Direrie NEW: Liekuri
20:1 low-end compression |
|

CCP Hypnotic

|
Posted - 2008.09.03 15:57:00 -
[28]
You should just be getting a response with empty record sets. Not an error. If you are getting this error right now could you please file a bug report? Thanks for helping me out.
|
|

Kazuo Ishiguro
House of Marbles Zzz
|
Posted - 2008.09.03 16:04:00 -
[29]
https://bugs.eve-online.com/mybugreports.asp?Action=View&ID=61974 Zzz research towers Direrie NEW: Liekuri
20:1 low-end compression |

Kazuo Ishiguro
House of Marbles Zzz
|
Posted - 2008.09.03 16:50:00 -
[30]
Now that I've anchored a container on behalf of the corp and done some stuff with it, it works. So although it's a problem, it only seems to affect people who want to look up empty sets of records. Although this is a non-empty set of people, it's not something I'd lose too much sleep over tbh. Zzz research towers Direrie NEW: Liekuri
20:1 low-end compression |

Aurora Breeze
Dime-A-Dozen Productions
|
Posted - 2008.09.03 23:38:00 -
[31]
Originally by: Eldstrom
my corp isnt in a alliance so no idea if the corp xml version holds the alliance standings too or if that has a page of it's own.
I just pulled the standings xml file for my corp and we have no alliance standings in it. And I know the alliance has standings set as I can see them in-game.
This is the file below with the standings rows removed.
<eveapi version="2"> <currentTime>2008-09-03 23:26:52</currentTime> <result> <corporationStandings> <standingsTo> <rowset name="characters" key="toID" columns="toID,toName,standing"> .... standings below </rowset> <rowset name="corporations" key="toID" columns="toID,toName,standing"> .... standings below </rowset> <rowset name="alliances" key="toID" columns="toID,toName,standing"> .... standings below </rowset> </standingsTo> <standingsFrom> <rowset name="agents" key="fromID" columns="fromID,fromName,standing"> .... standings below </rowset> <rowset name="NPCCorporations" key="fromID" columns="fromID,fromName,standing"> .... standings below </rowset> <rowset name="factions" key="fromID" columns="fromID,fromName,standing"> .... standings below </rowset> </standingsFrom> </corporationStandings> <allianceStandings> <standingsTo> <rowset name="corporations" key="toID" columns="toID,toName,standing"/> <rowset name="alliances" key="toID" columns="toID,toName,standing"/> </standingsTo> </allianceStandings> </result> <cachedUntil>2008-09-04 02:27:01</cachedUntil> </eveapi>
|

Mr Horizontal
Gallente KIA Corp KIA Alliance
|
Posted - 2008.09.04 08:36:00 -
[32]
Is it me or did you also add the Corporation Name to the argName1 column of the wallet export? If so THANKS! This has made it fabulous to be able to figure out who's actually paid a dividend via shares.
It would have been preferable to have the corporation name in the ownerName1 column and also the corporationID in the ownerID1 column, but I can still fudge it to use the /eve/CharacterID.xml.aspx which also seems to return the corporationID for any named entity (might want to change the description of that too).
Director | www.eve-bank.net |

Eldstrom
|
Posted - 2008.09.04 10:27:00 -
[33]
Originally by: Aurora Breeze
Originally by: Eldstrom
my corp isnt in a alliance so no idea if the corp xml version holds the alliance standings too or if that has a page of it's own.
I just pulled the standings xml file for my corp and we have no alliance standings in it. And I know the alliance has standings set as I can see them in-game.
This is the file below with the standings rows removed.
<allianceStandings> <standingsTo> <rowset name="corporations" key="toID" columns="toID,toName,standing"/> <rowset name="alliances" key="toID" columns="toID,toName,standing"/> </standingsTo> </allianceStandings> </result> <cachedUntil>2008-09-04 02:27:01</cachedUntil> </eveapi>
Your a star Aurora Although your export had no standings it looks to me that the xml is indeed structured for them.
many thanks for your help
Eld
|
|

CCP Elerhino
Minmatar C C P

|
Posted - 2008.09.04 16:50:00 -
[34]
Regarding the Container Log problem: we've been investigating it and it turns out that the error is probably performance related. We've therefore taken it down temporarily to make sure there's no impact on TQ because of this. Hopefully we'll have a solution out in the next few days.
CCP Elerhino CCP Software - API
|
|

Aurora Breeze
Gallente Dime-A-Dozen Productions
|
Posted - 2008.09.05 00:33:00 -
[35]
I submitted a bug report for the standings API not showing alliance standings. I hope they get that fixed because that would be an awesome tool to have. |

Kazuo Ishiguro
House of Marbles Zzz
|
Posted - 2008.09.05 15:23:00 -
[36]
Does CCP have any plans to publish API usage statistics? How much of a burden is it on the servers, and which queries tend to account for most of the load? It'd be quite interesting, to say the least. ----- DIY copying in Liekuri
20:1 low-end compression |

Rynlam
|
Posted - 2008.09.05 18:08:00 -
[37]
Originally by: Kazuo Ishiguro Does CCP have any plans to publish API usage statistics? How much of a burden is it on the servers, and which queries tend to account for most of the load? It'd be quite interesting, to say the least.
Could also help those of us with many large heavy-API-usage scripts optimize to reduce said load...
|

MrRx7
Amarr Cutting Edge Incorporated RAZOR Alliance
|
Posted - 2008.09.06 15:31:00 -
[38]
Edited by: MrRx7 on 06/09/2008 15:33:48 Regarding the new standings pages.
I see we can grab corp<->corp standings and such, How do we go about getting alliance<->alliance standings.
I see there is a datafeild for it but even with my full director key from the "main" corp it shows no data.
Any clues?
*edit* I just saw the posts above mine Hope it get fixed soon! this will make my standings page so much easier Your signature exceeds the maximum allowed filesize of 24000 bytes -Navigator ([email protected]) |

Aurora Breeze
Gallente Dime-A-Dozen Productions
|
Posted - 2008.09.10 01:17:00 -
[39]
Bumping in hopes that a dev will reply and provide an update on the standings API bug. Or someone will link to an update that I just missed along the way.
|

Vessper
Indicium Technologies
|
Posted - 2008.09.10 07:37:00 -
[40]
In addition to adding Alliance standings, would it be possible to increase the precision of the standings to greater than 1dp? I'm thinking in particular towards NPCs (agents, factions etc).
- - -
EveHQ Character App | Item Database |

Kazuo Ishiguro
House of Marbles Zzz
|
Posted - 2008.09.11 15:43:00 -
[41]
Feature request: could we have location names as well as locationIDs for the container log, please? It makes life much easier for those of us who don't have the data dump working yet. ----- DIY copying in Liekuri 20:1 mineral compression Nomad JF for sale |
|

CCP Elerhino
Minmatar C C P

|
Posted - 2008.09.12 15:24:00 -
[42]
There's a fix in the pipes for the missing alliance standings, scheduled for deployment soon(tm). 
CCP Elerhino CCP Software - API
|
|

Kazuo Ishiguro
House of Marbles Zzz
|
Posted - 2008.09.13 10:47:00 -
[43]
What's the status of the container log xml? It's been more than a week since it was disabled... ----- DIY copying in Liekuri 20:1 mineral compression Nomad JF for sale |

Catherina sforza
Gallente Cutting Edge Incorporated RAZOR Alliance
|
Posted - 2008.09.28 19:07:00 -
[44]
Originally by: CCP Elerhino There's a fix in the pipes for the missing alliance standings, scheduled for deployment soon(tm). 
Do we have any kinda of ETA on this? I would very much like to give cron the task of updating our alliance standings rather than me 
|

Nobues
Gallente Oberon Incorporated Morsus Mihi
|
Posted - 2008.09.29 03:59:00 -
[45]
Is there anyway you can get me a example of that the standing XML or a XML schema file for it, so I can build a tool I have been waiting for years to build.
Please send that to [email protected] or just post it here ether one works. Webhosting, teamspeak and Killboard for you, your corp, and your Alliance Click me for more info |

Eldstrom
|
Posted - 2008.09.29 10:13:00 -
[46]
Nobues,
Top of this page is an example of the XML, the alliance standings are missing however it should look like the corp ones, but with the alliancestandings tag instead.
Eld
|

Aurora Breeze
Gallente Dime-A-Dozen Productions
|
Posted - 2008.10.13 18:59:00 -
[47]
Originally by: CCP Elerhino There's a fix in the pipes for the missing alliance standings, scheduled for deployment soon(tm). 
Any update on when this will be deployed?
|

Kazuo Ishiguro
House of Marbles Zzz
|
Posted - 2008.10.23 13:09:00 -
[48]
Still waiting for the container log fix - any news? |

Aurora Breeze
Gallente Dime-A-Dozen Productions
|
Posted - 2008.11.04 03:15:00 -
[49]
And back to the top. Still waiting for an update on the standings API. Please don't forget about it 
|

Catherina sforza
Gallente Cutting Edge Incorporated RAZOR Alliance
|
Posted - 2008.11.06 07:19:00 -
[50]
Love the Dev's long time if we could get a ETA or a update on the TEST api server and when we can expect Alliance Standings api to work :-)
|

Aurora Breeze
Gallente Dime-A-Dozen Productions
|
Posted - 2008.11.08 19:34:00 -
[51]
Just in case anybody missed them.
Originally by: Patch notes for Quantum Rise
EVE API and Static Data Dump
* An incorrect columns listing in map/Jumps.xml.aspx within the EVE API has been fixed and will now display properly. * Intermittent errors that were generated when accessing container logs in the EVE API have been resolved. * The EVE API will now show Alliance standings in the standings.xml.aspx. * Certain IP addresses will no longer cause general errors on EVE API pages. * Data changes are now displayed correctly after caching time runs out in the EVE API. * Standings are now showing in the correct format in the EVE API for both characters and corporations. * Stacktrace errors caused by NPCs moving around a system have been eliminated. * dgmEffects.falloffAttributeID has been modified and will not return rows with a value of 0 in the Static Data Dump. * Icons have been added for ships that did not have them in the dataexport, previously blurred icons should be clearer. * The "Caldari Starbase Control Tower_LCO" has had its description corrected. * The static data dump now comes with a T-SQL creation script for foreign keys. It is located at the bottom of ebs_DATADUMP.sql . * Celestials in Black Rise have been added to the static data dump and placed in the correct tables.
|
|
|
Pages: 1 2 :: [one page] |