Get
Gets information about account transaction.
Request
GET https://ttv.microworkers.com/api/v2/accounts/me/transactions/{transactionId}
Parameters
Path Parameter |
||
---|---|---|
Name |
Type |
Description |
transactionId |
string |
The ID of Transaction. |
Response
Response HTTP Codes
Http Code |
Response Type |
Description |
---|---|---|
200 |
OK |
|
401 |
Unauthorized |
|
403 |
Access denied |
|
404 |
Not found |
Response Body
{
"id": string,
"type": string,
"createdAt": datetime,
"description": string,
"amount": float
}
TransactionInfoResponse
Property |
Type |
Description |
---|---|---|
id |
string |
The ID of Transaction. |
type |
string |
The type of Transaction. |
createdAt |
datetime |
The date when Transaction was created. |
description |
string |
Description. |
amount |
float |
Amount. |