Difference between revisions of "User:Enta en bauldry/API"

From EVE University Wiki
Jump to: navigation, search
(Created page with "{| class="wikitable" |- |rowspan="2", colspan="2"|Account Status |Cache Method: |Short |- |Input Arguments: |keyID, vCode |- |colspan="2"|/account/AccountStatus.xml.aspx |Acce...")
 
m
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="wikitable"
+
{{#css:
|-
+
.mApiTable
|rowspan="2", colspan="2"|Account Status
+
{
|Cache Method:
+
border-spacing: 0px;
|Short
+
border-collapse: collapse;
|-
+
}
|Input Arguments:
+
 
|keyID, vCode
+
.mApiTable td
|-
+
{
|colspan="2"|/account/AccountStatus.xml.aspx
+
border: thin solid silver;
|Access Mask:
+
padding: 5px;
|2^25
+
margin: 0px;
|-
+
}
|Result Format:
+
 
|rowspan="3"|Rows containing text, no tags
+
table.mApiTable td.cApiExplicit
|-
+
{
|Row Name
+
font-style: oblique;
|Row Type
+
font-weight: bold;
|Row Description
+
}
|
+
 
|-
+
.cApiName
|paidUntil
+
{
|string datetime
+
font-size: 22px;
|rowspan="2"|desc
+
color: #FF8000;
|-
+
text-align:center;
|createDate
+
}
|string datetime
+
 
|rowspan="2"|desc
+
.cDataRows
|-
+
{
|logonCount
+
background-color: #333;
|int
+
font-style: underline;
|rowspan="2"|desc
+
color: gold;
|-
+
}
|logonMinutes
+
 
|int
+
.cApiFieldType
|rowspan="2"|desc
+
{
 +
font-style: italic;
 +
}
 +
 
 +
table.mApiTable td.cApiInfoLabel
 +
{
 +
border-right-style: none;
 +
color: gold;
 +
}
 +
 
 +
table.mApiTable td.cApiInfo
 +
{
 +
border-left-style: none;
 +
}
 +
 
 +
}}
 +
{{User:Enta_en_bauldry/API_Links}}
 +
 
 +
{{User:Enta_en_bauldry/API_Table
 +
|name=Account Status
 +
|url=/account/AccountStatus.xml.aspx
 +
|args=keyID, vCode
 +
|cache=s
 +
|mask=25
 +
|format=Rows containing text, no tags
 +
}}
 +
{{APITableRow|name=paidUntil|type=dt|desc=the date until which the account is currently subscribed}}
 +
{{APITableRow|name=createDate|type=dt|desc=the date the account was created}}
 +
{{APITableRow|name=logonCount|type=int|desc=the number of times you logged into CCP's services (this includes not only the game logons but also forum logons, likely also EVEGate logons)}}
 +
{{APITableRow|name=logonMinutes|type=int|desc=the date until which the account is currently subscribed}}
 
|}
 
|}

Latest revision as of 18:35, 13 December 2014


Api links.png
EVE API Portal

General

Overview
Reference
Libraries
Lexicon

-->


Account Status Cache Method: Short
Input Arguments: keyID, vCode
/account/AccountStatus.xml.aspx Access Mask: 2^25
Result Format: Rows containing text, no tags
Row Name Row Type Row Description

Template:APITableRow Template:APITableRow Template:APITableRow Template:APITableRow