未サインイン端末が今日の全肯定カードを1枚引く。同じ端末秘密・同じ日付では同じカードを返す。JST 4:00 が日付境界。
Input
Encoding
application/jsondeviceToken
string
Required
No description available.
maxLength: 128 bytesminLength: 32 bytesOutput
Encoding
application/jsonalreadyDrawn
boolean
Required
No description available.
card
unknown
Required
No description available.
commentPending
boolean
Required
No description available.
drawStatus
unknown
Required
No description available.
expiresAt
stringdatetime
Required
An RFC 3339 formatted timestamp.
isNew
boolean
Required
No description available.
source
string
Required
No description available.
Known values:
my_nagiTry It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"deviceToken"
],
"properties": {
"deviceToken": {
"type": "string",
"maxLength": 128,
"minLength": 32
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"card",
"source",
"alreadyDrawn",
"isNew",
"commentPending",
"drawStatus",
"expiresAt"
],
"properties": {
"card": {
"type": "unknown"
},
"isNew": {
"type": "boolean"
},
"source": {
"type": "string",
"knownValues": [
"my_nagi"
]
},
"expiresAt": {
"type": "string",
"format": "datetime"
},
"drawStatus": {
"type": "unknown"
},
"alreadyDrawn": {
"type": "boolean"
},
"commentPending": {
"type": "boolean"
}
}
},
"encoding": "application/json"
},
"description": "未サインイン端末が今日の全肯定カードを1枚引く。同じ端末秘密・同じ日付では同じカードを返す。JST 4:00 が日付境界。"
}