Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Enta en bauldry/API: Difference between revisions

From EVE University Wiki
mNo edit summary
mNo edit summary
 
(6 intermediate revisions by the same user not shown)
Line 11: Line 11:
padding: 5px;
padding: 5px;
margin: 0px;
margin: 0px;
}
table.mApiTable td.cApiExplicit
{
font-style: oblique;
font-weight: bold;
}
}


Line 35: Line 41:
{
{
border-right-style: none;
border-right-style: none;
color: gold;
}
}


Line 43: Line 50:


}}
}}
{{User:Enta_en_bauldry/API_Links}}


{| class="mApiTable"
{{User:Enta_en_bauldry/API_Table
|-
|name=Account Status
|rowspan="2" colspan="2" align="center" class="cApiName" |Account Status
|url=/account/AccountStatus.xml.aspx
|class="cApiInfoLabel"|Cache Method:
|args=keyID, vCode
|class="cApiInfo"|Short
|cache=s
|-
|mask=25
|class="cApiInfoLabel"|Input Arguments:
|format=Rows containing text, no tags
|class="cApiInfo"|keyID, vCode
}}
|-
{{APITableRow|name=paidUntil|type=dt|desc=the date until which the account is currently subscribed}}
|colspan="2"|/account/AccountStatus.xml.aspx
{{APITableRow|name=createDate|type=dt|desc=the date the account was created}}
|class="cApiInfoLabel"|Access Mask:
{{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)}}
|class="cApiInfo"|2^25
{{APITableRow|name=logonMinutes|type=int|desc=the date until which the account is currently subscribed}}
|-
|Result Format:
|colspan="3"|Rows containing text, no tags
|- class="cDataRows"
|Row Name
|Row Type
|colspan="2"|Row Description
|-
|paidUntil
|class="cApiFieldType"|string datetime
|colspan="2"|desc
|-
|createDate
|class="cApiFieldType"|string datetime
|colspan="2"|desc
|-
|logonCount
|class="cApiFieldType"|int
|colspan="2"|desc
|-
|logonMinutes
|class="cApiFieldType"|int
|colspan="2"|desc
|}
|}