[GET] Get retirement application detail
Query retirement applications
Table of Contents
Changelogs
Version | Date | Changes by | Description of change |
v1.0 | Jul 19, 2024 | Tam Tran |
|
Retirement Application Detail Resource
Id uuid Retirement Application Unique Identifier 赎回核销申请唯一标识符 |
ApplicationNumber text Application Number 申请序列号 |
Amount decimal 总量 Value Redemption 核销值 |
DeviceId uuid 设备 Id Device Unique Id 设备唯一标识符 |
DeviceName text 设别名称 Device Name 设别名称 |
BeneficiaryId uuid 受益人唯一标识符 Beneficiary Id 受益人唯一标识符 |
BeneficiaryName text 受益人名称 Beneficiary Name 受益人名称 |
Energy text 能源类型 Energy Type 能源类型 |
CountryCode text 国家代码 Country Alpha 2 Code 国家两位代码 |
VintageYear number 核销年分 Vintage Year 核销年分 |
Status: Value text 状态:值 Value of Status (InProgress, Completed, …) 状态值(处理中,完成, …) |
Status: Description text 状态:描述 Description of Status (In-Progress, Completed, ..) 状态描述(处理中,完成, …) |
InvoiceNumber text 发票序列号 Invoice Number Unique 发票唯一序列号 |
Registry: Value text 注册处:值 Value of Registry (IREC, TIGR) 注册处(IREC 或 TIGR) |
Registry:Description text Description of Registry (I-REC, TIGR) 注册处描述 |
NameToAppearOnCertificate text Name display on certificate 显示在绿证认证上的名字 |
CompletedTime datetime Completed Time 完成时间 |
DecisionTime datetime Decision Time 决策时间 |
CreatedTime datetime Created Time 创建时间 |
UpdatedTime datetime Updated Time 更新时间 |
BlobContent text Uri Of Cert Redemption. 核销认证的 Uri |
VerificationUrl text Verification URL 认证 URL |
VerificationKey text Verification Key 认证 Key |
{
"Id": "01ab8d59-bb82-4e72-8fc9-08dca7dbff0f",
"ApplicationNumber": "1000001970675219",
"Amount": 10,
"BeneficiaryId": "510eb542-f59d-406f-02be-08dc6f09550a",
"BeneficiaryName": "GrabVietNam 1",
"Energy": "",
"CountryCode": "",
"VintageYear": 2023,
"Status": {
"Value": "Completed",
"Description": "Completed"
},
"Registry": {
"Value": "IREC",
"Description": "I-REC"
},
"InvoiceNumber": "",
"Reason": "Retire 10MWh for charging Electric Vehicles",
"NameToAppearOnCertificate": "GrabVietNam 1",
"CompletedTime": "2024-07-22T07:24:37.4006795Z",
"DecisionTime": "2024-07-22T07:24:37.4006783Z",
"CreatedTime": "2024-07-22T07:24:36.74",
"UpdatedTime": "2024-07-22T07:24:56.097",
"BlobContent": "https://rehash3dev.blob.core.windows.net/files/01ab8d59-bb82-4e72-8fc9-08dca7dbff0f/1721633088273_REDEX-RETIREMENTCERTIFICATE-2024-07-22-00003.pdf",
"VerificationUrl": null,
"VerificationKey": null,
"RetiredItems": [
{
"CountryCode": "VN",
"FuelType": "Solar",
"AssetName": "28MW Jinkouba Hydropower Project Moonlight",
"DeviceUniqueId": "VN-SOLAR-01012023-4323470114",
"ProvinceCode": null,
"IsOwnerAsset": false,
"VintageYear": 2023,
"RecItemId": "14258cf0-5474-40d2-3dcc-08dca7ada8da",
"RecItemType": "Imported",
"TradingCount": 0,
"SerialNumbers": "IREC-28MWES10000-VN-2023-0101-1231",
"Quantity": 10
}
]
}
API Definition
GET/public/v2/retirement-applications/{guid}
Request
Headers
Content-Type |
|
Authorization |
|
Parameters
Parameters |
---|
RetirementApplicationId - uuid The ID Of Retirement Application 核销绿证申请 ID |
Example request
curl -X GET https://uat-api.redex.eco/public/v2/retirement-applications/B04254E4-C5C7-4BC5-8985-08DCA63607A0 \
-H 'Authorization: Bearer <access_token>'
Response
Response Body |
Data object - object of Retirement Application Detail Resource A collection of Retirement Application Detail Resource |
Errors list of error objects Please see "Getting Started - #Error Object" for more details 请查看 Getting Started - #Error Object 以获得更多信息。 |
Meta pagination resource Return Pagination Resource 返回分页信息 |
StatusCode integer Http Status codes standard. Example http状态码,如 200,201,404 |
Message text Response message: Success or error message. 返回成功或错误的信息。 |
200 Success
{
"Data": {
"Id": "01ab8d59-bb82-4e72-8fc9-08dca7dbff0f",
"ApplicationNumber": "1000001970675219",
"Amount": 10,
"BeneficiaryId": "510eb542-f59d-406f-02be-08dc6f09550a",
"BeneficiaryName": "GrabVietNam 1",
"Energy": "",
"CountryCode": "",
"VintageYear": 2023,
"Status": {
"Value": "Completed",
"Description": "Completed"
},
"Registry": {
"Value": "IREC",
"Description": "I-REC"
},
"InvoiceNumber": "",
"Reason": "Retire 10MWh for charging Electric Vehicles",
"NameToAppearOnCertificate": "GrabVietNam 1",
"CompletedTime": "2024-07-22T07:24:37.4006795Z",
"DecisionTime": "2024-07-22T07:24:37.4006783Z",
"CreatedTime": "2024-07-22T07:24:36.74",
"UpdatedTime": "2024-07-22T07:24:56.097",
"BlobContent": "https://rehash3dev.blob.core.windows.net/files/01ab8d59-bb82-4e72-8fc9-08dca7dbff0f/1721633088273_REDEX-RETIREMENTCERTIFICATE-2024-07-22-00003.pdf",
"VerificationUrl": null,
"VerificationKey": null,
"RetiredItems": [
{
"CountryCode": "VN",
"FuelType": "Solar",
"AssetName": "28MW Jinkouba Hydropower Project Moonlight",
"DeviceUniqueId": "VN-SOLAR-01012023-4323470114",
"ProvinceCode": null,
"IsOwnerAsset": false,
"VintageYear": 2023,
"RecItemId": "14258cf0-5474-40d2-3dcc-08dca7ada8da",
"RecItemType": "Imported",
"TradingCount": 0,
"SerialNumbers": "IREC-28MWES10000-VN-2023-0101-1231",
"Quantity": 10
}
]
},
"Meta": null,
"Errors": null,
"StatusCode": 200,
"Message": "Success"
}
404 Not Found
401 Unauthorized
Rate limit
Rate Limit Algorithm: Fixed Window
In fixed window rate limiting, a fixed time window (e.g., one minute, one hour) is used to track the number of requests or actions allowed within that window. Requests exceeding the limit are either rejected or throttled until the window resets.
Rate Limiting Overview
Our API employs rate limiting to ensure fair usage and protect the performance and availability of the service. Combination of Global Policy and Operation Policy
Global Policy
Rate Limit: 3000 requests per 5 minute(s)
Renewal Period: 300 second(s)
Key: IP Address
Increment Condition: Any Request
Operation Policy
Rate Limit: 60 requests per 1 minute(s)
Renewal Period: 60 second(s)
Key:
accound-id
business account Id.Increment Condition: Any Request.
Rate Limit Details
Rate Limit by Key:
Key: This ensures that rate limits are applied uniquely for each business account id.
Request Limit: Each key is allowed to make up to 60 requests per minute.
Reset Interval: The limit resets every 60 seconds.
Response Headers:
Retry-After: Sent when the rate limit is exceeded, indicating how long to wait before making another request.
Exceeding the Rate Limit
When the rate limit is exceeded, the API will return a 429 Too Many Requests
status code. The response will include a Retry-After
header specifying the number of seconds to wait before making a new request.