POST api/api-download/list
Request Information
URI Parameters
None.
Body Parameters
UserRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserSeq | integer |
None. |
|
| UserUId | globally unique identifier |
None. |
|
| TokenNo | string |
None. |
|
| seqNo | integer |
None. |
|
| value | string |
None. |
|
| Code | string |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserSeq": 1,
"UserUId": "88f3ca2a-4c25-4bb3-b05a-e964d20bcd94",
"TokenNo": "sample string 3",
"seqNo": 4,
"value": "sample string 5",
"Code": "sample string 6",
"Type": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of API_DOWNLOAD| Name | Description | Type | Additional information |
|---|---|---|---|
| SEQ_NO | integer |
None. |
|
| USER_SEQ | integer |
None. |
|
| API_PROVIDER | string |
String length: inclusive between 0 and 25 |
|
| API_URL | string |
String length: inclusive between 0 and 100 |
|
| TOKEN_API_NAME | string |
String length: inclusive between 0 and 100 |
|
| TOKEN_API_METHOD_TYPE | string |
String length: inclusive between 0 and 5 |
|
| TOKEN_API_HEADER | string |
String length: inclusive between 0 and 500 |
|
| TOKEN_API_REQUEST_TYPE | string |
String length: inclusive between 0 and 5 |
|
| TOKEN_API_REQUEST | string |
None. |
|
| STOCK_API_NAME | string |
String length: inclusive between 0 and 100 |
|
| STOCK_API_METHOD_TYPE | string |
String length: inclusive between 0 and 5 |
|
| STOCK_API_HEADER | string |
String length: inclusive between 0 and 500 |
|
| STOCK_API_REQUEST_TYPE | string |
String length: inclusive between 0 and 5 |
|
| STOCK_API_REQUEST | string |
None. |
|
| STOCK_API_RESPONSE_TAG | string |
None. |
|
| TRANS_DATE | date |
None. |
|
| IS_ACTIVE | boolean |
None. |
|
| STOCK_TYPE_SEQ | integer |
None. |
|
| TOTAL_ROWS_FIELD | string |
None. |
|
| VALID_STONE_STAGE | string |
String length: inclusive between 0 and 20 |
|
| STOCK_TYPE | string |
None. |
|
| DISC_SIGN | string |
String length: inclusive between 0 and 1 |
Response Formats
application/json, text/json
Sample:
[
{
"SEQ_NO": 1,
"USER_SEQ": 1,
"API_PROVIDER": "sample string 2",
"API_URL": "sample string 3",
"TOKEN_API_NAME": "sample string 4",
"TOKEN_API_METHOD_TYPE": "sample string 5",
"TOKEN_API_HEADER": "sample string 6",
"TOKEN_API_REQUEST_TYPE": "sample string 7",
"TOKEN_API_REQUEST": "sample string 8",
"STOCK_API_NAME": "sample string 9",
"STOCK_API_METHOD_TYPE": "sample string 10",
"STOCK_API_HEADER": "sample string 11",
"STOCK_API_REQUEST_TYPE": "sample string 12",
"STOCK_API_REQUEST": "sample string 13",
"STOCK_API_RESPONSE_TAG": "sample string 14",
"TRANS_DATE": "2026-02-03T01:45:19.1385581-05:00",
"IS_ACTIVE": true,
"STOCK_TYPE_SEQ": 1,
"TOTAL_ROWS_FIELD": "sample string 15",
"VALID_STONE_STAGE": "sample string 16",
"STOCK_TYPE": "sample string 17",
"DISC_SIGN": "sample string 18"
},
{
"SEQ_NO": 1,
"USER_SEQ": 1,
"API_PROVIDER": "sample string 2",
"API_URL": "sample string 3",
"TOKEN_API_NAME": "sample string 4",
"TOKEN_API_METHOD_TYPE": "sample string 5",
"TOKEN_API_HEADER": "sample string 6",
"TOKEN_API_REQUEST_TYPE": "sample string 7",
"TOKEN_API_REQUEST": "sample string 8",
"STOCK_API_NAME": "sample string 9",
"STOCK_API_METHOD_TYPE": "sample string 10",
"STOCK_API_HEADER": "sample string 11",
"STOCK_API_REQUEST_TYPE": "sample string 12",
"STOCK_API_REQUEST": "sample string 13",
"STOCK_API_RESPONSE_TAG": "sample string 14",
"TRANS_DATE": "2026-02-03T01:45:19.1385581-05:00",
"IS_ACTIVE": true,
"STOCK_TYPE_SEQ": 1,
"TOTAL_ROWS_FIELD": "sample string 15",
"VALID_STONE_STAGE": "sample string 16",
"STOCK_TYPE": "sample string 17",
"DISC_SIGN": "sample string 18"
}
]